We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ecc29a commit 135dfe1Copy full SHA for 135dfe1
1 file changed
lib/arg_parser_test.go
@@ -102,6 +102,7 @@ func TestParseArgs(t *testing.T) {
102
103
if slices.Compare(opts, param.wantOpts) != 0 {
104
t.Errorf("args='%q', wantOpts=%q, gotOpts=%q", param.args, param.wantOpts, opts)
105
+ continue
106
}
107
if slices.Compare(files, param.wantFiles) != 0 {
108
t.Errorf("args='%q', wantFiles=%q, gotFiles=%q", param.args, param.wantFiles, files)
0 commit comments