| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-04-09 | py/parse: Remove unnecessary check in const folding for ** operator. | Damien George | |
| In this part of the code there is no way to get the ** operator, so no need to check for it. This commit also adds tests for this, and other related, invalid const operations. | |||
| 2015-03-25 | tests: Add tests for SyntaxError, TypeError, and other missing things. | Damien George | |
| This is intended to improve coverage of the test suite. | |||
| 2015-03-01 | tests: Add test for micropython const feature when it has a SyntaxError. | Damien George | |
