[#604] Adapt fixtures for new liquid syntax
This commit is contained in:
parent
dedf696666
commit
a31a4a8852
4
test/fixtures/wiki_contents.yml
vendored
4
test/fixtures/wiki_contents.yml
vendored
@ -3,7 +3,7 @@ wiki_contents_001:
|
|||||||
text: |-
|
text: |-
|
||||||
h1. CookBook documentation
|
h1. CookBook documentation
|
||||||
|
|
||||||
{{child_pages}}
|
{% child_pages %}
|
||||||
|
|
||||||
Some updated [[documentation]] here with gzipped history
|
Some updated [[documentation]] here with gzipped history
|
||||||
updated_on: 2007-03-07 00:10:51 +01:00
|
updated_on: 2007-03-07 00:10:51 +01:00
|
||||||
@ -17,7 +17,7 @@ wiki_contents_002:
|
|||||||
|
|
||||||
This is a link to a ticket: #2
|
This is a link to a ticket: #2
|
||||||
And this is an included page:
|
And this is an included page:
|
||||||
{{include(Page with an inline image)}}
|
{% include 'Page with an inline image' %}
|
||||||
updated_on: 2007-03-08 00:18:07 +01:00
|
updated_on: 2007-03-08 00:18:07 +01:00
|
||||||
page_id: 2
|
page_id: 2
|
||||||
id: 2
|
id: 2
|
||||||
|
@ -593,7 +593,7 @@ RAW
|
|||||||
|
|
||||||
h1. Included
|
h1. Included
|
||||||
|
|
||||||
{{include(Child_1)}}
|
{% include 'Child_1' %}
|
||||||
RAW
|
RAW
|
||||||
|
|
||||||
expected = '<ul class="toc">' +
|
expected = '<ul class="toc">' +
|
||||||
|
Loading…
x
Reference in New Issue
Block a user