-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix proposal for parse_xml in case of unique child: (#849)
* Fix proposal for parse_xml in case of unique child: - Modify single node map insert behaviour -> process_node instead of recurse - Add tests for unique child situation * apply fix to latest main --------- Co-authored-by: Pavlos Rontidis <[email protected]>
- Loading branch information
1 parent
8c428dd
commit 3ca9f6c
Showing
3 changed files
with
14 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
The `parse_xml` function now doesn't add an unnecessary `text` key when processing single nodes. |
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