Skip to content

Commit cbb222c

Browse files
committed
Merge commit '8012a786ff8ab4f57c8e128f458c4061540f1983'
* commit '8012a786ff8ab4f57c8e128f458c4061540f1983': Squashed 'json/' changes from 2d554504..4e6c78b4
2 parents 0cb551a + 8012a78 commit cbb222c

File tree

5 files changed

+16
-16
lines changed

5 files changed

+16
-16
lines changed

json/tests/draft2019-09/optional/ecmascript-regex.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
},
106106
{
107107
"description": "NKO DIGIT ZERO (as \\u escape) does not match",
108-
"data": "\\u07c0",
108+
"data": "\u07c0",
109109
"valid": false
110110
}
111111
]
@@ -129,7 +129,7 @@
129129
},
130130
{
131131
"description": "NKO DIGIT ZERO (as \\u escape) matches",
132-
"data": "\\u07c0",
132+
"data": "\u07c0",
133133
"valid": true
134134
}
135135
]
@@ -186,7 +186,7 @@
186186
},
187187
{
188188
"description": "latin-1 non-breaking-space does not match (unlike e.g. Python)",
189-
"data": "\\u00a0",
189+
"data": "\u00a0",
190190
"valid": false
191191
}
192192
]
@@ -205,7 +205,7 @@
205205
},
206206
{
207207
"description": "latin-1 non-breaking-space matches (unlike e.g. Python)",
208-
"data": "\\u00a0",
208+
"data": "\u00a0",
209209
"valid": true
210210
}
211211
]
File renamed without changes.

json/tests/draft4/optional/ecmascript-regex.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
},
106106
{
107107
"description": "NKO DIGIT ZERO (as \\u escape) does not match",
108-
"data": "\\u07c0",
108+
"data": "\u07c0",
109109
"valid": false
110110
}
111111
]
@@ -129,7 +129,7 @@
129129
},
130130
{
131131
"description": "NKO DIGIT ZERO (as \\u escape) matches",
132-
"data": "\\u07c0",
132+
"data": "\u07c0",
133133
"valid": true
134134
}
135135
]
@@ -186,7 +186,7 @@
186186
},
187187
{
188188
"description": "latin-1 non-breaking-space does not match (unlike e.g. Python)",
189-
"data": "\\u00a0",
189+
"data": "\u00a0",
190190
"valid": false
191191
}
192192
]
@@ -205,7 +205,7 @@
205205
},
206206
{
207207
"description": "latin-1 non-breaking-space matches (unlike e.g. Python)",
208-
"data": "\\u00a0",
208+
"data": "\u00a0",
209209
"valid": true
210210
}
211211
]

json/tests/draft6/optional/ecmascript-regex.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
},
106106
{
107107
"description": "NKO DIGIT ZERO (as \\u escape) does not match",
108-
"data": "\\u07c0",
108+
"data": "\u07c0",
109109
"valid": false
110110
}
111111
]
@@ -129,7 +129,7 @@
129129
},
130130
{
131131
"description": "NKO DIGIT ZERO (as \\u escape) matches",
132-
"data": "\\u07c0",
132+
"data": "\u07c0",
133133
"valid": true
134134
}
135135
]
@@ -186,7 +186,7 @@
186186
},
187187
{
188188
"description": "latin-1 non-breaking-space does not match (unlike e.g. Python)",
189-
"data": "\\u00a0",
189+
"data": "\u00a0",
190190
"valid": false
191191
}
192192
]
@@ -205,7 +205,7 @@
205205
},
206206
{
207207
"description": "latin-1 non-breaking-space matches (unlike e.g. Python)",
208-
"data": "\\u00a0",
208+
"data": "\u00a0",
209209
"valid": true
210210
}
211211
]

json/tests/draft7/optional/ecmascript-regex.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
},
106106
{
107107
"description": "NKO DIGIT ZERO (as \\u escape) does not match",
108-
"data": "\\u07c0",
108+
"data": "\u07c0",
109109
"valid": false
110110
}
111111
]
@@ -129,7 +129,7 @@
129129
},
130130
{
131131
"description": "NKO DIGIT ZERO (as \\u escape) matches",
132-
"data": "\\u07c0",
132+
"data": "\u07c0",
133133
"valid": true
134134
}
135135
]
@@ -186,7 +186,7 @@
186186
},
187187
{
188188
"description": "latin-1 non-breaking-space does not match (unlike e.g. Python)",
189-
"data": "\\u00a0",
189+
"data": "\u00a0",
190190
"valid": false
191191
}
192192
]
@@ -205,7 +205,7 @@
205205
},
206206
{
207207
"description": "latin-1 non-breaking-space matches (unlike e.g. Python)",
208-
"data": "\\u00a0",
208+
"data": "\u00a0",
209209
"valid": true
210210
}
211211
]

0 commit comments

Comments
 (0)