]> git.ipfire.org Git - thirdparty/jinja.git/commit
Merge pull request #858 from exponea/857-lexer-whitespace-performance
authorDavid Lord <davidism@gmail.com>
Mon, 7 Oct 2019 06:41:04 +0000 (23:41 -0700)
committerGitHub <noreply@github.com>
Mon, 7 Oct 2019 06:41:04 +0000 (23:41 -0700)
commit562e1782ce291aa5773a5a1873b0a6a1336503b6
tree801fe782ae4135db07e1bfae4c021fbcefe9d0c7
parent381d72ace1941e6fc8675b10e4457040988bb2dc
parent37249c08101060bf5a4a230e412575aa741989db
Merge pull request #858 from exponea/857-lexer-whitespace-performance

Fix lexer being extremely slow on large amounts of whitespace. Fixes #857