summaryrefslogtreecommitdiff
path: root/tests/extmod/ure_sub.py
AgeCommit message (Collapse)Author
2021-03-15run code formatting scriptmicroDev
2020-06-03Fix up end of file and trailing whitespace.Diego Elio Pettenò
This can be enforced by pre-commit, but correct it separately to make it easier to review.
2019-02-14extmod/modure: Add ure.sub() function and method, and tests.Damien George
This feature is controlled at compile time by MICROPY_PY_URE_SUB, disabled by default. Thanks to @dmazzella for the original patch for this feature; see #3770.