summaryrefslogtreecommitdiffstatshomepage
path: root/tests/extmod/ure_stack_overflow.py.exp
Commit message (Collapse)AuthorAge
* tests: Replace umodule with module everywhere.Jim Mussared2023-06-08
| | | | | | This work was funded through GitHub Sponsors. Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
* tests/extmod: Add test for ure regexes leading to infinite recursion.Paul Sokolovsky2017-10-03
These now should be caught properly and lead to RuntimeError instead of crash.