summaryrefslogtreecommitdiffstatshomepage
path: root/tests/extmod/ure_debug.py
blob: 303e1789c03e021146dfafe445af0ffbb685f080 (plain) (blame)
1
2
3
# test printing debugging info when compiling
import ure
ure.compile('^a|b[0-9]\w$', ure.DEBUG)