Paul Sokolovsky
|
58b7b01cb5
|
extmod/modure: If input string is bytes, return bytes results too.
This applies to match.group() and split().
For ARM Thumb2, this increased code size by 12 bytes.
|
2017-07-01 01:25:45 +03:00 |
Paul Sokolovsky
|
85d809d1f4
|
tests: Convert remaining "sys.exit()" to "raise SystemExit".
|
2017-06-10 20:34:38 +03:00 |
Paul Sokolovsky
|
f2d732f459
|
tests/extmod: Make tests skippable.
|
2017-02-15 01:56:22 +03:00 |
Damien George
|
07615d9f7e
|
tests/extmod: Move split-on-empty-match tests to a separate test file.
And provide an expected-output file because these tests have a different
behaviour under CPython.
|
2016-04-26 10:19:04 +01:00 |
Damien George
|
4e3906d6b5
|
tests: Add tests for ure groups and named char classes.
Issue #1122 should now be fixed.
|
2015-02-21 10:39:41 +00:00 |
Paul Sokolovsky
|
f7bcce0552
|
modure: Basic tests.
|
2014-10-11 14:36:33 +03:00 |