You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just to be clear, the expected output is (which is what used to happen for version 2.xx):
test:
a.b.c:
boo: boo
foo: bar
I tried quoting the "a.b.c" in the b.yaml --- the same. It's clearly a bug: even if, for whatever reason, yq should split keys on dots, this should happen for both the a.yaml and the b.yaml.
The text was updated successfully, but these errors were encountered:
Example:
Just to be clear, the expected output is (which is what used to happen for version 2.xx):
I tried quoting the
"a.b.c"
in theb.yaml
--- the same. It's clearly a bug: even if, for whatever reason,yq
should split keys on dots, this should happen for both thea.yaml
and theb.yaml
.The text was updated successfully, but these errors were encountered: