]> git.ipfire.org Git - thirdparty/jinja.git/commit
Output nodes are always lists
authorKevin <kevin@kevin-brown.com>
Sun, 10 May 2020 14:43:50 +0000 (10:43 -0400)
committerKevin <kevin@kevin-brown.com>
Sun, 10 May 2020 14:43:50 +0000 (10:43 -0400)
commita2d262fde4e88c32338f475bd344680425487bd0
treeaf42cbc6dad990bbd2b152a947792562b95299dc
parent80a6e5b3e7b89cd00b106595eab5fd9884a4fd8f
Output nodes are always lists

Right now we don't optimize Output nodes so that ones next to each
other are combined, but they should all contain a list of a single
node in preparation for eventually doing that.
new_parser.py