fixed bug with static unicode strings and auto escaping
authorArmin Ronacher <armin.ronacher@active-4.com>
Sat, 24 May 2008 17:54:43 +0000 (19:54 +0200)
committerArmin Ronacher <armin.ronacher@active-4.com>
Sat, 24 May 2008 17:54:43 +0000 (19:54 +0200)
commit9cf9591ef788fcca284d9fc1b4997e2cb888e7f0
tree7a22163f728de59b3ebc61c182370e596d55538a
parent4e6f9a254910ce3524ea9a1c9bfb6feb54716f01
fixed bug with static unicode strings and auto escaping

--HG--
branch : trunk
jinja2/compiler.py
jinja2/environment.py
jinja2/filters.py
jinja2/lexer.py
jinja2/nodes.py
tests/test_ext.py
tests/test_filters.py
tests/test_security.py