summary refs log tree commit diff stats
path: root/tests/stdlib/tnre.nim
blob: f13c16052f309917df6a6949a7ea88bae1d5c0f5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
discard """
# Since the tests for nre are all bundled together we treat failure in one test as an nre failure
# When running 'testament/tester' a failed check() in the test suite will cause the exit
# codes to differ and be reported as a failure
"""

import nre
import nre/init
import nre/captures
import nre/find
import nre/split
import nre/match
import nre/replace
import nre/escape
import nre/misc