-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix JSONPathTester not working with root level arrays (#66)
* Fix JSONPathTester not working with root arrays * Update unit tests, update TestJsonPathAsync --------- Co-authored-by: Sebastian Siewien <[email protected]>
- Loading branch information
1 parent
7807e7e
commit ab94a84
Showing
6 changed files
with
80 additions
and
14 deletions.
There are no files selected for viewing
8 changes: 8 additions & 0 deletions
8
src/DevToys.Tools.UnitTests/Tools/TestData/JsonPathTester/sample-array.json
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,8 @@ | ||
[ | ||
{ | ||
"foo": 1 | ||
}, | ||
{ | ||
"foo": 2 | ||
} | ||
] |
File renamed without changes.
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