Skip to content

Commit 71f7465

Browse files
committed
Fixed slash escaping
1 parent 5d672e5 commit 71f7465

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

cts.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4879,7 +4879,7 @@
48794879
"A"
48804880
],
48814881
"result_paths": [
4882-
"$['\\\\/']"
4882+
"$['/']"
48834883
]
48844884
},
48854885
{
@@ -5569,7 +5569,7 @@
55695569
"unicode"
55705570
],
55715571
"result_paths": [
5572-
"$['\\\\/']"
5572+
"$['/']"
55735573
]
55745574
},
55755575
{

tests/name_selector.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@
374374
"A"
375375
],
376376
"result_paths": [
377-
"$['\\\\/']"
377+
"$['/']"
378378
]
379379
},
380380
{
@@ -1064,7 +1064,7 @@
10641064
"unicode"
10651065
],
10661066
"result_paths": [
1067-
"$['\\\\/']"
1067+
"$['/']"
10681068
]
10691069
},
10701070
{

0 commit comments

Comments
 (0)