[#604] Adapt fixtures for new liquid syntax

This commit is contained in:
Holger Just 2011-11-20 01:49:35 +01:00
parent dedf696666
commit a31a4a8852
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ wiki_contents_001:
text: |-
h1. CookBook documentation
{{child_pages}}
{% child_pages %}
Some updated [[documentation]] here with gzipped history
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
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
page_id: 2
id: 2

View File

@ -593,7 +593,7 @@ RAW
h1. Included
{{include(Child_1)}}
{% include 'Child_1' %}
RAW
expected = '<ul class="toc">' +