tnre.nim 401 B

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