|
190 | 190 |
|
191 | 191 | {"description":"Empty hex numeric entities",
|
192 | 192 | "input":"&#x &#X ",
|
193 |
| -"output":[["Character", "&#x "], ["Character", "&#X "]], |
| 193 | +"output":[["Character", "&#x &#X "]], |
194 | 194 | "errors":[
|
195 | 195 | { "code": "absence-of-digits-in-numeric-character-reference", "line": 1, "col": 4 },
|
196 | 196 | { "code": "absence-of-digits-in-numeric-character-reference", "line": 1, "col": 8 }
|
|
205 | 205 |
|
206 | 206 | {"description":"Empty decimal numeric entities",
|
207 | 207 | "input":"&# &#; ",
|
208 |
| -"output":[["Character", "&# "], ["Character", "&#; "]], |
| 208 | +"output":[["Character", "&# &#; "]], |
209 | 209 | "errors":[
|
210 | 210 | { "code": "absence-of-digits-in-numeric-character-reference", "line": 1, "col": 3 },
|
211 | 211 | { "code": "absence-of-digits-in-numeric-character-reference", "line": 1, "col": 6 }
|
|
274 | 274 |
|
275 | 275 | {"description":"Surrogate code point edge cases",
|
276 | 276 | "input":"퟿����",
|
277 |
| -"output":[["Character", "\uD7FF"], ["Character", "\uFFFD"], ["Character", "\uFFFD"], ["Character", "\uFFFD"], ["Character", "\uFFFD\uE000"]], |
| 277 | +"output":[["Character", "\uD7FF\uFFFD\uFFFD\uFFFD\uFFFD\uE000"]], |
278 | 278 | "errors":[
|
279 | 279 | { "code": "surrogate-character-reference", "line": 1, "col": 17 },
|
280 | 280 | { "code": "surrogate-character-reference", "line": 1, "col": 25 },
|
|
0 commit comments