-
Notifications
You must be signed in to change notification settings - Fork 91
Open
Description
With the following code:
https://gist.github.com/fancellu/03bb694c920898613795
So as you can see, with hard coded XML, the filter works fine. With a seemingly equivalent structure, it doesn't find anything.
Probably due to different hashCodes, even though elements render the same
(root"number").hashCode //> Int = 1598709610
(root2"number").hashCode //> Int = 1439920665
(root"number").head.text==(root2"number").head.text //> Boolean=true
Metadata
Metadata
Assignees
Labels
No labels