summaryrefslogtreecommitdiff
path: root/tests/data
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2013-08-10 16:18:59 +0200
committerJasper Van der Jeugt <m@jaspervdj.be>2013-08-10 16:19:23 +0200
commitfad9134fd4957c4c38e0dd7e1263ea5bfc8af32c (patch)
tree2fcfece7acd2e1de4771b2319a344853fbc732dd /tests/data
parentab0aebb3c3b0ceec565af673b0de6bf141585b83 (diff)
downloadhakyll-fad9134fd4957c4c38e0dd7e1263ea5bfc8af32c.tar.gz
Add functionField again
Diffstat (limited to 'tests/data')
-rw-r--r--tests/data/template.html2
-rw-r--r--tests/data/template.html.out2
2 files changed, 4 insertions, 0 deletions
diff --git a/tests/data/template.html b/tests/data/template.html
index 22e5ddd..26f9e8a 100644
--- a/tests/data/template.html
+++ b/tests/data/template.html
@@ -1,6 +1,8 @@
<div>
I'm so rich I have $$3.
+ $rev foo$
+
$if(body)$
I have body
$else$
diff --git a/tests/data/template.html.out b/tests/data/template.html.out
index 8047b0d..0b17d31 100644
--- a/tests/data/template.html.out
+++ b/tests/data/template.html.out
@@ -1,6 +1,8 @@
<div>
I'm so rich I have $3.
+ oof
+
I have body