From 5be6479f2c4fc68b9a62f9359dda673be76ada15 Mon Sep 17 00:00:00 2001 From: Qian Linfeng Date: Sat, 20 Oct 2018 13:46:48 +0800 Subject: Add test for unescaped variable expressions (see #132) --- testing/templates/simple-no-escape.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 testing/templates/simple-no-escape.txt (limited to 'testing/templates') diff --git a/testing/templates/simple-no-escape.txt b/testing/templates/simple-no-escape.txt new file mode 100644 index 0000000..cc839dc --- /dev/null +++ b/testing/templates/simple-no-escape.txt @@ -0,0 +1,5 @@ +{# our very first test! #} +hello world, {{ strvar }} +with number: {{ num }} +Iñtërnâtiônàlizætiøn is important +in vars too: {{ i18n }} -- cgit