summaryrefslogtreecommitdiff
path: root/tests/regressiontests/templates/parser.py
AgeCommit message (Expand)Author
2012-06-07Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz
2010-11-04Converted templates doctests into unittests. We have always been at war with...Alex Gaynor
2010-02-23Fixed #12070. Fixed a case where var._whatever wasn't raising a TemplateSynta...Joseph Kocherhans
2010-02-21Fixed #5971 - Fixed inconsistent behaviour of the TokenParser when parsing fi...Jannis Leidel
2009-03-23Added consistent support for double- and single-quote delimiters in templates.Malcolm Tredinnick