-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for unordered arrays (#30)
* feat: Add support for unordered arrays - Use the "<<UNORDERED>>" directive as the first string in the unordered array to ignore ordering when comparing arrays. - Adds unit tests for this new logic. - Adds a big real-world payload integration test that should cover most of the features of this package in combination * fix: Remove snippet of unreachable code * docs: Explain <<UNORDERED>> in README * docs: Explain <<UNORDERED>> in GoDocs * docs: Add <<UNORDERED>> runnable example * chore: Address self-review comments (#30)
- Loading branch information
Showing
7 changed files
with
1,135 additions
and
27 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
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
Oops, something went wrong.