This repository has been archived by the owner on Jan 27, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix path wildcards in combination with arrays of hashes. (45d0182)
Previously, when a wildcard matched multiple fields of which at least one was an array of hashes, `FixPath.findIn()` returned a nested array (e.g., `[[{value=>Mary}, {value=>University}], {value=>Max}]`). Now, matched arrays are flattened (i.e., `[{value=>Mary}, {value=>University}, {value=>Max}]`). See also #142.
- Loading branch information
1 parent
45d0182
commit 98fa41e
Showing
3 changed files
with
88 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters