Skip to content

Commit 6c797fd

Browse files
committed
fix-to(test): 修复测试case
1 parent 78c5c7e commit 6c797fd

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

json-diff-test/src/main/resources/array/MultArrays.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2706,7 +2706,7 @@
27062706
],
27072707
"option": {
27082708
"ignorePath": [
2709-
"$[*][].a"
2709+
"$[*][*].a"
27102710
]
27112711
}
27122712
},
@@ -3064,7 +3064,7 @@
30643064
],
30653065
"option": {
30663066
"ignorePath": [
3067-
"$[*][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][].a"
3067+
"$[*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*].a"
30683068
]
30693069
}
30703070
},
@@ -3138,7 +3138,7 @@
31383138
],
31393139
"option": {
31403140
"ignorePath": [
3141-
"$[*][].a.a"
3141+
"$[*][*].a.a"
31423142
]
31433143
}
31443144
},
@@ -3672,7 +3672,7 @@
36723672
],
36733673
"option": {
36743674
"ignorePath": [
3675-
"$[*][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][].a.a"
3675+
"$[*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*].a.a"
36763676
]
36773677
}
36783678
},
@@ -4286,7 +4286,7 @@
42864286
],
42874287
"option": {
42884288
"ignorePath": [
4289-
"$[*][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][].a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a"
4289+
"$[*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*][*].a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a"
42904290
]
42914291
}
42924292
},
@@ -4316,7 +4316,7 @@
43164316
"expect": [],
43174317
"option": {
43184318
"ignorePath": [
4319-
"root"
4319+
"$"
43204320
]
43214321
}
43224322
},
@@ -4371,7 +4371,7 @@
43714371
],
43724372
"option": {
43734373
"ignorePath": [
4374-
"$[*][].a[].b"
4374+
"$[*][*].a[*].b"
43754375
]
43764376
}
43774377
},

0 commit comments

Comments
 (0)