summaryrefslogtreecommitdiffstats
path: root/test/fixtures/wiki_content_versions.yml
blob: c433fc5ddeaef5a258b0b87fa24993dc44662094 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
--- 
wiki_content_versions_001: 
  updated_on: 2007-03-07 00:08:07 +01:00
  page_id: 1
  id: 1
  version: 1
  author_id: 1
  comments: Page creation
  wiki_content_id: 1
  compression: ""
  data: |-
    h1. CookBook documentation

    

    Some [[documentation]] here...
wiki_content_versions_002: 
  updated_on: 2007-03-07 00:08:34 +01:00
  page_id: 1
  id: 2
  version: 2
  author_id: 1
  comments: Small update
  wiki_content_id: 1
  compression: ""
  data: |-
    h1. CookBook documentation

    

    Some updated [[documentation]] here...
wiki_content_versions_003: 
  updated_on: 2007-03-07 00:10:51 +01:00
  page_id: 1
  id: 3
  version: 3
  author_id: 1
  comments: ""
  wiki_content_id: 1
  compression: ""
  data: |-
    h1. CookBook documentation
    Some updated [[documentation]] here...