aboutsummaryrefslogtreecommitdiff
path: root/tests/test_lexnparse.py
AgeCommit message (Expand)Author
2020-08-18Revert "Revert "Import external/python/jinja into master""IRIS YANG
2020-07-17Revert "Import external/python/jinja into master"IRIS YANG
2020-06-22ignore trim_blocks using '+%}'Amy
2020-04-13Merge branch '2.11.x'David Lord
2020-04-13Add tests for lstrip whitespace behavior fixPeter Dolak
2020-03-30Merge branch '2.11.x'David Lord
2020-03-30Fix tokens line number calculation when whitespace stripping is usedAndrey Lisin
2020-02-05Merge branch '2.11.x'David Lord
2020-02-05remove custom pytest marksDavid Lord
2020-02-05apply pyupgrade and f-stringsDavid Lord
2020-02-05remove _compat moduleDavid Lord
2020-01-26Revert "rename imports to jinja"David Lord
2020-01-10rename imports to jinjaDavid Lord
2020-01-10simplify module docstringsDavid Lord
2020-01-10apply flake8David Lord
2020-01-10apply blackDavid Lord
2020-01-10apply reorder-python-importsDavid Lord
2019-11-20add test and changelog for constant comparison foldingDavid Lord
2019-10-10Replaced try...catch within tests with pytest.raisesKevin Brown
2019-10-07Merge pull request #938 from stevenorum/masterDavid Lord
2019-07-23clean up numeric underscore supportDavid Lord
2019-07-23clean up scientific notation supportDavid Lord
2019-07-20Allow '{%+' to be valid syntax (but NOP) when lstrip_blocks == False. Fixes #...Mark Roth
2019-01-12Fixing compiler handling of parens around boolean comparisons.Steve Norum
2018-05-14Merge pull request #802 from abadger/allow-more-splattingDavid Lord
2018-05-14{% raw %} tests and note for documentationngr
2018-01-29More closely match python splatting for callsToshio Kuratomi
2017-07-04go back to generating regex, simplifiedDavid Lord
2017-07-03remove unnecessary \b from name regexDavid Lord
2017-07-02switch back to unicode escapesDavid Lord
2017-07-02fix unicode for py2David Lord
2017-07-02test for new identifier lexerDavid Lord
2017-01-07Bump up the copyright to 2017Armin Ronacher
2017-01-06Cleaned up shitty syntax in testsuiteArmin Ronacher
2016-12-28Fixed long standing wrong operator precedenceArmin Ronacher
2015-03-22Rename testsuite to tests and suggestionsKartheek Lenkala