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 f92bb79 commit 5455cf8Copy full SHA for 5455cf8
test/fuzz/fuzz_test.go
@@ -42,6 +42,7 @@ func FuzzExpr(f *testing.F) {
42
regexp.MustCompile(`reflect: call of reflect.Value.Call on .* Value`),
43
regexp.MustCompile(`reflect: call of reflect.Value.Index on map Value`),
44
regexp.MustCompile(`reflect: call of reflect.Value.Len on .* Value`),
45
+ regexp.MustCompile(`reflect: string index out of range`),
46
regexp.MustCompile(`strings: negative Repeat count`),
47
regexp.MustCompile(`strings: illegal bytes to escape`),
48
regexp.MustCompile(`operator "in" not defined on int`),
0 commit comments