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 e13bdd2 commit 4e94804Copy full SHA for 4e94804
test/fuzz/fuzz_test.go
@@ -46,6 +46,7 @@ func FuzzExpr(f *testing.F) {
46
regexp.MustCompile(`operator "in" not defined on int`),
47
regexp.MustCompile(`invalid date .*`),
48
regexp.MustCompile(`cannot parse .* as .*`),
49
+ regexp.MustCompile(`operator "in" not defined on .*`),
50
}
51
52
env := NewEnv()
0 commit comments