mirror of
https://github.com/mikefarah/yq.git
synced 2026-03-10 15:54:26 +00:00
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. |
||
|---|---|---|
| .. | ||
| array.yaml | ||
| bad.yaml | ||
| data1.yaml | ||
| data2.yaml | ||
| data3.yaml | ||
| empty.yaml | ||
| instruction_sample.yaml | ||
| merge-anchor.yaml | ||
| multiline-text.yaml | ||
| multiple_docs_small.yaml | ||
| multiple_docs.yaml | ||
| numbered_keys.yml | ||
| order.yaml | ||
| order.yml | ||
| sample2.yaml | ||
| sample_array_2.yaml | ||
| sample_array.yaml | ||
| sample_text.yaml | ||
| sample.json | ||
| sample.yaml | ||
| simple-anchor.yaml | ||