diff options
Diffstat (limited to 'test/fixtures/wiki_contents.yml')
-rw-r--r-- | test/fixtures/wiki_contents.yml | 144 |
1 files changed, 73 insertions, 71 deletions
diff --git a/test/fixtures/wiki_contents.yml b/test/fixtures/wiki_contents.yml index 8798ff229..96aa2ccde 100644 --- a/test/fixtures/wiki_contents.yml +++ b/test/fixtures/wiki_contents.yml @@ -1,72 +1,74 @@ ----
-wiki_contents_001:
- text: |-
- h1. CookBook documentation
- {{child_pages}}
- Some updated [[documentation]] here with gzipped history
- updated_on: 2007-03-07 00:10:51 +01:00
- page_id: 1
- id: 1
- version: 3
- author_id: 1
- comments: Gzip compression activated
-wiki_contents_002:
- text: |-
- h1. Another page
-
- This is a link to a ticket: #2
- And this is an included page:
- {{include(Page with an inline image)}}
- updated_on: 2007-03-08 00:18:07 +01:00
- page_id: 2
- id: 2
- version: 1
- author_id: 1
- comments:
-wiki_contents_003:
- text: |-
- h1. Start page
-
- E-commerce web site start page
- updated_on: 2007-03-08 00:18:07 +01:00
- page_id: 3
- id: 3
- version: 1
- author_id: 1
- comments:
-wiki_contents_004:
- text: |-
- h1. Page with an inline image
-
- This is an inline image:
-
- !logo.gif!
- updated_on: 2007-03-08 00:18:07 +01:00
- page_id: 4
- id: 4
- version: 1
- author_id: 1
- comments:
-wiki_contents_005:
- text: |-
- h1. Child page 1
-
- This is a child page
- updated_on: 2007-03-08 00:18:07 +01:00
- page_id: 5
- id: 5
- version: 1
- author_id: 1
- comments:
-wiki_contents_006:
- text: |-
- h1. Child page 2
-
- This is a child page
- updated_on: 2007-03-08 00:18:07 +01:00
- page_id: 6
- id: 6
- version: 1
- author_id: 1
- comments:
+--- +wiki_contents_001: + text: |- + h1. CookBook documentation + + {{child_pages}} + + Some updated [[documentation]] here with gzipped history + updated_on: 2007-03-07 00:10:51 +01:00 + page_id: 1 + id: 1 + version: 3 + author_id: 1 + comments: Gzip compression activated +wiki_contents_002: + text: |- + h1. Another page + + This is a link to a ticket: #2 + And this is an included page: + {{include(Page with an inline image)}} + updated_on: 2007-03-08 00:18:07 +01:00 + page_id: 2 + id: 2 + version: 1 + author_id: 1 + comments: +wiki_contents_003: + text: |- + h1. Start page + + E-commerce web site start page + updated_on: 2007-03-08 00:18:07 +01:00 + page_id: 3 + id: 3 + version: 1 + author_id: 1 + comments: +wiki_contents_004: + text: |- + h1. Page with an inline image + + This is an inline image: + + !logo.gif! + updated_on: 2007-03-08 00:18:07 +01:00 + page_id: 4 + id: 4 + version: 1 + author_id: 1 + comments: +wiki_contents_005: + text: |- + h1. Child page 1 + + This is a child page + updated_on: 2007-03-08 00:18:07 +01:00 + page_id: 5 + id: 5 + version: 1 + author_id: 1 + comments: +wiki_contents_006: + text: |- + h1. Child page 2 + + This is a child page + updated_on: 2007-03-08 00:18:07 +01:00 + page_id: 6 + id: 6 + version: 1 + author_id: 1 + comments:
\ No newline at end of file |