mirror of
https://github.com/swc-project/swc.git
synced 2024-12-20 12:12:16 +03:00
223 lines
5.8 KiB
Plaintext
223 lines
5.8 KiB
Plaintext
|
||
x Missing semicolon after character reference
|
||
,-[$DIR/tests/recovery/text/entity/input.html:7:1]
|
||
7 | <div>®</div>
|
||
: ^^^^
|
||
`----
|
||
|
||
x Absence of digits in numeric character reference
|
||
,-[$DIR/tests/recovery/text/entity/input.html:10:1]
|
||
10 | <div>&#q;</div>
|
||
: ^^^
|
||
`----
|
||
|
||
x Absence of digits in numeric character reference
|
||
,-[$DIR/tests/recovery/text/entity/input.html:11:1]
|
||
11 | <div>&#qq;</div>
|
||
: ^^^
|
||
`----
|
||
|
||
x Absence of digits in numeric character reference
|
||
,-[$DIR/tests/recovery/text/entity/input.html:12:1]
|
||
12 | <div>&#qqq;</div>
|
||
: ^^^
|
||
`----
|
||
|
||
x Absence of digits in numeric character reference
|
||
,-[$DIR/tests/recovery/text/entity/input.html:14:1]
|
||
14 | <div>&#xq;</div>
|
||
: ^^^^
|
||
`----
|
||
|
||
x Absence of digits in numeric character reference
|
||
,-[$DIR/tests/recovery/text/entity/input.html:15:1]
|
||
15 | <div>&#xqq;</div>
|
||
: ^^^^
|
||
`----
|
||
|
||
x Absence of digits in numeric character reference
|
||
,-[$DIR/tests/recovery/text/entity/input.html:16:1]
|
||
16 | <div>&#xqqq;</div>
|
||
: ^^^^
|
||
`----
|
||
|
||
x Control character reference
|
||
,-[$DIR/tests/recovery/text/entity/input.html:19:5]
|
||
19 | € 0x20AC EURO SIGN (€)
|
||
: ^^^^^^
|
||
`----
|
||
|
||
x Control character reference
|
||
,-[$DIR/tests/recovery/text/entity/input.html:20:5]
|
||
20 | ‚ 0x201A SINGLE LOW-9 QUOTATION MARK (‚)
|
||
: ^^^^^^
|
||
`----
|
||
|
||
x Control character reference
|
||
,-[$DIR/tests/recovery/text/entity/input.html:21:5]
|
||
21 | ƒ 0x0192 LATIN SMALL LETTER F WITH HOOK (ƒ)
|
||
: ^^^^^^
|
||
`----
|
||
|
||
x Control character reference
|
||
,-[$DIR/tests/recovery/text/entity/input.html:22:5]
|
||
22 | „ 0x201E DOUBLE LOW-9 QUOTATION MARK („)
|
||
: ^^^^^^
|
||
`----
|
||
|
||
x Control character reference
|
||
,-[$DIR/tests/recovery/text/entity/input.html:23:5]
|
||
23 | … 0x2026 HORIZONTAL ELLIPSIS (…)
|
||
: ^^^^^^
|
||
`----
|
||
|
||
x Control character reference
|
||
,-[$DIR/tests/recovery/text/entity/input.html:24:5]
|
||
24 | † 0x2020 DAGGER (†)
|
||
: ^^^^^^
|
||
`----
|
||
|
||
x Control character reference
|
||
,-[$DIR/tests/recovery/text/entity/input.html:25:5]
|
||
25 | ‡ 0x2021 DOUBLE DAGGER (‡)
|
||
: ^^^^^^
|
||
`----
|
||
|
||
x Control character reference
|
||
,-[$DIR/tests/recovery/text/entity/input.html:26:5]
|
||
26 | ˆ 0x02C6 MODIFIER LETTER CIRCUMFLEX ACCENT (ˆ)
|
||
: ^^^^^^
|
||
`----
|
||
|
||
x Control character reference
|
||
,-[$DIR/tests/recovery/text/entity/input.html:27:5]
|
||
27 | ‰ 0x2030 PER MILLE SIGN (‰)
|
||
: ^^^^^^
|
||
`----
|
||
|
||
x Control character reference
|
||
,-[$DIR/tests/recovery/text/entity/input.html:28:5]
|
||
28 | Š 0x0160 LATIN CAPITAL LETTER S WITH CARON (Š)
|
||
: ^^^^^^
|
||
`----
|
||
|
||
x Control character reference
|
||
,-[$DIR/tests/recovery/text/entity/input.html:29:5]
|
||
29 | ‹ 0x2039 SINGLE LEFT-POINTING ANGLE QUOTATION MARK (‹)
|
||
: ^^^^^^
|
||
`----
|
||
|
||
x Control character reference
|
||
,-[$DIR/tests/recovery/text/entity/input.html:30:5]
|
||
30 | Œ 0x0152 LATIN CAPITAL LIGATURE OE (Œ)
|
||
: ^^^^^^
|
||
`----
|
||
|
||
x Control character reference
|
||
,-[$DIR/tests/recovery/text/entity/input.html:31:5]
|
||
31 | Ž 0x017D LATIN CAPITAL LETTER Z WITH CARON (Ž)
|
||
: ^^^^^^
|
||
`----
|
||
|
||
x Control character reference
|
||
,-[$DIR/tests/recovery/text/entity/input.html:32:5]
|
||
32 | ‘ 0x2018 LEFT SINGLE QUOTATION MARK (‘)
|
||
: ^^^^^^
|
||
`----
|
||
|
||
x Control character reference
|
||
,-[$DIR/tests/recovery/text/entity/input.html:33:5]
|
||
33 | ’ 0x2019 RIGHT SINGLE QUOTATION MARK (’)
|
||
: ^^^^^^
|
||
`----
|
||
|
||
x Control character reference
|
||
,-[$DIR/tests/recovery/text/entity/input.html:34:5]
|
||
34 | “ 0x201C LEFT DOUBLE QUOTATION MARK (“)
|
||
: ^^^^^^
|
||
`----
|
||
|
||
x Control character reference
|
||
,-[$DIR/tests/recovery/text/entity/input.html:35:5]
|
||
35 | ” 0x201D RIGHT DOUBLE QUOTATION MARK (”)
|
||
: ^^^^^^
|
||
`----
|
||
|
||
x Control character reference
|
||
,-[$DIR/tests/recovery/text/entity/input.html:36:5]
|
||
36 | • 0x2022 BULLET (•)
|
||
: ^^^^^^
|
||
`----
|
||
|
||
x Control character reference
|
||
,-[$DIR/tests/recovery/text/entity/input.html:37:5]
|
||
37 | – 0x2013 EN DASH (–)
|
||
: ^^^^^^
|
||
`----
|
||
|
||
x Control character reference
|
||
,-[$DIR/tests/recovery/text/entity/input.html:38:5]
|
||
38 | — 0x2014 EM DASH (—)
|
||
: ^^^^^^
|
||
`----
|
||
|
||
x Control character reference
|
||
,-[$DIR/tests/recovery/text/entity/input.html:39:5]
|
||
39 | ˜ 0x02DC SMALL TILDE (˜)
|
||
: ^^^^^^
|
||
`----
|
||
|
||
x Control character reference
|
||
,-[$DIR/tests/recovery/text/entity/input.html:40:5]
|
||
40 | ™ 0x2122 TRADE MARK SIGN (™)
|
||
: ^^^^^^
|
||
`----
|
||
|
||
x Control character reference
|
||
,-[$DIR/tests/recovery/text/entity/input.html:41:5]
|
||
41 | š 0x0161 LATIN SMALL LETTER S WITH CARON (š)
|
||
: ^^^^^^
|
||
`----
|
||
|
||
x Control character reference
|
||
,-[$DIR/tests/recovery/text/entity/input.html:42:5]
|
||
42 | › 0x203A SINGLE RIGHT-POINTING ANGLE QUOTATION MARK (›)
|
||
: ^^^^^^
|
||
`----
|
||
|
||
x Control character reference
|
||
,-[$DIR/tests/recovery/text/entity/input.html:43:5]
|
||
43 | œ 0x0153 LATIN SMALL LIGATURE OE (œ)
|
||
: ^^^^^^
|
||
`----
|
||
|
||
x Control character reference
|
||
,-[$DIR/tests/recovery/text/entity/input.html:44:5]
|
||
44 | ž 0x017E LATIN SMALL LETTER Z WITH CARON (ž)
|
||
: ^^^^^^
|
||
`----
|
||
|
||
x Control character reference
|
||
,-[$DIR/tests/recovery/text/entity/input.html:45:5]
|
||
45 | Ÿ 0x0178 LATIN CAPITAL LETTER Y WITH DIAERESIS (Ÿ)
|
||
: ^^^^^^
|
||
`----
|
||
|
||
x Missing semicolon after character reference
|
||
,-[$DIR/tests/recovery/text/entity/input.html:48:1]
|
||
48 | FOOºR
|
||
: ^^^^^^
|
||
`----
|
||
|
||
x Missing semicolon after character reference
|
||
,-[$DIR/tests/recovery/text/entity/input.html:49:1]
|
||
49 | FOO䆺R
|
||
: ^^^^^^^^
|
||
`----
|
||
|
||
x Missing semicolon after character reference
|
||
,-[$DIR/tests/recovery/text/entity/input.html:50:1]
|
||
50 | FOOAZOO
|
||
: ^^^^^^
|
||
`----
|