We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87c6a94 commit 87fda67Copy full SHA for 87fda67
test/fuzz/fuzz_test.go
@@ -32,6 +32,7 @@ func FuzzExpr(f *testing.F) {
32
regexp.MustCompile(`invalid duration`),
33
regexp.MustCompile(`time: missing unit in duration`),
34
regexp.MustCompile(`time: unknown unit .* in duration`),
35
+ regexp.MustCompile(`unknown time zone`),
36
regexp.MustCompile(`json: unsupported value`),
37
regexp.MustCompile(`unexpected end of JSON input`),
38
regexp.MustCompile(`memory budget exceeded`),
0 commit comments