summaryrefslogtreecommitdiff
path: root/tests/test_lexnparse.py
Commit message (Expand)AuthorAgeFilesLines
* parse hex, octal, and binary integer literalsAlex Mykyta2021-04-051-0/+7
* fix new formatting issuesDavid Lord2021-01-301-1/+1
* ignore trim_blocks using '+%}'Amy2020-06-221-0/+118
* Merge branch '2.11.x'David Lord2020-04-131-0/+92
|\
| * Add tests for lstrip whitespace behavior fixPeter Dolak2020-04-131-0/+92
* | Merge branch '2.11.x'David Lord2020-03-301-0/+18
|\ \ | |/
| * Fix tokens line number calculation when whitespace stripping is usedAndrey Lisin2020-03-301-0/+18
* | Merge branch '2.11.x'David Lord2020-02-051-10/+0
|\ \ | |/
| * remove custom pytest marksDavid Lord2020-02-051-10/+0
* | apply pyupgrade and f-stringsDavid Lord2020-02-051-53/+42
* | remove _compat moduleDavid Lord2020-02-051-36/+22
|/
* Revert "rename imports to jinja"David Lord2020-01-261-14/+14
* rename imports to jinjaDavid Lord2020-01-101-14/+14
* simplify module docstringsstyleDavid Lord2020-01-101-9/+0
* apply flake8David Lord2020-01-101-3/+5
* apply blackDavid Lord2020-01-101-281/+398
* apply reorder-python-importsDavid Lord2020-01-101-5/+13
* add test and changelog for constant comparison foldingDavid Lord2019-11-201-8/+31
* Replaced try...catch within tests with pytest.raisespytest-cleanupKevin Brown2019-10-101-5/+1
* Merge pull request #938 from stevenorum/masterDavid Lord2019-10-071-0/+6
|\
| * Fixing compiler handling of parens around boolean comparisons.Steve Norum2019-01-121-0/+6
* | clean up numeric underscore supportDavid Lord2019-07-231-16/+11
* | clean up scientific notation supportDavid Lord2019-07-231-3/+30
* | Allow '{%+' to be valid syntax (but NOP) when lstrip_blocks == False. Fixes #...Mark Roth2019-07-201-0/+8
|/
* Merge pull request #802 from abadger/allow-more-splattingDavid Lord2018-05-141-2/+7
|\
| * More closely match python splatting for callsToshio Kuratomi2018-01-291-2/+7
* | {% raw %} tests and note for documentationngr2018-05-141-0/+12
|/
* go back to generating regex, simplifiedfeature/kill-stringdefsDavid Lord2017-07-041-3/+9
* remove unnecessary \b from name regexDavid Lord2017-07-031-4/+4
* switch back to unicode escapesDavid Lord2017-07-021-4/+4
* fix unicode for py2David Lord2017-07-021-13/+13
* test for new identifier lexerDavid Lord2017-07-021-0/+21
* Bump up the copyright to 2017Armin Ronacher2017-01-071-1/+1
* Cleaned up shitty syntax in testsuiteArmin Ronacher2017-01-061-5/+5
* Fixed long standing wrong operator precedenceArmin Ronacher2016-12-281-0/+4
* Rename testsuite to tests and suggestionsKartheek Lenkala2015-03-221-0/+609