From 85ed0253684f34e0f66bb1678d52e605b483c7e1 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Wed, 2 Aug 2017 20:49:08 +0200 Subject: Add test that starts with a single brace (see #24) --- testing/templates/json.html | 1 + 1 file changed, 1 insertion(+) create mode 100644 testing/templates/json.html (limited to 'testing/templates') 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 }}"} -- cgit