summaryrefslogtreecommitdiffstatshomepage
path: root/tests/extmod/ure_split.py
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>
* extmod/modure: Set subject begin_line so ^ doesn't match interior.Damien George2022-03-16
| | | | | | Fixes issue #8402. Signed-off-by: Damien George <damien@micropython.org>
* extmod/modure: If input string is bytes, return bytes results too.Paul Sokolovsky2017-07-01
| | | | | | This applies to match.group() and split(). For ARM Thumb2, this increased code size by 12 bytes.
* tests: Convert remaining "sys.exit()" to "raise SystemExit".Paul Sokolovsky2017-06-10
|
* tests/extmod: Make tests skippable.Paul Sokolovsky2017-02-15
|
* tests/extmod: Move split-on-empty-match tests to a separate test file.Damien George2016-04-26
| | | | | And provide an expected-output file because these tests have a different behaviour under CPython.
* tests: Add tests for ure groups and named char classes.Damien George2015-02-21
| | | | Issue #1122 should now be fixed.
* modure: Basic tests.Paul Sokolovsky2014-10-11