summaryrefslogtreecommitdiffstatshomepage
path: root/tests/basics/lexer.py
Commit message (Collapse)AuthorAge
* tests/basics/lexer: Add line continuation tests for lexer.Tom Collins2017-05-12
| | | | | | Tests for an issue with line continuation failing in paste mode due to the lexer only checking for \n in the "following" character position, before next_char() has had a chance to convert \r and \r\n to \n.
* tests/basics/lexer: Add lexer tests for input starting with newlines.Tom Collins2017-05-09
|
* tests/basics/lexer: Add a test for newline-escaping within a string.Damien George2016-12-22
|
* py/lexer: Raise SyntaxError when str hex escape sequence is malformed.Damien George2015-07-23
| | | | Addresses issue #1390.
* tests: Add tests to exercise lexer; and some more complex number tests.Damien George2015-04-04