summaryrefslogtreecommitdiff
path: root/test/templates/chs_unicode.html
diff options
context:
space:
mode:
Diffstat (limited to 'test/templates/chs_unicode.html')
-rw-r--r--test/templates/chs_unicode.html11
1 files changed, 0 insertions, 11 deletions
diff --git a/test/templates/chs_unicode.html b/test/templates/chs_unicode.html
deleted file mode 100644
index 7b897e9..0000000
--- a/test/templates/chs_unicode.html
+++ /dev/null
@@ -1,11 +0,0 @@
-## -*- coding:utf-8 -*-
-<%
- msg = u'新中国的主席'
-%>
-
-<%def name="welcome(who, place=u'北京')">
-Welcome ${who} to ${place}.
-</%def>
-
-${name} 是 ${msg}<br/>
-${welcome(u'你')}