diff options
Diffstat (limited to 'tests/data/template.html')
-rw-r--r-- | tests/data/template.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/template.html b/tests/data/template.html index a8d78eb..153303c 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> |