]> git.ipfire.org Git - thirdparty/jinja.git/commit
Parse test variable as conditional expression
authorKevin Brown <kevin@kevin-brown.com>
Fri, 15 May 2020 00:05:43 +0000 (20:05 -0400)
committerKevin Brown <kevin@kevin-brown.com>
Fri, 15 May 2020 00:05:43 +0000 (20:05 -0400)
commit9d473e0e8a0de1b02ebc7d634401edbf149579c3
tree63948acb9cba4319c743f0acbd0b888d338c29fc
parent23a145dc2d7cfdd73c4c7022e0d620bfcd27e8fb
Parse test variable as conditional expression

This was necessary to fix some of the tests for tests which relied
on parentheses in place.
grammar.ebnf
src/jinja2/new_parser.py