Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
XPath: Create set for a|b in order before duplicate filtering
This does not change the result of a union operation [substantially], but it means that we now give a list to remove_duplicates that has more natural ordering. If remove_duplicates didn't sort the array, we'd have union operations resulting in a consistent predictable order. Contributes to zeux#254.
- Loading branch information