Skip to content

Commit ef5df2f

Browse files
committed
Check-in results
1 parent 3a12233 commit ef5df2f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

docs/results/filter_expression_with_equals_with_path_and_path.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1561,7 +1561,6 @@ <h4 id="dotNET_JsonPath.Net">
15611561
"key1": 10,
15621562
"key2": 10
15631563
},
1564-
{},
15651564
{
15661565
"key1": null,
15671566
"key2": null

regression_suite/dotNET_JsonPath.Net.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ queries:
206206
result: [{"key": true}]
207207
- id: filter_expression_with_equals_with_path_and_path
208208
status: open
209-
result: [{"key1": 10, "key2": 10}, {}, {"key1": null, "key2": null}, {"key1": 0, "key2": 0}, {"key1": -1, "key2": -1}, {"key1": "", "key2": ""}, {"key1": false, "key2": false}, {"key1": true, "key2": true}, {"key1": [], "key2": []}, {"key1": {}, "key2": {}}, {"key1": {"a": 1, "b": 2}, "key2": {"a": 1, "b": 2}}]
209+
result: [{"key1": 10, "key2": 10}, {"key1": null, "key2": null}, {"key1": 0, "key2": 0}, {"key1": -1, "key2": -1}, {"key1": "", "key2": ""}, {"key1": false, "key2": false}, {"key1": true, "key2": true}, {"key1": [], "key2": []}, {"key1": {}, "key2": {}}, {"key1": {"a": 1, "b": 2}, "key2": {"a": 1, "b": 2}}]
210210
- id: filter_expression_with_greater_than
211211
status: open
212212
result: [{"key": 43}, {"key": 42.0001}, {"key": 100}]

0 commit comments

Comments
 (0)