diff options
Diffstat (limited to 'test/templates/unicode_code_py3k.html')
-rw-r--r-- | test/templates/unicode_code_py3k.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/templates/unicode_code_py3k.html b/test/templates/unicode_code_py3k.html new file mode 100644 index 0000000..76ed9cc --- /dev/null +++ b/test/templates/unicode_code_py3k.html @@ -0,0 +1,7 @@ +## -*- coding: utf-8 -*- +<% + x = "drôle de petit voix m’a réveillé." +%> +% if x=="drôle de petit voix m’a réveillé.": + hi, ${x} +% endif |