summaryrefslogtreecommitdiff
path: root/tests/data
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data')
-rw-r--r--tests/data/template.html2
-rw-r--r--tests/data/template.html.out2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/data/template.html b/tests/data/template.html
index 153303c..a8d78eb 100644
--- a/tests/data/template.html
+++ b/tests/data/template.html
@@ -1,5 +1,5 @@
<div>
I'm so rich I have $$3.
- $echo test!$
+ $echo test$
$body$
</div>
diff --git a/tests/data/template.html.out b/tests/data/template.html.out
index 07b0851..8bd1879 100644
--- a/tests/data/template.html.out
+++ b/tests/data/template.html.out
@@ -1,5 +1,5 @@
<div>
I'm so rich I have $3.
- test!
+ test
<p>This is an example.</p>
</div>