summaryrefslogtreecommitdiff
path: root/tests/data
diff options
context:
space:
mode:
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>