Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | tests: Replace umodule with module everywhere. | Jim Mussared | 2023-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 George | 2022-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 Sokolovsky | 2017-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 Sokolovsky | 2017-06-10 |
| | |||
* | tests/extmod: Make tests skippable. | Paul Sokolovsky | 2017-02-15 |
| | |||
* | tests/extmod: Move split-on-empty-match tests to a separate test file. | Damien George | 2016-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 George | 2015-02-21 |
| | | | | Issue #1122 should now be fixed. | ||
* | modure: Basic tests. | Paul Sokolovsky | 2014-10-11 |