summaryrefslogtreecommitdiffstatshomepage
path: root/tests/extmod/ure_debug.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/extmod/ure_debug.py')
-rw-r--r--tests/extmod/ure_debug.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/extmod/ure_debug.py b/tests/extmod/ure_debug.py
new file mode 100644
index 0000000000..303e1789c0
--- /dev/null
+++ b/tests/extmod/ure_debug.py
@@ -0,0 +1,3 @@
+# test printing debugging info when compiling
+import ure
+ure.compile('^a|b[0-9]\w$', ure.DEBUG)