diff --git a/calc_test.go b/calc_test.go index 550f975..56401c8 100644 --- a/calc_test.go +++ b/calc_test.go @@ -373,6 +373,8 @@ func FuzzEval(f *testing.F) { "b", "#444", "\n", calc.stack.All(), line) + switch line { + case "help", "?": + return + } if err := calc.EvalItem(line); err == nil { t.Logf("given: <%s>", line) // not corpus and empty?