We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5de348e commit 939aca1Copy full SHA for 939aca1
test/fuzz/fuzz_test.go
@@ -48,6 +48,7 @@ func FuzzExpr(f *testing.F) {
48
regexp.MustCompile(`invalid date .*`),
49
regexp.MustCompile(`cannot parse .* as .*`),
50
regexp.MustCompile(`operator "in" not defined on .*`),
51
+ regexp.MustCompile(`cannot sum bool`),
52
}
53
54
env := NewEnv()
0 commit comments