micropython/tests/extmod/re_split_empty.py.exp
Jim Mussared 4216bc7d13 tests: Replace umodule with module everywhere.
This work was funded through GitHub Sponsors.

Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
2023-06-08 17:54:24 +10:00

4 lines
39 B
Plaintext

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