diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2017-10-03 00:24:32 +0300 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2017-10-03 00:24:32 +0300 |
commit | 8e0b9f495b1967bf7503bfe4e66687955eee1922 (patch) | |
tree | 3b471bc04dcc8b07018ab4f58db795c64df5f4ff /tests/extmod/ure_stack_overflow.py.exp | |
parent | aba1f9167a7db1c0f19d2ab44a8dbfe5c18cc062 (diff) |
tests/extmod: Add test for ure regexes leading to infinite recursion.
These now should be caught properly and lead to RuntimeError instead of
crash.
Diffstat (limited to 'tests/extmod/ure_stack_overflow.py.exp')
-rw-r--r-- | tests/extmod/ure_stack_overflow.py.exp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/extmod/ure_stack_overflow.py.exp b/tests/extmod/ure_stack_overflow.py.exp new file mode 100644 index 000000000..8a2b9bfdd --- /dev/null +++ b/tests/extmod/ure_stack_overflow.py.exp @@ -0,0 +1 @@ +RuntimeError |