summaryrefslogtreecommitdiff
path: root/test/templates/unicode_code.html
blob: 700c043ebf2cd7c57e4d3c896d99c56a6ad6d52a (plain)
1
2
3
4
5
6
7
## -*- coding: utf-8 -*-
<%
    x = u"drôle de petite voix m’a réveillé."
%>
% if x==u"drôle de petite voix m’a réveillé.":
    hi, ${x}
% endif