]> git.ipfire.org Git - thirdparty/jinja.git/commit
Combine common template data/outputs in AST
authorKevin <kevin@kevin-brown.com>
Sun, 10 May 2020 20:44:08 +0000 (16:44 -0400)
committerKevin <kevin@kevin-brown.com>
Sun, 10 May 2020 20:44:08 +0000 (16:44 -0400)
commit00d9c0cfceb5b09554a63940fc368b1f6daa20ed
treeade411e58084446c0ba8b9dec4139f2a009b00f6
parentf0f03f745b5fa61a406d4a5fc4925363ffa8737d
Combine common template data/outputs in AST

This makes it easier to compare the AST generated by the old Jinja
parser and the AST generated by the new one, since the new AST
separates out template data character by character currently.
new_parser.py