micropython/tests/extmod/ure_debug.py

9 wiersze
165 B
Python
Czysty Zwykły widok Historia

# test printing debugging info when compiling
2017-02-14 22:56:22 +00:00
try:
import ure
except ImportError:
print("SKIP")
raise SystemExit
2017-02-14 22:56:22 +00:00
ure.compile('^a|b[0-9]\w$', ure.DEBUG)