summaryrefslogtreecommitdiff
path: root/tests/unicode/unicode_ure.py
AgeCommit message (Collapse)Author
2023-06-08tests: Replace umodule with module everywhere.Jim Mussared
This work was funded through GitHub Sponsors. Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
2022-09-06extmod/modure: Convert byte offsets to unicode indices when necessary.Jeff Epler
And add a test. Fixes issue #9202. Signed-off-by: Jeff Epler <jepler@gmail.com>