micropython: add micropython component
This commit is contained in:
10
components/language/micropython/tests/extmod/ure_debug.py
Normal file
10
components/language/micropython/tests/extmod/ure_debug.py
Normal file
@@ -0,0 +1,10 @@
|
||||
# test printing debugging info when compiling
|
||||
try:
|
||||
import ure
|
||||
|
||||
ure.DEBUG
|
||||
except (ImportError, AttributeError):
|
||||
print("SKIP")
|
||||
raise SystemExit
|
||||
|
||||
ure.compile("^a|b[0-9]\w$", ure.DEBUG)
|
Reference in New Issue
Block a user