diff options
Diffstat (limited to 'tests/stdlib/tregex.nim')
-rw-r--r-- | tests/stdlib/tregex.nim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/stdlib/tregex.nim b/tests/stdlib/tregex.nim index cf80f8122..9dd66cd60 100644 --- a/tests/stdlib/tregex.nim +++ b/tests/stdlib/tregex.nim @@ -1,5 +1,6 @@ discard """ output: "key: keyAYes!" + matrix: "--mm:refc; --mm:orc" """ # Test the new regular expression module # which is based on the PCRE library |