Skip to content

Commit addb1bf

Browse files
committed
remove redundant test
1 parent 3288300 commit addb1bf

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

pkg/yqlib/encoder_shellvariables_test.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,3 @@ func TestShellVariablesEncoderUnwrapScalar(t *testing.T) {
168168
assertEncodesToUnwrapped(t, "c: true", "c=true")
169169
assertEncodesToUnwrapped(t, "d: value with spaces", "d=value with spaces")
170170
}
171-
172-
func TestShellVariablesEncoderDefaultQuoting(t *testing.T) {
173-
assertEncodesTo(t, "a: Lewis Carroll", "a='Lewis Carroll'")
174-
assertEncodesTo(t, "b: 123 456", "b='123 456'")
175-
}

0 commit comments

Comments
 (0)