mirror of
https://github.com/mikefarah/yq.git
synced 2026-06-28 16:07:46 +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. |
||
|---|---|---|
| .. | ||
| commands_test.go | ||
| constant.go | ||
| delete.go | ||
| merge.go | ||
| new.go | ||
| prefix.go | ||
| read.go | ||
| root.go | ||
| utils.go | ||
| validate.go | ||
| version_test.go | ||
| version.go | ||
| write.go | ||