summaryrefslogtreecommitdiff
path: root/tests/data
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data')
-rw-r--r--tests/data/template.html3
-rw-r--r--tests/data/template.html.out1
2 files changed, 3 insertions, 1 deletions
diff --git a/tests/data/template.html b/tests/data/template.html
index 26f9e8a..55e76f6 100644
--- a/tests/data/template.html
+++ b/tests/data/template.html
@@ -1,7 +1,8 @@
<div>
I'm so rich I have $$3.
- $rev foo$
+ $rev("foo")$
+ $rev(rev("foo"))$
$if(body)$
I have body
diff --git a/tests/data/template.html.out b/tests/data/template.html.out
index 0b17d31..75ef4df 100644
--- a/tests/data/template.html.out
+++ b/tests/data/template.html.out
@@ -2,6 +2,7 @@
I'm so rich I have $3.
oof
+ foo
I have body