micropython/tests/extmod/ure_split_empty.py.exp
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

4 lines
39 B
Plaintext

['a b c foobar']
['foo']
['axbc']