From dabe982ab6ae2ecf2c225852df16bb70614f2a49 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Sun, 5 Feb 2017 08:26:13 +0100 Subject: Add test for string literals --- testing/templates/literals.html | 1 + 1 file changed, 1 insertion(+) create mode 100644 testing/templates/literals.html (limited to 'testing/templates') diff --git a/testing/templates/literals.html b/testing/templates/literals.html new file mode 100644 index 0000000..b8d8fbe --- /dev/null +++ b/testing/templates/literals.html @@ -0,0 +1 @@ +{{ "a" }} -- cgit