summaryrefslogtreecommitdiff
path: root/tests/test_lexnparse.py
Commit message (Collapse)AuthorAgeFilesLines
* go back to generating regex, simplifiedfeature/kill-stringdefsDavid Lord2017-07-041-3/+9
| | | | | | new version uses ~2KB vs 200KB memory, is ~100x faster to load move script to generate pattern to scripts directory add more tests
* 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
| | | | currently fails on special case unicode
* 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
Remove py.test from setup.py install_requires Rename testsuite folder to tests.