aboutsummaryrefslogtreecommitdiff
path: root/tests/extmod/ure_group.py
AgeCommit message (Collapse)Author
2015-03-04extmod/ure: Correctly return None when a group has no match.Damien George
See issue #1122.
2015-02-21tests: Add tests for ure groups and named char classes.Damien George
Issue #1122 should now be fixed.