mirror of
https://github.com/mikefarah/yq.git
synced 2024-11-12 13:48:06 +00:00
ea9df0eede
The program generates a path for every leaf node in the file-to-be-merged. It does not escape them if they contain a dot, as the path-expressions document mentions is necessary. Add in a test for this condition. Verified it fails without the fix.
8 lines
103 B
YAML
8 lines
103 B
YAML
a: other # better than the original
|
|
b: [3, 4]
|
|
c:
|
|
toast: leave
|
|
test: 1
|
|
tell: 1
|
|
tasty.taco: cool
|