mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-11 09:02:53 +00:00
Avoid manual step for creating array setters
This commit is contained in:
@@ -23,7 +23,7 @@ func TestIsYaml1_1NonString(t *testing.T) {
|
||||
{val: "2", expected: true},
|
||||
{val: "true", expected: true},
|
||||
{val: "1.0\nhello", expected: false}, // multiline strings should always be false
|
||||
{val: "", expected: false}, // empty string should be considered a string
|
||||
{val: "", expected: false}, // empty string should be considered a string
|
||||
}
|
||||
|
||||
for k := range valueToTagMap {
|
||||
|
||||
Reference in New Issue
Block a user