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 91e7647 commit d39283aCopy full SHA for d39283a
pkg/util/util_test.go
@@ -304,11 +304,12 @@ func TestTrimDuplicatedSpace(t *testing.T) {
304
want string
305
}{
306
{
307
+ // ignore spell lint error
308
name: "trim duplicated space",
309
args: args{
- s: " fo o bar ",
310
+ s: " 12 3 456 ",
311
},
- want: " fo o bar ",
312
+ want: " 12 3 456 ",
313
314
}
315
for _, tt := range tests {
0 commit comments