ure_debug.py 165 B

12345678
  1. # test printing debugging info when compiling
  2. try:
  3. import ure
  4. except ImportError:
  5. print("SKIP")
  6. raise SystemExit
  7. ure.compile('^a|b[0-9]\w$', ure.DEBUG)