summaryrefslogtreecommitdiff
path: root/tests/test_lexnparse.py
Commit message (Expand)AuthorAgeFilesLines
* 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