Skip to content

Commit 87fda67

Browse files
committed
fuzz: exclude error unknown time zone
1 parent 87c6a94 commit 87fda67

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/fuzz/fuzz_test.go

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ func FuzzExpr(f *testing.F) {
3232
regexp.MustCompile(`invalid duration`),
3333
regexp.MustCompile(`time: missing unit in duration`),
3434
regexp.MustCompile(`time: unknown unit .* in duration`),
35+
regexp.MustCompile(`unknown time zone`),
3536
regexp.MustCompile(`json: unsupported value`),
3637
regexp.MustCompile(`unexpected end of JSON input`),
3738
regexp.MustCompile(`memory budget exceeded`),

0 commit comments

Comments
 (0)