tnre.nim 431 B

1234567891011121314151617
  1. discard """
  2. matrix: "--mm:refc; --mm:orc"
  3. # Since the tests for nre are all bundled together we treat failure in one test as an nre failure
  4. # When running 'testament/tester' a failed check() in the test suite will cause the exit
  5. # codes to differ and be reported as a failure
  6. """
  7. import nre
  8. import nre/init
  9. import nre/captures
  10. import nre/find
  11. import nre/split
  12. import nre/match
  13. import nre/replace
  14. import nre/escape
  15. import nre/misc