aboutsummaryrefslogtreecommitdiffstats
path: root/testing/templates
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--testing/templates/literals-escape.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/testing/templates/literals-escape.html b/testing/templates/literals-escape.html
new file mode 100644
index 0000000..4886cfb
--- /dev/null
+++ b/testing/templates/literals-escape.html
@@ -0,0 +1,2 @@
+{{ '\x41' }}{{ '\n' }}{{ '\r' }}{{ '\t' }}{{ '\\' }}{{ '\0' }}{{ '\u{2665}' }}{{ '\'' }}{{ '\"' }}{{ '"' }}
+{{ "\x41\n\r\t\\\0\u{2665}\'\"'" }}