summaryrefslogtreecommitdiff
path: root/tests/data
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2012-11-21 09:26:54 +0100
committerJasper Van der Jeugt <m@jaspervdj.be>2012-11-21 09:26:54 +0100
commit6b4c65642e21684bc143eaf29453d1d99fd9e227 (patch)
tree1eac7fe2bd1d25a198737fee759363f7bbdd7f3a /tests/data
parent815c265ac6135e524a4bec06f90e358b44acedd2 (diff)
downloadhakyll-6b4c65642e21684bc143eaf29453d1d99fd9e227.tar.gz
Add requireApplyTemplate and applySelf utilities
Diffstat (limited to 'tests/data')
-rw-r--r--tests/data/template.html1
-rw-r--r--tests/data/template.html.out1
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/data/template.html b/tests/data/template.html
index 52189a3..a8d78eb 100644
--- a/tests/data/template.html
+++ b/tests/data/template.html
@@ -1,4 +1,5 @@
<div>
+ I'm so rich I have $$3.
$echo test$
$body$
</div>
diff --git a/tests/data/template.html.out b/tests/data/template.html.out
index 51a105e..8bd1879 100644
--- a/tests/data/template.html.out
+++ b/tests/data/template.html.out
@@ -1,4 +1,5 @@
<div>
+ I'm so rich I have $3.
test
<p>This is an example.</p>
</div>