mirror of
https://github.com/mikefarah/yq.git
synced 2026-07-07 22:35:37 +00:00
remove redundant test
This commit is contained in:
parent
328830092d
commit
addb1bf00a
@ -168,8 +168,3 @@ func TestShellVariablesEncoderUnwrapScalar(t *testing.T) {
|
||||
assertEncodesToUnwrapped(t, "c: true", "c=true")
|
||||
assertEncodesToUnwrapped(t, "d: value with spaces", "d=value with spaces")
|
||||
}
|
||||
|
||||
func TestShellVariablesEncoderDefaultQuoting(t *testing.T) {
|
||||
assertEncodesTo(t, "a: Lewis Carroll", "a='Lewis Carroll'")
|
||||
assertEncodesTo(t, "b: 123 456", "b='123 456'")
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user