]> git.ipfire.org Git - thirdparty/jinja.git/commit
Properly split up line blocks from line block pairs
authorKevin Brown <kevin@kevin-brown.com>
Sat, 16 May 2020 02:20:51 +0000 (22:20 -0400)
committerKevin Brown <kevin@kevin-brown.com>
Sat, 16 May 2020 02:20:51 +0000 (22:20 -0400)
commit61060096bdedbecd38a7100d83d05eb7fe1cb7c3
tree22ccd6d8e0c20bb4ad9852fa9c29cde7772ddda4
parent143517e89fca6e3bc50cc5a976f66ab044954fd3
Properly split up line blocks from line block pairs

This is necessary for us to do proper pairing of line blocks since
otherwise the rejection would disallow line blocks of any type.
grammar.ebnf