]> git.ipfire.org Git - thirdparty/jinja.git/commit
allow using comparison operator symbols as tests 665/head
authorDavid Lord <davidism@gmail.com>
Fri, 20 Jan 2017 04:40:31 +0000 (20:40 -0800)
committerDavid Lord <davidism@gmail.com>
Thu, 6 Jul 2017 19:59:28 +0000 (12:59 -0700)
commitd62f0500a70aaab5762691d4feb6b9bb2724a1ba
treef384cf44c8f8949205ab28eebd29aac32204e031
parent05b55d516d66cdae768a2210fe2284257acccdd6
allow using comparison operator symbols as tests
add tests and aliases for all comparison operators
adjust docs to prefer short names for compare tests
closes #664
CHANGES
docs/jinjaext.py
jinja2/tests.py
tests/test_tests.py