diff options
Diffstat (limited to 'test/fixtures/pages.yml')
| -rw-r--r-- | test/fixtures/pages.yml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/test/fixtures/pages.yml b/test/fixtures/pages.yml index 614b9a61..8171b381 100644 --- a/test/fixtures/pages.yml +++ b/test/fixtures/pages.yml | |||
| @@ -8,4 +8,19 @@ one: | |||
| 8 | two: | 8 | two: |
| 9 | id: 2 | 9 | id: 2 |
| 10 | revision: 1 | 10 | revision: 1 |
| 11 | node_id: 4 | ||
| 12 | |||
| 13 | draft1: | ||
| 14 | id: 100 | ||
| 15 | revision: 1 | ||
| 16 | node_id: 2 | ||
| 17 | |||
| 18 | draft2: | ||
| 19 | id: 101 | ||
| 20 | revision: 1 | ||
| 21 | node_id: 3 | ||
| 22 | |||
| 23 | draft3: | ||
| 24 | id: 102 | ||
| 25 | revision: 1 | ||
| 11 | node_id: 4 \ No newline at end of file | 26 | node_id: 4 \ No newline at end of file |
