Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | tests/basics/lexer: Add line continuation tests for lexer. | Tom Collins | 2017-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 Collins | 2017-05-09 |
| | |||
* | tests/basics/lexer: Add a test for newline-escaping within a string. | Damien George | 2016-12-22 |
| | |||
* | py/lexer: Raise SyntaxError when str hex escape sequence is malformed. | Damien George | 2015-07-23 |
| | | | | Addresses issue #1390. | ||
* | tests: Add tests to exercise lexer; and some more complex number tests. | Damien George | 2015-04-04 |