We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 577c4ec commit defefcaCopy full SHA for defefca
regex.nimble
@@ -24,8 +24,7 @@ task test2, "Test":
24
# the docker image for CI has it since Nim 1.0.4,
25
# so I'll only test it there
26
when (NimMajor, NimMinor, NimPatch) >= (1, 0, 4) and
27
- (NimMajor, NimMinor) != (1, 4) and # issue #88
28
- (NimMajor, NimMinor) != (1, 6): # issue #123
+ (NimMajor, NimMinor) != (1, 4): # issue #88
29
exec "nim js -r src/regex.nim"
30
exec "nim js -r tests/tests2.nim"
31
exec "nim js -r -d:forceRegexAtRuntime tests/tests2.nim"
@@ -48,8 +47,7 @@ task oldtest, "Test":
48
47
49
50
51
52
- (NimMajor, NimMinor) != (1, 6):
53
exec "nim js -r tests/tests.nim"
54
exec "nim js -r -d:forceRegexAtRuntime tests/tests.nim"
55
0 commit comments