even more tests, fixed severe bug with autoescaping.
authorArmin Ronacher <armin.ronacher@active-4.com>
Sun, 25 May 2008 09:36:22 +0000 (11:36 +0200)
committerArmin Ronacher <armin.ronacher@active-4.com>
Sun, 25 May 2008 09:36:22 +0000 (11:36 +0200)
commit5411ce72a75c0f70b7bd8df5c685ae084d6b7b44
tree1665e57e3252eb7d78f571add039bb8d8bb447e4
parentfd31049f62b962181e0413b59bed9529b9df7b2b
even more tests, fixed severe bug with autoescaping.

--HG--
branch : trunk
15 files changed:
docs/api.rst
docs/faq.rst
docs/jinjaext.py
examples/rwbench/rwbench.py
jinja2/_speedups.c
jinja2/compiler.py
jinja2/environment.py
jinja2/filters.py
jinja2/nodes.py
jinja2/parser.py
jinja2/runtime.py
tests/loaderres/templates/broken.html [new file with mode: 0644]
tests/loaderres/templates/syntaxerror.html [new file with mode: 0644]
tests/test_debug.py [new file with mode: 0644]
tests/test_security.py