mirror of
https://github.com/mikefarah/yq.git
synced 2026-08-24 00:04:50 +08: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.