mirror of
https://github.com/mikefarah/yq.git
synced 2026-06-29 08:38:48 +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. |
||
|---|---|---|
| .. | ||
| data_navigator_test.go | ||
| data_navigator.go | ||
| delete_navigation_strategy.go | ||
| encoder.go | ||
| filter_matching_node_navigation_strategy.go | ||
| lib_test.go | ||
| lib.go | ||
| navigation_strategy.go | ||
| path_parser_test.go | ||
| path_parser.go | ||
| read_navigation_strategy.go | ||
| update_navigation_strategy.go | ||
| value_parser_test.go | ||
| value_parser.go | ||