aboutsummaryrefslogtreecommitdiff
path: root/tests/micropython/const_error.py.exp
AgeCommit message (Collapse)Author
2020-04-09py/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-25tests: Add tests for SyntaxError, TypeError, and other missing things.Damien George
This is intended to improve coverage of the test suite.
2015-03-01tests: Add test for micropython const feature when it has a SyntaxError.Damien George