aboutsummaryrefslogtreecommitdiffstats
path: root/testing/templates
diff options
context:
space:
mode:
authorLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2017-08-02 20:49:08 +0200
committerLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2017-08-02 20:49:08 +0200
commit85ed0253684f34e0f66bb1678d52e605b483c7e1 (patch)
tree833bfff5670dfe391609259fc95f6d538d03e5e4 /testing/templates
parent82d85bbc20ec4c525d65c4e12e157a934ac2719e (diff)
downloadaskama-85ed0253684f34e0f66bb1678d52e605b483c7e1.tar.gz
askama-85ed0253684f34e0f66bb1678d52e605b483c7e1.tar.bz2
askama-85ed0253684f34e0f66bb1678d52e605b483c7e1.zip
Add test that starts with a single brace (see #24)
Diffstat (limited to 'testing/templates')
-rw-r--r--testing/templates/json.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/templates/json.html b/testing/templates/json.html
new file mode 100644
index 0000000..e711c10
--- /dev/null
+++ b/testing/templates/json.html
@@ -0,0 +1 @@
+{"foo": "{{ foo }}", "bar": "{{ bar }}"}