|
@@ -21,10 +21,7 @@ check_expression_with_flags :: proc(t: ^testing.T, pattern: string, flags: regex
|
|
capture, success := regex.match(rex, haystack)
|
|
capture, success := regex.match(rex, haystack)
|
|
testing.expect(t, success, "match failed", loc = loc)
|
|
testing.expect(t, success, "match failed", loc = loc)
|