From 32f67a78f518bd65443472cc31d8c145ff5d6f37 Mon Sep 17 00:00:00 2001 From: inikulin Date: Tue, 23 May 2017 00:03:47 +0300 Subject: [PATCH] Handle ambiguous ampersand properly --- tokenizer/domjs.test | 4 +- tokenizer/entities.test | 10 +- tokenizer/namedEntities.test | 39615 ++++++++++++----------------- tokenizer/test1.test | 20 +- tokenizer/test2.test | 10 +- tokenizer/test3.test | 20 +- tokenizer/test4.test | 25 +- tree-construction/entities02.dat | 14 - tree-construction/tests2.dat | 4 +- 9 files changed, 16864 insertions(+), 22858 deletions(-) diff --git a/tokenizer/domjs.test b/tokenizer/domjs.test index 6ecf6dfc..d64fa37e 100644 --- a/tokenizer/domjs.test +++ b/tokenizer/domjs.test @@ -129,8 +129,8 @@ "initialStates":["RCDATA state"], "input":"&NotEqualTild;", "output":[["Character", "&NotEqualTild;"]], - "errors": [ - {"code" : "unknown-named-character-reference", "line": 1, "col": 1} + "errors":[ + { "code": "unknown-named-character-reference", "line": 1, "col": 14 } ] }, { diff --git a/tokenizer/entities.test b/tokenizer/entities.test index 8e1bba8c..3534641f 100644 --- a/tokenizer/entities.test +++ b/tokenizer/entities.test @@ -6,9 +6,13 @@ {"description": "Entity name followed by the equals sign in an attribute value.", "input":"", -"output": [["StartTag", "h", {"a": "&lang="}]], -"errors": [ - {"code" : "unknown-named-character-reference", "line": 1, "col": 7 } +"output": [["StartTag", "h", {"a": "&lang="}]]}, + +{"description": "Ambiguous ampersand.", +"input":"&rrrraannddom;", +"output": [["Character", "&rrrraannddom;"]], +"errors":[ + { "code": "unknown-character-reference", "line": 1, "col": 14 } ]}, {"description": "CR as numeric entity", diff --git a/tokenizer/namedEntities.test b/tokenizer/namedEntities.test index c8f6ef84..f74f5bff 100644 --- a/tokenizer/namedEntities.test +++ b/tokenizer/namedEntities.test @@ -1,48356 +1,42419 @@ { "tests": [ { - "input": "Æ", - "description": "Named entity: AElig without a semi-colon", + "input": "Æ", + "description": "Named entity: AElig without a semi-colon", "output": [ [ - "Character", + "Character", "\u00c6" ] ], "errors": [ { "code": "missing-semicolon-after-character-reference", "line": 1, "col": 7 } ] - }, + }, { - "input": "Æ", - "description": "Named entity: AElig; with a semi-colon", + "input": "Æ", + "description": "Named entity: AElig; with a semi-colon", "output": [ [ - "Character", + "Character", "\u00c6" ] ] - }, + }, { - "input": "&", - "description": "Named entity: AMP without a semi-colon", + "input": "&", + "description": "Named entity: AMP without a semi-colon", "output": [ [ - "Character", + "Character", "&" ] ], "errors": [ { "code": "missing-semicolon-after-character-reference", "line": 1, "col": 5 } ] - }, + }, { - "input": "&", - "description": "Named entity: AMP; with a semi-colon", + "input": "&", + "description": "Named entity: AMP; with a semi-colon", "output": [ [ - "Character", + "Character", "&" ] ] - }, + }, { - "input": "Á", - "description": "Named entity: Aacute without a semi-colon", + "input": "Á", + "description": "Named entity: Aacute without a semi-colon", "output": [ [ - "Character", + "Character", "\u00c1" ] ], "errors": [ { "code": "missing-semicolon-after-character-reference", "line": 1, "col": 8 } ] - }, + }, { - "input": "Á", - "description": "Named entity: Aacute; with a semi-colon", + "input": "Á", + "description": "Named entity: Aacute; with a semi-colon", "output": [ [ - "Character", + "Character", "\u00c1" ] ] - }, + }, { - "input": "&Abreve", - "description": "Bad named entity: Abreve without a semi-colon", + "input": "&Abreve", + "description": "Bad named entity: Abreve without a semi-colon", "output": [ [ - "Character", + "Character", "&Abreve" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Ă", - "description": "Named entity: Abreve; with a semi-colon", + "input": "Ă", + "description": "Named entity: Abreve; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0102" ] ] - }, + }, { - "input": "Â", - "description": "Named entity: Acirc without a semi-colon", + "input": "Â", + "description": "Named entity: Acirc without a semi-colon", "output": [ [ - "Character", + "Character", "\u00c2" ] ], "errors": [ { "code": "missing-semicolon-after-character-reference", "line": 1, "col": 7 } ] - }, + }, { - "input": "Â", - "description": "Named entity: Acirc; with a semi-colon", + "input": "Â", + "description": "Named entity: Acirc; with a semi-colon", "output": [ [ - "Character", + "Character", "\u00c2" ] ] - }, + }, { - "input": "&Acy", - "description": "Bad named entity: Acy without a semi-colon", + "input": "&Acy", + "description": "Bad named entity: Acy without a semi-colon", "output": [ [ - "Character", + "Character", "&Acy" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "А", - "description": "Named entity: Acy; with a semi-colon", + "input": "А", + "description": "Named entity: Acy; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0410" ] ] - }, + }, { - "input": "&Afr", - "description": "Bad named entity: Afr without a semi-colon", + "input": "&Afr", + "description": "Bad named entity: Afr without a semi-colon", "output": [ [ - "Character", + "Character", "&Afr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝔄", - "description": "Named entity: Afr; with a semi-colon", + "input": "𝔄", + "description": "Named entity: Afr; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udd04" ] ] - }, + }, { - "input": "À", - "description": "Named entity: Agrave without a semi-colon", + "input": "À", + "description": "Named entity: Agrave without a semi-colon", "output": [ [ - "Character", + "Character", "\u00c0" ] ], "errors": [ { "code": "missing-semicolon-after-character-reference", "line": 1, "col": 8 } ] - }, + }, { - "input": "À", - "description": "Named entity: Agrave; with a semi-colon", + "input": "À", + "description": "Named entity: Agrave; with a semi-colon", "output": [ [ - "Character", + "Character", "\u00c0" ] ] - }, + }, { - "input": "&Alpha", - "description": "Bad named entity: Alpha without a semi-colon", + "input": "&Alpha", + "description": "Bad named entity: Alpha without a semi-colon", "output": [ [ - "Character", + "Character", "&Alpha" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Α", - "description": "Named entity: Alpha; with a semi-colon", + "input": "Α", + "description": "Named entity: Alpha; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0391" ] ] - }, + }, { - "input": "&Amacr", - "description": "Bad named entity: Amacr without a semi-colon", + "input": "&Amacr", + "description": "Bad named entity: Amacr without a semi-colon", "output": [ [ - "Character", + "Character", "&Amacr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Ā", - "description": "Named entity: Amacr; with a semi-colon", + "input": "Ā", + "description": "Named entity: Amacr; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0100" ] ] - }, + }, { - "input": "&And", - "description": "Bad named entity: And without a semi-colon", + "input": "&And", + "description": "Bad named entity: And without a semi-colon", "output": [ [ - "Character", + "Character", "&And" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⩓", - "description": "Named entity: And; with a semi-colon", + "input": "⩓", + "description": "Named entity: And; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a53" ] ] - }, + }, { - "input": "&Aogon", - "description": "Bad named entity: Aogon without a semi-colon", + "input": "&Aogon", + "description": "Bad named entity: Aogon without a semi-colon", "output": [ [ - "Character", + "Character", "&Aogon" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Ą", - "description": "Named entity: Aogon; with a semi-colon", + "input": "Ą", + "description": "Named entity: Aogon; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0104" ] ] - }, + }, { - "input": "&Aopf", - "description": "Bad named entity: Aopf without a semi-colon", + "input": "&Aopf", + "description": "Bad named entity: Aopf without a semi-colon", "output": [ [ - "Character", + "Character", "&Aopf" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝔸", - "description": "Named entity: Aopf; with a semi-colon", + "input": "𝔸", + "description": "Named entity: Aopf; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udd38" ] ] - }, + }, { - "input": "&ApplyFunction", - "description": "Bad named entity: ApplyFunction without a semi-colon", + "input": "&ApplyFunction", + "description": "Bad named entity: ApplyFunction without a semi-colon", "output": [ [ - "Character", + "Character", "&ApplyFunction" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⁡", - "description": "Named entity: ApplyFunction; with a semi-colon", + "input": "⁡", + "description": "Named entity: ApplyFunction; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2061" ] ] - }, + }, { - "input": "Å", - "description": "Named entity: Aring without a semi-colon", + "input": "Å", + "description": "Named entity: Aring without a semi-colon", "output": [ [ - "Character", + "Character", "\u00c5" ] ], "errors": [ { "code": "missing-semicolon-after-character-reference", "line": 1, "col": 7 } ] - }, + }, { - "input": "Å", - "description": "Named entity: Aring; with a semi-colon", + "input": "Å", + "description": "Named entity: Aring; with a semi-colon", "output": [ [ - "Character", + "Character", "\u00c5" ] ] - }, + }, { - "input": "&Ascr", - "description": "Bad named entity: Ascr without a semi-colon", + "input": "&Ascr", + "description": "Bad named entity: Ascr without a semi-colon", "output": [ [ - "Character", + "Character", "&Ascr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝒜", - "description": "Named entity: Ascr; with a semi-colon", + "input": "𝒜", + "description": "Named entity: Ascr; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udc9c" ] ] - }, + }, { - "input": "&Assign", - "description": "Bad named entity: Assign without a semi-colon", + "input": "&Assign", + "description": "Bad named entity: Assign without a semi-colon", "output": [ [ - "Character", + "Character", "&Assign" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≔", - "description": "Named entity: Assign; with a semi-colon", + "input": "≔", + "description": "Named entity: Assign; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2254" ] ] - }, + }, { - "input": "Ã", - "description": "Named entity: Atilde without a semi-colon", + "input": "Ã", + "description": "Named entity: Atilde without a semi-colon", "output": [ [ - "Character", + "Character", "\u00c3" ] ], "errors": [ { "code": "missing-semicolon-after-character-reference", "line": 1, "col": 8 } ] - }, + }, { - "input": "Ã", - "description": "Named entity: Atilde; with a semi-colon", + "input": "Ã", + "description": "Named entity: Atilde; with a semi-colon", "output": [ [ - "Character", + "Character", "\u00c3" ] ] - }, + }, { - "input": "Ä", - "description": "Named entity: Auml without a semi-colon", + "input": "Ä", + "description": "Named entity: Auml without a semi-colon", "output": [ [ - "Character", + "Character", "\u00c4" ] ], "errors": [ { "code": "missing-semicolon-after-character-reference", "line": 1, "col": 6 } ] - }, + }, { - "input": "Ä", - "description": "Named entity: Auml; with a semi-colon", + "input": "Ä", + "description": "Named entity: Auml; with a semi-colon", "output": [ [ - "Character", + "Character", "\u00c4" ] ] - }, + }, { - "input": "&Backslash", - "description": "Bad named entity: Backslash without a semi-colon", + "input": "&Backslash", + "description": "Bad named entity: Backslash without a semi-colon", "output": [ [ - "Character", + "Character", "&Backslash" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∖", - "description": "Named entity: Backslash; with a semi-colon", + "input": "∖", + "description": "Named entity: Backslash; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2216" ] ] - }, + }, { - "input": "&Barv", - "description": "Bad named entity: Barv without a semi-colon", + "input": "&Barv", + "description": "Bad named entity: Barv without a semi-colon", "output": [ [ - "Character", + "Character", "&Barv" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⫧", - "description": "Named entity: Barv; with a semi-colon", + "input": "⫧", + "description": "Named entity: Barv; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2ae7" ] ] - }, + }, { - "input": "&Barwed", - "description": "Bad named entity: Barwed without a semi-colon", + "input": "&Barwed", + "description": "Bad named entity: Barwed without a semi-colon", "output": [ [ - "Character", + "Character", "&Barwed" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⌆", - "description": "Named entity: Barwed; with a semi-colon", + "input": "⌆", + "description": "Named entity: Barwed; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2306" ] ] - }, + }, { - "input": "&Bcy", - "description": "Bad named entity: Bcy without a semi-colon", + "input": "&Bcy", + "description": "Bad named entity: Bcy without a semi-colon", "output": [ [ - "Character", + "Character", "&Bcy" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Б", - "description": "Named entity: Bcy; with a semi-colon", + "input": "Б", + "description": "Named entity: Bcy; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0411" ] ] - }, + }, { - "input": "&Because", - "description": "Bad named entity: Because without a semi-colon", + "input": "&Because", + "description": "Bad named entity: Because without a semi-colon", "output": [ [ - "Character", + "Character", "&Because" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∵", - "description": "Named entity: Because; with a semi-colon", + "input": "∵", + "description": "Named entity: Because; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2235" ] ] - }, + }, { - "input": "&Bernoullis", - "description": "Bad named entity: Bernoullis without a semi-colon", + "input": "&Bernoullis", + "description": "Bad named entity: Bernoullis without a semi-colon", "output": [ [ - "Character", + "Character", "&Bernoullis" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ℬ", - "description": "Named entity: Bernoullis; with a semi-colon", + "input": "ℬ", + "description": "Named entity: Bernoullis; with a semi-colon", "output": [ [ - "Character", + "Character", "\u212c" ] ] - }, + }, { - "input": "&Beta", - "description": "Bad named entity: Beta without a semi-colon", + "input": "&Beta", + "description": "Bad named entity: Beta without a semi-colon", "output": [ [ - "Character", + "Character", "&Beta" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Β", - "description": "Named entity: Beta; with a semi-colon", + "input": "Β", + "description": "Named entity: Beta; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0392" ] ] - }, + }, { - "input": "&Bfr", - "description": "Bad named entity: Bfr without a semi-colon", + "input": "&Bfr", + "description": "Bad named entity: Bfr without a semi-colon", "output": [ [ - "Character", + "Character", "&Bfr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝔅", - "description": "Named entity: Bfr; with a semi-colon", + "input": "𝔅", + "description": "Named entity: Bfr; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udd05" ] ] - }, + }, { - "input": "&Bopf", - "description": "Bad named entity: Bopf without a semi-colon", + "input": "&Bopf", + "description": "Bad named entity: Bopf without a semi-colon", "output": [ [ - "Character", + "Character", "&Bopf" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝔹", - "description": "Named entity: Bopf; with a semi-colon", + "input": "𝔹", + "description": "Named entity: Bopf; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udd39" ] ] - }, + }, { - "input": "&Breve", - "description": "Bad named entity: Breve without a semi-colon", + "input": "&Breve", + "description": "Bad named entity: Breve without a semi-colon", "output": [ [ - "Character", + "Character", "&Breve" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "˘", - "description": "Named entity: Breve; with a semi-colon", + "input": "˘", + "description": "Named entity: Breve; with a semi-colon", "output": [ [ - "Character", + "Character", "\u02d8" ] ] - }, + }, { - "input": "&Bscr", - "description": "Bad named entity: Bscr without a semi-colon", + "input": "&Bscr", + "description": "Bad named entity: Bscr without a semi-colon", "output": [ [ - "Character", + "Character", "&Bscr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ℬ", - "description": "Named entity: Bscr; with a semi-colon", + "input": "ℬ", + "description": "Named entity: Bscr; with a semi-colon", "output": [ [ - "Character", + "Character", "\u212c" ] ] - }, + }, { - "input": "&Bumpeq", - "description": "Bad named entity: Bumpeq without a semi-colon", + "input": "&Bumpeq", + "description": "Bad named entity: Bumpeq without a semi-colon", "output": [ [ - "Character", + "Character", "&Bumpeq" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≎", - "description": "Named entity: Bumpeq; with a semi-colon", + "input": "≎", + "description": "Named entity: Bumpeq; with a semi-colon", "output": [ [ - "Character", + "Character", "\u224e" ] ] - }, + }, { - "input": "&CHcy", - "description": "Bad named entity: CHcy without a semi-colon", + "input": "&CHcy", + "description": "Bad named entity: CHcy without a semi-colon", "output": [ [ - "Character", + "Character", "&CHcy" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Ч", - "description": "Named entity: CHcy; with a semi-colon", + "input": "Ч", + "description": "Named entity: CHcy; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0427" ] ] - }, + }, { - "input": "©", - "description": "Named entity: COPY without a semi-colon", + "input": "©", + "description": "Named entity: COPY without a semi-colon", "output": [ [ - "Character", + "Character", "\u00a9" ] ], "errors": [ { "code": "missing-semicolon-after-character-reference", "line": 1, "col": 6 } ] - }, + }, { - "input": "©", - "description": "Named entity: COPY; with a semi-colon", + "input": "©", + "description": "Named entity: COPY; with a semi-colon", "output": [ [ - "Character", + "Character", "\u00a9" ] ] - }, + }, { - "input": "&Cacute", - "description": "Bad named entity: Cacute without a semi-colon", + "input": "&Cacute", + "description": "Bad named entity: Cacute without a semi-colon", "output": [ [ - "Character", + "Character", "&Cacute" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Ć", - "description": "Named entity: Cacute; with a semi-colon", + "input": "Ć", + "description": "Named entity: Cacute; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0106" ] ] - }, + }, { - "input": "&Cap", - "description": "Bad named entity: Cap without a semi-colon", + "input": "&Cap", + "description": "Bad named entity: Cap without a semi-colon", "output": [ [ - "Character", + "Character", "&Cap" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⋒", - "description": "Named entity: Cap; with a semi-colon", + "input": "⋒", + "description": "Named entity: Cap; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22d2" ] ] - }, + }, { - "input": "&CapitalDifferentialD", - "description": "Bad named entity: CapitalDifferentialD without a semi-colon", + "input": "&CapitalDifferentialD", + "description": "Bad named entity: CapitalDifferentialD without a semi-colon", "output": [ [ - "Character", + "Character", "&CapitalDifferentialD" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ⅅ", - "description": "Named entity: CapitalDifferentialD; with a semi-colon", + "input": "ⅅ", + "description": "Named entity: CapitalDifferentialD; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2145" ] ] - }, + }, { - "input": "&Cayleys", - "description": "Bad named entity: Cayleys without a semi-colon", + "input": "&Cayleys", + "description": "Bad named entity: Cayleys without a semi-colon", "output": [ [ - "Character", + "Character", "&Cayleys" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ℭ", - "description": "Named entity: Cayleys; with a semi-colon", + "input": "ℭ", + "description": "Named entity: Cayleys; with a semi-colon", "output": [ [ - "Character", + "Character", "\u212d" ] ] - }, + }, { - "input": "&Ccaron", - "description": "Bad named entity: Ccaron without a semi-colon", + "input": "&Ccaron", + "description": "Bad named entity: Ccaron without a semi-colon", "output": [ [ - "Character", + "Character", "&Ccaron" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Č", - "description": "Named entity: Ccaron; with a semi-colon", + "input": "Č", + "description": "Named entity: Ccaron; with a semi-colon", "output": [ [ - "Character", + "Character", "\u010c" ] ] - }, + }, { - "input": "Ç", - "description": "Named entity: Ccedil without a semi-colon", + "input": "Ç", + "description": "Named entity: Ccedil without a semi-colon", "output": [ [ - "Character", + "Character", "\u00c7" ] ], "errors": [ { "code": "missing-semicolon-after-character-reference", "line": 1, "col": 8 } ] - }, + }, { - "input": "Ç", - "description": "Named entity: Ccedil; with a semi-colon", + "input": "Ç", + "description": "Named entity: Ccedil; with a semi-colon", "output": [ [ - "Character", + "Character", "\u00c7" ] ] - }, + }, { - "input": "&Ccirc", - "description": "Bad named entity: Ccirc without a semi-colon", + "input": "&Ccirc", + "description": "Bad named entity: Ccirc without a semi-colon", "output": [ [ - "Character", + "Character", "&Ccirc" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Ĉ", - "description": "Named entity: Ccirc; with a semi-colon", + "input": "Ĉ", + "description": "Named entity: Ccirc; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0108" ] ] - }, + }, { - "input": "&Cconint", - "description": "Bad named entity: Cconint without a semi-colon", + "input": "&Cconint", + "description": "Bad named entity: Cconint without a semi-colon", "output": [ [ - "Character", + "Character", "&Cconint" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∰", - "description": "Named entity: Cconint; with a semi-colon", + "input": "∰", + "description": "Named entity: Cconint; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2230" ] ] - }, + }, { - "input": "&Cdot", - "description": "Bad named entity: Cdot without a semi-colon", + "input": "&Cdot", + "description": "Bad named entity: Cdot without a semi-colon", "output": [ [ - "Character", + "Character", "&Cdot" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Ċ", - "description": "Named entity: Cdot; with a semi-colon", + "input": "Ċ", + "description": "Named entity: Cdot; with a semi-colon", "output": [ [ - "Character", + "Character", "\u010a" ] ] - }, + }, { - "input": "&Cedilla", - "description": "Bad named entity: Cedilla without a semi-colon", + "input": "&Cedilla", + "description": "Bad named entity: Cedilla without a semi-colon", "output": [ [ - "Character", + "Character", "&Cedilla" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "¸", - "description": "Named entity: Cedilla; with a semi-colon", + "input": "¸", + "description": "Named entity: Cedilla; with a semi-colon", "output": [ [ - "Character", + "Character", "\u00b8" ] ] - }, + }, { - "input": "&CenterDot", - "description": "Bad named entity: CenterDot without a semi-colon", + "input": "&CenterDot", + "description": "Bad named entity: CenterDot without a semi-colon", "output": [ [ - "Character", + "Character", "&CenterDot" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "·", - "description": "Named entity: CenterDot; with a semi-colon", + "input": "·", + "description": "Named entity: CenterDot; with a semi-colon", "output": [ [ - "Character", + "Character", "\u00b7" ] ] - }, + }, { - "input": "&Cfr", - "description": "Bad named entity: Cfr without a semi-colon", + "input": "&Cfr", + "description": "Bad named entity: Cfr without a semi-colon", "output": [ [ - "Character", + "Character", "&Cfr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ℭ", - "description": "Named entity: Cfr; with a semi-colon", + "input": "ℭ", + "description": "Named entity: Cfr; with a semi-colon", "output": [ [ - "Character", + "Character", "\u212d" ] ] - }, + }, { - "input": "&Chi", - "description": "Bad named entity: Chi without a semi-colon", + "input": "&Chi", + "description": "Bad named entity: Chi without a semi-colon", "output": [ [ - "Character", + "Character", "&Chi" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Χ", - "description": "Named entity: Chi; with a semi-colon", + "input": "Χ", + "description": "Named entity: Chi; with a semi-colon", "output": [ [ - "Character", + "Character", "\u03a7" ] ] - }, + }, { - "input": "&CircleDot", - "description": "Bad named entity: CircleDot without a semi-colon", + "input": "&CircleDot", + "description": "Bad named entity: CircleDot without a semi-colon", "output": [ [ - "Character", + "Character", "&CircleDot" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊙", - "description": "Named entity: CircleDot; with a semi-colon", + "input": "⊙", + "description": "Named entity: CircleDot; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2299" ] ] - }, + }, { - "input": "&CircleMinus", - "description": "Bad named entity: CircleMinus without a semi-colon", + "input": "&CircleMinus", + "description": "Bad named entity: CircleMinus without a semi-colon", "output": [ [ - "Character", + "Character", "&CircleMinus" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊖", - "description": "Named entity: CircleMinus; with a semi-colon", + "input": "⊖", + "description": "Named entity: CircleMinus; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2296" ] ] - }, + }, { - "input": "&CirclePlus", - "description": "Bad named entity: CirclePlus without a semi-colon", + "input": "&CirclePlus", + "description": "Bad named entity: CirclePlus without a semi-colon", "output": [ [ - "Character", + "Character", "&CirclePlus" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊕", - "description": "Named entity: CirclePlus; with a semi-colon", + "input": "⊕", + "description": "Named entity: CirclePlus; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2295" ] ] - }, + }, { - "input": "&CircleTimes", - "description": "Bad named entity: CircleTimes without a semi-colon", + "input": "&CircleTimes", + "description": "Bad named entity: CircleTimes without a semi-colon", "output": [ [ - "Character", + "Character", "&CircleTimes" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊗", - "description": "Named entity: CircleTimes; with a semi-colon", + "input": "⊗", + "description": "Named entity: CircleTimes; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2297" ] ] - }, + }, { - "input": "&ClockwiseContourIntegral", - "description": "Bad named entity: ClockwiseContourIntegral without a semi-colon", + "input": "&ClockwiseContourIntegral", + "description": "Bad named entity: ClockwiseContourIntegral without a semi-colon", "output": [ [ - "Character", + "Character", "&ClockwiseContourIntegral" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∲", - "description": "Named entity: ClockwiseContourIntegral; with a semi-colon", + "input": "∲", + "description": "Named entity: ClockwiseContourIntegral; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2232" ] ] - }, + }, { - "input": "&CloseCurlyDoubleQuote", - "description": "Bad named entity: CloseCurlyDoubleQuote without a semi-colon", + "input": "&CloseCurlyDoubleQuote", + "description": "Bad named entity: CloseCurlyDoubleQuote without a semi-colon", "output": [ [ - "Character", + "Character", "&CloseCurlyDoubleQuote" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "”", - "description": "Named entity: CloseCurlyDoubleQuote; with a semi-colon", + "input": "”", + "description": "Named entity: CloseCurlyDoubleQuote; with a semi-colon", "output": [ [ - "Character", + "Character", "\u201d" ] ] - }, + }, { - "input": "&CloseCurlyQuote", - "description": "Bad named entity: CloseCurlyQuote without a semi-colon", + "input": "&CloseCurlyQuote", + "description": "Bad named entity: CloseCurlyQuote without a semi-colon", "output": [ [ - "Character", + "Character", "&CloseCurlyQuote" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "’", - "description": "Named entity: CloseCurlyQuote; with a semi-colon", + "input": "’", + "description": "Named entity: CloseCurlyQuote; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2019" ] ] - }, + }, { - "input": "&Colon", - "description": "Bad named entity: Colon without a semi-colon", + "input": "&Colon", + "description": "Bad named entity: Colon without a semi-colon", "output": [ [ - "Character", + "Character", "&Colon" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∷", - "description": "Named entity: Colon; with a semi-colon", + "input": "∷", + "description": "Named entity: Colon; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2237" ] ] - }, + }, { - "input": "&Colone", - "description": "Bad named entity: Colone without a semi-colon", + "input": "&Colone", + "description": "Bad named entity: Colone without a semi-colon", "output": [ [ - "Character", + "Character", "&Colone" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⩴", - "description": "Named entity: Colone; with a semi-colon", + "input": "⩴", + "description": "Named entity: Colone; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a74" ] ] - }, + }, { - "input": "&Congruent", - "description": "Bad named entity: Congruent without a semi-colon", + "input": "&Congruent", + "description": "Bad named entity: Congruent without a semi-colon", "output": [ [ - "Character", + "Character", "&Congruent" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≡", - "description": "Named entity: Congruent; with a semi-colon", + "input": "≡", + "description": "Named entity: Congruent; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2261" ] ] - }, + }, { - "input": "&Conint", - "description": "Bad named entity: Conint without a semi-colon", + "input": "&Conint", + "description": "Bad named entity: Conint without a semi-colon", "output": [ [ - "Character", + "Character", "&Conint" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∯", - "description": "Named entity: Conint; with a semi-colon", + "input": "∯", + "description": "Named entity: Conint; with a semi-colon", "output": [ [ - "Character", + "Character", "\u222f" ] ] - }, + }, { - "input": "&ContourIntegral", - "description": "Bad named entity: ContourIntegral without a semi-colon", + "input": "&ContourIntegral", + "description": "Bad named entity: ContourIntegral without a semi-colon", "output": [ [ - "Character", + "Character", "&ContourIntegral" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∮", - "description": "Named entity: ContourIntegral; with a semi-colon", + "input": "∮", + "description": "Named entity: ContourIntegral; with a semi-colon", "output": [ [ - "Character", + "Character", "\u222e" ] ] - }, + }, { - "input": "&Copf", - "description": "Bad named entity: Copf without a semi-colon", + "input": "&Copf", + "description": "Bad named entity: Copf without a semi-colon", "output": [ [ - "Character", + "Character", "&Copf" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ℂ", - "description": "Named entity: Copf; with a semi-colon", + "input": "ℂ", + "description": "Named entity: Copf; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2102" ] ] - }, + }, { - "input": "&Coproduct", - "description": "Bad named entity: Coproduct without a semi-colon", + "input": "&Coproduct", + "description": "Bad named entity: Coproduct without a semi-colon", "output": [ [ - "Character", + "Character", "&Coproduct" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∐", - "description": "Named entity: Coproduct; with a semi-colon", + "input": "∐", + "description": "Named entity: Coproduct; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2210" ] ] - }, + }, { - "input": "&CounterClockwiseContourIntegral", - "description": "Bad named entity: CounterClockwiseContourIntegral without a semi-colon", + "input": "&CounterClockwiseContourIntegral", + "description": "Bad named entity: CounterClockwiseContourIntegral without a semi-colon", "output": [ [ - "Character", + "Character", "&CounterClockwiseContourIntegral" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∳", - "description": "Named entity: CounterClockwiseContourIntegral; with a semi-colon", + "input": "∳", + "description": "Named entity: CounterClockwiseContourIntegral; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2233" ] ] - }, + }, { - "input": "&Cross", - "description": "Bad named entity: Cross without a semi-colon", + "input": "&Cross", + "description": "Bad named entity: Cross without a semi-colon", "output": [ [ - "Character", + "Character", "&Cross" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⨯", - "description": "Named entity: Cross; with a semi-colon", + "input": "⨯", + "description": "Named entity: Cross; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a2f" ] ] - }, + }, { - "input": "&Cscr", - "description": "Bad named entity: Cscr without a semi-colon", + "input": "&Cscr", + "description": "Bad named entity: Cscr without a semi-colon", "output": [ [ - "Character", + "Character", "&Cscr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝒞", - "description": "Named entity: Cscr; with a semi-colon", + "input": "𝒞", + "description": "Named entity: Cscr; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udc9e" ] ] - }, + }, { - "input": "&Cup", - "description": "Bad named entity: Cup without a semi-colon", + "input": "&Cup", + "description": "Bad named entity: Cup without a semi-colon", "output": [ [ - "Character", + "Character", "&Cup" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⋓", - "description": "Named entity: Cup; with a semi-colon", + "input": "⋓", + "description": "Named entity: Cup; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22d3" ] ] - }, + }, { - "input": "&CupCap", - "description": "Bad named entity: CupCap without a semi-colon", + "input": "&CupCap", + "description": "Bad named entity: CupCap without a semi-colon", "output": [ [ - "Character", + "Character", "&CupCap" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≍", - "description": "Named entity: CupCap; with a semi-colon", + "input": "≍", + "description": "Named entity: CupCap; with a semi-colon", "output": [ [ - "Character", + "Character", "\u224d" ] ] - }, + }, { - "input": "&DD", - "description": "Bad named entity: DD without a semi-colon", + "input": "&DD", + "description": "Bad named entity: DD without a semi-colon", "output": [ [ - "Character", + "Character", "&DD" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ⅅ", - "description": "Named entity: DD; with a semi-colon", + "input": "ⅅ", + "description": "Named entity: DD; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2145" ] ] - }, + }, { - "input": "&DDotrahd", - "description": "Bad named entity: DDotrahd without a semi-colon", + "input": "&DDotrahd", + "description": "Bad named entity: DDotrahd without a semi-colon", "output": [ [ - "Character", + "Character", "&DDotrahd" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⤑", - "description": "Named entity: DDotrahd; with a semi-colon", + "input": "⤑", + "description": "Named entity: DDotrahd; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2911" ] ] - }, + }, { - "input": "&DJcy", - "description": "Bad named entity: DJcy without a semi-colon", + "input": "&DJcy", + "description": "Bad named entity: DJcy without a semi-colon", "output": [ [ - "Character", + "Character", "&DJcy" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Ђ", - "description": "Named entity: DJcy; with a semi-colon", + "input": "Ђ", + "description": "Named entity: DJcy; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0402" ] ] - }, + }, { - "input": "&DScy", - "description": "Bad named entity: DScy without a semi-colon", + "input": "&DScy", + "description": "Bad named entity: DScy without a semi-colon", "output": [ [ - "Character", + "Character", "&DScy" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Ѕ", - "description": "Named entity: DScy; with a semi-colon", + "input": "Ѕ", + "description": "Named entity: DScy; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0405" ] ] - }, + }, { - "input": "&DZcy", - "description": "Bad named entity: DZcy without a semi-colon", + "input": "&DZcy", + "description": "Bad named entity: DZcy without a semi-colon", "output": [ [ - "Character", + "Character", "&DZcy" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Џ", - "description": "Named entity: DZcy; with a semi-colon", + "input": "Џ", + "description": "Named entity: DZcy; with a semi-colon", "output": [ [ - "Character", + "Character", "\u040f" ] ] - }, + }, { - "input": "&Dagger", - "description": "Bad named entity: Dagger without a semi-colon", + "input": "&Dagger", + "description": "Bad named entity: Dagger without a semi-colon", "output": [ [ - "Character", + "Character", "&Dagger" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "‡", - "description": "Named entity: Dagger; with a semi-colon", + "input": "‡", + "description": "Named entity: Dagger; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2021" ] ] - }, + }, { - "input": "&Darr", - "description": "Bad named entity: Darr without a semi-colon", + "input": "&Darr", + "description": "Bad named entity: Darr without a semi-colon", "output": [ [ - "Character", + "Character", "&Darr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "↡", - "description": "Named entity: Darr; with a semi-colon", + "input": "↡", + "description": "Named entity: Darr; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21a1" ] ] - }, + }, { - "input": "&Dashv", - "description": "Bad named entity: Dashv without a semi-colon", + "input": "&Dashv", + "description": "Bad named entity: Dashv without a semi-colon", "output": [ [ - "Character", + "Character", "&Dashv" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⫤", - "description": "Named entity: Dashv; with a semi-colon", + "input": "⫤", + "description": "Named entity: Dashv; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2ae4" ] ] - }, + }, { - "input": "&Dcaron", - "description": "Bad named entity: Dcaron without a semi-colon", + "input": "&Dcaron", + "description": "Bad named entity: Dcaron without a semi-colon", "output": [ [ - "Character", + "Character", "&Dcaron" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Ď", - "description": "Named entity: Dcaron; with a semi-colon", + "input": "Ď", + "description": "Named entity: Dcaron; with a semi-colon", "output": [ [ - "Character", + "Character", "\u010e" ] ] - }, + }, { - "input": "&Dcy", - "description": "Bad named entity: Dcy without a semi-colon", + "input": "&Dcy", + "description": "Bad named entity: Dcy without a semi-colon", "output": [ [ - "Character", + "Character", "&Dcy" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Д", - "description": "Named entity: Dcy; with a semi-colon", + "input": "Д", + "description": "Named entity: Dcy; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0414" ] ] - }, + }, { - "input": "&Del", - "description": "Bad named entity: Del without a semi-colon", + "input": "&Del", + "description": "Bad named entity: Del without a semi-colon", "output": [ [ - "Character", + "Character", "&Del" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∇", - "description": "Named entity: Del; with a semi-colon", + "input": "∇", + "description": "Named entity: Del; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2207" ] ] - }, + }, { - "input": "&Delta", - "description": "Bad named entity: Delta without a semi-colon", + "input": "&Delta", + "description": "Bad named entity: Delta without a semi-colon", "output": [ [ - "Character", + "Character", "&Delta" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Δ", - "description": "Named entity: Delta; with a semi-colon", + "input": "Δ", + "description": "Named entity: Delta; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0394" ] ] - }, + }, { - "input": "&Dfr", - "description": "Bad named entity: Dfr without a semi-colon", + "input": "&Dfr", + "description": "Bad named entity: Dfr without a semi-colon", "output": [ [ - "Character", + "Character", "&Dfr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝔇", - "description": "Named entity: Dfr; with a semi-colon", + "input": "𝔇", + "description": "Named entity: Dfr; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udd07" ] ] - }, + }, { - "input": "&DiacriticalAcute", - "description": "Bad named entity: DiacriticalAcute without a semi-colon", + "input": "&DiacriticalAcute", + "description": "Bad named entity: DiacriticalAcute without a semi-colon", "output": [ [ - "Character", + "Character", "&DiacriticalAcute" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "´", - "description": "Named entity: DiacriticalAcute; with a semi-colon", + "input": "´", + "description": "Named entity: DiacriticalAcute; with a semi-colon", "output": [ [ - "Character", + "Character", "\u00b4" ] ] - }, + }, { - "input": "&DiacriticalDot", - "description": "Bad named entity: DiacriticalDot without a semi-colon", + "input": "&DiacriticalDot", + "description": "Bad named entity: DiacriticalDot without a semi-colon", "output": [ [ - "Character", + "Character", "&DiacriticalDot" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "˙", - "description": "Named entity: DiacriticalDot; with a semi-colon", + "input": "˙", + "description": "Named entity: DiacriticalDot; with a semi-colon", "output": [ [ - "Character", + "Character", "\u02d9" ] ] - }, + }, { - "input": "&DiacriticalDoubleAcute", - "description": "Bad named entity: DiacriticalDoubleAcute without a semi-colon", + "input": "&DiacriticalDoubleAcute", + "description": "Bad named entity: DiacriticalDoubleAcute without a semi-colon", "output": [ [ - "Character", + "Character", "&DiacriticalDoubleAcute" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "˝", - "description": "Named entity: DiacriticalDoubleAcute; with a semi-colon", + "input": "˝", + "description": "Named entity: DiacriticalDoubleAcute; with a semi-colon", "output": [ [ - "Character", + "Character", "\u02dd" ] ] - }, + }, { - "input": "&DiacriticalGrave", - "description": "Bad named entity: DiacriticalGrave without a semi-colon", + "input": "&DiacriticalGrave", + "description": "Bad named entity: DiacriticalGrave without a semi-colon", "output": [ [ - "Character", + "Character", "&DiacriticalGrave" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "`", - "description": "Named entity: DiacriticalGrave; with a semi-colon", + "input": "`", + "description": "Named entity: DiacriticalGrave; with a semi-colon", "output": [ [ - "Character", + "Character", "`" ] ] - }, + }, { - "input": "&DiacriticalTilde", - "description": "Bad named entity: DiacriticalTilde without a semi-colon", + "input": "&DiacriticalTilde", + "description": "Bad named entity: DiacriticalTilde without a semi-colon", "output": [ [ - "Character", + "Character", "&DiacriticalTilde" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "˜", - "description": "Named entity: DiacriticalTilde; with a semi-colon", + "input": "˜", + "description": "Named entity: DiacriticalTilde; with a semi-colon", "output": [ [ - "Character", + "Character", "\u02dc" ] ] - }, + }, { - "input": "&Diamond", - "description": "Bad named entity: Diamond without a semi-colon", + "input": "&Diamond", + "description": "Bad named entity: Diamond without a semi-colon", "output": [ [ - "Character", + "Character", "&Diamond" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⋄", - "description": "Named entity: Diamond; with a semi-colon", + "input": "⋄", + "description": "Named entity: Diamond; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22c4" ] ] - }, + }, { - "input": "&DifferentialD", - "description": "Bad named entity: DifferentialD without a semi-colon", + "input": "&DifferentialD", + "description": "Bad named entity: DifferentialD without a semi-colon", "output": [ [ - "Character", + "Character", "&DifferentialD" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ⅆ", - "description": "Named entity: DifferentialD; with a semi-colon", + "input": "ⅆ", + "description": "Named entity: DifferentialD; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2146" ] ] - }, + }, { - "input": "&Dopf", - "description": "Bad named entity: Dopf without a semi-colon", + "input": "&Dopf", + "description": "Bad named entity: Dopf without a semi-colon", "output": [ [ - "Character", + "Character", "&Dopf" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝔻", - "description": "Named entity: Dopf; with a semi-colon", + "input": "𝔻", + "description": "Named entity: Dopf; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udd3b" ] ] - }, + }, { - "input": "&Dot", - "description": "Bad named entity: Dot without a semi-colon", + "input": "&Dot", + "description": "Bad named entity: Dot without a semi-colon", "output": [ [ - "Character", + "Character", "&Dot" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "¨", - "description": "Named entity: Dot; with a semi-colon", + "input": "¨", + "description": "Named entity: Dot; with a semi-colon", "output": [ [ - "Character", + "Character", "\u00a8" ] ] - }, + }, { - "input": "&DotDot", - "description": "Bad named entity: DotDot without a semi-colon", + "input": "&DotDot", + "description": "Bad named entity: DotDot without a semi-colon", "output": [ [ - "Character", + "Character", "&DotDot" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⃜", - "description": "Named entity: DotDot; with a semi-colon", + "input": "⃜", + "description": "Named entity: DotDot; with a semi-colon", "output": [ [ - "Character", + "Character", "\u20dc" ] ] - }, + }, { - "input": "&DotEqual", - "description": "Bad named entity: DotEqual without a semi-colon", + "input": "&DotEqual", + "description": "Bad named entity: DotEqual without a semi-colon", "output": [ [ - "Character", + "Character", "&DotEqual" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≐", - "description": "Named entity: DotEqual; with a semi-colon", + "input": "≐", + "description": "Named entity: DotEqual; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2250" ] ] - }, + }, { - "input": "&DoubleContourIntegral", - "description": "Bad named entity: DoubleContourIntegral without a semi-colon", + "input": "&DoubleContourIntegral", + "description": "Bad named entity: DoubleContourIntegral without a semi-colon", "output": [ [ - "Character", + "Character", "&DoubleContourIntegral" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∯", - "description": "Named entity: DoubleContourIntegral; with a semi-colon", + "input": "∯", + "description": "Named entity: DoubleContourIntegral; with a semi-colon", "output": [ [ - "Character", + "Character", "\u222f" ] ] - }, + }, { - "input": "&DoubleDot", - "description": "Bad named entity: DoubleDot without a semi-colon", + "input": "&DoubleDot", + "description": "Bad named entity: DoubleDot without a semi-colon", "output": [ [ - "Character", + "Character", "&DoubleDot" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "¨", - "description": "Named entity: DoubleDot; with a semi-colon", + "input": "¨", + "description": "Named entity: DoubleDot; with a semi-colon", "output": [ [ - "Character", + "Character", "\u00a8" ] ] - }, + }, { - "input": "&DoubleDownArrow", - "description": "Bad named entity: DoubleDownArrow without a semi-colon", + "input": "&DoubleDownArrow", + "description": "Bad named entity: DoubleDownArrow without a semi-colon", "output": [ [ - "Character", + "Character", "&DoubleDownArrow" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⇓", - "description": "Named entity: DoubleDownArrow; with a semi-colon", + "input": "⇓", + "description": "Named entity: DoubleDownArrow; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21d3" ] ] - }, + }, { - "input": "&DoubleLeftArrow", - "description": "Bad named entity: DoubleLeftArrow without a semi-colon", + "input": "&DoubleLeftArrow", + "description": "Bad named entity: DoubleLeftArrow without a semi-colon", "output": [ [ - "Character", + "Character", "&DoubleLeftArrow" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⇐", - "description": "Named entity: DoubleLeftArrow; with a semi-colon", + "input": "⇐", + "description": "Named entity: DoubleLeftArrow; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21d0" ] ] - }, + }, { - "input": "&DoubleLeftRightArrow", - "description": "Bad named entity: DoubleLeftRightArrow without a semi-colon", + "input": "&DoubleLeftRightArrow", + "description": "Bad named entity: DoubleLeftRightArrow without a semi-colon", "output": [ [ - "Character", + "Character", "&DoubleLeftRightArrow" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⇔", - "description": "Named entity: DoubleLeftRightArrow; with a semi-colon", + "input": "⇔", + "description": "Named entity: DoubleLeftRightArrow; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21d4" ] ] - }, + }, { - "input": "&DoubleLeftTee", - "description": "Bad named entity: DoubleLeftTee without a semi-colon", + "input": "&DoubleLeftTee", + "description": "Bad named entity: DoubleLeftTee without a semi-colon", "output": [ [ - "Character", + "Character", "&DoubleLeftTee" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⫤", - "description": "Named entity: DoubleLeftTee; with a semi-colon", + "input": "⫤", + "description": "Named entity: DoubleLeftTee; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2ae4" ] ] - }, + }, { - "input": "&DoubleLongLeftArrow", - "description": "Bad named entity: DoubleLongLeftArrow without a semi-colon", + "input": "&DoubleLongLeftArrow", + "description": "Bad named entity: DoubleLongLeftArrow without a semi-colon", "output": [ [ - "Character", + "Character", "&DoubleLongLeftArrow" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⟸", - "description": "Named entity: DoubleLongLeftArrow; with a semi-colon", + "input": "⟸", + "description": "Named entity: DoubleLongLeftArrow; with a semi-colon", "output": [ [ - "Character", + "Character", "\u27f8" ] ] - }, + }, { - "input": "&DoubleLongLeftRightArrow", - "description": "Bad named entity: DoubleLongLeftRightArrow without a semi-colon", + "input": "&DoubleLongLeftRightArrow", + "description": "Bad named entity: DoubleLongLeftRightArrow without a semi-colon", "output": [ [ - "Character", + "Character", "&DoubleLongLeftRightArrow" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⟺", - "description": "Named entity: DoubleLongLeftRightArrow; with a semi-colon", + "input": "⟺", + "description": "Named entity: DoubleLongLeftRightArrow; with a semi-colon", "output": [ [ - "Character", + "Character", "\u27fa" ] ] - }, + }, { - "input": "&DoubleLongRightArrow", - "description": "Bad named entity: DoubleLongRightArrow without a semi-colon", + "input": "&DoubleLongRightArrow", + "description": "Bad named entity: DoubleLongRightArrow without a semi-colon", "output": [ [ - "Character", + "Character", "&DoubleLongRightArrow" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⟹", - "description": "Named entity: DoubleLongRightArrow; with a semi-colon", + "input": "⟹", + "description": "Named entity: DoubleLongRightArrow; with a semi-colon", "output": [ [ - "Character", + "Character", "\u27f9" ] ] - }, + }, { - "input": "&DoubleRightArrow", - "description": "Bad named entity: DoubleRightArrow without a semi-colon", + "input": "&DoubleRightArrow", + "description": "Bad named entity: DoubleRightArrow without a semi-colon", "output": [ [ - "Character", + "Character", "&DoubleRightArrow" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⇒", - "description": "Named entity: DoubleRightArrow; with a semi-colon", + "input": "⇒", + "description": "Named entity: DoubleRightArrow; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21d2" ] ] - }, + }, { - "input": "&DoubleRightTee", - "description": "Bad named entity: DoubleRightTee without a semi-colon", + "input": "&DoubleRightTee", + "description": "Bad named entity: DoubleRightTee without a semi-colon", "output": [ [ - "Character", + "Character", "&DoubleRightTee" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊨", - "description": "Named entity: DoubleRightTee; with a semi-colon", + "input": "⊨", + "description": "Named entity: DoubleRightTee; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22a8" ] ] - }, + }, { - "input": "&DoubleUpArrow", - "description": "Bad named entity: DoubleUpArrow without a semi-colon", + "input": "&DoubleUpArrow", + "description": "Bad named entity: DoubleUpArrow without a semi-colon", "output": [ [ - "Character", + "Character", "&DoubleUpArrow" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⇑", - "description": "Named entity: DoubleUpArrow; with a semi-colon", + "input": "⇑", + "description": "Named entity: DoubleUpArrow; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21d1" ] ] - }, + }, { - "input": "&DoubleUpDownArrow", - "description": "Bad named entity: DoubleUpDownArrow without a semi-colon", + "input": "&DoubleUpDownArrow", + "description": "Bad named entity: DoubleUpDownArrow without a semi-colon", "output": [ [ - "Character", + "Character", "&DoubleUpDownArrow" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⇕", - "description": "Named entity: DoubleUpDownArrow; with a semi-colon", + "input": "⇕", + "description": "Named entity: DoubleUpDownArrow; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21d5" ] ] - }, + }, { - "input": "&DoubleVerticalBar", - "description": "Bad named entity: DoubleVerticalBar without a semi-colon", + "input": "&DoubleVerticalBar", + "description": "Bad named entity: DoubleVerticalBar without a semi-colon", "output": [ [ - "Character", + "Character", "&DoubleVerticalBar" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∥", - "description": "Named entity: DoubleVerticalBar; with a semi-colon", + "input": "∥", + "description": "Named entity: DoubleVerticalBar; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2225" ] ] - }, + }, { - "input": "&DownArrow", - "description": "Bad named entity: DownArrow without a semi-colon", + "input": "&DownArrow", + "description": "Bad named entity: DownArrow without a semi-colon", "output": [ [ - "Character", + "Character", "&DownArrow" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "↓", - "description": "Named entity: DownArrow; with a semi-colon", + "input": "↓", + "description": "Named entity: DownArrow; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2193" ] ] - }, + }, { - "input": "&DownArrowBar", - "description": "Bad named entity: DownArrowBar without a semi-colon", + "input": "&DownArrowBar", + "description": "Bad named entity: DownArrowBar without a semi-colon", "output": [ [ - "Character", + "Character", "&DownArrowBar" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⤓", - "description": "Named entity: DownArrowBar; with a semi-colon", + "input": "⤓", + "description": "Named entity: DownArrowBar; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2913" ] ] - }, + }, { - "input": "&DownArrowUpArrow", - "description": "Bad named entity: DownArrowUpArrow without a semi-colon", + "input": "&DownArrowUpArrow", + "description": "Bad named entity: DownArrowUpArrow without a semi-colon", "output": [ [ - "Character", + "Character", "&DownArrowUpArrow" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⇵", - "description": "Named entity: DownArrowUpArrow; with a semi-colon", + "input": "⇵", + "description": "Named entity: DownArrowUpArrow; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21f5" ] ] - }, + }, { - "input": "&DownBreve", - "description": "Bad named entity: DownBreve without a semi-colon", + "input": "&DownBreve", + "description": "Bad named entity: DownBreve without a semi-colon", "output": [ [ - "Character", + "Character", "&DownBreve" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "̑", - "description": "Named entity: DownBreve; with a semi-colon", + "input": "̑", + "description": "Named entity: DownBreve; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0311" ] ] - }, + }, { - "input": "&DownLeftRightVector", - "description": "Bad named entity: DownLeftRightVector without a semi-colon", + "input": "&DownLeftRightVector", + "description": "Bad named entity: DownLeftRightVector without a semi-colon", "output": [ [ - "Character", + "Character", "&DownLeftRightVector" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⥐", - "description": "Named entity: DownLeftRightVector; with a semi-colon", + "input": "⥐", + "description": "Named entity: DownLeftRightVector; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2950" ] ] - }, + }, { - "input": "&DownLeftTeeVector", - "description": "Bad named entity: DownLeftTeeVector without a semi-colon", + "input": "&DownLeftTeeVector", + "description": "Bad named entity: DownLeftTeeVector without a semi-colon", "output": [ [ - "Character", + "Character", "&DownLeftTeeVector" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⥞", - "description": "Named entity: DownLeftTeeVector; with a semi-colon", + "input": "⥞", + "description": "Named entity: DownLeftTeeVector; with a semi-colon", "output": [ [ - "Character", + "Character", "\u295e" ] ] - }, + }, { - "input": "&DownLeftVector", - "description": "Bad named entity: DownLeftVector without a semi-colon", + "input": "&DownLeftVector", + "description": "Bad named entity: DownLeftVector without a semi-colon", "output": [ [ - "Character", + "Character", "&DownLeftVector" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "↽", - "description": "Named entity: DownLeftVector; with a semi-colon", + "input": "↽", + "description": "Named entity: DownLeftVector; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21bd" ] ] - }, + }, { - "input": "&DownLeftVectorBar", - "description": "Bad named entity: DownLeftVectorBar without a semi-colon", + "input": "&DownLeftVectorBar", + "description": "Bad named entity: DownLeftVectorBar without a semi-colon", "output": [ [ - "Character", + "Character", "&DownLeftVectorBar" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⥖", - "description": "Named entity: DownLeftVectorBar; with a semi-colon", + "input": "⥖", + "description": "Named entity: DownLeftVectorBar; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2956" ] ] - }, + }, { - "input": "&DownRightTeeVector", - "description": "Bad named entity: DownRightTeeVector without a semi-colon", + "input": "&DownRightTeeVector", + "description": "Bad named entity: DownRightTeeVector without a semi-colon", "output": [ [ - "Character", + "Character", "&DownRightTeeVector" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⥟", - "description": "Named entity: DownRightTeeVector; with a semi-colon", + "input": "⥟", + "description": "Named entity: DownRightTeeVector; with a semi-colon", "output": [ [ - "Character", + "Character", "\u295f" ] ] - }, + }, { - "input": "&DownRightVector", - "description": "Bad named entity: DownRightVector without a semi-colon", + "input": "&DownRightVector", + "description": "Bad named entity: DownRightVector without a semi-colon", "output": [ [ - "Character", + "Character", "&DownRightVector" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⇁", - "description": "Named entity: DownRightVector; with a semi-colon", + "input": "⇁", + "description": "Named entity: DownRightVector; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21c1" ] ] - }, + }, { - "input": "&DownRightVectorBar", - "description": "Bad named entity: DownRightVectorBar without a semi-colon", + "input": "&DownRightVectorBar", + "description": "Bad named entity: DownRightVectorBar without a semi-colon", "output": [ [ - "Character", + "Character", "&DownRightVectorBar" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⥗", - "description": "Named entity: DownRightVectorBar; with a semi-colon", + "input": "⥗", + "description": "Named entity: DownRightVectorBar; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2957" ] ] - }, + }, { - "input": "&DownTee", - "description": "Bad named entity: DownTee without a semi-colon", + "input": "&DownTee", + "description": "Bad named entity: DownTee without a semi-colon", "output": [ [ - "Character", + "Character", "&DownTee" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊤", - "description": "Named entity: DownTee; with a semi-colon", + "input": "⊤", + "description": "Named entity: DownTee; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22a4" ] ] - }, + }, { - "input": "&DownTeeArrow", - "description": "Bad named entity: DownTeeArrow without a semi-colon", + "input": "&DownTeeArrow", + "description": "Bad named entity: DownTeeArrow without a semi-colon", "output": [ [ - "Character", + "Character", "&DownTeeArrow" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "↧", - "description": "Named entity: DownTeeArrow; with a semi-colon", + "input": "↧", + "description": "Named entity: DownTeeArrow; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21a7" ] ] - }, + }, { - "input": "&Downarrow", - "description": "Bad named entity: Downarrow without a semi-colon", + "input": "&Downarrow", + "description": "Bad named entity: Downarrow without a semi-colon", "output": [ [ - "Character", + "Character", "&Downarrow" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⇓", - "description": "Named entity: Downarrow; with a semi-colon", + "input": "⇓", + "description": "Named entity: Downarrow; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21d3" ] ] - }, + }, { - "input": "&Dscr", - "description": "Bad named entity: Dscr without a semi-colon", + "input": "&Dscr", + "description": "Bad named entity: Dscr without a semi-colon", "output": [ [ - "Character", + "Character", "&Dscr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝒟", - "description": "Named entity: Dscr; with a semi-colon", + "input": "𝒟", + "description": "Named entity: Dscr; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udc9f" ] ] - }, + }, { - "input": "&Dstrok", - "description": "Bad named entity: Dstrok without a semi-colon", + "input": "&Dstrok", + "description": "Bad named entity: Dstrok without a semi-colon", "output": [ [ - "Character", + "Character", "&Dstrok" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Đ", - "description": "Named entity: Dstrok; with a semi-colon", + "input": "Đ", + "description": "Named entity: Dstrok; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0110" ] ] - }, + }, { - "input": "&ENG", - "description": "Bad named entity: ENG without a semi-colon", + "input": "&ENG", + "description": "Bad named entity: ENG without a semi-colon", "output": [ [ - "Character", + "Character", "&ENG" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Ŋ", - "description": "Named entity: ENG; with a semi-colon", + "input": "Ŋ", + "description": "Named entity: ENG; with a semi-colon", "output": [ [ - "Character", + "Character", "\u014a" ] ] - }, + }, { - "input": "Ð", - "description": "Named entity: ETH without a semi-colon", + "input": "Ð", + "description": "Named entity: ETH without a semi-colon", "output": [ [ - "Character", + "Character", "\u00d0" ] ], "errors": [ { "code": "missing-semicolon-after-character-reference", "line": 1, "col": 5 } ] - }, + }, { - "input": "Ð", - "description": "Named entity: ETH; with a semi-colon", + "input": "Ð", + "description": "Named entity: ETH; with a semi-colon", "output": [ [ - "Character", + "Character", "\u00d0" ] ] - }, + }, { - "input": "É", - "description": "Named entity: Eacute without a semi-colon", + "input": "É", + "description": "Named entity: Eacute without a semi-colon", "output": [ [ - "Character", + "Character", "\u00c9" ] ], "errors": [ { "code": "missing-semicolon-after-character-reference", "line": 1, "col": 8 } ] - }, + }, { - "input": "É", - "description": "Named entity: Eacute; with a semi-colon", + "input": "É", + "description": "Named entity: Eacute; with a semi-colon", "output": [ [ - "Character", + "Character", "\u00c9" ] ] - }, + }, { - "input": "&Ecaron", - "description": "Bad named entity: Ecaron without a semi-colon", + "input": "&Ecaron", + "description": "Bad named entity: Ecaron without a semi-colon", "output": [ [ - "Character", + "Character", "&Ecaron" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Ě", - "description": "Named entity: Ecaron; with a semi-colon", + "input": "Ě", + "description": "Named entity: Ecaron; with a semi-colon", "output": [ [ - "Character", + "Character", "\u011a" ] ] - }, + }, { - "input": "Ê", - "description": "Named entity: Ecirc without a semi-colon", + "input": "Ê", + "description": "Named entity: Ecirc without a semi-colon", "output": [ [ - "Character", + "Character", "\u00ca" ] ], "errors": [ { "code": "missing-semicolon-after-character-reference", "line": 1, "col": 7 } ] - }, + }, { - "input": "Ê", - "description": "Named entity: Ecirc; with a semi-colon", + "input": "Ê", + "description": "Named entity: Ecirc; with a semi-colon", "output": [ [ - "Character", + "Character", "\u00ca" ] ] - }, + }, { - "input": "&Ecy", - "description": "Bad named entity: Ecy without a semi-colon", + "input": "&Ecy", + "description": "Bad named entity: Ecy without a semi-colon", "output": [ [ - "Character", + "Character", "&Ecy" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Э", - "description": "Named entity: Ecy; with a semi-colon", + "input": "Э", + "description": "Named entity: Ecy; with a semi-colon", "output": [ [ - "Character", + "Character", "\u042d" ] ] - }, + }, { - "input": "&Edot", - "description": "Bad named entity: Edot without a semi-colon", + "input": "&Edot", + "description": "Bad named entity: Edot without a semi-colon", "output": [ [ - "Character", + "Character", "&Edot" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Ė", - "description": "Named entity: Edot; with a semi-colon", + "input": "Ė", + "description": "Named entity: Edot; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0116" ] ] - }, + }, { - "input": "&Efr", - "description": "Bad named entity: Efr without a semi-colon", + "input": "&Efr", + "description": "Bad named entity: Efr without a semi-colon", "output": [ [ - "Character", + "Character", "&Efr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝔈", - "description": "Named entity: Efr; with a semi-colon", + "input": "𝔈", + "description": "Named entity: Efr; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udd08" ] ] - }, + }, { - "input": "È", - "description": "Named entity: Egrave without a semi-colon", + "input": "È", + "description": "Named entity: Egrave without a semi-colon", "output": [ [ - "Character", + "Character", "\u00c8" ] ], "errors": [ { "code": "missing-semicolon-after-character-reference", "line": 1, "col": 8 } ] - }, + }, { - "input": "È", - "description": "Named entity: Egrave; with a semi-colon", + "input": "È", + "description": "Named entity: Egrave; with a semi-colon", "output": [ [ - "Character", + "Character", "\u00c8" ] ] - }, + }, { - "input": "&Element", - "description": "Bad named entity: Element without a semi-colon", + "input": "&Element", + "description": "Bad named entity: Element without a semi-colon", "output": [ [ - "Character", + "Character", "&Element" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∈", - "description": "Named entity: Element; with a semi-colon", + "input": "∈", + "description": "Named entity: Element; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2208" ] ] - }, + }, { - "input": "&Emacr", - "description": "Bad named entity: Emacr without a semi-colon", + "input": "&Emacr", + "description": "Bad named entity: Emacr without a semi-colon", "output": [ [ - "Character", + "Character", "&Emacr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Ē", - "description": "Named entity: Emacr; with a semi-colon", + "input": "Ē", + "description": "Named entity: Emacr; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0112" ] ] - }, + }, { - "input": "&EmptySmallSquare", - "description": "Bad named entity: EmptySmallSquare without a semi-colon", + "input": "&EmptySmallSquare", + "description": "Bad named entity: EmptySmallSquare without a semi-colon", "output": [ [ - "Character", + "Character", "&EmptySmallSquare" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "◻", - "description": "Named entity: EmptySmallSquare; with a semi-colon", + "input": "◻", + "description": "Named entity: EmptySmallSquare; with a semi-colon", "output": [ [ - "Character", + "Character", "\u25fb" ] ] - }, + }, { - "input": "&EmptyVerySmallSquare", - "description": "Bad named entity: EmptyVerySmallSquare without a semi-colon", + "input": "&EmptyVerySmallSquare", + "description": "Bad named entity: EmptyVerySmallSquare without a semi-colon", "output": [ [ - "Character", + "Character", "&EmptyVerySmallSquare" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "▫", - "description": "Named entity: EmptyVerySmallSquare; with a semi-colon", + "input": "▫", + "description": "Named entity: EmptyVerySmallSquare; with a semi-colon", "output": [ [ - "Character", + "Character", "\u25ab" ] ] - }, + }, { - "input": "&Eogon", - "description": "Bad named entity: Eogon without a semi-colon", + "input": "&Eogon", + "description": "Bad named entity: Eogon without a semi-colon", "output": [ [ - "Character", + "Character", "&Eogon" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Ę", - "description": "Named entity: Eogon; with a semi-colon", + "input": "Ę", + "description": "Named entity: Eogon; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0118" ] ] - }, + }, { - "input": "&Eopf", - "description": "Bad named entity: Eopf without a semi-colon", + "input": "&Eopf", + "description": "Bad named entity: Eopf without a semi-colon", "output": [ [ - "Character", + "Character", "&Eopf" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝔼", - "description": "Named entity: Eopf; with a semi-colon", + "input": "𝔼", + "description": "Named entity: Eopf; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udd3c" ] ] - }, + }, { - "input": "&Epsilon", - "description": "Bad named entity: Epsilon without a semi-colon", + "input": "&Epsilon", + "description": "Bad named entity: Epsilon without a semi-colon", "output": [ [ - "Character", + "Character", "&Epsilon" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Ε", - "description": "Named entity: Epsilon; with a semi-colon", + "input": "Ε", + "description": "Named entity: Epsilon; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0395" ] ] - }, + }, { - "input": "&Equal", - "description": "Bad named entity: Equal without a semi-colon", + "input": "&Equal", + "description": "Bad named entity: Equal without a semi-colon", "output": [ [ - "Character", + "Character", "&Equal" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⩵", - "description": "Named entity: Equal; with a semi-colon", + "input": "⩵", + "description": "Named entity: Equal; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a75" ] ] - }, + }, { - "input": "&EqualTilde", - "description": "Bad named entity: EqualTilde without a semi-colon", + "input": "&EqualTilde", + "description": "Bad named entity: EqualTilde without a semi-colon", "output": [ [ - "Character", + "Character", "&EqualTilde" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≂", - "description": "Named entity: EqualTilde; with a semi-colon", + "input": "≂", + "description": "Named entity: EqualTilde; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2242" ] ] - }, + }, { - "input": "&Equilibrium", - "description": "Bad named entity: Equilibrium without a semi-colon", + "input": "&Equilibrium", + "description": "Bad named entity: Equilibrium without a semi-colon", "output": [ [ - "Character", + "Character", "&Equilibrium" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⇌", - "description": "Named entity: Equilibrium; with a semi-colon", + "input": "⇌", + "description": "Named entity: Equilibrium; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21cc" ] ] - }, + }, { - "input": "&Escr", - "description": "Bad named entity: Escr without a semi-colon", + "input": "&Escr", + "description": "Bad named entity: Escr without a semi-colon", "output": [ [ - "Character", + "Character", "&Escr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ℰ", - "description": "Named entity: Escr; with a semi-colon", + "input": "ℰ", + "description": "Named entity: Escr; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2130" ] ] - }, + }, { - "input": "&Esim", - "description": "Bad named entity: Esim without a semi-colon", + "input": "&Esim", + "description": "Bad named entity: Esim without a semi-colon", "output": [ [ - "Character", + "Character", "&Esim" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⩳", - "description": "Named entity: Esim; with a semi-colon", + "input": "⩳", + "description": "Named entity: Esim; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a73" ] ] - }, + }, { - "input": "&Eta", - "description": "Bad named entity: Eta without a semi-colon", + "input": "&Eta", + "description": "Bad named entity: Eta without a semi-colon", "output": [ [ - "Character", + "Character", "&Eta" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Η", - "description": "Named entity: Eta; with a semi-colon", + "input": "Η", + "description": "Named entity: Eta; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0397" ] ] - }, + }, { - "input": "Ë", - "description": "Named entity: Euml without a semi-colon", + "input": "Ë", + "description": "Named entity: Euml without a semi-colon", "output": [ [ - "Character", + "Character", "\u00cb" ] ], "errors": [ { "code": "missing-semicolon-after-character-reference", "line": 1, "col": 6 } ] - }, + }, { - "input": "Ë", - "description": "Named entity: Euml; with a semi-colon", + "input": "Ë", + "description": "Named entity: Euml; with a semi-colon", "output": [ [ - "Character", + "Character", "\u00cb" ] ] - }, + }, { - "input": "&Exists", - "description": "Bad named entity: Exists without a semi-colon", + "input": "&Exists", + "description": "Bad named entity: Exists without a semi-colon", "output": [ [ - "Character", + "Character", "&Exists" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∃", - "description": "Named entity: Exists; with a semi-colon", + "input": "∃", + "description": "Named entity: Exists; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2203" ] ] - }, + }, { - "input": "&ExponentialE", - "description": "Bad named entity: ExponentialE without a semi-colon", + "input": "&ExponentialE", + "description": "Bad named entity: ExponentialE without a semi-colon", "output": [ [ - "Character", + "Character", "&ExponentialE" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ⅇ", - "description": "Named entity: ExponentialE; with a semi-colon", + "input": "ⅇ", + "description": "Named entity: ExponentialE; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2147" ] ] - }, + }, { - "input": "&Fcy", - "description": "Bad named entity: Fcy without a semi-colon", + "input": "&Fcy", + "description": "Bad named entity: Fcy without a semi-colon", "output": [ [ - "Character", + "Character", "&Fcy" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Ф", - "description": "Named entity: Fcy; with a semi-colon", + "input": "Ф", + "description": "Named entity: Fcy; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0424" ] ] - }, + }, { - "input": "&Ffr", - "description": "Bad named entity: Ffr without a semi-colon", + "input": "&Ffr", + "description": "Bad named entity: Ffr without a semi-colon", "output": [ [ - "Character", + "Character", "&Ffr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝔉", - "description": "Named entity: Ffr; with a semi-colon", + "input": "𝔉", + "description": "Named entity: Ffr; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udd09" ] ] - }, + }, { - "input": "&FilledSmallSquare", - "description": "Bad named entity: FilledSmallSquare without a semi-colon", + "input": "&FilledSmallSquare", + "description": "Bad named entity: FilledSmallSquare without a semi-colon", "output": [ [ - "Character", + "Character", "&FilledSmallSquare" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "◼", - "description": "Named entity: FilledSmallSquare; with a semi-colon", + "input": "◼", + "description": "Named entity: FilledSmallSquare; with a semi-colon", "output": [ [ - "Character", + "Character", "\u25fc" ] ] - }, + }, { - "input": "&FilledVerySmallSquare", - "description": "Bad named entity: FilledVerySmallSquare without a semi-colon", + "input": "&FilledVerySmallSquare", + "description": "Bad named entity: FilledVerySmallSquare without a semi-colon", "output": [ [ - "Character", + "Character", "&FilledVerySmallSquare" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "▪", - "description": "Named entity: FilledVerySmallSquare; with a semi-colon", + "input": "▪", + "description": "Named entity: FilledVerySmallSquare; with a semi-colon", "output": [ [ - "Character", + "Character", "\u25aa" ] ] - }, + }, { - "input": "&Fopf", - "description": "Bad named entity: Fopf without a semi-colon", + "input": "&Fopf", + "description": "Bad named entity: Fopf without a semi-colon", "output": [ [ - "Character", + "Character", "&Fopf" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝔽", - "description": "Named entity: Fopf; with a semi-colon", + "input": "𝔽", + "description": "Named entity: Fopf; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udd3d" ] ] - }, + }, { - "input": "&ForAll", - "description": "Bad named entity: ForAll without a semi-colon", + "input": "&ForAll", + "description": "Bad named entity: ForAll without a semi-colon", "output": [ [ - "Character", + "Character", "&ForAll" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∀", - "description": "Named entity: ForAll; with a semi-colon", + "input": "∀", + "description": "Named entity: ForAll; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2200" ] ] - }, + }, { - "input": "&Fouriertrf", - "description": "Bad named entity: Fouriertrf without a semi-colon", + "input": "&Fouriertrf", + "description": "Bad named entity: Fouriertrf without a semi-colon", "output": [ [ - "Character", + "Character", "&Fouriertrf" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ℱ", - "description": "Named entity: Fouriertrf; with a semi-colon", + "input": "ℱ", + "description": "Named entity: Fouriertrf; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2131" ] ] - }, + }, { - "input": "&Fscr", - "description": "Bad named entity: Fscr without a semi-colon", + "input": "&Fscr", + "description": "Bad named entity: Fscr without a semi-colon", "output": [ [ - "Character", + "Character", "&Fscr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ℱ", - "description": "Named entity: Fscr; with a semi-colon", + "input": "ℱ", + "description": "Named entity: Fscr; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2131" ] ] - }, + }, { - "input": "&GJcy", - "description": "Bad named entity: GJcy without a semi-colon", + "input": "&GJcy", + "description": "Bad named entity: GJcy without a semi-colon", "output": [ [ - "Character", + "Character", "&GJcy" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Ѓ", - "description": "Named entity: GJcy; with a semi-colon", + "input": "Ѓ", + "description": "Named entity: GJcy; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0403" ] ] - }, + }, { - "input": ">", - "description": "Named entity: GT without a semi-colon", + "input": ">", + "description": "Named entity: GT without a semi-colon", "output": [ [ - "Character", + "Character", ">" ] ], "errors": [ { "code": "missing-semicolon-after-character-reference", "line": 1, "col": 4 } ] - }, + }, { - "input": ">", - "description": "Named entity: GT; with a semi-colon", + "input": ">", + "description": "Named entity: GT; with a semi-colon", "output": [ [ - "Character", + "Character", ">" ] ] - }, + }, { - "input": "&Gamma", - "description": "Bad named entity: Gamma without a semi-colon", + "input": "&Gamma", + "description": "Bad named entity: Gamma without a semi-colon", "output": [ [ - "Character", + "Character", "&Gamma" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Γ", - "description": "Named entity: Gamma; with a semi-colon", + "input": "Γ", + "description": "Named entity: Gamma; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0393" ] ] - }, + }, { - "input": "&Gammad", - "description": "Bad named entity: Gammad without a semi-colon", + "input": "&Gammad", + "description": "Bad named entity: Gammad without a semi-colon", "output": [ [ - "Character", + "Character", "&Gammad" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Ϝ", - "description": "Named entity: Gammad; with a semi-colon", + "input": "Ϝ", + "description": "Named entity: Gammad; with a semi-colon", "output": [ [ - "Character", + "Character", "\u03dc" ] ] - }, + }, { - "input": "&Gbreve", - "description": "Bad named entity: Gbreve without a semi-colon", + "input": "&Gbreve", + "description": "Bad named entity: Gbreve without a semi-colon", "output": [ [ - "Character", + "Character", "&Gbreve" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Ğ", - "description": "Named entity: Gbreve; with a semi-colon", + "input": "Ğ", + "description": "Named entity: Gbreve; with a semi-colon", "output": [ [ - "Character", + "Character", "\u011e" ] ] - }, + }, { - "input": "&Gcedil", - "description": "Bad named entity: Gcedil without a semi-colon", + "input": "&Gcedil", + "description": "Bad named entity: Gcedil without a semi-colon", "output": [ [ - "Character", + "Character", "&Gcedil" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Ģ", - "description": "Named entity: Gcedil; with a semi-colon", + "input": "Ģ", + "description": "Named entity: Gcedil; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0122" ] ] - }, + }, { - "input": "&Gcirc", - "description": "Bad named entity: Gcirc without a semi-colon", + "input": "&Gcirc", + "description": "Bad named entity: Gcirc without a semi-colon", "output": [ [ - "Character", + "Character", "&Gcirc" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Ĝ", - "description": "Named entity: Gcirc; with a semi-colon", + "input": "Ĝ", + "description": "Named entity: Gcirc; with a semi-colon", "output": [ [ - "Character", + "Character", "\u011c" ] ] - }, + }, { - "input": "&Gcy", - "description": "Bad named entity: Gcy without a semi-colon", + "input": "&Gcy", + "description": "Bad named entity: Gcy without a semi-colon", "output": [ [ - "Character", + "Character", "&Gcy" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Г", - "description": "Named entity: Gcy; with a semi-colon", + "input": "Г", + "description": "Named entity: Gcy; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0413" ] ] - }, + }, { - "input": "&Gdot", - "description": "Bad named entity: Gdot without a semi-colon", + "input": "&Gdot", + "description": "Bad named entity: Gdot without a semi-colon", "output": [ [ - "Character", + "Character", "&Gdot" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Ġ", - "description": "Named entity: Gdot; with a semi-colon", + "input": "Ġ", + "description": "Named entity: Gdot; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0120" ] ] - }, + }, { - "input": "&Gfr", - "description": "Bad named entity: Gfr without a semi-colon", + "input": "&Gfr", + "description": "Bad named entity: Gfr without a semi-colon", "output": [ [ - "Character", + "Character", "&Gfr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝔊", - "description": "Named entity: Gfr; with a semi-colon", + "input": "𝔊", + "description": "Named entity: Gfr; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udd0a" ] ] - }, + }, { - "input": "&Gg", - "description": "Bad named entity: Gg without a semi-colon", + "input": "&Gg", + "description": "Bad named entity: Gg without a semi-colon", "output": [ [ - "Character", + "Character", "&Gg" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⋙", - "description": "Named entity: Gg; with a semi-colon", + "input": "⋙", + "description": "Named entity: Gg; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22d9" ] ] - }, + }, { - "input": "&Gopf", - "description": "Bad named entity: Gopf without a semi-colon", + "input": "&Gopf", + "description": "Bad named entity: Gopf without a semi-colon", "output": [ [ - "Character", + "Character", "&Gopf" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝔾", - "description": "Named entity: Gopf; with a semi-colon", + "input": "𝔾", + "description": "Named entity: Gopf; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udd3e" ] ] - }, + }, { - "input": "&GreaterEqual", - "description": "Bad named entity: GreaterEqual without a semi-colon", + "input": "&GreaterEqual", + "description": "Bad named entity: GreaterEqual without a semi-colon", "output": [ [ - "Character", + "Character", "&GreaterEqual" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≥", - "description": "Named entity: GreaterEqual; with a semi-colon", + "input": "≥", + "description": "Named entity: GreaterEqual; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2265" ] ] - }, + }, { - "input": "&GreaterEqualLess", - "description": "Bad named entity: GreaterEqualLess without a semi-colon", + "input": "&GreaterEqualLess", + "description": "Bad named entity: GreaterEqualLess without a semi-colon", "output": [ [ - "Character", + "Character", "&GreaterEqualLess" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⋛", - "description": "Named entity: GreaterEqualLess; with a semi-colon", + "input": "⋛", + "description": "Named entity: GreaterEqualLess; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22db" ] ] - }, + }, { - "input": "&GreaterFullEqual", - "description": "Bad named entity: GreaterFullEqual without a semi-colon", + "input": "&GreaterFullEqual", + "description": "Bad named entity: GreaterFullEqual without a semi-colon", "output": [ [ - "Character", + "Character", "&GreaterFullEqual" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≧", - "description": "Named entity: GreaterFullEqual; with a semi-colon", + "input": "≧", + "description": "Named entity: GreaterFullEqual; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2267" ] ] - }, + }, { - "input": "&GreaterGreater", - "description": "Bad named entity: GreaterGreater without a semi-colon", + "input": "&GreaterGreater", + "description": "Bad named entity: GreaterGreater without a semi-colon", "output": [ [ - "Character", + "Character", "&GreaterGreater" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⪢", - "description": "Named entity: GreaterGreater; with a semi-colon", + "input": "⪢", + "description": "Named entity: GreaterGreater; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2aa2" ] ] - }, + }, { - "input": "&GreaterLess", - "description": "Bad named entity: GreaterLess without a semi-colon", + "input": "&GreaterLess", + "description": "Bad named entity: GreaterLess without a semi-colon", "output": [ [ - "Character", + "Character", "&GreaterLess" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≷", - "description": "Named entity: GreaterLess; with a semi-colon", + "input": "≷", + "description": "Named entity: GreaterLess; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2277" ] ] - }, + }, { - "input": "&GreaterSlantEqual", - "description": "Bad named entity: GreaterSlantEqual without a semi-colon", + "input": "&GreaterSlantEqual", + "description": "Bad named entity: GreaterSlantEqual without a semi-colon", "output": [ [ - "Character", + "Character", "&GreaterSlantEqual" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⩾", - "description": "Named entity: GreaterSlantEqual; with a semi-colon", + "input": "⩾", + "description": "Named entity: GreaterSlantEqual; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a7e" ] ] - }, + }, { - "input": "&GreaterTilde", - "description": "Bad named entity: GreaterTilde without a semi-colon", + "input": "&GreaterTilde", + "description": "Bad named entity: GreaterTilde without a semi-colon", "output": [ [ - "Character", + "Character", "&GreaterTilde" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≳", - "description": "Named entity: GreaterTilde; with a semi-colon", + "input": "≳", + "description": "Named entity: GreaterTilde; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2273" ] ] - }, + }, { - "input": "&Gscr", - "description": "Bad named entity: Gscr without a semi-colon", + "input": "&Gscr", + "description": "Bad named entity: Gscr without a semi-colon", "output": [ [ - "Character", + "Character", "&Gscr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝒢", - "description": "Named entity: Gscr; with a semi-colon", + "input": "𝒢", + "description": "Named entity: Gscr; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udca2" ] ] - }, + }, { - "input": "&Gt", - "description": "Bad named entity: Gt without a semi-colon", + "input": "&Gt", + "description": "Bad named entity: Gt without a semi-colon", "output": [ [ - "Character", + "Character", "&Gt" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≫", - "description": "Named entity: Gt; with a semi-colon", + "input": "≫", + "description": "Named entity: Gt; with a semi-colon", "output": [ [ - "Character", + "Character", "\u226b" ] ] - }, + }, { - "input": "&HARDcy", - "description": "Bad named entity: HARDcy without a semi-colon", + "input": "&HARDcy", + "description": "Bad named entity: HARDcy without a semi-colon", "output": [ [ - "Character", + "Character", "&HARDcy" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Ъ", - "description": "Named entity: HARDcy; with a semi-colon", + "input": "Ъ", + "description": "Named entity: HARDcy; with a semi-colon", "output": [ [ - "Character", + "Character", "\u042a" ] ] - }, + }, { - "input": "&Hacek", - "description": "Bad named entity: Hacek without a semi-colon", + "input": "&Hacek", + "description": "Bad named entity: Hacek without a semi-colon", "output": [ [ - "Character", + "Character", "&Hacek" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ˇ", - "description": "Named entity: Hacek; with a semi-colon", + "input": "ˇ", + "description": "Named entity: Hacek; with a semi-colon", "output": [ [ - "Character", + "Character", "\u02c7" ] ] - }, + }, { - "input": "&Hat", - "description": "Bad named entity: Hat without a semi-colon", + "input": "&Hat", + "description": "Bad named entity: Hat without a semi-colon", "output": [ [ - "Character", + "Character", "&Hat" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "^", - "description": "Named entity: Hat; with a semi-colon", + "input": "^", + "description": "Named entity: Hat; with a semi-colon", "output": [ [ - "Character", + "Character", "^" ] ] - }, + }, { - "input": "&Hcirc", - "description": "Bad named entity: Hcirc without a semi-colon", + "input": "&Hcirc", + "description": "Bad named entity: Hcirc without a semi-colon", "output": [ [ - "Character", + "Character", "&Hcirc" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Ĥ", - "description": "Named entity: Hcirc; with a semi-colon", + "input": "Ĥ", + "description": "Named entity: Hcirc; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0124" ] ] - }, + }, { - "input": "&Hfr", - "description": "Bad named entity: Hfr without a semi-colon", + "input": "&Hfr", + "description": "Bad named entity: Hfr without a semi-colon", "output": [ [ - "Character", + "Character", "&Hfr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ℌ", - "description": "Named entity: Hfr; with a semi-colon", + "input": "ℌ", + "description": "Named entity: Hfr; with a semi-colon", "output": [ [ - "Character", + "Character", "\u210c" ] ] - }, + }, { - "input": "&HilbertSpace", - "description": "Bad named entity: HilbertSpace without a semi-colon", + "input": "&HilbertSpace", + "description": "Bad named entity: HilbertSpace without a semi-colon", "output": [ [ - "Character", + "Character", "&HilbertSpace" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ℋ", - "description": "Named entity: HilbertSpace; with a semi-colon", + "input": "ℋ", + "description": "Named entity: HilbertSpace; with a semi-colon", "output": [ [ - "Character", + "Character", "\u210b" ] ] - }, + }, { - "input": "&Hopf", - "description": "Bad named entity: Hopf without a semi-colon", + "input": "&Hopf", + "description": "Bad named entity: Hopf without a semi-colon", "output": [ [ - "Character", + "Character", "&Hopf" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ℍ", - "description": "Named entity: Hopf; with a semi-colon", + "input": "ℍ", + "description": "Named entity: Hopf; with a semi-colon", "output": [ [ - "Character", + "Character", "\u210d" ] ] - }, + }, { - "input": "&HorizontalLine", - "description": "Bad named entity: HorizontalLine without a semi-colon", + "input": "&HorizontalLine", + "description": "Bad named entity: HorizontalLine without a semi-colon", "output": [ [ - "Character", + "Character", "&HorizontalLine" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "─", - "description": "Named entity: HorizontalLine; with a semi-colon", + "input": "─", + "description": "Named entity: HorizontalLine; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2500" ] ] - }, + }, { - "input": "&Hscr", - "description": "Bad named entity: Hscr without a semi-colon", + "input": "&Hscr", + "description": "Bad named entity: Hscr without a semi-colon", "output": [ [ - "Character", + "Character", "&Hscr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ℋ", - "description": "Named entity: Hscr; with a semi-colon", + "input": "ℋ", + "description": "Named entity: Hscr; with a semi-colon", "output": [ [ - "Character", + "Character", "\u210b" ] ] - }, + }, { - "input": "&Hstrok", - "description": "Bad named entity: Hstrok without a semi-colon", + "input": "&Hstrok", + "description": "Bad named entity: Hstrok without a semi-colon", "output": [ [ - "Character", + "Character", "&Hstrok" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Ħ", - "description": "Named entity: Hstrok; with a semi-colon", + "input": "Ħ", + "description": "Named entity: Hstrok; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0126" ] ] - }, + }, { - "input": "&HumpDownHump", - "description": "Bad named entity: HumpDownHump without a semi-colon", + "input": "&HumpDownHump", + "description": "Bad named entity: HumpDownHump without a semi-colon", "output": [ [ - "Character", + "Character", "&HumpDownHump" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≎", - "description": "Named entity: HumpDownHump; with a semi-colon", + "input": "≎", + "description": "Named entity: HumpDownHump; with a semi-colon", "output": [ [ - "Character", + "Character", "\u224e" ] ] - }, + }, { - "input": "&HumpEqual", - "description": "Bad named entity: HumpEqual without a semi-colon", + "input": "&HumpEqual", + "description": "Bad named entity: HumpEqual without a semi-colon", "output": [ [ - "Character", + "Character", "&HumpEqual" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≏", - "description": "Named entity: HumpEqual; with a semi-colon", + "input": "≏", + "description": "Named entity: HumpEqual; with a semi-colon", "output": [ [ - "Character", + "Character", "\u224f" ] ] - }, + }, { - "input": "&IEcy", - "description": "Bad named entity: IEcy without a semi-colon", + "input": "&IEcy", + "description": "Bad named entity: IEcy without a semi-colon", "output": [ [ - "Character", + "Character", "&IEcy" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Е", - "description": "Named entity: IEcy; with a semi-colon", + "input": "Е", + "description": "Named entity: IEcy; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0415" ] ] - }, + }, { - "input": "&IJlig", - "description": "Bad named entity: IJlig without a semi-colon", + "input": "&IJlig", + "description": "Bad named entity: IJlig without a semi-colon", "output": [ [ - "Character", + "Character", "&IJlig" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "IJ", - "description": "Named entity: IJlig; with a semi-colon", + "input": "IJ", + "description": "Named entity: IJlig; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0132" ] ] - }, + }, { - "input": "&IOcy", - "description": "Bad named entity: IOcy without a semi-colon", + "input": "&IOcy", + "description": "Bad named entity: IOcy without a semi-colon", "output": [ [ - "Character", + "Character", "&IOcy" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Ё", - "description": "Named entity: IOcy; with a semi-colon", + "input": "Ё", + "description": "Named entity: IOcy; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0401" ] ] - }, + }, { - "input": "Í", - "description": "Named entity: Iacute without a semi-colon", + "input": "Í", + "description": "Named entity: Iacute without a semi-colon", "output": [ [ - "Character", + "Character", "\u00cd" ] ], "errors": [ { "code": "missing-semicolon-after-character-reference", "line": 1, "col": 8 } ] - }, + }, { - "input": "Í", - "description": "Named entity: Iacute; with a semi-colon", + "input": "Í", + "description": "Named entity: Iacute; with a semi-colon", "output": [ [ - "Character", + "Character", "\u00cd" ] ] - }, + }, { - "input": "Î", - "description": "Named entity: Icirc without a semi-colon", + "input": "Î", + "description": "Named entity: Icirc without a semi-colon", "output": [ [ - "Character", + "Character", "\u00ce" ] ], "errors": [ { "code": "missing-semicolon-after-character-reference", "line": 1, "col": 7 } ] - }, + }, { - "input": "Î", - "description": "Named entity: Icirc; with a semi-colon", + "input": "Î", + "description": "Named entity: Icirc; with a semi-colon", "output": [ [ - "Character", + "Character", "\u00ce" ] ] - }, + }, { - "input": "&Icy", - "description": "Bad named entity: Icy without a semi-colon", + "input": "&Icy", + "description": "Bad named entity: Icy without a semi-colon", "output": [ [ - "Character", + "Character", "&Icy" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "И", - "description": "Named entity: Icy; with a semi-colon", + "input": "И", + "description": "Named entity: Icy; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0418" ] ] - }, + }, { - "input": "&Idot", - "description": "Bad named entity: Idot without a semi-colon", + "input": "&Idot", + "description": "Bad named entity: Idot without a semi-colon", "output": [ [ - "Character", + "Character", "&Idot" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "İ", - "description": "Named entity: Idot; with a semi-colon", + "input": "İ", + "description": "Named entity: Idot; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0130" ] ] - }, + }, { - "input": "&Ifr", - "description": "Bad named entity: Ifr without a semi-colon", + "input": "&Ifr", + "description": "Bad named entity: Ifr without a semi-colon", "output": [ [ - "Character", + "Character", "&Ifr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ℑ", - "description": "Named entity: Ifr; with a semi-colon", + "input": "ℑ", + "description": "Named entity: Ifr; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2111" ] ] - }, + }, { - "input": "Ì", - "description": "Named entity: Igrave without a semi-colon", + "input": "Ì", + "description": "Named entity: Igrave without a semi-colon", "output": [ [ - "Character", + "Character", "\u00cc" ] ], "errors": [ { "code": "missing-semicolon-after-character-reference", "line": 1, "col": 8 } ] - }, + }, { - "input": "Ì", - "description": "Named entity: Igrave; with a semi-colon", + "input": "Ì", + "description": "Named entity: Igrave; with a semi-colon", "output": [ [ - "Character", + "Character", "\u00cc" ] ] - }, + }, { - "input": "&Im", - "description": "Bad named entity: Im without a semi-colon", + "input": "&Im", + "description": "Bad named entity: Im without a semi-colon", "output": [ [ - "Character", + "Character", "&Im" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ℑ", - "description": "Named entity: Im; with a semi-colon", + "input": "ℑ", + "description": "Named entity: Im; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2111" ] ] - }, + }, { - "input": "&Imacr", - "description": "Bad named entity: Imacr without a semi-colon", + "input": "&Imacr", + "description": "Bad named entity: Imacr without a semi-colon", "output": [ [ - "Character", + "Character", "&Imacr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Ī", - "description": "Named entity: Imacr; with a semi-colon", + "input": "Ī", + "description": "Named entity: Imacr; with a semi-colon", "output": [ [ - "Character", + "Character", "\u012a" ] ] - }, + }, { - "input": "&ImaginaryI", - "description": "Bad named entity: ImaginaryI without a semi-colon", + "input": "&ImaginaryI", + "description": "Bad named entity: ImaginaryI without a semi-colon", "output": [ [ - "Character", + "Character", "&ImaginaryI" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ⅈ", - "description": "Named entity: ImaginaryI; with a semi-colon", + "input": "ⅈ", + "description": "Named entity: ImaginaryI; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2148" ] ] - }, + }, { - "input": "&Implies", - "description": "Bad named entity: Implies without a semi-colon", + "input": "&Implies", + "description": "Bad named entity: Implies without a semi-colon", "output": [ [ - "Character", + "Character", "&Implies" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⇒", - "description": "Named entity: Implies; with a semi-colon", + "input": "⇒", + "description": "Named entity: Implies; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21d2" ] ] - }, + }, { - "input": "&Int", - "description": "Bad named entity: Int without a semi-colon", + "input": "&Int", + "description": "Bad named entity: Int without a semi-colon", "output": [ [ - "Character", + "Character", "&Int" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∬", - "description": "Named entity: Int; with a semi-colon", + "input": "∬", + "description": "Named entity: Int; with a semi-colon", "output": [ [ - "Character", + "Character", "\u222c" ] ] - }, + }, { - "input": "&Integral", - "description": "Bad named entity: Integral without a semi-colon", + "input": "&Integral", + "description": "Bad named entity: Integral without a semi-colon", "output": [ [ - "Character", + "Character", "&Integral" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∫", - "description": "Named entity: Integral; with a semi-colon", + "input": "∫", + "description": "Named entity: Integral; with a semi-colon", "output": [ [ - "Character", + "Character", "\u222b" ] ] - }, + }, { - "input": "&Intersection", - "description": "Bad named entity: Intersection without a semi-colon", + "input": "&Intersection", + "description": "Bad named entity: Intersection without a semi-colon", "output": [ [ - "Character", + "Character", "&Intersection" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⋂", - "description": "Named entity: Intersection; with a semi-colon", + "input": "⋂", + "description": "Named entity: Intersection; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22c2" ] ] - }, + }, { - "input": "&InvisibleComma", - "description": "Bad named entity: InvisibleComma without a semi-colon", + "input": "&InvisibleComma", + "description": "Bad named entity: InvisibleComma without a semi-colon", "output": [ [ - "Character", + "Character", "&InvisibleComma" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⁣", - "description": "Named entity: InvisibleComma; with a semi-colon", + "input": "⁣", + "description": "Named entity: InvisibleComma; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2063" ] ] - }, + }, { - "input": "&InvisibleTimes", - "description": "Bad named entity: InvisibleTimes without a semi-colon", + "input": "&InvisibleTimes", + "description": "Bad named entity: InvisibleTimes without a semi-colon", "output": [ [ - "Character", + "Character", "&InvisibleTimes" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⁢", - "description": "Named entity: InvisibleTimes; with a semi-colon", + "input": "⁢", + "description": "Named entity: InvisibleTimes; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2062" ] ] - }, + }, { - "input": "&Iogon", - "description": "Bad named entity: Iogon without a semi-colon", + "input": "&Iogon", + "description": "Bad named entity: Iogon without a semi-colon", "output": [ [ - "Character", + "Character", "&Iogon" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Į", - "description": "Named entity: Iogon; with a semi-colon", + "input": "Į", + "description": "Named entity: Iogon; with a semi-colon", "output": [ [ - "Character", + "Character", "\u012e" ] ] - }, + }, { - "input": "&Iopf", - "description": "Bad named entity: Iopf without a semi-colon", + "input": "&Iopf", + "description": "Bad named entity: Iopf without a semi-colon", "output": [ [ - "Character", + "Character", "&Iopf" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝕀", - "description": "Named entity: Iopf; with a semi-colon", + "input": "𝕀", + "description": "Named entity: Iopf; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udd40" ] ] - }, + }, { - "input": "&Iota", - "description": "Bad named entity: Iota without a semi-colon", + "input": "&Iota", + "description": "Bad named entity: Iota without a semi-colon", "output": [ [ - "Character", + "Character", "&Iota" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Ι", - "description": "Named entity: Iota; with a semi-colon", + "input": "Ι", + "description": "Named entity: Iota; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0399" ] ] - }, + }, { - "input": "&Iscr", - "description": "Bad named entity: Iscr without a semi-colon", + "input": "&Iscr", + "description": "Bad named entity: Iscr without a semi-colon", "output": [ [ - "Character", + "Character", "&Iscr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ℐ", - "description": "Named entity: Iscr; with a semi-colon", + "input": "ℐ", + "description": "Named entity: Iscr; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2110" ] ] - }, + }, { - "input": "&Itilde", - "description": "Bad named entity: Itilde without a semi-colon", + "input": "&Itilde", + "description": "Bad named entity: Itilde without a semi-colon", "output": [ [ - "Character", + "Character", "&Itilde" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Ĩ", - "description": "Named entity: Itilde; with a semi-colon", + "input": "Ĩ", + "description": "Named entity: Itilde; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0128" ] ] - }, + }, { - "input": "&Iukcy", - "description": "Bad named entity: Iukcy without a semi-colon", + "input": "&Iukcy", + "description": "Bad named entity: Iukcy without a semi-colon", "output": [ [ - "Character", + "Character", "&Iukcy" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "І", - "description": "Named entity: Iukcy; with a semi-colon", + "input": "І", + "description": "Named entity: Iukcy; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0406" ] ] - }, + }, { - "input": "Ï", - "description": "Named entity: Iuml without a semi-colon", + "input": "Ï", + "description": "Named entity: Iuml without a semi-colon", "output": [ [ - "Character", + "Character", "\u00cf" ] ], "errors": [ { "code": "missing-semicolon-after-character-reference", "line": 1, "col": 6 } ] - }, + }, { - "input": "Ï", - "description": "Named entity: Iuml; with a semi-colon", + "input": "Ï", + "description": "Named entity: Iuml; with a semi-colon", "output": [ [ - "Character", + "Character", "\u00cf" ] ] - }, + }, { - "input": "&Jcirc", - "description": "Bad named entity: Jcirc without a semi-colon", + "input": "&Jcirc", + "description": "Bad named entity: Jcirc without a semi-colon", "output": [ [ - "Character", + "Character", "&Jcirc" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Ĵ", - "description": "Named entity: Jcirc; with a semi-colon", + "input": "Ĵ", + "description": "Named entity: Jcirc; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0134" ] ] - }, + }, { - "input": "&Jcy", - "description": "Bad named entity: Jcy without a semi-colon", + "input": "&Jcy", + "description": "Bad named entity: Jcy without a semi-colon", "output": [ [ - "Character", + "Character", "&Jcy" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Й", - "description": "Named entity: Jcy; with a semi-colon", + "input": "Й", + "description": "Named entity: Jcy; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0419" ] ] - }, + }, { - "input": "&Jfr", - "description": "Bad named entity: Jfr without a semi-colon", + "input": "&Jfr", + "description": "Bad named entity: Jfr without a semi-colon", "output": [ [ - "Character", + "Character", "&Jfr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝔍", - "description": "Named entity: Jfr; with a semi-colon", + "input": "𝔍", + "description": "Named entity: Jfr; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udd0d" ] ] - }, + }, { - "input": "&Jopf", - "description": "Bad named entity: Jopf without a semi-colon", + "input": "&Jopf", + "description": "Bad named entity: Jopf without a semi-colon", "output": [ [ - "Character", + "Character", "&Jopf" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝕁", - "description": "Named entity: Jopf; with a semi-colon", + "input": "𝕁", + "description": "Named entity: Jopf; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udd41" ] ] - }, + }, { - "input": "&Jscr", - "description": "Bad named entity: Jscr without a semi-colon", + "input": "&Jscr", + "description": "Bad named entity: Jscr without a semi-colon", "output": [ [ - "Character", + "Character", "&Jscr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝒥", - "description": "Named entity: Jscr; with a semi-colon", + "input": "𝒥", + "description": "Named entity: Jscr; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udca5" ] ] - }, + }, { - "input": "&Jsercy", - "description": "Bad named entity: Jsercy without a semi-colon", + "input": "&Jsercy", + "description": "Bad named entity: Jsercy without a semi-colon", "output": [ [ - "Character", + "Character", "&Jsercy" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Ј", - "description": "Named entity: Jsercy; with a semi-colon", + "input": "Ј", + "description": "Named entity: Jsercy; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0408" ] ] - }, + }, { - "input": "&Jukcy", - "description": "Bad named entity: Jukcy without a semi-colon", + "input": "&Jukcy", + "description": "Bad named entity: Jukcy without a semi-colon", "output": [ [ - "Character", + "Character", "&Jukcy" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Є", - "description": "Named entity: Jukcy; with a semi-colon", + "input": "Є", + "description": "Named entity: Jukcy; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0404" ] ] - }, + }, { - "input": "&KHcy", - "description": "Bad named entity: KHcy without a semi-colon", + "input": "&KHcy", + "description": "Bad named entity: KHcy without a semi-colon", "output": [ [ - "Character", + "Character", "&KHcy" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Х", - "description": "Named entity: KHcy; with a semi-colon", + "input": "Х", + "description": "Named entity: KHcy; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0425" ] ] - }, + }, { - "input": "&KJcy", - "description": "Bad named entity: KJcy without a semi-colon", + "input": "&KJcy", + "description": "Bad named entity: KJcy without a semi-colon", "output": [ [ - "Character", + "Character", "&KJcy" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Ќ", - "description": "Named entity: KJcy; with a semi-colon", + "input": "Ќ", + "description": "Named entity: KJcy; with a semi-colon", "output": [ [ - "Character", + "Character", "\u040c" ] ] - }, + }, { - "input": "&Kappa", - "description": "Bad named entity: Kappa without a semi-colon", + "input": "&Kappa", + "description": "Bad named entity: Kappa without a semi-colon", "output": [ [ - "Character", + "Character", "&Kappa" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Κ", - "description": "Named entity: Kappa; with a semi-colon", + "input": "Κ", + "description": "Named entity: Kappa; with a semi-colon", "output": [ [ - "Character", + "Character", "\u039a" ] ] - }, + }, { - "input": "&Kcedil", - "description": "Bad named entity: Kcedil without a semi-colon", + "input": "&Kcedil", + "description": "Bad named entity: Kcedil without a semi-colon", "output": [ [ - "Character", + "Character", "&Kcedil" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Ķ", - "description": "Named entity: Kcedil; with a semi-colon", + "input": "Ķ", + "description": "Named entity: Kcedil; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0136" ] ] - }, + }, { - "input": "&Kcy", - "description": "Bad named entity: Kcy without a semi-colon", + "input": "&Kcy", + "description": "Bad named entity: Kcy without a semi-colon", "output": [ [ - "Character", + "Character", "&Kcy" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "К", - "description": "Named entity: Kcy; with a semi-colon", + "input": "К", + "description": "Named entity: Kcy; with a semi-colon", "output": [ [ - "Character", + "Character", "\u041a" ] ] - }, + }, { - "input": "&Kfr", - "description": "Bad named entity: Kfr without a semi-colon", + "input": "&Kfr", + "description": "Bad named entity: Kfr without a semi-colon", "output": [ [ - "Character", + "Character", "&Kfr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝔎", - "description": "Named entity: Kfr; with a semi-colon", + "input": "𝔎", + "description": "Named entity: Kfr; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udd0e" ] ] - }, + }, { - "input": "&Kopf", - "description": "Bad named entity: Kopf without a semi-colon", + "input": "&Kopf", + "description": "Bad named entity: Kopf without a semi-colon", "output": [ [ - "Character", + "Character", "&Kopf" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝕂", - "description": "Named entity: Kopf; with a semi-colon", + "input": "𝕂", + "description": "Named entity: Kopf; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udd42" ] ] - }, + }, { - "input": "&Kscr", - "description": "Bad named entity: Kscr without a semi-colon", + "input": "&Kscr", + "description": "Bad named entity: Kscr without a semi-colon", "output": [ [ - "Character", + "Character", "&Kscr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝒦", - "description": "Named entity: Kscr; with a semi-colon", + "input": "𝒦", + "description": "Named entity: Kscr; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udca6" ] ] - }, + }, { - "input": "&LJcy", - "description": "Bad named entity: LJcy without a semi-colon", + "input": "&LJcy", + "description": "Bad named entity: LJcy without a semi-colon", "output": [ [ - "Character", + "Character", "&LJcy" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Љ", - "description": "Named entity: LJcy; with a semi-colon", + "input": "Љ", + "description": "Named entity: LJcy; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0409" ] ] - }, + }, { - "input": "<", - "description": "Named entity: LT without a semi-colon", + "input": "<", + "description": "Named entity: LT without a semi-colon", "output": [ [ - "Character", + "Character", "<" ] ], "errors": [ { "code": "missing-semicolon-after-character-reference", "line": 1, "col": 4 } ] - }, + }, { - "input": "<", - "description": "Named entity: LT; with a semi-colon", + "input": "<", + "description": "Named entity: LT; with a semi-colon", "output": [ [ - "Character", + "Character", "<" ] ] - }, + }, { - "input": "&Lacute", - "description": "Bad named entity: Lacute without a semi-colon", + "input": "&Lacute", + "description": "Bad named entity: Lacute without a semi-colon", "output": [ [ - "Character", + "Character", "&Lacute" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Ĺ", - "description": "Named entity: Lacute; with a semi-colon", + "input": "Ĺ", + "description": "Named entity: Lacute; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0139" ] ] - }, + }, { - "input": "&Lambda", - "description": "Bad named entity: Lambda without a semi-colon", + "input": "&Lambda", + "description": "Bad named entity: Lambda without a semi-colon", "output": [ [ - "Character", + "Character", "&Lambda" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Λ", - "description": "Named entity: Lambda; with a semi-colon", + "input": "Λ", + "description": "Named entity: Lambda; with a semi-colon", "output": [ [ - "Character", + "Character", "\u039b" ] ] - }, + }, { - "input": "&Lang", - "description": "Bad named entity: Lang without a semi-colon", + "input": "&Lang", + "description": "Bad named entity: Lang without a semi-colon", "output": [ [ - "Character", + "Character", "&Lang" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⟪", - "description": "Named entity: Lang; with a semi-colon", + "input": "⟪", + "description": "Named entity: Lang; with a semi-colon", "output": [ [ - "Character", + "Character", "\u27ea" ] ] - }, + }, { - "input": "&Laplacetrf", - "description": "Bad named entity: Laplacetrf without a semi-colon", + "input": "&Laplacetrf", + "description": "Bad named entity: Laplacetrf without a semi-colon", "output": [ [ - "Character", + "Character", "&Laplacetrf" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ℒ", - "description": "Named entity: Laplacetrf; with a semi-colon", + "input": "ℒ", + "description": "Named entity: Laplacetrf; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2112" ] ] - }, + }, { - "input": "&Larr", - "description": "Bad named entity: Larr without a semi-colon", + "input": "&Larr", + "description": "Bad named entity: Larr without a semi-colon", "output": [ [ - "Character", + "Character", "&Larr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "↞", - "description": "Named entity: Larr; with a semi-colon", + "input": "↞", + "description": "Named entity: Larr; with a semi-colon", "output": [ [ - "Character", + "Character", "\u219e" ] ] - }, + }, { - "input": "&Lcaron", - "description": "Bad named entity: Lcaron without a semi-colon", + "input": "&Lcaron", + "description": "Bad named entity: Lcaron without a semi-colon", "output": [ [ - "Character", + "Character", "&Lcaron" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Ľ", - "description": "Named entity: Lcaron; with a semi-colon", + "input": "Ľ", + "description": "Named entity: Lcaron; with a semi-colon", "output": [ [ - "Character", + "Character", "\u013d" ] ] - }, + }, { - "input": "&Lcedil", - "description": "Bad named entity: Lcedil without a semi-colon", + "input": "&Lcedil", + "description": "Bad named entity: Lcedil without a semi-colon", "output": [ [ - "Character", + "Character", "&Lcedil" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Ļ", - "description": "Named entity: Lcedil; with a semi-colon", + "input": "Ļ", + "description": "Named entity: Lcedil; with a semi-colon", "output": [ [ - "Character", + "Character", "\u013b" ] ] - }, + }, { - "input": "&Lcy", - "description": "Bad named entity: Lcy without a semi-colon", + "input": "&Lcy", + "description": "Bad named entity: Lcy without a semi-colon", "output": [ [ - "Character", + "Character", "&Lcy" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Л", - "description": "Named entity: Lcy; with a semi-colon", + "input": "Л", + "description": "Named entity: Lcy; with a semi-colon", "output": [ [ - "Character", + "Character", "\u041b" ] ] - }, + }, { - "input": "&LeftAngleBracket", - "description": "Bad named entity: LeftAngleBracket without a semi-colon", + "input": "&LeftAngleBracket", + "description": "Bad named entity: LeftAngleBracket without a semi-colon", "output": [ [ - "Character", + "Character", "&LeftAngleBracket" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⟨", - "description": "Named entity: LeftAngleBracket; with a semi-colon", + "input": "⟨", + "description": "Named entity: LeftAngleBracket; with a semi-colon", "output": [ [ - "Character", + "Character", "\u27e8" ] ] - }, + }, { - "input": "&LeftArrow", - "description": "Bad named entity: LeftArrow without a semi-colon", + "input": "&LeftArrow", + "description": "Bad named entity: LeftArrow without a semi-colon", "output": [ [ - "Character", + "Character", "&LeftArrow" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "←", - "description": "Named entity: LeftArrow; with a semi-colon", + "input": "←", + "description": "Named entity: LeftArrow; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2190" ] ] - }, + }, { - "input": "&LeftArrowBar", - "description": "Bad named entity: LeftArrowBar without a semi-colon", + "input": "&LeftArrowBar", + "description": "Bad named entity: LeftArrowBar without a semi-colon", "output": [ [ - "Character", + "Character", "&LeftArrowBar" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⇤", - "description": "Named entity: LeftArrowBar; with a semi-colon", + "input": "⇤", + "description": "Named entity: LeftArrowBar; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21e4" ] ] - }, + }, { - "input": "&LeftArrowRightArrow", - "description": "Bad named entity: LeftArrowRightArrow without a semi-colon", + "input": "&LeftArrowRightArrow", + "description": "Bad named entity: LeftArrowRightArrow without a semi-colon", "output": [ [ - "Character", + "Character", "&LeftArrowRightArrow" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⇆", - "description": "Named entity: LeftArrowRightArrow; with a semi-colon", + "input": "⇆", + "description": "Named entity: LeftArrowRightArrow; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21c6" ] ] - }, + }, { - "input": "&LeftCeiling", - "description": "Bad named entity: LeftCeiling without a semi-colon", + "input": "&LeftCeiling", + "description": "Bad named entity: LeftCeiling without a semi-colon", "output": [ [ - "Character", + "Character", "&LeftCeiling" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⌈", - "description": "Named entity: LeftCeiling; with a semi-colon", + "input": "⌈", + "description": "Named entity: LeftCeiling; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2308" ] ] - }, + }, { - "input": "&LeftDoubleBracket", - "description": "Bad named entity: LeftDoubleBracket without a semi-colon", + "input": "&LeftDoubleBracket", + "description": "Bad named entity: LeftDoubleBracket without a semi-colon", "output": [ [ - "Character", + "Character", "&LeftDoubleBracket" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⟦", - "description": "Named entity: LeftDoubleBracket; with a semi-colon", + "input": "⟦", + "description": "Named entity: LeftDoubleBracket; with a semi-colon", "output": [ [ - "Character", + "Character", "\u27e6" ] ] - }, + }, { - "input": "&LeftDownTeeVector", - "description": "Bad named entity: LeftDownTeeVector without a semi-colon", + "input": "&LeftDownTeeVector", + "description": "Bad named entity: LeftDownTeeVector without a semi-colon", "output": [ [ - "Character", + "Character", "&LeftDownTeeVector" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⥡", - "description": "Named entity: LeftDownTeeVector; with a semi-colon", + "input": "⥡", + "description": "Named entity: LeftDownTeeVector; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2961" ] ] - }, + }, { - "input": "&LeftDownVector", - "description": "Bad named entity: LeftDownVector without a semi-colon", + "input": "&LeftDownVector", + "description": "Bad named entity: LeftDownVector without a semi-colon", "output": [ [ - "Character", + "Character", "&LeftDownVector" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⇃", - "description": "Named entity: LeftDownVector; with a semi-colon", + "input": "⇃", + "description": "Named entity: LeftDownVector; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21c3" ] ] - }, + }, { - "input": "&LeftDownVectorBar", - "description": "Bad named entity: LeftDownVectorBar without a semi-colon", + "input": "&LeftDownVectorBar", + "description": "Bad named entity: LeftDownVectorBar without a semi-colon", "output": [ [ - "Character", + "Character", "&LeftDownVectorBar" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⥙", - "description": "Named entity: LeftDownVectorBar; with a semi-colon", + "input": "⥙", + "description": "Named entity: LeftDownVectorBar; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2959" ] ] - }, + }, { - "input": "&LeftFloor", - "description": "Bad named entity: LeftFloor without a semi-colon", + "input": "&LeftFloor", + "description": "Bad named entity: LeftFloor without a semi-colon", "output": [ [ - "Character", + "Character", "&LeftFloor" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⌊", - "description": "Named entity: LeftFloor; with a semi-colon", + "input": "⌊", + "description": "Named entity: LeftFloor; with a semi-colon", "output": [ [ - "Character", + "Character", "\u230a" ] ] - }, + }, { - "input": "&LeftRightArrow", - "description": "Bad named entity: LeftRightArrow without a semi-colon", + "input": "&LeftRightArrow", + "description": "Bad named entity: LeftRightArrow without a semi-colon", "output": [ [ - "Character", + "Character", "&LeftRightArrow" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "↔", - "description": "Named entity: LeftRightArrow; with a semi-colon", + "input": "↔", + "description": "Named entity: LeftRightArrow; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2194" ] ] - }, + }, { - "input": "&LeftRightVector", - "description": "Bad named entity: LeftRightVector without a semi-colon", + "input": "&LeftRightVector", + "description": "Bad named entity: LeftRightVector without a semi-colon", "output": [ [ - "Character", + "Character", "&LeftRightVector" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⥎", - "description": "Named entity: LeftRightVector; with a semi-colon", + "input": "⥎", + "description": "Named entity: LeftRightVector; with a semi-colon", "output": [ [ - "Character", + "Character", "\u294e" ] ] - }, + }, { - "input": "&LeftTee", - "description": "Bad named entity: LeftTee without a semi-colon", + "input": "&LeftTee", + "description": "Bad named entity: LeftTee without a semi-colon", "output": [ [ - "Character", + "Character", "&LeftTee" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊣", - "description": "Named entity: LeftTee; with a semi-colon", + "input": "⊣", + "description": "Named entity: LeftTee; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22a3" ] ] - }, + }, { - "input": "&LeftTeeArrow", - "description": "Bad named entity: LeftTeeArrow without a semi-colon", + "input": "&LeftTeeArrow", + "description": "Bad named entity: LeftTeeArrow without a semi-colon", "output": [ [ - "Character", + "Character", "&LeftTeeArrow" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "↤", - "description": "Named entity: LeftTeeArrow; with a semi-colon", + "input": "↤", + "description": "Named entity: LeftTeeArrow; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21a4" ] ] - }, + }, { - "input": "&LeftTeeVector", - "description": "Bad named entity: LeftTeeVector without a semi-colon", + "input": "&LeftTeeVector", + "description": "Bad named entity: LeftTeeVector without a semi-colon", "output": [ [ - "Character", + "Character", "&LeftTeeVector" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⥚", - "description": "Named entity: LeftTeeVector; with a semi-colon", + "input": "⥚", + "description": "Named entity: LeftTeeVector; with a semi-colon", "output": [ [ - "Character", + "Character", "\u295a" ] ] - }, + }, { - "input": "&LeftTriangle", - "description": "Bad named entity: LeftTriangle without a semi-colon", + "input": "&LeftTriangle", + "description": "Bad named entity: LeftTriangle without a semi-colon", "output": [ [ - "Character", + "Character", "&LeftTriangle" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊲", - "description": "Named entity: LeftTriangle; with a semi-colon", + "input": "⊲", + "description": "Named entity: LeftTriangle; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22b2" ] ] - }, + }, { - "input": "&LeftTriangleBar", - "description": "Bad named entity: LeftTriangleBar without a semi-colon", + "input": "&LeftTriangleBar", + "description": "Bad named entity: LeftTriangleBar without a semi-colon", "output": [ [ - "Character", + "Character", "&LeftTriangleBar" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⧏", - "description": "Named entity: LeftTriangleBar; with a semi-colon", + "input": "⧏", + "description": "Named entity: LeftTriangleBar; with a semi-colon", "output": [ [ - "Character", + "Character", "\u29cf" ] ] - }, + }, { - "input": "&LeftTriangleEqual", - "description": "Bad named entity: LeftTriangleEqual without a semi-colon", + "input": "&LeftTriangleEqual", + "description": "Bad named entity: LeftTriangleEqual without a semi-colon", "output": [ [ - "Character", + "Character", "&LeftTriangleEqual" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊴", - "description": "Named entity: LeftTriangleEqual; with a semi-colon", + "input": "⊴", + "description": "Named entity: LeftTriangleEqual; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22b4" ] ] - }, + }, { - "input": "&LeftUpDownVector", - "description": "Bad named entity: LeftUpDownVector without a semi-colon", + "input": "&LeftUpDownVector", + "description": "Bad named entity: LeftUpDownVector without a semi-colon", "output": [ [ - "Character", + "Character", "&LeftUpDownVector" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⥑", - "description": "Named entity: LeftUpDownVector; with a semi-colon", + "input": "⥑", + "description": "Named entity: LeftUpDownVector; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2951" ] ] - }, + }, { - "input": "&LeftUpTeeVector", - "description": "Bad named entity: LeftUpTeeVector without a semi-colon", + "input": "&LeftUpTeeVector", + "description": "Bad named entity: LeftUpTeeVector without a semi-colon", "output": [ [ - "Character", + "Character", "&LeftUpTeeVector" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⥠", - "description": "Named entity: LeftUpTeeVector; with a semi-colon", + "input": "⥠", + "description": "Named entity: LeftUpTeeVector; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2960" ] ] - }, + }, { - "input": "&LeftUpVector", - "description": "Bad named entity: LeftUpVector without a semi-colon", + "input": "&LeftUpVector", + "description": "Bad named entity: LeftUpVector without a semi-colon", "output": [ [ - "Character", + "Character", "&LeftUpVector" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "↿", - "description": "Named entity: LeftUpVector; with a semi-colon", + "input": "↿", + "description": "Named entity: LeftUpVector; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21bf" ] ] - }, + }, { - "input": "&LeftUpVectorBar", - "description": "Bad named entity: LeftUpVectorBar without a semi-colon", + "input": "&LeftUpVectorBar", + "description": "Bad named entity: LeftUpVectorBar without a semi-colon", "output": [ [ - "Character", + "Character", "&LeftUpVectorBar" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⥘", - "description": "Named entity: LeftUpVectorBar; with a semi-colon", + "input": "⥘", + "description": "Named entity: LeftUpVectorBar; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2958" ] ] - }, + }, { - "input": "&LeftVector", - "description": "Bad named entity: LeftVector without a semi-colon", + "input": "&LeftVector", + "description": "Bad named entity: LeftVector without a semi-colon", "output": [ [ - "Character", + "Character", "&LeftVector" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "↼", - "description": "Named entity: LeftVector; with a semi-colon", + "input": "↼", + "description": "Named entity: LeftVector; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21bc" ] ] - }, + }, { - "input": "&LeftVectorBar", - "description": "Bad named entity: LeftVectorBar without a semi-colon", + "input": "&LeftVectorBar", + "description": "Bad named entity: LeftVectorBar without a semi-colon", "output": [ [ - "Character", + "Character", "&LeftVectorBar" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⥒", - "description": "Named entity: LeftVectorBar; with a semi-colon", + "input": "⥒", + "description": "Named entity: LeftVectorBar; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2952" ] ] - }, + }, { - "input": "&Leftarrow", - "description": "Bad named entity: Leftarrow without a semi-colon", + "input": "&Leftarrow", + "description": "Bad named entity: Leftarrow without a semi-colon", "output": [ [ - "Character", + "Character", "&Leftarrow" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⇐", - "description": "Named entity: Leftarrow; with a semi-colon", + "input": "⇐", + "description": "Named entity: Leftarrow; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21d0" ] ] - }, + }, { - "input": "&Leftrightarrow", - "description": "Bad named entity: Leftrightarrow without a semi-colon", + "input": "&Leftrightarrow", + "description": "Bad named entity: Leftrightarrow without a semi-colon", "output": [ [ - "Character", + "Character", "&Leftrightarrow" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⇔", - "description": "Named entity: Leftrightarrow; with a semi-colon", + "input": "⇔", + "description": "Named entity: Leftrightarrow; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21d4" ] ] - }, + }, { - "input": "&LessEqualGreater", - "description": "Bad named entity: LessEqualGreater without a semi-colon", + "input": "&LessEqualGreater", + "description": "Bad named entity: LessEqualGreater without a semi-colon", "output": [ [ - "Character", + "Character", "&LessEqualGreater" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⋚", - "description": "Named entity: LessEqualGreater; with a semi-colon", + "input": "⋚", + "description": "Named entity: LessEqualGreater; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22da" ] ] - }, + }, { - "input": "&LessFullEqual", - "description": "Bad named entity: LessFullEqual without a semi-colon", + "input": "&LessFullEqual", + "description": "Bad named entity: LessFullEqual without a semi-colon", "output": [ [ - "Character", + "Character", "&LessFullEqual" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≦", - "description": "Named entity: LessFullEqual; with a semi-colon", + "input": "≦", + "description": "Named entity: LessFullEqual; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2266" ] ] - }, + }, { - "input": "&LessGreater", - "description": "Bad named entity: LessGreater without a semi-colon", + "input": "&LessGreater", + "description": "Bad named entity: LessGreater without a semi-colon", "output": [ [ - "Character", + "Character", "&LessGreater" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≶", - "description": "Named entity: LessGreater; with a semi-colon", + "input": "≶", + "description": "Named entity: LessGreater; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2276" ] ] - }, + }, { - "input": "&LessLess", - "description": "Bad named entity: LessLess without a semi-colon", + "input": "&LessLess", + "description": "Bad named entity: LessLess without a semi-colon", "output": [ [ - "Character", + "Character", "&LessLess" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⪡", - "description": "Named entity: LessLess; with a semi-colon", + "input": "⪡", + "description": "Named entity: LessLess; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2aa1" ] ] - }, + }, { - "input": "&LessSlantEqual", - "description": "Bad named entity: LessSlantEqual without a semi-colon", + "input": "&LessSlantEqual", + "description": "Bad named entity: LessSlantEqual without a semi-colon", "output": [ [ - "Character", + "Character", "&LessSlantEqual" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⩽", - "description": "Named entity: LessSlantEqual; with a semi-colon", + "input": "⩽", + "description": "Named entity: LessSlantEqual; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a7d" ] ] - }, + }, { - "input": "&LessTilde", - "description": "Bad named entity: LessTilde without a semi-colon", + "input": "&LessTilde", + "description": "Bad named entity: LessTilde without a semi-colon", "output": [ [ - "Character", + "Character", "&LessTilde" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≲", - "description": "Named entity: LessTilde; with a semi-colon", + "input": "≲", + "description": "Named entity: LessTilde; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2272" ] ] - }, + }, { - "input": "&Lfr", - "description": "Bad named entity: Lfr without a semi-colon", + "input": "&Lfr", + "description": "Bad named entity: Lfr without a semi-colon", "output": [ [ - "Character", + "Character", "&Lfr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝔏", - "description": "Named entity: Lfr; with a semi-colon", + "input": "𝔏", + "description": "Named entity: Lfr; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udd0f" ] ] - }, + }, { - "input": "&Ll", - "description": "Bad named entity: Ll without a semi-colon", + "input": "&Ll", + "description": "Bad named entity: Ll without a semi-colon", "output": [ [ - "Character", + "Character", "&Ll" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⋘", - "description": "Named entity: Ll; with a semi-colon", + "input": "⋘", + "description": "Named entity: Ll; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22d8" ] ] - }, + }, { - "input": "&Lleftarrow", - "description": "Bad named entity: Lleftarrow without a semi-colon", + "input": "&Lleftarrow", + "description": "Bad named entity: Lleftarrow without a semi-colon", "output": [ [ - "Character", + "Character", "&Lleftarrow" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⇚", - "description": "Named entity: Lleftarrow; with a semi-colon", + "input": "⇚", + "description": "Named entity: Lleftarrow; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21da" ] ] - }, + }, { - "input": "&Lmidot", - "description": "Bad named entity: Lmidot without a semi-colon", + "input": "&Lmidot", + "description": "Bad named entity: Lmidot without a semi-colon", "output": [ [ - "Character", + "Character", "&Lmidot" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Ŀ", - "description": "Named entity: Lmidot; with a semi-colon", + "input": "Ŀ", + "description": "Named entity: Lmidot; with a semi-colon", "output": [ [ - "Character", + "Character", "\u013f" ] ] - }, + }, { - "input": "&LongLeftArrow", - "description": "Bad named entity: LongLeftArrow without a semi-colon", + "input": "&LongLeftArrow", + "description": "Bad named entity: LongLeftArrow without a semi-colon", "output": [ [ - "Character", + "Character", "&LongLeftArrow" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⟵", - "description": "Named entity: LongLeftArrow; with a semi-colon", + "input": "⟵", + "description": "Named entity: LongLeftArrow; with a semi-colon", "output": [ [ - "Character", + "Character", "\u27f5" ] ] - }, + }, { - "input": "&LongLeftRightArrow", - "description": "Bad named entity: LongLeftRightArrow without a semi-colon", + "input": "&LongLeftRightArrow", + "description": "Bad named entity: LongLeftRightArrow without a semi-colon", "output": [ [ - "Character", + "Character", "&LongLeftRightArrow" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⟷", - "description": "Named entity: LongLeftRightArrow; with a semi-colon", + "input": "⟷", + "description": "Named entity: LongLeftRightArrow; with a semi-colon", "output": [ [ - "Character", + "Character", "\u27f7" ] ] - }, + }, { - "input": "&LongRightArrow", - "description": "Bad named entity: LongRightArrow without a semi-colon", + "input": "&LongRightArrow", + "description": "Bad named entity: LongRightArrow without a semi-colon", "output": [ [ - "Character", + "Character", "&LongRightArrow" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⟶", - "description": "Named entity: LongRightArrow; with a semi-colon", + "input": "⟶", + "description": "Named entity: LongRightArrow; with a semi-colon", "output": [ [ - "Character", + "Character", "\u27f6" ] ] - }, + }, { - "input": "&Longleftarrow", - "description": "Bad named entity: Longleftarrow without a semi-colon", + "input": "&Longleftarrow", + "description": "Bad named entity: Longleftarrow without a semi-colon", "output": [ [ - "Character", + "Character", "&Longleftarrow" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⟸", - "description": "Named entity: Longleftarrow; with a semi-colon", + "input": "⟸", + "description": "Named entity: Longleftarrow; with a semi-colon", "output": [ [ - "Character", + "Character", "\u27f8" ] ] - }, + }, { - "input": "&Longleftrightarrow", - "description": "Bad named entity: Longleftrightarrow without a semi-colon", + "input": "&Longleftrightarrow", + "description": "Bad named entity: Longleftrightarrow without a semi-colon", "output": [ [ - "Character", + "Character", "&Longleftrightarrow" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⟺", - "description": "Named entity: Longleftrightarrow; with a semi-colon", + "input": "⟺", + "description": "Named entity: Longleftrightarrow; with a semi-colon", "output": [ [ - "Character", + "Character", "\u27fa" ] ] - }, + }, { - "input": "&Longrightarrow", - "description": "Bad named entity: Longrightarrow without a semi-colon", + "input": "&Longrightarrow", + "description": "Bad named entity: Longrightarrow without a semi-colon", "output": [ [ - "Character", + "Character", "&Longrightarrow" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⟹", - "description": "Named entity: Longrightarrow; with a semi-colon", + "input": "⟹", + "description": "Named entity: Longrightarrow; with a semi-colon", "output": [ [ - "Character", + "Character", "\u27f9" ] ] - }, + }, { - "input": "&Lopf", - "description": "Bad named entity: Lopf without a semi-colon", + "input": "&Lopf", + "description": "Bad named entity: Lopf without a semi-colon", "output": [ [ - "Character", + "Character", "&Lopf" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝕃", - "description": "Named entity: Lopf; with a semi-colon", + "input": "𝕃", + "description": "Named entity: Lopf; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udd43" ] ] - }, + }, { - "input": "&LowerLeftArrow", - "description": "Bad named entity: LowerLeftArrow without a semi-colon", + "input": "&LowerLeftArrow", + "description": "Bad named entity: LowerLeftArrow without a semi-colon", "output": [ [ - "Character", + "Character", "&LowerLeftArrow" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "↙", - "description": "Named entity: LowerLeftArrow; with a semi-colon", + "input": "↙", + "description": "Named entity: LowerLeftArrow; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2199" ] ] - }, + }, { - "input": "&LowerRightArrow", - "description": "Bad named entity: LowerRightArrow without a semi-colon", + "input": "&LowerRightArrow", + "description": "Bad named entity: LowerRightArrow without a semi-colon", "output": [ [ - "Character", + "Character", "&LowerRightArrow" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "↘", - "description": "Named entity: LowerRightArrow; with a semi-colon", + "input": "↘", + "description": "Named entity: LowerRightArrow; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2198" ] ] - }, + }, { - "input": "&Lscr", - "description": "Bad named entity: Lscr without a semi-colon", + "input": "&Lscr", + "description": "Bad named entity: Lscr without a semi-colon", "output": [ [ - "Character", + "Character", "&Lscr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ℒ", - "description": "Named entity: Lscr; with a semi-colon", + "input": "ℒ", + "description": "Named entity: Lscr; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2112" ] ] - }, + }, { - "input": "&Lsh", - "description": "Bad named entity: Lsh without a semi-colon", + "input": "&Lsh", + "description": "Bad named entity: Lsh without a semi-colon", "output": [ [ - "Character", + "Character", "&Lsh" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "↰", - "description": "Named entity: Lsh; with a semi-colon", + "input": "↰", + "description": "Named entity: Lsh; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21b0" ] ] - }, + }, { - "input": "&Lstrok", - "description": "Bad named entity: Lstrok without a semi-colon", + "input": "&Lstrok", + "description": "Bad named entity: Lstrok without a semi-colon", "output": [ [ - "Character", + "Character", "&Lstrok" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Ł", - "description": "Named entity: Lstrok; with a semi-colon", + "input": "Ł", + "description": "Named entity: Lstrok; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0141" ] ] - }, + }, { - "input": "&Lt", - "description": "Bad named entity: Lt without a semi-colon", + "input": "&Lt", + "description": "Bad named entity: Lt without a semi-colon", "output": [ [ - "Character", + "Character", "&Lt" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≪", - "description": "Named entity: Lt; with a semi-colon", + "input": "≪", + "description": "Named entity: Lt; with a semi-colon", "output": [ [ - "Character", + "Character", "\u226a" ] ] - }, + }, { - "input": "&Map", - "description": "Bad named entity: Map without a semi-colon", + "input": "&Map", + "description": "Bad named entity: Map without a semi-colon", "output": [ [ - "Character", + "Character", "&Map" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⤅", - "description": "Named entity: Map; with a semi-colon", + "input": "⤅", + "description": "Named entity: Map; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2905" ] ] - }, + }, { - "input": "&Mcy", - "description": "Bad named entity: Mcy without a semi-colon", + "input": "&Mcy", + "description": "Bad named entity: Mcy without a semi-colon", "output": [ [ - "Character", + "Character", "&Mcy" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "М", - "description": "Named entity: Mcy; with a semi-colon", + "input": "М", + "description": "Named entity: Mcy; with a semi-colon", "output": [ [ - "Character", + "Character", "\u041c" ] ] - }, + }, { - "input": "&MediumSpace", - "description": "Bad named entity: MediumSpace without a semi-colon", + "input": "&MediumSpace", + "description": "Bad named entity: MediumSpace without a semi-colon", "output": [ [ - "Character", + "Character", "&MediumSpace" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": " ", - "description": "Named entity: MediumSpace; with a semi-colon", + "input": " ", + "description": "Named entity: MediumSpace; with a semi-colon", "output": [ [ - "Character", + "Character", "\u205f" ] ] - }, + }, { - "input": "&Mellintrf", - "description": "Bad named entity: Mellintrf without a semi-colon", + "input": "&Mellintrf", + "description": "Bad named entity: Mellintrf without a semi-colon", "output": [ [ - "Character", + "Character", "&Mellintrf" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ℳ", - "description": "Named entity: Mellintrf; with a semi-colon", + "input": "ℳ", + "description": "Named entity: Mellintrf; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2133" ] ] - }, + }, { - "input": "&Mfr", - "description": "Bad named entity: Mfr without a semi-colon", + "input": "&Mfr", + "description": "Bad named entity: Mfr without a semi-colon", "output": [ [ - "Character", + "Character", "&Mfr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝔐", - "description": "Named entity: Mfr; with a semi-colon", + "input": "𝔐", + "description": "Named entity: Mfr; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udd10" ] ] - }, + }, { - "input": "&MinusPlus", - "description": "Bad named entity: MinusPlus without a semi-colon", + "input": "&MinusPlus", + "description": "Bad named entity: MinusPlus without a semi-colon", "output": [ [ - "Character", + "Character", "&MinusPlus" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∓", - "description": "Named entity: MinusPlus; with a semi-colon", + "input": "∓", + "description": "Named entity: MinusPlus; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2213" ] ] - }, + }, { - "input": "&Mopf", - "description": "Bad named entity: Mopf without a semi-colon", + "input": "&Mopf", + "description": "Bad named entity: Mopf without a semi-colon", "output": [ [ - "Character", + "Character", "&Mopf" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝕄", - "description": "Named entity: Mopf; with a semi-colon", + "input": "𝕄", + "description": "Named entity: Mopf; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udd44" ] ] - }, + }, { - "input": "&Mscr", - "description": "Bad named entity: Mscr without a semi-colon", + "input": "&Mscr", + "description": "Bad named entity: Mscr without a semi-colon", "output": [ [ - "Character", + "Character", "&Mscr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ℳ", - "description": "Named entity: Mscr; with a semi-colon", + "input": "ℳ", + "description": "Named entity: Mscr; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2133" ] ] - }, + }, { - "input": "&Mu", - "description": "Bad named entity: Mu without a semi-colon", + "input": "&Mu", + "description": "Bad named entity: Mu without a semi-colon", "output": [ [ - "Character", + "Character", "&Mu" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Μ", - "description": "Named entity: Mu; with a semi-colon", + "input": "Μ", + "description": "Named entity: Mu; with a semi-colon", "output": [ [ - "Character", + "Character", "\u039c" ] ] - }, + }, { - "input": "&NJcy", - "description": "Bad named entity: NJcy without a semi-colon", + "input": "&NJcy", + "description": "Bad named entity: NJcy without a semi-colon", "output": [ [ - "Character", + "Character", "&NJcy" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Њ", - "description": "Named entity: NJcy; with a semi-colon", + "input": "Њ", + "description": "Named entity: NJcy; with a semi-colon", "output": [ [ - "Character", + "Character", "\u040a" ] ] - }, + }, { - "input": "&Nacute", - "description": "Bad named entity: Nacute without a semi-colon", + "input": "&Nacute", + "description": "Bad named entity: Nacute without a semi-colon", "output": [ [ - "Character", + "Character", "&Nacute" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Ń", - "description": "Named entity: Nacute; with a semi-colon", + "input": "Ń", + "description": "Named entity: Nacute; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0143" ] ] - }, + }, { - "input": "&Ncaron", - "description": "Bad named entity: Ncaron without a semi-colon", + "input": "&Ncaron", + "description": "Bad named entity: Ncaron without a semi-colon", "output": [ [ - "Character", + "Character", "&Ncaron" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Ň", - "description": "Named entity: Ncaron; with a semi-colon", + "input": "Ň", + "description": "Named entity: Ncaron; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0147" ] ] - }, + }, { - "input": "&Ncedil", - "description": "Bad named entity: Ncedil without a semi-colon", + "input": "&Ncedil", + "description": "Bad named entity: Ncedil without a semi-colon", "output": [ [ - "Character", + "Character", "&Ncedil" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Ņ", - "description": "Named entity: Ncedil; with a semi-colon", + "input": "Ņ", + "description": "Named entity: Ncedil; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0145" ] ] - }, + }, { - "input": "&Ncy", - "description": "Bad named entity: Ncy without a semi-colon", + "input": "&Ncy", + "description": "Bad named entity: Ncy without a semi-colon", "output": [ [ - "Character", + "Character", "&Ncy" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Н", - "description": "Named entity: Ncy; with a semi-colon", + "input": "Н", + "description": "Named entity: Ncy; with a semi-colon", "output": [ [ - "Character", + "Character", "\u041d" ] ] - }, + }, { - "input": "&NegativeMediumSpace", - "description": "Bad named entity: NegativeMediumSpace without a semi-colon", + "input": "&NegativeMediumSpace", + "description": "Bad named entity: NegativeMediumSpace without a semi-colon", "output": [ [ - "Character", + "Character", "&NegativeMediumSpace" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "​", - "description": "Named entity: NegativeMediumSpace; with a semi-colon", + "input": "​", + "description": "Named entity: NegativeMediumSpace; with a semi-colon", "output": [ [ - "Character", + "Character", "\u200b" ] ] - }, + }, { - "input": "&NegativeThickSpace", - "description": "Bad named entity: NegativeThickSpace without a semi-colon", + "input": "&NegativeThickSpace", + "description": "Bad named entity: NegativeThickSpace without a semi-colon", "output": [ [ - "Character", + "Character", "&NegativeThickSpace" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "​", - "description": "Named entity: NegativeThickSpace; with a semi-colon", + "input": "​", + "description": "Named entity: NegativeThickSpace; with a semi-colon", "output": [ [ - "Character", + "Character", "\u200b" ] ] - }, + }, { - "input": "&NegativeThinSpace", - "description": "Bad named entity: NegativeThinSpace without a semi-colon", + "input": "&NegativeThinSpace", + "description": "Bad named entity: NegativeThinSpace without a semi-colon", "output": [ [ - "Character", + "Character", "&NegativeThinSpace" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "​", - "description": "Named entity: NegativeThinSpace; with a semi-colon", + "input": "​", + "description": "Named entity: NegativeThinSpace; with a semi-colon", "output": [ [ - "Character", + "Character", "\u200b" ] ] - }, + }, { - "input": "&NegativeVeryThinSpace", - "description": "Bad named entity: NegativeVeryThinSpace without a semi-colon", + "input": "&NegativeVeryThinSpace", + "description": "Bad named entity: NegativeVeryThinSpace without a semi-colon", "output": [ [ - "Character", + "Character", "&NegativeVeryThinSpace" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "​", - "description": "Named entity: NegativeVeryThinSpace; with a semi-colon", + "input": "​", + "description": "Named entity: NegativeVeryThinSpace; with a semi-colon", "output": [ [ - "Character", + "Character", "\u200b" ] ] - }, + }, { - "input": "&NestedGreaterGreater", - "description": "Bad named entity: NestedGreaterGreater without a semi-colon", + "input": "&NestedGreaterGreater", + "description": "Bad named entity: NestedGreaterGreater without a semi-colon", "output": [ [ - "Character", + "Character", "&NestedGreaterGreater" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≫", - "description": "Named entity: NestedGreaterGreater; with a semi-colon", + "input": "≫", + "description": "Named entity: NestedGreaterGreater; with a semi-colon", "output": [ [ - "Character", + "Character", "\u226b" ] ] - }, + }, { - "input": "&NestedLessLess", - "description": "Bad named entity: NestedLessLess without a semi-colon", + "input": "&NestedLessLess", + "description": "Bad named entity: NestedLessLess without a semi-colon", "output": [ [ - "Character", + "Character", "&NestedLessLess" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≪", - "description": "Named entity: NestedLessLess; with a semi-colon", + "input": "≪", + "description": "Named entity: NestedLessLess; with a semi-colon", "output": [ [ - "Character", + "Character", "\u226a" ] ] - }, + }, { - "input": "&NewLine", - "description": "Bad named entity: NewLine without a semi-colon", + "input": "&NewLine", + "description": "Bad named entity: NewLine without a semi-colon", "output": [ [ - "Character", + "Character", "&NewLine" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": " ", - "description": "Named entity: NewLine; with a semi-colon", + "input": " ", + "description": "Named entity: NewLine; with a semi-colon", "output": [ [ - "Character", + "Character", "\n" ] ] - }, + }, { - "input": "&Nfr", - "description": "Bad named entity: Nfr without a semi-colon", + "input": "&Nfr", + "description": "Bad named entity: Nfr without a semi-colon", "output": [ [ - "Character", + "Character", "&Nfr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝔑", - "description": "Named entity: Nfr; with a semi-colon", + "input": "𝔑", + "description": "Named entity: Nfr; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udd11" ] ] - }, + }, { - "input": "&NoBreak", - "description": "Bad named entity: NoBreak without a semi-colon", + "input": "&NoBreak", + "description": "Bad named entity: NoBreak without a semi-colon", "output": [ [ - "Character", + "Character", "&NoBreak" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⁠", - "description": "Named entity: NoBreak; with a semi-colon", + "input": "⁠", + "description": "Named entity: NoBreak; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2060" ] ] - }, + }, { - "input": "&NonBreakingSpace", - "description": "Bad named entity: NonBreakingSpace without a semi-colon", + "input": "&NonBreakingSpace", + "description": "Bad named entity: NonBreakingSpace without a semi-colon", "output": [ [ - "Character", + "Character", "&NonBreakingSpace" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": " ", - "description": "Named entity: NonBreakingSpace; with a semi-colon", + "input": " ", + "description": "Named entity: NonBreakingSpace; with a semi-colon", "output": [ [ - "Character", + "Character", "\u00a0" ] ] - }, + }, { - "input": "&Nopf", - "description": "Bad named entity: Nopf without a semi-colon", + "input": "&Nopf", + "description": "Bad named entity: Nopf without a semi-colon", "output": [ [ - "Character", + "Character", "&Nopf" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ℕ", - "description": "Named entity: Nopf; with a semi-colon", + "input": "ℕ", + "description": "Named entity: Nopf; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2115" ] ] - }, + }, { - "input": "&Not", - "description": "Bad named entity: Not without a semi-colon", + "input": "&Not", + "description": "Bad named entity: Not without a semi-colon", "output": [ [ - "Character", + "Character", "&Not" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⫬", - "description": "Named entity: Not; with a semi-colon", + "input": "⫬", + "description": "Named entity: Not; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2aec" ] ] - }, + }, { - "input": "&NotCongruent", - "description": "Bad named entity: NotCongruent without a semi-colon", + "input": "&NotCongruent", + "description": "Bad named entity: NotCongruent without a semi-colon", "output": [ [ - "Character", + "Character", "&NotCongruent" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≢", - "description": "Named entity: NotCongruent; with a semi-colon", + "input": "≢", + "description": "Named entity: NotCongruent; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2262" ] ] - }, + }, { - "input": "&NotCupCap", - "description": "Bad named entity: NotCupCap without a semi-colon", + "input": "&NotCupCap", + "description": "Bad named entity: NotCupCap without a semi-colon", "output": [ [ - "Character", + "Character", "&NotCupCap" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≭", - "description": "Named entity: NotCupCap; with a semi-colon", + "input": "≭", + "description": "Named entity: NotCupCap; with a semi-colon", "output": [ [ - "Character", + "Character", "\u226d" ] ] - }, + }, { - "input": "&NotDoubleVerticalBar", - "description": "Bad named entity: NotDoubleVerticalBar without a semi-colon", + "input": "&NotDoubleVerticalBar", + "description": "Bad named entity: NotDoubleVerticalBar without a semi-colon", "output": [ [ - "Character", + "Character", "&NotDoubleVerticalBar" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∦", - "description": "Named entity: NotDoubleVerticalBar; with a semi-colon", + "input": "∦", + "description": "Named entity: NotDoubleVerticalBar; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2226" ] ] - }, + }, { - "input": "&NotElement", - "description": "Bad named entity: NotElement without a semi-colon", + "input": "&NotElement", + "description": "Bad named entity: NotElement without a semi-colon", "output": [ [ - "Character", + "Character", "&NotElement" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∉", - "description": "Named entity: NotElement; with a semi-colon", + "input": "∉", + "description": "Named entity: NotElement; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2209" ] ] - }, + }, { - "input": "&NotEqual", - "description": "Bad named entity: NotEqual without a semi-colon", + "input": "&NotEqual", + "description": "Bad named entity: NotEqual without a semi-colon", "output": [ [ - "Character", + "Character", "&NotEqual" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≠", - "description": "Named entity: NotEqual; with a semi-colon", + "input": "≠", + "description": "Named entity: NotEqual; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2260" ] ] - }, + }, { - "input": "&NotEqualTilde", - "description": "Bad named entity: NotEqualTilde without a semi-colon", + "input": "&NotEqualTilde", + "description": "Bad named entity: NotEqualTilde without a semi-colon", "output": [ [ - "Character", + "Character", "&NotEqualTilde" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≂̸", - "description": "Named entity: NotEqualTilde; with a semi-colon", + "input": "≂̸", + "description": "Named entity: NotEqualTilde; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2242\u0338" ] ] - }, + }, { - "input": "&NotExists", - "description": "Bad named entity: NotExists without a semi-colon", + "input": "&NotExists", + "description": "Bad named entity: NotExists without a semi-colon", "output": [ [ - "Character", + "Character", "&NotExists" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∄", - "description": "Named entity: NotExists; with a semi-colon", + "input": "∄", + "description": "Named entity: NotExists; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2204" ] ] - }, + }, { - "input": "&NotGreater", - "description": "Bad named entity: NotGreater without a semi-colon", + "input": "&NotGreater", + "description": "Bad named entity: NotGreater without a semi-colon", "output": [ [ - "Character", + "Character", "&NotGreater" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≯", - "description": "Named entity: NotGreater; with a semi-colon", + "input": "≯", + "description": "Named entity: NotGreater; with a semi-colon", "output": [ [ - "Character", + "Character", "\u226f" ] ] - }, + }, { - "input": "&NotGreaterEqual", - "description": "Bad named entity: NotGreaterEqual without a semi-colon", + "input": "&NotGreaterEqual", + "description": "Bad named entity: NotGreaterEqual without a semi-colon", "output": [ [ - "Character", + "Character", "&NotGreaterEqual" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≱", - "description": "Named entity: NotGreaterEqual; with a semi-colon", + "input": "≱", + "description": "Named entity: NotGreaterEqual; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2271" ] ] - }, + }, { - "input": "&NotGreaterFullEqual", - "description": "Bad named entity: NotGreaterFullEqual without a semi-colon", + "input": "&NotGreaterFullEqual", + "description": "Bad named entity: NotGreaterFullEqual without a semi-colon", "output": [ [ - "Character", + "Character", "&NotGreaterFullEqual" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≧̸", - "description": "Named entity: NotGreaterFullEqual; with a semi-colon", + "input": "≧̸", + "description": "Named entity: NotGreaterFullEqual; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2267\u0338" ] ] - }, + }, { - "input": "&NotGreaterGreater", - "description": "Bad named entity: NotGreaterGreater without a semi-colon", + "input": "&NotGreaterGreater", + "description": "Bad named entity: NotGreaterGreater without a semi-colon", "output": [ [ - "Character", + "Character", "&NotGreaterGreater" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≫̸", - "description": "Named entity: NotGreaterGreater; with a semi-colon", + "input": "≫̸", + "description": "Named entity: NotGreaterGreater; with a semi-colon", "output": [ [ - "Character", + "Character", "\u226b\u0338" ] ] - }, + }, { - "input": "&NotGreaterLess", - "description": "Bad named entity: NotGreaterLess without a semi-colon", + "input": "&NotGreaterLess", + "description": "Bad named entity: NotGreaterLess without a semi-colon", "output": [ [ - "Character", + "Character", "&NotGreaterLess" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≹", - "description": "Named entity: NotGreaterLess; with a semi-colon", + "input": "≹", + "description": "Named entity: NotGreaterLess; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2279" ] ] - }, + }, { - "input": "&NotGreaterSlantEqual", - "description": "Bad named entity: NotGreaterSlantEqual without a semi-colon", + "input": "&NotGreaterSlantEqual", + "description": "Bad named entity: NotGreaterSlantEqual without a semi-colon", "output": [ [ - "Character", + "Character", "&NotGreaterSlantEqual" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⩾̸", - "description": "Named entity: NotGreaterSlantEqual; with a semi-colon", + "input": "⩾̸", + "description": "Named entity: NotGreaterSlantEqual; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a7e\u0338" ] ] - }, + }, { - "input": "&NotGreaterTilde", - "description": "Bad named entity: NotGreaterTilde without a semi-colon", + "input": "&NotGreaterTilde", + "description": "Bad named entity: NotGreaterTilde without a semi-colon", "output": [ [ - "Character", + "Character", "&NotGreaterTilde" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≵", - "description": "Named entity: NotGreaterTilde; with a semi-colon", + "input": "≵", + "description": "Named entity: NotGreaterTilde; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2275" ] ] - }, + }, { - "input": "&NotHumpDownHump", - "description": "Bad named entity: NotHumpDownHump without a semi-colon", + "input": "&NotHumpDownHump", + "description": "Bad named entity: NotHumpDownHump without a semi-colon", "output": [ [ - "Character", + "Character", "&NotHumpDownHump" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≎̸", - "description": "Named entity: NotHumpDownHump; with a semi-colon", + "input": "≎̸", + "description": "Named entity: NotHumpDownHump; with a semi-colon", "output": [ [ - "Character", + "Character", "\u224e\u0338" ] ] - }, + }, { - "input": "&NotHumpEqual", - "description": "Bad named entity: NotHumpEqual without a semi-colon", + "input": "&NotHumpEqual", + "description": "Bad named entity: NotHumpEqual without a semi-colon", "output": [ [ - "Character", + "Character", "&NotHumpEqual" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≏̸", - "description": "Named entity: NotHumpEqual; with a semi-colon", + "input": "≏̸", + "description": "Named entity: NotHumpEqual; with a semi-colon", "output": [ [ - "Character", + "Character", "\u224f\u0338" ] ] - }, + }, { - "input": "&NotLeftTriangle", - "description": "Bad named entity: NotLeftTriangle without a semi-colon", + "input": "&NotLeftTriangle", + "description": "Bad named entity: NotLeftTriangle without a semi-colon", "output": [ [ - "Character", + "Character", "&NotLeftTriangle" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⋪", - "description": "Named entity: NotLeftTriangle; with a semi-colon", + "input": "⋪", + "description": "Named entity: NotLeftTriangle; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22ea" ] ] - }, + }, { - "input": "&NotLeftTriangleBar", - "description": "Bad named entity: NotLeftTriangleBar without a semi-colon", + "input": "&NotLeftTriangleBar", + "description": "Bad named entity: NotLeftTriangleBar without a semi-colon", "output": [ [ - "Character", + "Character", "&NotLeftTriangleBar" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⧏̸", - "description": "Named entity: NotLeftTriangleBar; with a semi-colon", + "input": "⧏̸", + "description": "Named entity: NotLeftTriangleBar; with a semi-colon", "output": [ [ - "Character", + "Character", "\u29cf\u0338" ] ] - }, + }, { - "input": "&NotLeftTriangleEqual", - "description": "Bad named entity: NotLeftTriangleEqual without a semi-colon", + "input": "&NotLeftTriangleEqual", + "description": "Bad named entity: NotLeftTriangleEqual without a semi-colon", "output": [ [ - "Character", + "Character", "&NotLeftTriangleEqual" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⋬", - "description": "Named entity: NotLeftTriangleEqual; with a semi-colon", + "input": "⋬", + "description": "Named entity: NotLeftTriangleEqual; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22ec" ] ] - }, + }, { - "input": "&NotLess", - "description": "Bad named entity: NotLess without a semi-colon", + "input": "&NotLess", + "description": "Bad named entity: NotLess without a semi-colon", "output": [ [ - "Character", + "Character", "&NotLess" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≮", - "description": "Named entity: NotLess; with a semi-colon", + "input": "≮", + "description": "Named entity: NotLess; with a semi-colon", "output": [ [ - "Character", + "Character", "\u226e" ] ] - }, + }, { - "input": "&NotLessEqual", - "description": "Bad named entity: NotLessEqual without a semi-colon", + "input": "&NotLessEqual", + "description": "Bad named entity: NotLessEqual without a semi-colon", "output": [ [ - "Character", + "Character", "&NotLessEqual" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≰", - "description": "Named entity: NotLessEqual; with a semi-colon", + "input": "≰", + "description": "Named entity: NotLessEqual; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2270" ] ] - }, + }, { - "input": "&NotLessGreater", - "description": "Bad named entity: NotLessGreater without a semi-colon", + "input": "&NotLessGreater", + "description": "Bad named entity: NotLessGreater without a semi-colon", "output": [ [ - "Character", + "Character", "&NotLessGreater" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≸", - "description": "Named entity: NotLessGreater; with a semi-colon", + "input": "≸", + "description": "Named entity: NotLessGreater; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2278" ] ] - }, + }, { - "input": "&NotLessLess", - "description": "Bad named entity: NotLessLess without a semi-colon", + "input": "&NotLessLess", + "description": "Bad named entity: NotLessLess without a semi-colon", "output": [ [ - "Character", + "Character", "&NotLessLess" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≪̸", - "description": "Named entity: NotLessLess; with a semi-colon", + "input": "≪̸", + "description": "Named entity: NotLessLess; with a semi-colon", "output": [ [ - "Character", + "Character", "\u226a\u0338" ] ] - }, + }, { - "input": "&NotLessSlantEqual", - "description": "Bad named entity: NotLessSlantEqual without a semi-colon", + "input": "&NotLessSlantEqual", + "description": "Bad named entity: NotLessSlantEqual without a semi-colon", "output": [ [ - "Character", + "Character", "&NotLessSlantEqual" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⩽̸", - "description": "Named entity: NotLessSlantEqual; with a semi-colon", + "input": "⩽̸", + "description": "Named entity: NotLessSlantEqual; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a7d\u0338" ] ] - }, + }, { - "input": "&NotLessTilde", - "description": "Bad named entity: NotLessTilde without a semi-colon", + "input": "&NotLessTilde", + "description": "Bad named entity: NotLessTilde without a semi-colon", "output": [ [ - "Character", + "Character", "&NotLessTilde" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≴", - "description": "Named entity: NotLessTilde; with a semi-colon", + "input": "≴", + "description": "Named entity: NotLessTilde; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2274" ] ] - }, + }, { - "input": "&NotNestedGreaterGreater", - "description": "Bad named entity: NotNestedGreaterGreater without a semi-colon", + "input": "&NotNestedGreaterGreater", + "description": "Bad named entity: NotNestedGreaterGreater without a semi-colon", "output": [ [ - "Character", + "Character", "&NotNestedGreaterGreater" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⪢̸", - "description": "Named entity: NotNestedGreaterGreater; with a semi-colon", + "input": "⪢̸", + "description": "Named entity: NotNestedGreaterGreater; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2aa2\u0338" ] ] - }, + }, { - "input": "&NotNestedLessLess", - "description": "Bad named entity: NotNestedLessLess without a semi-colon", + "input": "&NotNestedLessLess", + "description": "Bad named entity: NotNestedLessLess without a semi-colon", "output": [ [ - "Character", + "Character", "&NotNestedLessLess" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⪡̸", - "description": "Named entity: NotNestedLessLess; with a semi-colon", + "input": "⪡̸", + "description": "Named entity: NotNestedLessLess; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2aa1\u0338" ] ] - }, + }, { - "input": "&NotPrecedes", - "description": "Bad named entity: NotPrecedes without a semi-colon", + "input": "&NotPrecedes", + "description": "Bad named entity: NotPrecedes without a semi-colon", "output": [ [ - "Character", + "Character", "&NotPrecedes" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊀", - "description": "Named entity: NotPrecedes; with a semi-colon", + "input": "⊀", + "description": "Named entity: NotPrecedes; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2280" ] ] - }, + }, { - "input": "&NotPrecedesEqual", - "description": "Bad named entity: NotPrecedesEqual without a semi-colon", + "input": "&NotPrecedesEqual", + "description": "Bad named entity: NotPrecedesEqual without a semi-colon", "output": [ [ - "Character", + "Character", "&NotPrecedesEqual" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⪯̸", - "description": "Named entity: NotPrecedesEqual; with a semi-colon", + "input": "⪯̸", + "description": "Named entity: NotPrecedesEqual; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2aaf\u0338" ] ] - }, + }, { - "input": "&NotPrecedesSlantEqual", - "description": "Bad named entity: NotPrecedesSlantEqual without a semi-colon", + "input": "&NotPrecedesSlantEqual", + "description": "Bad named entity: NotPrecedesSlantEqual without a semi-colon", "output": [ [ - "Character", + "Character", "&NotPrecedesSlantEqual" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⋠", - "description": "Named entity: NotPrecedesSlantEqual; with a semi-colon", + "input": "⋠", + "description": "Named entity: NotPrecedesSlantEqual; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22e0" ] ] - }, + }, { - "input": "&NotReverseElement", - "description": "Bad named entity: NotReverseElement without a semi-colon", + "input": "&NotReverseElement", + "description": "Bad named entity: NotReverseElement without a semi-colon", "output": [ [ - "Character", + "Character", "&NotReverseElement" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∌", - "description": "Named entity: NotReverseElement; with a semi-colon", + "input": "∌", + "description": "Named entity: NotReverseElement; with a semi-colon", "output": [ [ - "Character", + "Character", "\u220c" ] ] - }, + }, { - "input": "&NotRightTriangle", - "description": "Bad named entity: NotRightTriangle without a semi-colon", + "input": "&NotRightTriangle", + "description": "Bad named entity: NotRightTriangle without a semi-colon", "output": [ [ - "Character", + "Character", "&NotRightTriangle" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⋫", - "description": "Named entity: NotRightTriangle; with a semi-colon", + "input": "⋫", + "description": "Named entity: NotRightTriangle; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22eb" ] ] - }, + }, { - "input": "&NotRightTriangleBar", - "description": "Bad named entity: NotRightTriangleBar without a semi-colon", + "input": "&NotRightTriangleBar", + "description": "Bad named entity: NotRightTriangleBar without a semi-colon", "output": [ [ - "Character", + "Character", "&NotRightTriangleBar" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⧐̸", - "description": "Named entity: NotRightTriangleBar; with a semi-colon", + "input": "⧐̸", + "description": "Named entity: NotRightTriangleBar; with a semi-colon", "output": [ [ - "Character", + "Character", "\u29d0\u0338" ] ] - }, + }, { - "input": "&NotRightTriangleEqual", - "description": "Bad named entity: NotRightTriangleEqual without a semi-colon", + "input": "&NotRightTriangleEqual", + "description": "Bad named entity: NotRightTriangleEqual without a semi-colon", "output": [ [ - "Character", + "Character", "&NotRightTriangleEqual" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⋭", - "description": "Named entity: NotRightTriangleEqual; with a semi-colon", + "input": "⋭", + "description": "Named entity: NotRightTriangleEqual; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22ed" ] ] - }, + }, { - "input": "&NotSquareSubset", - "description": "Bad named entity: NotSquareSubset without a semi-colon", + "input": "&NotSquareSubset", + "description": "Bad named entity: NotSquareSubset without a semi-colon", "output": [ [ - "Character", + "Character", "&NotSquareSubset" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊏̸", - "description": "Named entity: NotSquareSubset; with a semi-colon", + "input": "⊏̸", + "description": "Named entity: NotSquareSubset; with a semi-colon", "output": [ [ - "Character", + "Character", "\u228f\u0338" ] ] - }, + }, { - "input": "&NotSquareSubsetEqual", - "description": "Bad named entity: NotSquareSubsetEqual without a semi-colon", + "input": "&NotSquareSubsetEqual", + "description": "Bad named entity: NotSquareSubsetEqual without a semi-colon", "output": [ [ - "Character", + "Character", "&NotSquareSubsetEqual" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⋢", - "description": "Named entity: NotSquareSubsetEqual; with a semi-colon", + "input": "⋢", + "description": "Named entity: NotSquareSubsetEqual; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22e2" ] ] - }, + }, { - "input": "&NotSquareSuperset", - "description": "Bad named entity: NotSquareSuperset without a semi-colon", + "input": "&NotSquareSuperset", + "description": "Bad named entity: NotSquareSuperset without a semi-colon", "output": [ [ - "Character", + "Character", "&NotSquareSuperset" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊐̸", - "description": "Named entity: NotSquareSuperset; with a semi-colon", + "input": "⊐̸", + "description": "Named entity: NotSquareSuperset; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2290\u0338" ] ] - }, + }, { - "input": "&NotSquareSupersetEqual", - "description": "Bad named entity: NotSquareSupersetEqual without a semi-colon", + "input": "&NotSquareSupersetEqual", + "description": "Bad named entity: NotSquareSupersetEqual without a semi-colon", "output": [ [ - "Character", + "Character", "&NotSquareSupersetEqual" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⋣", - "description": "Named entity: NotSquareSupersetEqual; with a semi-colon", + "input": "⋣", + "description": "Named entity: NotSquareSupersetEqual; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22e3" ] ] - }, + }, { - "input": "&NotSubset", - "description": "Bad named entity: NotSubset without a semi-colon", + "input": "&NotSubset", + "description": "Bad named entity: NotSubset without a semi-colon", "output": [ [ - "Character", + "Character", "&NotSubset" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊂⃒", - "description": "Named entity: NotSubset; with a semi-colon", + "input": "⊂⃒", + "description": "Named entity: NotSubset; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2282\u20d2" ] ] - }, + }, { - "input": "&NotSubsetEqual", - "description": "Bad named entity: NotSubsetEqual without a semi-colon", + "input": "&NotSubsetEqual", + "description": "Bad named entity: NotSubsetEqual without a semi-colon", "output": [ [ - "Character", + "Character", "&NotSubsetEqual" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊈", - "description": "Named entity: NotSubsetEqual; with a semi-colon", + "input": "⊈", + "description": "Named entity: NotSubsetEqual; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2288" ] ] - }, + }, { - "input": "&NotSucceeds", - "description": "Bad named entity: NotSucceeds without a semi-colon", + "input": "&NotSucceeds", + "description": "Bad named entity: NotSucceeds without a semi-colon", "output": [ [ - "Character", + "Character", "&NotSucceeds" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊁", - "description": "Named entity: NotSucceeds; with a semi-colon", + "input": "⊁", + "description": "Named entity: NotSucceeds; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2281" ] ] - }, + }, { - "input": "&NotSucceedsEqual", - "description": "Bad named entity: NotSucceedsEqual without a semi-colon", + "input": "&NotSucceedsEqual", + "description": "Bad named entity: NotSucceedsEqual without a semi-colon", "output": [ [ - "Character", + "Character", "&NotSucceedsEqual" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⪰̸", - "description": "Named entity: NotSucceedsEqual; with a semi-colon", + "input": "⪰̸", + "description": "Named entity: NotSucceedsEqual; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2ab0\u0338" ] ] - }, + }, { - "input": "&NotSucceedsSlantEqual", - "description": "Bad named entity: NotSucceedsSlantEqual without a semi-colon", + "input": "&NotSucceedsSlantEqual", + "description": "Bad named entity: NotSucceedsSlantEqual without a semi-colon", "output": [ [ - "Character", + "Character", "&NotSucceedsSlantEqual" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⋡", - "description": "Named entity: NotSucceedsSlantEqual; with a semi-colon", + "input": "⋡", + "description": "Named entity: NotSucceedsSlantEqual; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22e1" ] ] - }, + }, { - "input": "&NotSucceedsTilde", - "description": "Bad named entity: NotSucceedsTilde without a semi-colon", + "input": "&NotSucceedsTilde", + "description": "Bad named entity: NotSucceedsTilde without a semi-colon", "output": [ [ - "Character", + "Character", "&NotSucceedsTilde" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≿̸", - "description": "Named entity: NotSucceedsTilde; with a semi-colon", + "input": "≿̸", + "description": "Named entity: NotSucceedsTilde; with a semi-colon", "output": [ [ - "Character", + "Character", "\u227f\u0338" ] ] - }, + }, { - "input": "&NotSuperset", - "description": "Bad named entity: NotSuperset without a semi-colon", + "input": "&NotSuperset", + "description": "Bad named entity: NotSuperset without a semi-colon", "output": [ [ - "Character", + "Character", "&NotSuperset" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊃⃒", - "description": "Named entity: NotSuperset; with a semi-colon", + "input": "⊃⃒", + "description": "Named entity: NotSuperset; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2283\u20d2" ] ] - }, + }, { - "input": "&NotSupersetEqual", - "description": "Bad named entity: NotSupersetEqual without a semi-colon", + "input": "&NotSupersetEqual", + "description": "Bad named entity: NotSupersetEqual without a semi-colon", "output": [ [ - "Character", + "Character", "&NotSupersetEqual" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊉", - "description": "Named entity: NotSupersetEqual; with a semi-colon", + "input": "⊉", + "description": "Named entity: NotSupersetEqual; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2289" ] ] - }, + }, { - "input": "&NotTilde", - "description": "Bad named entity: NotTilde without a semi-colon", + "input": "&NotTilde", + "description": "Bad named entity: NotTilde without a semi-colon", "output": [ [ - "Character", + "Character", "&NotTilde" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≁", - "description": "Named entity: NotTilde; with a semi-colon", + "input": "≁", + "description": "Named entity: NotTilde; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2241" ] ] - }, + }, { - "input": "&NotTildeEqual", - "description": "Bad named entity: NotTildeEqual without a semi-colon", + "input": "&NotTildeEqual", + "description": "Bad named entity: NotTildeEqual without a semi-colon", "output": [ [ - "Character", + "Character", "&NotTildeEqual" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≄", - "description": "Named entity: NotTildeEqual; with a semi-colon", + "input": "≄", + "description": "Named entity: NotTildeEqual; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2244" ] ] - }, + }, { - "input": "&NotTildeFullEqual", - "description": "Bad named entity: NotTildeFullEqual without a semi-colon", + "input": "&NotTildeFullEqual", + "description": "Bad named entity: NotTildeFullEqual without a semi-colon", "output": [ [ - "Character", + "Character", "&NotTildeFullEqual" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≇", - "description": "Named entity: NotTildeFullEqual; with a semi-colon", + "input": "≇", + "description": "Named entity: NotTildeFullEqual; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2247" ] ] - }, + }, { - "input": "&NotTildeTilde", - "description": "Bad named entity: NotTildeTilde without a semi-colon", + "input": "&NotTildeTilde", + "description": "Bad named entity: NotTildeTilde without a semi-colon", "output": [ [ - "Character", + "Character", "&NotTildeTilde" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≉", - "description": "Named entity: NotTildeTilde; with a semi-colon", + "input": "≉", + "description": "Named entity: NotTildeTilde; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2249" ] ] - }, + }, { - "input": "&NotVerticalBar", - "description": "Bad named entity: NotVerticalBar without a semi-colon", + "input": "&NotVerticalBar", + "description": "Bad named entity: NotVerticalBar without a semi-colon", "output": [ [ - "Character", + "Character", "&NotVerticalBar" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∤", - "description": "Named entity: NotVerticalBar; with a semi-colon", + "input": "∤", + "description": "Named entity: NotVerticalBar; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2224" ] ] - }, + }, { - "input": "&Nscr", - "description": "Bad named entity: Nscr without a semi-colon", + "input": "&Nscr", + "description": "Bad named entity: Nscr without a semi-colon", "output": [ [ - "Character", + "Character", "&Nscr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝒩", - "description": "Named entity: Nscr; with a semi-colon", + "input": "𝒩", + "description": "Named entity: Nscr; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udca9" ] ] - }, + }, { - "input": "Ñ", - "description": "Named entity: Ntilde without a semi-colon", + "input": "Ñ", + "description": "Named entity: Ntilde without a semi-colon", "output": [ [ - "Character", + "Character", "\u00d1" ] ], "errors": [ { "code": "missing-semicolon-after-character-reference", "line": 1, "col": 8 } ] - }, + }, { - "input": "Ñ", - "description": "Named entity: Ntilde; with a semi-colon", + "input": "Ñ", + "description": "Named entity: Ntilde; with a semi-colon", "output": [ [ - "Character", + "Character", "\u00d1" ] ] - }, + }, { - "input": "&Nu", - "description": "Bad named entity: Nu without a semi-colon", + "input": "&Nu", + "description": "Bad named entity: Nu without a semi-colon", "output": [ [ - "Character", + "Character", "&Nu" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Ν", - "description": "Named entity: Nu; with a semi-colon", + "input": "Ν", + "description": "Named entity: Nu; with a semi-colon", "output": [ [ - "Character", + "Character", "\u039d" ] ] - }, + }, { - "input": "&OElig", - "description": "Bad named entity: OElig without a semi-colon", + "input": "&OElig", + "description": "Bad named entity: OElig without a semi-colon", "output": [ [ - "Character", + "Character", "&OElig" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Œ", - "description": "Named entity: OElig; with a semi-colon", + "input": "Œ", + "description": "Named entity: OElig; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0152" ] ] - }, + }, { - "input": "Ó", - "description": "Named entity: Oacute without a semi-colon", + "input": "Ó", + "description": "Named entity: Oacute without a semi-colon", "output": [ [ - "Character", + "Character", "\u00d3" ] ], "errors": [ { "code": "missing-semicolon-after-character-reference", "line": 1, "col": 8 } ] - }, + }, { - "input": "Ó", - "description": "Named entity: Oacute; with a semi-colon", + "input": "Ó", + "description": "Named entity: Oacute; with a semi-colon", "output": [ [ - "Character", + "Character", "\u00d3" ] ] - }, + }, { - "input": "Ô", - "description": "Named entity: Ocirc without a semi-colon", + "input": "Ô", + "description": "Named entity: Ocirc without a semi-colon", "output": [ [ - "Character", + "Character", "\u00d4" ] ], "errors": [ { "code": "missing-semicolon-after-character-reference", "line": 1, "col": 7 } ] - }, + }, { - "input": "Ô", - "description": "Named entity: Ocirc; with a semi-colon", + "input": "Ô", + "description": "Named entity: Ocirc; with a semi-colon", "output": [ [ - "Character", + "Character", "\u00d4" ] ] - }, + }, { - "input": "&Ocy", - "description": "Bad named entity: Ocy without a semi-colon", + "input": "&Ocy", + "description": "Bad named entity: Ocy without a semi-colon", "output": [ [ - "Character", + "Character", "&Ocy" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "О", - "description": "Named entity: Ocy; with a semi-colon", + "input": "О", + "description": "Named entity: Ocy; with a semi-colon", "output": [ [ - "Character", + "Character", "\u041e" ] ] - }, + }, { - "input": "&Odblac", - "description": "Bad named entity: Odblac without a semi-colon", + "input": "&Odblac", + "description": "Bad named entity: Odblac without a semi-colon", "output": [ [ - "Character", + "Character", "&Odblac" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Ő", - "description": "Named entity: Odblac; with a semi-colon", + "input": "Ő", + "description": "Named entity: Odblac; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0150" ] ] - }, + }, { - "input": "&Ofr", - "description": "Bad named entity: Ofr without a semi-colon", + "input": "&Ofr", + "description": "Bad named entity: Ofr without a semi-colon", "output": [ [ - "Character", + "Character", "&Ofr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝔒", - "description": "Named entity: Ofr; with a semi-colon", + "input": "𝔒", + "description": "Named entity: Ofr; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udd12" ] ] - }, + }, { - "input": "Ò", - "description": "Named entity: Ograve without a semi-colon", + "input": "Ò", + "description": "Named entity: Ograve without a semi-colon", "output": [ [ - "Character", + "Character", "\u00d2" ] ], "errors": [ { "code": "missing-semicolon-after-character-reference", "line": 1, "col": 8 } ] - }, + }, { - "input": "Ò", - "description": "Named entity: Ograve; with a semi-colon", + "input": "Ò", + "description": "Named entity: Ograve; with a semi-colon", "output": [ [ - "Character", + "Character", "\u00d2" ] ] - }, + }, { - "input": "&Omacr", - "description": "Bad named entity: Omacr without a semi-colon", + "input": "&Omacr", + "description": "Bad named entity: Omacr without a semi-colon", "output": [ [ - "Character", + "Character", "&Omacr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Ō", - "description": "Named entity: Omacr; with a semi-colon", + "input": "Ō", + "description": "Named entity: Omacr; with a semi-colon", "output": [ [ - "Character", + "Character", "\u014c" ] ] - }, + }, { - "input": "&Omega", - "description": "Bad named entity: Omega without a semi-colon", + "input": "&Omega", + "description": "Bad named entity: Omega without a semi-colon", "output": [ [ - "Character", + "Character", "&Omega" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Ω", - "description": "Named entity: Omega; with a semi-colon", + "input": "Ω", + "description": "Named entity: Omega; with a semi-colon", "output": [ [ - "Character", + "Character", "\u03a9" ] ] - }, + }, { - "input": "&Omicron", - "description": "Bad named entity: Omicron without a semi-colon", + "input": "&Omicron", + "description": "Bad named entity: Omicron without a semi-colon", "output": [ [ - "Character", + "Character", "&Omicron" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Ο", - "description": "Named entity: Omicron; with a semi-colon", + "input": "Ο", + "description": "Named entity: Omicron; with a semi-colon", "output": [ [ - "Character", + "Character", "\u039f" ] ] - }, + }, { - "input": "&Oopf", - "description": "Bad named entity: Oopf without a semi-colon", + "input": "&Oopf", + "description": "Bad named entity: Oopf without a semi-colon", "output": [ [ - "Character", + "Character", "&Oopf" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝕆", - "description": "Named entity: Oopf; with a semi-colon", + "input": "𝕆", + "description": "Named entity: Oopf; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udd46" ] ] - }, + }, { - "input": "&OpenCurlyDoubleQuote", - "description": "Bad named entity: OpenCurlyDoubleQuote without a semi-colon", + "input": "&OpenCurlyDoubleQuote", + "description": "Bad named entity: OpenCurlyDoubleQuote without a semi-colon", "output": [ [ - "Character", + "Character", "&OpenCurlyDoubleQuote" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "“", - "description": "Named entity: OpenCurlyDoubleQuote; with a semi-colon", + "input": "“", + "description": "Named entity: OpenCurlyDoubleQuote; with a semi-colon", "output": [ [ - "Character", + "Character", "\u201c" ] ] - }, + }, { - "input": "&OpenCurlyQuote", - "description": "Bad named entity: OpenCurlyQuote without a semi-colon", + "input": "&OpenCurlyQuote", + "description": "Bad named entity: OpenCurlyQuote without a semi-colon", "output": [ [ - "Character", + "Character", "&OpenCurlyQuote" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "‘", - "description": "Named entity: OpenCurlyQuote; with a semi-colon", + "input": "‘", + "description": "Named entity: OpenCurlyQuote; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2018" ] ] - }, + }, { - "input": "&Or", - "description": "Bad named entity: Or without a semi-colon", + "input": "&Or", + "description": "Bad named entity: Or without a semi-colon", "output": [ [ - "Character", + "Character", "&Or" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⩔", - "description": "Named entity: Or; with a semi-colon", + "input": "⩔", + "description": "Named entity: Or; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a54" ] ] - }, + }, { - "input": "&Oscr", - "description": "Bad named entity: Oscr without a semi-colon", + "input": "&Oscr", + "description": "Bad named entity: Oscr without a semi-colon", "output": [ [ - "Character", + "Character", "&Oscr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝒪", - "description": "Named entity: Oscr; with a semi-colon", + "input": "𝒪", + "description": "Named entity: Oscr; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udcaa" ] ] - }, + }, { - "input": "Ø", - "description": "Named entity: Oslash without a semi-colon", + "input": "Ø", + "description": "Named entity: Oslash without a semi-colon", "output": [ [ - "Character", + "Character", "\u00d8" ] ], "errors": [ { "code": "missing-semicolon-after-character-reference", "line": 1, "col": 8 } ] - }, + }, { - "input": "Ø", - "description": "Named entity: Oslash; with a semi-colon", + "input": "Ø", + "description": "Named entity: Oslash; with a semi-colon", "output": [ [ - "Character", + "Character", "\u00d8" ] ] - }, + }, { - "input": "Õ", - "description": "Named entity: Otilde without a semi-colon", + "input": "Õ", + "description": "Named entity: Otilde without a semi-colon", "output": [ [ - "Character", + "Character", "\u00d5" ] ], "errors": [ { "code": "missing-semicolon-after-character-reference", "line": 1, "col": 8 } ] - }, + }, { - "input": "Õ", - "description": "Named entity: Otilde; with a semi-colon", + "input": "Õ", + "description": "Named entity: Otilde; with a semi-colon", "output": [ [ - "Character", + "Character", "\u00d5" ] ] - }, + }, { - "input": "&Otimes", - "description": "Bad named entity: Otimes without a semi-colon", + "input": "&Otimes", + "description": "Bad named entity: Otimes without a semi-colon", "output": [ [ - "Character", + "Character", "&Otimes" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⨷", - "description": "Named entity: Otimes; with a semi-colon", + "input": "⨷", + "description": "Named entity: Otimes; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a37" ] ] - }, + }, { - "input": "Ö", - "description": "Named entity: Ouml without a semi-colon", + "input": "Ö", + "description": "Named entity: Ouml without a semi-colon", "output": [ [ - "Character", + "Character", "\u00d6" ] ], "errors": [ { "code": "missing-semicolon-after-character-reference", "line": 1, "col": 6 } ] - }, + }, { - "input": "Ö", - "description": "Named entity: Ouml; with a semi-colon", + "input": "Ö", + "description": "Named entity: Ouml; with a semi-colon", "output": [ [ - "Character", + "Character", "\u00d6" ] ] - }, + }, { - "input": "&OverBar", - "description": "Bad named entity: OverBar without a semi-colon", + "input": "&OverBar", + "description": "Bad named entity: OverBar without a semi-colon", "output": [ [ - "Character", + "Character", "&OverBar" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "‾", - "description": "Named entity: OverBar; with a semi-colon", + "input": "‾", + "description": "Named entity: OverBar; with a semi-colon", "output": [ [ - "Character", + "Character", "\u203e" ] ] - }, + }, { - "input": "&OverBrace", - "description": "Bad named entity: OverBrace without a semi-colon", + "input": "&OverBrace", + "description": "Bad named entity: OverBrace without a semi-colon", "output": [ [ - "Character", + "Character", "&OverBrace" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⏞", - "description": "Named entity: OverBrace; with a semi-colon", + "input": "⏞", + "description": "Named entity: OverBrace; with a semi-colon", "output": [ [ - "Character", + "Character", "\u23de" ] ] - }, + }, { - "input": "&OverBracket", - "description": "Bad named entity: OverBracket without a semi-colon", + "input": "&OverBracket", + "description": "Bad named entity: OverBracket without a semi-colon", "output": [ [ - "Character", + "Character", "&OverBracket" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⎴", - "description": "Named entity: OverBracket; with a semi-colon", + "input": "⎴", + "description": "Named entity: OverBracket; with a semi-colon", "output": [ [ - "Character", + "Character", "\u23b4" ] ] - }, + }, { - "input": "&OverParenthesis", - "description": "Bad named entity: OverParenthesis without a semi-colon", + "input": "&OverParenthesis", + "description": "Bad named entity: OverParenthesis without a semi-colon", "output": [ [ - "Character", + "Character", "&OverParenthesis" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⏜", - "description": "Named entity: OverParenthesis; with a semi-colon", + "input": "⏜", + "description": "Named entity: OverParenthesis; with a semi-colon", "output": [ [ - "Character", + "Character", "\u23dc" ] ] - }, + }, { - "input": "&PartialD", - "description": "Bad named entity: PartialD without a semi-colon", + "input": "&PartialD", + "description": "Bad named entity: PartialD without a semi-colon", "output": [ [ - "Character", + "Character", "&PartialD" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∂", - "description": "Named entity: PartialD; with a semi-colon", + "input": "∂", + "description": "Named entity: PartialD; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2202" ] ] - }, + }, { - "input": "&Pcy", - "description": "Bad named entity: Pcy without a semi-colon", + "input": "&Pcy", + "description": "Bad named entity: Pcy without a semi-colon", "output": [ [ - "Character", + "Character", "&Pcy" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "П", - "description": "Named entity: Pcy; with a semi-colon", + "input": "П", + "description": "Named entity: Pcy; with a semi-colon", "output": [ [ - "Character", + "Character", "\u041f" ] ] - }, + }, { - "input": "&Pfr", - "description": "Bad named entity: Pfr without a semi-colon", + "input": "&Pfr", + "description": "Bad named entity: Pfr without a semi-colon", "output": [ [ - "Character", + "Character", "&Pfr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝔓", - "description": "Named entity: Pfr; with a semi-colon", + "input": "𝔓", + "description": "Named entity: Pfr; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udd13" ] ] - }, + }, { - "input": "&Phi", - "description": "Bad named entity: Phi without a semi-colon", + "input": "&Phi", + "description": "Bad named entity: Phi without a semi-colon", "output": [ [ - "Character", + "Character", "&Phi" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Φ", - "description": "Named entity: Phi; with a semi-colon", + "input": "Φ", + "description": "Named entity: Phi; with a semi-colon", "output": [ [ - "Character", + "Character", "\u03a6" ] ] - }, + }, { - "input": "&Pi", - "description": "Bad named entity: Pi without a semi-colon", + "input": "&Pi", + "description": "Bad named entity: Pi without a semi-colon", "output": [ [ - "Character", + "Character", "&Pi" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Π", - "description": "Named entity: Pi; with a semi-colon", + "input": "Π", + "description": "Named entity: Pi; with a semi-colon", "output": [ [ - "Character", + "Character", "\u03a0" ] ] - }, + }, { - "input": "&PlusMinus", - "description": "Bad named entity: PlusMinus without a semi-colon", + "input": "&PlusMinus", + "description": "Bad named entity: PlusMinus without a semi-colon", "output": [ [ - "Character", + "Character", "&PlusMinus" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "±", - "description": "Named entity: PlusMinus; with a semi-colon", + "input": "±", + "description": "Named entity: PlusMinus; with a semi-colon", "output": [ [ - "Character", + "Character", "\u00b1" ] ] - }, + }, { - "input": "&Poincareplane", - "description": "Bad named entity: Poincareplane without a semi-colon", + "input": "&Poincareplane", + "description": "Bad named entity: Poincareplane without a semi-colon", "output": [ [ - "Character", + "Character", "&Poincareplane" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ℌ", - "description": "Named entity: Poincareplane; with a semi-colon", + "input": "ℌ", + "description": "Named entity: Poincareplane; with a semi-colon", "output": [ [ - "Character", + "Character", "\u210c" ] ] - }, + }, { - "input": "&Popf", - "description": "Bad named entity: Popf without a semi-colon", + "input": "&Popf", + "description": "Bad named entity: Popf without a semi-colon", "output": [ [ - "Character", + "Character", "&Popf" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ℙ", - "description": "Named entity: Popf; with a semi-colon", + "input": "ℙ", + "description": "Named entity: Popf; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2119" ] ] - }, + }, { - "input": "&Pr", - "description": "Bad named entity: Pr without a semi-colon", + "input": "&Pr", + "description": "Bad named entity: Pr without a semi-colon", "output": [ [ - "Character", + "Character", "&Pr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⪻", - "description": "Named entity: Pr; with a semi-colon", + "input": "⪻", + "description": "Named entity: Pr; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2abb" ] ] - }, + }, { - "input": "&Precedes", - "description": "Bad named entity: Precedes without a semi-colon", + "input": "&Precedes", + "description": "Bad named entity: Precedes without a semi-colon", "output": [ [ - "Character", + "Character", "&Precedes" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≺", - "description": "Named entity: Precedes; with a semi-colon", + "input": "≺", + "description": "Named entity: Precedes; with a semi-colon", "output": [ [ - "Character", + "Character", "\u227a" ] ] - }, + }, { - "input": "&PrecedesEqual", - "description": "Bad named entity: PrecedesEqual without a semi-colon", + "input": "&PrecedesEqual", + "description": "Bad named entity: PrecedesEqual without a semi-colon", "output": [ [ - "Character", + "Character", "&PrecedesEqual" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⪯", - "description": "Named entity: PrecedesEqual; with a semi-colon", + "input": "⪯", + "description": "Named entity: PrecedesEqual; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2aaf" ] ] - }, + }, { - "input": "&PrecedesSlantEqual", - "description": "Bad named entity: PrecedesSlantEqual without a semi-colon", + "input": "&PrecedesSlantEqual", + "description": "Bad named entity: PrecedesSlantEqual without a semi-colon", "output": [ [ - "Character", + "Character", "&PrecedesSlantEqual" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≼", - "description": "Named entity: PrecedesSlantEqual; with a semi-colon", + "input": "≼", + "description": "Named entity: PrecedesSlantEqual; with a semi-colon", "output": [ [ - "Character", + "Character", "\u227c" ] ] - }, + }, { - "input": "&PrecedesTilde", - "description": "Bad named entity: PrecedesTilde without a semi-colon", + "input": "&PrecedesTilde", + "description": "Bad named entity: PrecedesTilde without a semi-colon", "output": [ [ - "Character", + "Character", "&PrecedesTilde" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≾", - "description": "Named entity: PrecedesTilde; with a semi-colon", + "input": "≾", + "description": "Named entity: PrecedesTilde; with a semi-colon", "output": [ [ - "Character", + "Character", "\u227e" ] ] - }, + }, { - "input": "&Prime", - "description": "Bad named entity: Prime without a semi-colon", + "input": "&Prime", + "description": "Bad named entity: Prime without a semi-colon", "output": [ [ - "Character", + "Character", "&Prime" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "″", - "description": "Named entity: Prime; with a semi-colon", + "input": "″", + "description": "Named entity: Prime; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2033" ] ] - }, + }, { - "input": "&Product", - "description": "Bad named entity: Product without a semi-colon", + "input": "&Product", + "description": "Bad named entity: Product without a semi-colon", "output": [ [ - "Character", + "Character", "&Product" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∏", - "description": "Named entity: Product; with a semi-colon", + "input": "∏", + "description": "Named entity: Product; with a semi-colon", "output": [ [ - "Character", + "Character", "\u220f" ] ] - }, + }, { - "input": "&Proportion", - "description": "Bad named entity: Proportion without a semi-colon", + "input": "&Proportion", + "description": "Bad named entity: Proportion without a semi-colon", "output": [ [ - "Character", + "Character", "&Proportion" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∷", - "description": "Named entity: Proportion; with a semi-colon", + "input": "∷", + "description": "Named entity: Proportion; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2237" ] ] - }, + }, { - "input": "&Proportional", - "description": "Bad named entity: Proportional without a semi-colon", + "input": "&Proportional", + "description": "Bad named entity: Proportional without a semi-colon", "output": [ [ - "Character", + "Character", "&Proportional" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∝", - "description": "Named entity: Proportional; with a semi-colon", + "input": "∝", + "description": "Named entity: Proportional; with a semi-colon", "output": [ [ - "Character", + "Character", "\u221d" ] ] - }, + }, { - "input": "&Pscr", - "description": "Bad named entity: Pscr without a semi-colon", + "input": "&Pscr", + "description": "Bad named entity: Pscr without a semi-colon", "output": [ [ - "Character", + "Character", "&Pscr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝒫", - "description": "Named entity: Pscr; with a semi-colon", + "input": "𝒫", + "description": "Named entity: Pscr; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udcab" ] ] - }, + }, { - "input": "&Psi", - "description": "Bad named entity: Psi without a semi-colon", + "input": "&Psi", + "description": "Bad named entity: Psi without a semi-colon", "output": [ [ - "Character", + "Character", "&Psi" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Ψ", - "description": "Named entity: Psi; with a semi-colon", + "input": "Ψ", + "description": "Named entity: Psi; with a semi-colon", "output": [ [ - "Character", + "Character", "\u03a8" ] ] - }, + }, { - "input": """, - "description": "Named entity: QUOT without a semi-colon", + "input": """, + "description": "Named entity: QUOT without a semi-colon", "output": [ [ - "Character", + "Character", "\"" ] ], "errors": [ { "code": "missing-semicolon-after-character-reference", "line": 1, "col": 6 } ] - }, + }, { - "input": """, - "description": "Named entity: QUOT; with a semi-colon", + "input": """, + "description": "Named entity: QUOT; with a semi-colon", "output": [ [ - "Character", + "Character", "\"" ] ] - }, + }, { - "input": "&Qfr", - "description": "Bad named entity: Qfr without a semi-colon", + "input": "&Qfr", + "description": "Bad named entity: Qfr without a semi-colon", "output": [ [ - "Character", + "Character", "&Qfr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝔔", - "description": "Named entity: Qfr; with a semi-colon", + "input": "𝔔", + "description": "Named entity: Qfr; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udd14" ] ] - }, + }, { - "input": "&Qopf", - "description": "Bad named entity: Qopf without a semi-colon", + "input": "&Qopf", + "description": "Bad named entity: Qopf without a semi-colon", "output": [ [ - "Character", + "Character", "&Qopf" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ℚ", - "description": "Named entity: Qopf; with a semi-colon", + "input": "ℚ", + "description": "Named entity: Qopf; with a semi-colon", "output": [ [ - "Character", + "Character", "\u211a" ] ] - }, + }, { - "input": "&Qscr", - "description": "Bad named entity: Qscr without a semi-colon", + "input": "&Qscr", + "description": "Bad named entity: Qscr without a semi-colon", "output": [ [ - "Character", + "Character", "&Qscr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝒬", - "description": "Named entity: Qscr; with a semi-colon", + "input": "𝒬", + "description": "Named entity: Qscr; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udcac" ] ] - }, + }, { - "input": "&RBarr", - "description": "Bad named entity: RBarr without a semi-colon", + "input": "&RBarr", + "description": "Bad named entity: RBarr without a semi-colon", "output": [ [ - "Character", + "Character", "&RBarr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⤐", - "description": "Named entity: RBarr; with a semi-colon", + "input": "⤐", + "description": "Named entity: RBarr; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2910" ] ] - }, + }, { - "input": "®", - "description": "Named entity: REG without a semi-colon", + "input": "®", + "description": "Named entity: REG without a semi-colon", "output": [ [ - "Character", + "Character", "\u00ae" ] ], "errors": [ { "code": "missing-semicolon-after-character-reference", "line": 1, "col": 5 } ] - }, + }, { - "input": "®", - "description": "Named entity: REG; with a semi-colon", + "input": "®", + "description": "Named entity: REG; with a semi-colon", "output": [ [ - "Character", + "Character", "\u00ae" ] ] - }, + }, { - "input": "&Racute", - "description": "Bad named entity: Racute without a semi-colon", + "input": "&Racute", + "description": "Bad named entity: Racute without a semi-colon", "output": [ [ - "Character", + "Character", "&Racute" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Ŕ", - "description": "Named entity: Racute; with a semi-colon", + "input": "Ŕ", + "description": "Named entity: Racute; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0154" ] ] - }, + }, { - "input": "&Rang", - "description": "Bad named entity: Rang without a semi-colon", + "input": "&Rang", + "description": "Bad named entity: Rang without a semi-colon", "output": [ [ - "Character", + "Character", "&Rang" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⟫", - "description": "Named entity: Rang; with a semi-colon", + "input": "⟫", + "description": "Named entity: Rang; with a semi-colon", "output": [ [ - "Character", + "Character", "\u27eb" ] ] - }, + }, { - "input": "&Rarr", - "description": "Bad named entity: Rarr without a semi-colon", + "input": "&Rarr", + "description": "Bad named entity: Rarr without a semi-colon", "output": [ [ - "Character", + "Character", "&Rarr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "↠", - "description": "Named entity: Rarr; with a semi-colon", + "input": "↠", + "description": "Named entity: Rarr; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21a0" ] ] - }, + }, { - "input": "&Rarrtl", - "description": "Bad named entity: Rarrtl without a semi-colon", + "input": "&Rarrtl", + "description": "Bad named entity: Rarrtl without a semi-colon", "output": [ [ - "Character", + "Character", "&Rarrtl" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⤖", - "description": "Named entity: Rarrtl; with a semi-colon", + "input": "⤖", + "description": "Named entity: Rarrtl; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2916" ] ] - }, + }, { - "input": "&Rcaron", - "description": "Bad named entity: Rcaron without a semi-colon", + "input": "&Rcaron", + "description": "Bad named entity: Rcaron without a semi-colon", "output": [ [ - "Character", + "Character", "&Rcaron" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Ř", - "description": "Named entity: Rcaron; with a semi-colon", + "input": "Ř", + "description": "Named entity: Rcaron; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0158" ] ] - }, + }, { - "input": "&Rcedil", - "description": "Bad named entity: Rcedil without a semi-colon", + "input": "&Rcedil", + "description": "Bad named entity: Rcedil without a semi-colon", "output": [ [ - "Character", + "Character", "&Rcedil" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Ŗ", - "description": "Named entity: Rcedil; with a semi-colon", + "input": "Ŗ", + "description": "Named entity: Rcedil; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0156" ] ] - }, + }, { - "input": "&Rcy", - "description": "Bad named entity: Rcy without a semi-colon", + "input": "&Rcy", + "description": "Bad named entity: Rcy without a semi-colon", "output": [ [ - "Character", + "Character", "&Rcy" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Р", - "description": "Named entity: Rcy; with a semi-colon", + "input": "Р", + "description": "Named entity: Rcy; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0420" ] ] - }, + }, { - "input": "&Re", - "description": "Bad named entity: Re without a semi-colon", + "input": "&Re", + "description": "Bad named entity: Re without a semi-colon", "output": [ [ - "Character", + "Character", "&Re" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ℜ", - "description": "Named entity: Re; with a semi-colon", + "input": "ℜ", + "description": "Named entity: Re; with a semi-colon", "output": [ [ - "Character", + "Character", "\u211c" ] ] - }, + }, { - "input": "&ReverseElement", - "description": "Bad named entity: ReverseElement without a semi-colon", + "input": "&ReverseElement", + "description": "Bad named entity: ReverseElement without a semi-colon", "output": [ [ - "Character", + "Character", "&ReverseElement" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∋", - "description": "Named entity: ReverseElement; with a semi-colon", + "input": "∋", + "description": "Named entity: ReverseElement; with a semi-colon", "output": [ [ - "Character", + "Character", "\u220b" ] ] - }, + }, { - "input": "&ReverseEquilibrium", - "description": "Bad named entity: ReverseEquilibrium without a semi-colon", + "input": "&ReverseEquilibrium", + "description": "Bad named entity: ReverseEquilibrium without a semi-colon", "output": [ [ - "Character", + "Character", "&ReverseEquilibrium" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⇋", - "description": "Named entity: ReverseEquilibrium; with a semi-colon", + "input": "⇋", + "description": "Named entity: ReverseEquilibrium; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21cb" ] ] - }, + }, { - "input": "&ReverseUpEquilibrium", - "description": "Bad named entity: ReverseUpEquilibrium without a semi-colon", + "input": "&ReverseUpEquilibrium", + "description": "Bad named entity: ReverseUpEquilibrium without a semi-colon", "output": [ [ - "Character", + "Character", "&ReverseUpEquilibrium" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⥯", - "description": "Named entity: ReverseUpEquilibrium; with a semi-colon", + "input": "⥯", + "description": "Named entity: ReverseUpEquilibrium; with a semi-colon", "output": [ [ - "Character", + "Character", "\u296f" ] ] - }, + }, { - "input": "&Rfr", - "description": "Bad named entity: Rfr without a semi-colon", + "input": "&Rfr", + "description": "Bad named entity: Rfr without a semi-colon", "output": [ [ - "Character", + "Character", "&Rfr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ℜ", - "description": "Named entity: Rfr; with a semi-colon", + "input": "ℜ", + "description": "Named entity: Rfr; with a semi-colon", "output": [ [ - "Character", + "Character", "\u211c" ] ] - }, + }, { - "input": "&Rho", - "description": "Bad named entity: Rho without a semi-colon", + "input": "&Rho", + "description": "Bad named entity: Rho without a semi-colon", "output": [ [ - "Character", + "Character", "&Rho" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Ρ", - "description": "Named entity: Rho; with a semi-colon", + "input": "Ρ", + "description": "Named entity: Rho; with a semi-colon", "output": [ [ - "Character", + "Character", "\u03a1" ] ] - }, + }, { - "input": "&RightAngleBracket", - "description": "Bad named entity: RightAngleBracket without a semi-colon", + "input": "&RightAngleBracket", + "description": "Bad named entity: RightAngleBracket without a semi-colon", "output": [ [ - "Character", + "Character", "&RightAngleBracket" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⟩", - "description": "Named entity: RightAngleBracket; with a semi-colon", + "input": "⟩", + "description": "Named entity: RightAngleBracket; with a semi-colon", "output": [ [ - "Character", + "Character", "\u27e9" ] ] - }, + }, { - "input": "&RightArrow", - "description": "Bad named entity: RightArrow without a semi-colon", + "input": "&RightArrow", + "description": "Bad named entity: RightArrow without a semi-colon", "output": [ [ - "Character", + "Character", "&RightArrow" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "→", - "description": "Named entity: RightArrow; with a semi-colon", + "input": "→", + "description": "Named entity: RightArrow; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2192" ] ] - }, + }, { - "input": "&RightArrowBar", - "description": "Bad named entity: RightArrowBar without a semi-colon", + "input": "&RightArrowBar", + "description": "Bad named entity: RightArrowBar without a semi-colon", "output": [ [ - "Character", + "Character", "&RightArrowBar" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⇥", - "description": "Named entity: RightArrowBar; with a semi-colon", + "input": "⇥", + "description": "Named entity: RightArrowBar; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21e5" ] ] - }, + }, { - "input": "&RightArrowLeftArrow", - "description": "Bad named entity: RightArrowLeftArrow without a semi-colon", + "input": "&RightArrowLeftArrow", + "description": "Bad named entity: RightArrowLeftArrow without a semi-colon", "output": [ [ - "Character", + "Character", "&RightArrowLeftArrow" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⇄", - "description": "Named entity: RightArrowLeftArrow; with a semi-colon", + "input": "⇄", + "description": "Named entity: RightArrowLeftArrow; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21c4" ] ] - }, + }, { - "input": "&RightCeiling", - "description": "Bad named entity: RightCeiling without a semi-colon", + "input": "&RightCeiling", + "description": "Bad named entity: RightCeiling without a semi-colon", "output": [ [ - "Character", + "Character", "&RightCeiling" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⌉", - "description": "Named entity: RightCeiling; with a semi-colon", + "input": "⌉", + "description": "Named entity: RightCeiling; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2309" ] ] - }, + }, { - "input": "&RightDoubleBracket", - "description": "Bad named entity: RightDoubleBracket without a semi-colon", + "input": "&RightDoubleBracket", + "description": "Bad named entity: RightDoubleBracket without a semi-colon", "output": [ [ - "Character", + "Character", "&RightDoubleBracket" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⟧", - "description": "Named entity: RightDoubleBracket; with a semi-colon", + "input": "⟧", + "description": "Named entity: RightDoubleBracket; with a semi-colon", "output": [ [ - "Character", + "Character", "\u27e7" ] ] - }, + }, { - "input": "&RightDownTeeVector", - "description": "Bad named entity: RightDownTeeVector without a semi-colon", + "input": "&RightDownTeeVector", + "description": "Bad named entity: RightDownTeeVector without a semi-colon", "output": [ [ - "Character", + "Character", "&RightDownTeeVector" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⥝", - "description": "Named entity: RightDownTeeVector; with a semi-colon", + "input": "⥝", + "description": "Named entity: RightDownTeeVector; with a semi-colon", "output": [ [ - "Character", + "Character", "\u295d" ] ] - }, + }, { - "input": "&RightDownVector", - "description": "Bad named entity: RightDownVector without a semi-colon", + "input": "&RightDownVector", + "description": "Bad named entity: RightDownVector without a semi-colon", "output": [ [ - "Character", + "Character", "&RightDownVector" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⇂", - "description": "Named entity: RightDownVector; with a semi-colon", + "input": "⇂", + "description": "Named entity: RightDownVector; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21c2" ] ] - }, + }, { - "input": "&RightDownVectorBar", - "description": "Bad named entity: RightDownVectorBar without a semi-colon", + "input": "&RightDownVectorBar", + "description": "Bad named entity: RightDownVectorBar without a semi-colon", "output": [ [ - "Character", + "Character", "&RightDownVectorBar" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⥕", - "description": "Named entity: RightDownVectorBar; with a semi-colon", + "input": "⥕", + "description": "Named entity: RightDownVectorBar; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2955" ] ] - }, + }, { - "input": "&RightFloor", - "description": "Bad named entity: RightFloor without a semi-colon", + "input": "&RightFloor", + "description": "Bad named entity: RightFloor without a semi-colon", "output": [ [ - "Character", + "Character", "&RightFloor" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⌋", - "description": "Named entity: RightFloor; with a semi-colon", + "input": "⌋", + "description": "Named entity: RightFloor; with a semi-colon", "output": [ [ - "Character", + "Character", "\u230b" ] ] - }, + }, { - "input": "&RightTee", - "description": "Bad named entity: RightTee without a semi-colon", + "input": "&RightTee", + "description": "Bad named entity: RightTee without a semi-colon", "output": [ [ - "Character", + "Character", "&RightTee" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊢", - "description": "Named entity: RightTee; with a semi-colon", + "input": "⊢", + "description": "Named entity: RightTee; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22a2" ] ] - }, + }, { - "input": "&RightTeeArrow", - "description": "Bad named entity: RightTeeArrow without a semi-colon", + "input": "&RightTeeArrow", + "description": "Bad named entity: RightTeeArrow without a semi-colon", "output": [ [ - "Character", + "Character", "&RightTeeArrow" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "↦", - "description": "Named entity: RightTeeArrow; with a semi-colon", + "input": "↦", + "description": "Named entity: RightTeeArrow; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21a6" ] ] - }, + }, { - "input": "&RightTeeVector", - "description": "Bad named entity: RightTeeVector without a semi-colon", + "input": "&RightTeeVector", + "description": "Bad named entity: RightTeeVector without a semi-colon", "output": [ [ - "Character", + "Character", "&RightTeeVector" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⥛", - "description": "Named entity: RightTeeVector; with a semi-colon", + "input": "⥛", + "description": "Named entity: RightTeeVector; with a semi-colon", "output": [ [ - "Character", + "Character", "\u295b" ] ] - }, + }, { - "input": "&RightTriangle", - "description": "Bad named entity: RightTriangle without a semi-colon", + "input": "&RightTriangle", + "description": "Bad named entity: RightTriangle without a semi-colon", "output": [ [ - "Character", + "Character", "&RightTriangle" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊳", - "description": "Named entity: RightTriangle; with a semi-colon", + "input": "⊳", + "description": "Named entity: RightTriangle; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22b3" ] ] - }, + }, { - "input": "&RightTriangleBar", - "description": "Bad named entity: RightTriangleBar without a semi-colon", + "input": "&RightTriangleBar", + "description": "Bad named entity: RightTriangleBar without a semi-colon", "output": [ [ - "Character", + "Character", "&RightTriangleBar" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⧐", - "description": "Named entity: RightTriangleBar; with a semi-colon", + "input": "⧐", + "description": "Named entity: RightTriangleBar; with a semi-colon", "output": [ [ - "Character", + "Character", "\u29d0" ] ] - }, + }, { - "input": "&RightTriangleEqual", - "description": "Bad named entity: RightTriangleEqual without a semi-colon", + "input": "&RightTriangleEqual", + "description": "Bad named entity: RightTriangleEqual without a semi-colon", "output": [ [ - "Character", + "Character", "&RightTriangleEqual" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊵", - "description": "Named entity: RightTriangleEqual; with a semi-colon", + "input": "⊵", + "description": "Named entity: RightTriangleEqual; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22b5" ] ] - }, + }, { - "input": "&RightUpDownVector", - "description": "Bad named entity: RightUpDownVector without a semi-colon", + "input": "&RightUpDownVector", + "description": "Bad named entity: RightUpDownVector without a semi-colon", "output": [ [ - "Character", + "Character", "&RightUpDownVector" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⥏", - "description": "Named entity: RightUpDownVector; with a semi-colon", + "input": "⥏", + "description": "Named entity: RightUpDownVector; with a semi-colon", "output": [ [ - "Character", + "Character", "\u294f" ] ] - }, + }, { - "input": "&RightUpTeeVector", - "description": "Bad named entity: RightUpTeeVector without a semi-colon", + "input": "&RightUpTeeVector", + "description": "Bad named entity: RightUpTeeVector without a semi-colon", "output": [ [ - "Character", + "Character", "&RightUpTeeVector" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⥜", - "description": "Named entity: RightUpTeeVector; with a semi-colon", + "input": "⥜", + "description": "Named entity: RightUpTeeVector; with a semi-colon", "output": [ [ - "Character", + "Character", "\u295c" ] ] - }, + }, { - "input": "&RightUpVector", - "description": "Bad named entity: RightUpVector without a semi-colon", + "input": "&RightUpVector", + "description": "Bad named entity: RightUpVector without a semi-colon", "output": [ [ - "Character", + "Character", "&RightUpVector" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "↾", - "description": "Named entity: RightUpVector; with a semi-colon", + "input": "↾", + "description": "Named entity: RightUpVector; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21be" ] ] - }, + }, { - "input": "&RightUpVectorBar", - "description": "Bad named entity: RightUpVectorBar without a semi-colon", + "input": "&RightUpVectorBar", + "description": "Bad named entity: RightUpVectorBar without a semi-colon", "output": [ [ - "Character", + "Character", "&RightUpVectorBar" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⥔", - "description": "Named entity: RightUpVectorBar; with a semi-colon", + "input": "⥔", + "description": "Named entity: RightUpVectorBar; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2954" ] ] - }, + }, { - "input": "&RightVector", - "description": "Bad named entity: RightVector without a semi-colon", + "input": "&RightVector", + "description": "Bad named entity: RightVector without a semi-colon", "output": [ [ - "Character", + "Character", "&RightVector" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⇀", - "description": "Named entity: RightVector; with a semi-colon", + "input": "⇀", + "description": "Named entity: RightVector; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21c0" ] ] - }, + }, { - "input": "&RightVectorBar", - "description": "Bad named entity: RightVectorBar without a semi-colon", + "input": "&RightVectorBar", + "description": "Bad named entity: RightVectorBar without a semi-colon", "output": [ [ - "Character", + "Character", "&RightVectorBar" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⥓", - "description": "Named entity: RightVectorBar; with a semi-colon", + "input": "⥓", + "description": "Named entity: RightVectorBar; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2953" ] ] - }, + }, { - "input": "&Rightarrow", - "description": "Bad named entity: Rightarrow without a semi-colon", + "input": "&Rightarrow", + "description": "Bad named entity: Rightarrow without a semi-colon", "output": [ [ - "Character", + "Character", "&Rightarrow" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⇒", - "description": "Named entity: Rightarrow; with a semi-colon", + "input": "⇒", + "description": "Named entity: Rightarrow; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21d2" ] ] - }, + }, { - "input": "&Ropf", - "description": "Bad named entity: Ropf without a semi-colon", + "input": "&Ropf", + "description": "Bad named entity: Ropf without a semi-colon", "output": [ [ - "Character", + "Character", "&Ropf" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ℝ", - "description": "Named entity: Ropf; with a semi-colon", + "input": "ℝ", + "description": "Named entity: Ropf; with a semi-colon", "output": [ [ - "Character", + "Character", "\u211d" ] ] - }, + }, { - "input": "&RoundImplies", - "description": "Bad named entity: RoundImplies without a semi-colon", + "input": "&RoundImplies", + "description": "Bad named entity: RoundImplies without a semi-colon", "output": [ [ - "Character", + "Character", "&RoundImplies" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⥰", - "description": "Named entity: RoundImplies; with a semi-colon", + "input": "⥰", + "description": "Named entity: RoundImplies; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2970" ] ] - }, + }, { - "input": "&Rrightarrow", - "description": "Bad named entity: Rrightarrow without a semi-colon", + "input": "&Rrightarrow", + "description": "Bad named entity: Rrightarrow without a semi-colon", "output": [ [ - "Character", + "Character", "&Rrightarrow" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⇛", - "description": "Named entity: Rrightarrow; with a semi-colon", + "input": "⇛", + "description": "Named entity: Rrightarrow; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21db" ] ] - }, + }, { - "input": "&Rscr", - "description": "Bad named entity: Rscr without a semi-colon", + "input": "&Rscr", + "description": "Bad named entity: Rscr without a semi-colon", "output": [ [ - "Character", + "Character", "&Rscr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ℛ", - "description": "Named entity: Rscr; with a semi-colon", + "input": "ℛ", + "description": "Named entity: Rscr; with a semi-colon", "output": [ [ - "Character", + "Character", "\u211b" ] ] - }, + }, { - "input": "&Rsh", - "description": "Bad named entity: Rsh without a semi-colon", + "input": "&Rsh", + "description": "Bad named entity: Rsh without a semi-colon", "output": [ [ - "Character", + "Character", "&Rsh" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "↱", - "description": "Named entity: Rsh; with a semi-colon", + "input": "↱", + "description": "Named entity: Rsh; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21b1" ] ] - }, + }, { - "input": "&RuleDelayed", - "description": "Bad named entity: RuleDelayed without a semi-colon", + "input": "&RuleDelayed", + "description": "Bad named entity: RuleDelayed without a semi-colon", "output": [ [ - "Character", + "Character", "&RuleDelayed" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⧴", - "description": "Named entity: RuleDelayed; with a semi-colon", + "input": "⧴", + "description": "Named entity: RuleDelayed; with a semi-colon", "output": [ [ - "Character", + "Character", "\u29f4" ] ] - }, + }, { - "input": "&SHCHcy", - "description": "Bad named entity: SHCHcy without a semi-colon", + "input": "&SHCHcy", + "description": "Bad named entity: SHCHcy without a semi-colon", "output": [ [ - "Character", + "Character", "&SHCHcy" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Щ", - "description": "Named entity: SHCHcy; with a semi-colon", + "input": "Щ", + "description": "Named entity: SHCHcy; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0429" ] ] - }, + }, { - "input": "&SHcy", - "description": "Bad named entity: SHcy without a semi-colon", + "input": "&SHcy", + "description": "Bad named entity: SHcy without a semi-colon", "output": [ [ - "Character", + "Character", "&SHcy" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Ш", - "description": "Named entity: SHcy; with a semi-colon", + "input": "Ш", + "description": "Named entity: SHcy; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0428" ] ] - }, + }, { - "input": "&SOFTcy", - "description": "Bad named entity: SOFTcy without a semi-colon", + "input": "&SOFTcy", + "description": "Bad named entity: SOFTcy without a semi-colon", "output": [ [ - "Character", + "Character", "&SOFTcy" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Ь", - "description": "Named entity: SOFTcy; with a semi-colon", + "input": "Ь", + "description": "Named entity: SOFTcy; with a semi-colon", "output": [ [ - "Character", + "Character", "\u042c" ] ] - }, + }, { - "input": "&Sacute", - "description": "Bad named entity: Sacute without a semi-colon", + "input": "&Sacute", + "description": "Bad named entity: Sacute without a semi-colon", "output": [ [ - "Character", + "Character", "&Sacute" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Ś", - "description": "Named entity: Sacute; with a semi-colon", + "input": "Ś", + "description": "Named entity: Sacute; with a semi-colon", "output": [ [ - "Character", + "Character", "\u015a" ] ] - }, + }, { - "input": "&Sc", - "description": "Bad named entity: Sc without a semi-colon", + "input": "&Sc", + "description": "Bad named entity: Sc without a semi-colon", "output": [ [ - "Character", + "Character", "&Sc" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⪼", - "description": "Named entity: Sc; with a semi-colon", + "input": "⪼", + "description": "Named entity: Sc; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2abc" ] ] - }, + }, { - "input": "&Scaron", - "description": "Bad named entity: Scaron without a semi-colon", + "input": "&Scaron", + "description": "Bad named entity: Scaron without a semi-colon", "output": [ [ - "Character", + "Character", "&Scaron" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Š", - "description": "Named entity: Scaron; with a semi-colon", + "input": "Š", + "description": "Named entity: Scaron; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0160" ] ] - }, + }, { - "input": "&Scedil", - "description": "Bad named entity: Scedil without a semi-colon", + "input": "&Scedil", + "description": "Bad named entity: Scedil without a semi-colon", "output": [ [ - "Character", + "Character", "&Scedil" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Ş", - "description": "Named entity: Scedil; with a semi-colon", + "input": "Ş", + "description": "Named entity: Scedil; with a semi-colon", "output": [ [ - "Character", + "Character", "\u015e" ] ] - }, + }, { - "input": "&Scirc", - "description": "Bad named entity: Scirc without a semi-colon", + "input": "&Scirc", + "description": "Bad named entity: Scirc without a semi-colon", "output": [ [ - "Character", + "Character", "&Scirc" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Ŝ", - "description": "Named entity: Scirc; with a semi-colon", + "input": "Ŝ", + "description": "Named entity: Scirc; with a semi-colon", "output": [ [ - "Character", + "Character", "\u015c" ] ] - }, + }, { - "input": "&Scy", - "description": "Bad named entity: Scy without a semi-colon", + "input": "&Scy", + "description": "Bad named entity: Scy without a semi-colon", "output": [ [ - "Character", + "Character", "&Scy" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "С", - "description": "Named entity: Scy; with a semi-colon", + "input": "С", + "description": "Named entity: Scy; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0421" ] ] - }, + }, { - "input": "&Sfr", - "description": "Bad named entity: Sfr without a semi-colon", + "input": "&Sfr", + "description": "Bad named entity: Sfr without a semi-colon", "output": [ [ - "Character", + "Character", "&Sfr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝔖", - "description": "Named entity: Sfr; with a semi-colon", + "input": "𝔖", + "description": "Named entity: Sfr; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udd16" ] ] - }, + }, { - "input": "&ShortDownArrow", - "description": "Bad named entity: ShortDownArrow without a semi-colon", + "input": "&ShortDownArrow", + "description": "Bad named entity: ShortDownArrow without a semi-colon", "output": [ [ - "Character", + "Character", "&ShortDownArrow" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "↓", - "description": "Named entity: ShortDownArrow; with a semi-colon", + "input": "↓", + "description": "Named entity: ShortDownArrow; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2193" ] ] - }, + }, { - "input": "&ShortLeftArrow", - "description": "Bad named entity: ShortLeftArrow without a semi-colon", + "input": "&ShortLeftArrow", + "description": "Bad named entity: ShortLeftArrow without a semi-colon", "output": [ [ - "Character", + "Character", "&ShortLeftArrow" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "←", - "description": "Named entity: ShortLeftArrow; with a semi-colon", + "input": "←", + "description": "Named entity: ShortLeftArrow; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2190" ] ] - }, + }, { - "input": "&ShortRightArrow", - "description": "Bad named entity: ShortRightArrow without a semi-colon", + "input": "&ShortRightArrow", + "description": "Bad named entity: ShortRightArrow without a semi-colon", "output": [ [ - "Character", + "Character", "&ShortRightArrow" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "→", - "description": "Named entity: ShortRightArrow; with a semi-colon", + "input": "→", + "description": "Named entity: ShortRightArrow; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2192" ] ] - }, + }, { - "input": "&ShortUpArrow", - "description": "Bad named entity: ShortUpArrow without a semi-colon", + "input": "&ShortUpArrow", + "description": "Bad named entity: ShortUpArrow without a semi-colon", "output": [ [ - "Character", + "Character", "&ShortUpArrow" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "↑", - "description": "Named entity: ShortUpArrow; with a semi-colon", + "input": "↑", + "description": "Named entity: ShortUpArrow; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2191" ] ] - }, + }, { - "input": "&Sigma", - "description": "Bad named entity: Sigma without a semi-colon", + "input": "&Sigma", + "description": "Bad named entity: Sigma without a semi-colon", "output": [ [ - "Character", + "Character", "&Sigma" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Σ", - "description": "Named entity: Sigma; with a semi-colon", + "input": "Σ", + "description": "Named entity: Sigma; with a semi-colon", "output": [ [ - "Character", + "Character", "\u03a3" ] ] - }, + }, { - "input": "&SmallCircle", - "description": "Bad named entity: SmallCircle without a semi-colon", + "input": "&SmallCircle", + "description": "Bad named entity: SmallCircle without a semi-colon", "output": [ [ - "Character", + "Character", "&SmallCircle" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∘", - "description": "Named entity: SmallCircle; with a semi-colon", + "input": "∘", + "description": "Named entity: SmallCircle; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2218" ] ] - }, + }, { - "input": "&Sopf", - "description": "Bad named entity: Sopf without a semi-colon", + "input": "&Sopf", + "description": "Bad named entity: Sopf without a semi-colon", "output": [ [ - "Character", + "Character", "&Sopf" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝕊", - "description": "Named entity: Sopf; with a semi-colon", + "input": "𝕊", + "description": "Named entity: Sopf; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udd4a" ] ] - }, + }, { - "input": "&Sqrt", - "description": "Bad named entity: Sqrt without a semi-colon", + "input": "&Sqrt", + "description": "Bad named entity: Sqrt without a semi-colon", "output": [ [ - "Character", + "Character", "&Sqrt" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "√", - "description": "Named entity: Sqrt; with a semi-colon", + "input": "√", + "description": "Named entity: Sqrt; with a semi-colon", "output": [ [ - "Character", + "Character", "\u221a" ] ] - }, + }, { - "input": "&Square", - "description": "Bad named entity: Square without a semi-colon", + "input": "&Square", + "description": "Bad named entity: Square without a semi-colon", "output": [ [ - "Character", + "Character", "&Square" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "□", - "description": "Named entity: Square; with a semi-colon", + "input": "□", + "description": "Named entity: Square; with a semi-colon", "output": [ [ - "Character", + "Character", "\u25a1" ] ] - }, + }, { - "input": "&SquareIntersection", - "description": "Bad named entity: SquareIntersection without a semi-colon", + "input": "&SquareIntersection", + "description": "Bad named entity: SquareIntersection without a semi-colon", "output": [ [ - "Character", + "Character", "&SquareIntersection" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊓", - "description": "Named entity: SquareIntersection; with a semi-colon", + "input": "⊓", + "description": "Named entity: SquareIntersection; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2293" ] ] - }, + }, { - "input": "&SquareSubset", - "description": "Bad named entity: SquareSubset without a semi-colon", + "input": "&SquareSubset", + "description": "Bad named entity: SquareSubset without a semi-colon", "output": [ [ - "Character", + "Character", "&SquareSubset" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊏", - "description": "Named entity: SquareSubset; with a semi-colon", + "input": "⊏", + "description": "Named entity: SquareSubset; with a semi-colon", "output": [ [ - "Character", + "Character", "\u228f" ] ] - }, + }, { - "input": "&SquareSubsetEqual", - "description": "Bad named entity: SquareSubsetEqual without a semi-colon", + "input": "&SquareSubsetEqual", + "description": "Bad named entity: SquareSubsetEqual without a semi-colon", "output": [ [ - "Character", + "Character", "&SquareSubsetEqual" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊑", - "description": "Named entity: SquareSubsetEqual; with a semi-colon", + "input": "⊑", + "description": "Named entity: SquareSubsetEqual; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2291" ] ] - }, + }, { - "input": "&SquareSuperset", - "description": "Bad named entity: SquareSuperset without a semi-colon", + "input": "&SquareSuperset", + "description": "Bad named entity: SquareSuperset without a semi-colon", "output": [ [ - "Character", + "Character", "&SquareSuperset" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊐", - "description": "Named entity: SquareSuperset; with a semi-colon", + "input": "⊐", + "description": "Named entity: SquareSuperset; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2290" ] ] - }, + }, { - "input": "&SquareSupersetEqual", - "description": "Bad named entity: SquareSupersetEqual without a semi-colon", + "input": "&SquareSupersetEqual", + "description": "Bad named entity: SquareSupersetEqual without a semi-colon", "output": [ [ - "Character", + "Character", "&SquareSupersetEqual" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊒", - "description": "Named entity: SquareSupersetEqual; with a semi-colon", + "input": "⊒", + "description": "Named entity: SquareSupersetEqual; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2292" ] ] - }, + }, { - "input": "&SquareUnion", - "description": "Bad named entity: SquareUnion without a semi-colon", + "input": "&SquareUnion", + "description": "Bad named entity: SquareUnion without a semi-colon", "output": [ [ - "Character", + "Character", "&SquareUnion" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊔", - "description": "Named entity: SquareUnion; with a semi-colon", + "input": "⊔", + "description": "Named entity: SquareUnion; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2294" ] ] - }, + }, { - "input": "&Sscr", - "description": "Bad named entity: Sscr without a semi-colon", + "input": "&Sscr", + "description": "Bad named entity: Sscr without a semi-colon", "output": [ [ - "Character", + "Character", "&Sscr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝒮", - "description": "Named entity: Sscr; with a semi-colon", + "input": "𝒮", + "description": "Named entity: Sscr; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udcae" ] ] - }, + }, { - "input": "&Star", - "description": "Bad named entity: Star without a semi-colon", + "input": "&Star", + "description": "Bad named entity: Star without a semi-colon", "output": [ [ - "Character", + "Character", "&Star" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⋆", - "description": "Named entity: Star; with a semi-colon", + "input": "⋆", + "description": "Named entity: Star; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22c6" ] ] - }, + }, { - "input": "&Sub", - "description": "Bad named entity: Sub without a semi-colon", + "input": "&Sub", + "description": "Bad named entity: Sub without a semi-colon", "output": [ [ - "Character", + "Character", "&Sub" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⋐", - "description": "Named entity: Sub; with a semi-colon", + "input": "⋐", + "description": "Named entity: Sub; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22d0" ] ] - }, + }, { - "input": "&Subset", - "description": "Bad named entity: Subset without a semi-colon", + "input": "&Subset", + "description": "Bad named entity: Subset without a semi-colon", "output": [ [ - "Character", + "Character", "&Subset" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⋐", - "description": "Named entity: Subset; with a semi-colon", + "input": "⋐", + "description": "Named entity: Subset; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22d0" ] ] - }, + }, { - "input": "&SubsetEqual", - "description": "Bad named entity: SubsetEqual without a semi-colon", + "input": "&SubsetEqual", + "description": "Bad named entity: SubsetEqual without a semi-colon", "output": [ [ - "Character", + "Character", "&SubsetEqual" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊆", - "description": "Named entity: SubsetEqual; with a semi-colon", + "input": "⊆", + "description": "Named entity: SubsetEqual; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2286" ] ] - }, + }, { - "input": "&Succeeds", - "description": "Bad named entity: Succeeds without a semi-colon", + "input": "&Succeeds", + "description": "Bad named entity: Succeeds without a semi-colon", "output": [ [ - "Character", + "Character", "&Succeeds" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≻", - "description": "Named entity: Succeeds; with a semi-colon", + "input": "≻", + "description": "Named entity: Succeeds; with a semi-colon", "output": [ [ - "Character", + "Character", "\u227b" ] ] - }, + }, { - "input": "&SucceedsEqual", - "description": "Bad named entity: SucceedsEqual without a semi-colon", + "input": "&SucceedsEqual", + "description": "Bad named entity: SucceedsEqual without a semi-colon", "output": [ [ - "Character", + "Character", "&SucceedsEqual" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⪰", - "description": "Named entity: SucceedsEqual; with a semi-colon", + "input": "⪰", + "description": "Named entity: SucceedsEqual; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2ab0" ] ] - }, + }, { - "input": "&SucceedsSlantEqual", - "description": "Bad named entity: SucceedsSlantEqual without a semi-colon", + "input": "&SucceedsSlantEqual", + "description": "Bad named entity: SucceedsSlantEqual without a semi-colon", "output": [ [ - "Character", + "Character", "&SucceedsSlantEqual" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≽", - "description": "Named entity: SucceedsSlantEqual; with a semi-colon", + "input": "≽", + "description": "Named entity: SucceedsSlantEqual; with a semi-colon", "output": [ [ - "Character", + "Character", "\u227d" ] ] - }, + }, { - "input": "&SucceedsTilde", - "description": "Bad named entity: SucceedsTilde without a semi-colon", + "input": "&SucceedsTilde", + "description": "Bad named entity: SucceedsTilde without a semi-colon", "output": [ [ - "Character", + "Character", "&SucceedsTilde" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≿", - "description": "Named entity: SucceedsTilde; with a semi-colon", + "input": "≿", + "description": "Named entity: SucceedsTilde; with a semi-colon", "output": [ [ - "Character", + "Character", "\u227f" ] ] - }, + }, { - "input": "&SuchThat", - "description": "Bad named entity: SuchThat without a semi-colon", + "input": "&SuchThat", + "description": "Bad named entity: SuchThat without a semi-colon", "output": [ [ - "Character", + "Character", "&SuchThat" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∋", - "description": "Named entity: SuchThat; with a semi-colon", + "input": "∋", + "description": "Named entity: SuchThat; with a semi-colon", "output": [ [ - "Character", + "Character", "\u220b" ] ] - }, + }, { - "input": "&Sum", - "description": "Bad named entity: Sum without a semi-colon", + "input": "&Sum", + "description": "Bad named entity: Sum without a semi-colon", "output": [ [ - "Character", + "Character", "&Sum" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∑", - "description": "Named entity: Sum; with a semi-colon", + "input": "∑", + "description": "Named entity: Sum; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2211" ] ] - }, + }, { - "input": "&Sup", - "description": "Bad named entity: Sup without a semi-colon", + "input": "&Sup", + "description": "Bad named entity: Sup without a semi-colon", "output": [ [ - "Character", + "Character", "&Sup" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⋑", - "description": "Named entity: Sup; with a semi-colon", + "input": "⋑", + "description": "Named entity: Sup; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22d1" ] ] - }, + }, { - "input": "&Superset", - "description": "Bad named entity: Superset without a semi-colon", + "input": "&Superset", + "description": "Bad named entity: Superset without a semi-colon", "output": [ [ - "Character", + "Character", "&Superset" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊃", - "description": "Named entity: Superset; with a semi-colon", + "input": "⊃", + "description": "Named entity: Superset; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2283" ] ] - }, + }, { - "input": "&SupersetEqual", - "description": "Bad named entity: SupersetEqual without a semi-colon", + "input": "&SupersetEqual", + "description": "Bad named entity: SupersetEqual without a semi-colon", "output": [ [ - "Character", + "Character", "&SupersetEqual" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊇", - "description": "Named entity: SupersetEqual; with a semi-colon", + "input": "⊇", + "description": "Named entity: SupersetEqual; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2287" ] ] - }, + }, { - "input": "&Supset", - "description": "Bad named entity: Supset without a semi-colon", + "input": "&Supset", + "description": "Bad named entity: Supset without a semi-colon", "output": [ [ - "Character", + "Character", "&Supset" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⋑", - "description": "Named entity: Supset; with a semi-colon", + "input": "⋑", + "description": "Named entity: Supset; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22d1" ] ] - }, + }, { - "input": "Þ", - "description": "Named entity: THORN without a semi-colon", + "input": "Þ", + "description": "Named entity: THORN without a semi-colon", "output": [ [ - "Character", + "Character", "\u00de" ] ], "errors": [ { "code": "missing-semicolon-after-character-reference", "line": 1, "col": 7 } ] - }, + }, { - "input": "Þ", - "description": "Named entity: THORN; with a semi-colon", + "input": "Þ", + "description": "Named entity: THORN; with a semi-colon", "output": [ [ - "Character", + "Character", "\u00de" ] ] - }, + }, { - "input": "&TRADE", - "description": "Bad named entity: TRADE without a semi-colon", + "input": "&TRADE", + "description": "Bad named entity: TRADE without a semi-colon", "output": [ [ - "Character", + "Character", "&TRADE" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "™", - "description": "Named entity: TRADE; with a semi-colon", + "input": "™", + "description": "Named entity: TRADE; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2122" ] ] - }, + }, { - "input": "&TSHcy", - "description": "Bad named entity: TSHcy without a semi-colon", + "input": "&TSHcy", + "description": "Bad named entity: TSHcy without a semi-colon", "output": [ [ - "Character", + "Character", "&TSHcy" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Ћ", - "description": "Named entity: TSHcy; with a semi-colon", + "input": "Ћ", + "description": "Named entity: TSHcy; with a semi-colon", "output": [ [ - "Character", + "Character", "\u040b" ] ] - }, + }, { - "input": "&TScy", - "description": "Bad named entity: TScy without a semi-colon", + "input": "&TScy", + "description": "Bad named entity: TScy without a semi-colon", "output": [ [ - "Character", + "Character", "&TScy" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Ц", - "description": "Named entity: TScy; with a semi-colon", + "input": "Ц", + "description": "Named entity: TScy; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0426" ] ] - }, + }, { - "input": "&Tab", - "description": "Bad named entity: Tab without a semi-colon", + "input": "&Tab", + "description": "Bad named entity: Tab without a semi-colon", "output": [ [ - "Character", + "Character", "&Tab" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": " ", - "description": "Named entity: Tab; with a semi-colon", + "input": " ", + "description": "Named entity: Tab; with a semi-colon", "output": [ [ - "Character", + "Character", "\t" ] ] - }, + }, { - "input": "&Tau", - "description": "Bad named entity: Tau without a semi-colon", + "input": "&Tau", + "description": "Bad named entity: Tau without a semi-colon", "output": [ [ - "Character", + "Character", "&Tau" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Τ", - "description": "Named entity: Tau; with a semi-colon", + "input": "Τ", + "description": "Named entity: Tau; with a semi-colon", "output": [ [ - "Character", + "Character", "\u03a4" ] ] - }, + }, { - "input": "&Tcaron", - "description": "Bad named entity: Tcaron without a semi-colon", + "input": "&Tcaron", + "description": "Bad named entity: Tcaron without a semi-colon", "output": [ [ - "Character", + "Character", "&Tcaron" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Ť", - "description": "Named entity: Tcaron; with a semi-colon", + "input": "Ť", + "description": "Named entity: Tcaron; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0164" ] ] - }, + }, { - "input": "&Tcedil", - "description": "Bad named entity: Tcedil without a semi-colon", + "input": "&Tcedil", + "description": "Bad named entity: Tcedil without a semi-colon", "output": [ [ - "Character", + "Character", "&Tcedil" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Ţ", - "description": "Named entity: Tcedil; with a semi-colon", + "input": "Ţ", + "description": "Named entity: Tcedil; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0162" ] ] - }, + }, { - "input": "&Tcy", - "description": "Bad named entity: Tcy without a semi-colon", + "input": "&Tcy", + "description": "Bad named entity: Tcy without a semi-colon", "output": [ [ - "Character", + "Character", "&Tcy" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Т", - "description": "Named entity: Tcy; with a semi-colon", + "input": "Т", + "description": "Named entity: Tcy; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0422" ] ] - }, + }, { - "input": "&Tfr", - "description": "Bad named entity: Tfr without a semi-colon", + "input": "&Tfr", + "description": "Bad named entity: Tfr without a semi-colon", "output": [ [ - "Character", + "Character", "&Tfr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝔗", - "description": "Named entity: Tfr; with a semi-colon", + "input": "𝔗", + "description": "Named entity: Tfr; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udd17" ] ] - }, + }, { - "input": "&Therefore", - "description": "Bad named entity: Therefore without a semi-colon", + "input": "&Therefore", + "description": "Bad named entity: Therefore without a semi-colon", "output": [ [ - "Character", + "Character", "&Therefore" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∴", - "description": "Named entity: Therefore; with a semi-colon", + "input": "∴", + "description": "Named entity: Therefore; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2234" ] ] - }, + }, { - "input": "&Theta", - "description": "Bad named entity: Theta without a semi-colon", + "input": "&Theta", + "description": "Bad named entity: Theta without a semi-colon", "output": [ [ - "Character", + "Character", "&Theta" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Θ", - "description": "Named entity: Theta; with a semi-colon", + "input": "Θ", + "description": "Named entity: Theta; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0398" ] ] - }, + }, { - "input": "&ThickSpace", - "description": "Bad named entity: ThickSpace without a semi-colon", + "input": "&ThickSpace", + "description": "Bad named entity: ThickSpace without a semi-colon", "output": [ [ - "Character", + "Character", "&ThickSpace" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "  ", - "description": "Named entity: ThickSpace; with a semi-colon", + "input": "  ", + "description": "Named entity: ThickSpace; with a semi-colon", "output": [ [ - "Character", + "Character", "\u205f\u200a" ] ] - }, + }, { - "input": "&ThinSpace", - "description": "Bad named entity: ThinSpace without a semi-colon", + "input": "&ThinSpace", + "description": "Bad named entity: ThinSpace without a semi-colon", "output": [ [ - "Character", + "Character", "&ThinSpace" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": " ", - "description": "Named entity: ThinSpace; with a semi-colon", + "input": " ", + "description": "Named entity: ThinSpace; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2009" ] ] - }, + }, { - "input": "&Tilde", - "description": "Bad named entity: Tilde without a semi-colon", + "input": "&Tilde", + "description": "Bad named entity: Tilde without a semi-colon", "output": [ [ - "Character", + "Character", "&Tilde" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∼", - "description": "Named entity: Tilde; with a semi-colon", + "input": "∼", + "description": "Named entity: Tilde; with a semi-colon", "output": [ [ - "Character", + "Character", "\u223c" ] ] - }, + }, { - "input": "&TildeEqual", - "description": "Bad named entity: TildeEqual without a semi-colon", + "input": "&TildeEqual", + "description": "Bad named entity: TildeEqual without a semi-colon", "output": [ [ - "Character", + "Character", "&TildeEqual" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≃", - "description": "Named entity: TildeEqual; with a semi-colon", + "input": "≃", + "description": "Named entity: TildeEqual; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2243" ] ] - }, + }, { - "input": "&TildeFullEqual", - "description": "Bad named entity: TildeFullEqual without a semi-colon", + "input": "&TildeFullEqual", + "description": "Bad named entity: TildeFullEqual without a semi-colon", "output": [ [ - "Character", + "Character", "&TildeFullEqual" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≅", - "description": "Named entity: TildeFullEqual; with a semi-colon", + "input": "≅", + "description": "Named entity: TildeFullEqual; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2245" ] ] - }, + }, { - "input": "&TildeTilde", - "description": "Bad named entity: TildeTilde without a semi-colon", + "input": "&TildeTilde", + "description": "Bad named entity: TildeTilde without a semi-colon", "output": [ [ - "Character", + "Character", "&TildeTilde" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≈", - "description": "Named entity: TildeTilde; with a semi-colon", + "input": "≈", + "description": "Named entity: TildeTilde; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2248" ] ] - }, + }, { - "input": "&Topf", - "description": "Bad named entity: Topf without a semi-colon", + "input": "&Topf", + "description": "Bad named entity: Topf without a semi-colon", "output": [ [ - "Character", + "Character", "&Topf" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝕋", - "description": "Named entity: Topf; with a semi-colon", + "input": "𝕋", + "description": "Named entity: Topf; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udd4b" ] ] - }, + }, { - "input": "&TripleDot", - "description": "Bad named entity: TripleDot without a semi-colon", + "input": "&TripleDot", + "description": "Bad named entity: TripleDot without a semi-colon", "output": [ [ - "Character", + "Character", "&TripleDot" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⃛", - "description": "Named entity: TripleDot; with a semi-colon", + "input": "⃛", + "description": "Named entity: TripleDot; with a semi-colon", "output": [ [ - "Character", + "Character", "\u20db" ] ] - }, + }, { - "input": "&Tscr", - "description": "Bad named entity: Tscr without a semi-colon", + "input": "&Tscr", + "description": "Bad named entity: Tscr without a semi-colon", "output": [ [ - "Character", + "Character", "&Tscr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝒯", - "description": "Named entity: Tscr; with a semi-colon", + "input": "𝒯", + "description": "Named entity: Tscr; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udcaf" ] ] - }, + }, { - "input": "&Tstrok", - "description": "Bad named entity: Tstrok without a semi-colon", + "input": "&Tstrok", + "description": "Bad named entity: Tstrok without a semi-colon", "output": [ [ - "Character", + "Character", "&Tstrok" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Ŧ", - "description": "Named entity: Tstrok; with a semi-colon", + "input": "Ŧ", + "description": "Named entity: Tstrok; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0166" ] ] - }, + }, { - "input": "Ú", - "description": "Named entity: Uacute without a semi-colon", + "input": "Ú", + "description": "Named entity: Uacute without a semi-colon", "output": [ [ - "Character", + "Character", "\u00da" ] ], "errors": [ { "code": "missing-semicolon-after-character-reference", "line": 1, "col": 8 } ] - }, + }, { - "input": "Ú", - "description": "Named entity: Uacute; with a semi-colon", + "input": "Ú", + "description": "Named entity: Uacute; with a semi-colon", "output": [ [ - "Character", + "Character", "\u00da" ] ] - }, + }, { - "input": "&Uarr", - "description": "Bad named entity: Uarr without a semi-colon", + "input": "&Uarr", + "description": "Bad named entity: Uarr without a semi-colon", "output": [ [ - "Character", + "Character", "&Uarr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "↟", - "description": "Named entity: Uarr; with a semi-colon", + "input": "↟", + "description": "Named entity: Uarr; with a semi-colon", "output": [ [ - "Character", + "Character", "\u219f" ] ] - }, + }, { - "input": "&Uarrocir", - "description": "Bad named entity: Uarrocir without a semi-colon", + "input": "&Uarrocir", + "description": "Bad named entity: Uarrocir without a semi-colon", "output": [ [ - "Character", + "Character", "&Uarrocir" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⥉", - "description": "Named entity: Uarrocir; with a semi-colon", + "input": "⥉", + "description": "Named entity: Uarrocir; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2949" ] ] - }, + }, { - "input": "&Ubrcy", - "description": "Bad named entity: Ubrcy without a semi-colon", + "input": "&Ubrcy", + "description": "Bad named entity: Ubrcy without a semi-colon", "output": [ [ - "Character", + "Character", "&Ubrcy" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Ў", - "description": "Named entity: Ubrcy; with a semi-colon", + "input": "Ў", + "description": "Named entity: Ubrcy; with a semi-colon", "output": [ [ - "Character", + "Character", "\u040e" ] ] - }, + }, { - "input": "&Ubreve", - "description": "Bad named entity: Ubreve without a semi-colon", + "input": "&Ubreve", + "description": "Bad named entity: Ubreve without a semi-colon", "output": [ [ - "Character", + "Character", "&Ubreve" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Ŭ", - "description": "Named entity: Ubreve; with a semi-colon", + "input": "Ŭ", + "description": "Named entity: Ubreve; with a semi-colon", "output": [ [ - "Character", + "Character", "\u016c" ] ] - }, + }, { - "input": "Û", - "description": "Named entity: Ucirc without a semi-colon", + "input": "Û", + "description": "Named entity: Ucirc without a semi-colon", "output": [ [ - "Character", + "Character", "\u00db" ] ], "errors": [ { "code": "missing-semicolon-after-character-reference", "line": 1, "col": 7 } ] - }, + }, { - "input": "Û", - "description": "Named entity: Ucirc; with a semi-colon", + "input": "Û", + "description": "Named entity: Ucirc; with a semi-colon", "output": [ [ - "Character", + "Character", "\u00db" ] ] - }, + }, { - "input": "&Ucy", - "description": "Bad named entity: Ucy without a semi-colon", + "input": "&Ucy", + "description": "Bad named entity: Ucy without a semi-colon", "output": [ [ - "Character", + "Character", "&Ucy" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "У", - "description": "Named entity: Ucy; with a semi-colon", + "input": "У", + "description": "Named entity: Ucy; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0423" ] ] - }, + }, { - "input": "&Udblac", - "description": "Bad named entity: Udblac without a semi-colon", + "input": "&Udblac", + "description": "Bad named entity: Udblac without a semi-colon", "output": [ [ - "Character", + "Character", "&Udblac" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Ű", - "description": "Named entity: Udblac; with a semi-colon", + "input": "Ű", + "description": "Named entity: Udblac; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0170" ] ] - }, + }, { - "input": "&Ufr", - "description": "Bad named entity: Ufr without a semi-colon", + "input": "&Ufr", + "description": "Bad named entity: Ufr without a semi-colon", "output": [ [ - "Character", + "Character", "&Ufr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝔘", - "description": "Named entity: Ufr; with a semi-colon", + "input": "𝔘", + "description": "Named entity: Ufr; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udd18" ] ] - }, + }, { - "input": "Ù", - "description": "Named entity: Ugrave without a semi-colon", + "input": "Ù", + "description": "Named entity: Ugrave without a semi-colon", "output": [ [ - "Character", + "Character", "\u00d9" ] ], "errors": [ { "code": "missing-semicolon-after-character-reference", "line": 1, "col": 8 } ] - }, + }, { - "input": "Ù", - "description": "Named entity: Ugrave; with a semi-colon", + "input": "Ù", + "description": "Named entity: Ugrave; with a semi-colon", "output": [ [ - "Character", + "Character", "\u00d9" ] ] - }, + }, { - "input": "&Umacr", - "description": "Bad named entity: Umacr without a semi-colon", + "input": "&Umacr", + "description": "Bad named entity: Umacr without a semi-colon", "output": [ [ - "Character", + "Character", "&Umacr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Ū", - "description": "Named entity: Umacr; with a semi-colon", + "input": "Ū", + "description": "Named entity: Umacr; with a semi-colon", "output": [ [ - "Character", + "Character", "\u016a" ] ] - }, + }, { - "input": "&UnderBar", - "description": "Bad named entity: UnderBar without a semi-colon", + "input": "&UnderBar", + "description": "Bad named entity: UnderBar without a semi-colon", "output": [ [ - "Character", + "Character", "&UnderBar" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "_", - "description": "Named entity: UnderBar; with a semi-colon", + "input": "_", + "description": "Named entity: UnderBar; with a semi-colon", "output": [ [ - "Character", + "Character", "_" ] ] - }, + }, { - "input": "&UnderBrace", - "description": "Bad named entity: UnderBrace without a semi-colon", + "input": "&UnderBrace", + "description": "Bad named entity: UnderBrace without a semi-colon", "output": [ [ - "Character", + "Character", "&UnderBrace" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⏟", - "description": "Named entity: UnderBrace; with a semi-colon", + "input": "⏟", + "description": "Named entity: UnderBrace; with a semi-colon", "output": [ [ - "Character", + "Character", "\u23df" ] ] - }, + }, { - "input": "&UnderBracket", - "description": "Bad named entity: UnderBracket without a semi-colon", + "input": "&UnderBracket", + "description": "Bad named entity: UnderBracket without a semi-colon", "output": [ [ - "Character", + "Character", "&UnderBracket" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⎵", - "description": "Named entity: UnderBracket; with a semi-colon", + "input": "⎵", + "description": "Named entity: UnderBracket; with a semi-colon", "output": [ [ - "Character", + "Character", "\u23b5" ] ] - }, + }, { - "input": "&UnderParenthesis", - "description": "Bad named entity: UnderParenthesis without a semi-colon", + "input": "&UnderParenthesis", + "description": "Bad named entity: UnderParenthesis without a semi-colon", "output": [ [ - "Character", + "Character", "&UnderParenthesis" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⏝", - "description": "Named entity: UnderParenthesis; with a semi-colon", + "input": "⏝", + "description": "Named entity: UnderParenthesis; with a semi-colon", "output": [ [ - "Character", + "Character", "\u23dd" ] ] - }, + }, { - "input": "&Union", - "description": "Bad named entity: Union without a semi-colon", + "input": "&Union", + "description": "Bad named entity: Union without a semi-colon", "output": [ [ - "Character", + "Character", "&Union" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⋃", - "description": "Named entity: Union; with a semi-colon", + "input": "⋃", + "description": "Named entity: Union; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22c3" ] ] - }, + }, { - "input": "&UnionPlus", - "description": "Bad named entity: UnionPlus without a semi-colon", + "input": "&UnionPlus", + "description": "Bad named entity: UnionPlus without a semi-colon", "output": [ [ - "Character", + "Character", "&UnionPlus" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊎", - "description": "Named entity: UnionPlus; with a semi-colon", + "input": "⊎", + "description": "Named entity: UnionPlus; with a semi-colon", "output": [ [ - "Character", + "Character", "\u228e" ] ] - }, + }, { - "input": "&Uogon", - "description": "Bad named entity: Uogon without a semi-colon", + "input": "&Uogon", + "description": "Bad named entity: Uogon without a semi-colon", "output": [ [ - "Character", + "Character", "&Uogon" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Ų", - "description": "Named entity: Uogon; with a semi-colon", + "input": "Ų", + "description": "Named entity: Uogon; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0172" ] ] - }, + }, { - "input": "&Uopf", - "description": "Bad named entity: Uopf without a semi-colon", + "input": "&Uopf", + "description": "Bad named entity: Uopf without a semi-colon", "output": [ [ - "Character", + "Character", "&Uopf" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝕌", - "description": "Named entity: Uopf; with a semi-colon", + "input": "𝕌", + "description": "Named entity: Uopf; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udd4c" ] ] - }, + }, { - "input": "&UpArrow", - "description": "Bad named entity: UpArrow without a semi-colon", + "input": "&UpArrow", + "description": "Bad named entity: UpArrow without a semi-colon", "output": [ [ - "Character", + "Character", "&UpArrow" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "↑", - "description": "Named entity: UpArrow; with a semi-colon", + "input": "↑", + "description": "Named entity: UpArrow; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2191" ] ] - }, + }, { - "input": "&UpArrowBar", - "description": "Bad named entity: UpArrowBar without a semi-colon", + "input": "&UpArrowBar", + "description": "Bad named entity: UpArrowBar without a semi-colon", "output": [ [ - "Character", + "Character", "&UpArrowBar" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⤒", - "description": "Named entity: UpArrowBar; with a semi-colon", + "input": "⤒", + "description": "Named entity: UpArrowBar; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2912" ] ] - }, + }, { - "input": "&UpArrowDownArrow", - "description": "Bad named entity: UpArrowDownArrow without a semi-colon", + "input": "&UpArrowDownArrow", + "description": "Bad named entity: UpArrowDownArrow without a semi-colon", "output": [ [ - "Character", + "Character", "&UpArrowDownArrow" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⇅", - "description": "Named entity: UpArrowDownArrow; with a semi-colon", + "input": "⇅", + "description": "Named entity: UpArrowDownArrow; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21c5" ] ] - }, + }, { - "input": "&UpDownArrow", - "description": "Bad named entity: UpDownArrow without a semi-colon", + "input": "&UpDownArrow", + "description": "Bad named entity: UpDownArrow without a semi-colon", "output": [ [ - "Character", + "Character", "&UpDownArrow" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "↕", - "description": "Named entity: UpDownArrow; with a semi-colon", + "input": "↕", + "description": "Named entity: UpDownArrow; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2195" ] ] - }, + }, { - "input": "&UpEquilibrium", - "description": "Bad named entity: UpEquilibrium without a semi-colon", + "input": "&UpEquilibrium", + "description": "Bad named entity: UpEquilibrium without a semi-colon", "output": [ [ - "Character", + "Character", "&UpEquilibrium" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⥮", - "description": "Named entity: UpEquilibrium; with a semi-colon", + "input": "⥮", + "description": "Named entity: UpEquilibrium; with a semi-colon", "output": [ [ - "Character", + "Character", "\u296e" ] ] - }, + }, { - "input": "&UpTee", - "description": "Bad named entity: UpTee without a semi-colon", + "input": "&UpTee", + "description": "Bad named entity: UpTee without a semi-colon", "output": [ [ - "Character", + "Character", "&UpTee" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊥", - "description": "Named entity: UpTee; with a semi-colon", + "input": "⊥", + "description": "Named entity: UpTee; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22a5" ] ] - }, + }, { - "input": "&UpTeeArrow", - "description": "Bad named entity: UpTeeArrow without a semi-colon", + "input": "&UpTeeArrow", + "description": "Bad named entity: UpTeeArrow without a semi-colon", "output": [ [ - "Character", + "Character", "&UpTeeArrow" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "↥", - "description": "Named entity: UpTeeArrow; with a semi-colon", + "input": "↥", + "description": "Named entity: UpTeeArrow; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21a5" ] ] - }, + }, { - "input": "&Uparrow", - "description": "Bad named entity: Uparrow without a semi-colon", + "input": "&Uparrow", + "description": "Bad named entity: Uparrow without a semi-colon", "output": [ [ - "Character", + "Character", "&Uparrow" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⇑", - "description": "Named entity: Uparrow; with a semi-colon", + "input": "⇑", + "description": "Named entity: Uparrow; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21d1" ] ] - }, + }, { - "input": "&Updownarrow", - "description": "Bad named entity: Updownarrow without a semi-colon", + "input": "&Updownarrow", + "description": "Bad named entity: Updownarrow without a semi-colon", "output": [ [ - "Character", + "Character", "&Updownarrow" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⇕", - "description": "Named entity: Updownarrow; with a semi-colon", + "input": "⇕", + "description": "Named entity: Updownarrow; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21d5" ] ] - }, + }, { - "input": "&UpperLeftArrow", - "description": "Bad named entity: UpperLeftArrow without a semi-colon", + "input": "&UpperLeftArrow", + "description": "Bad named entity: UpperLeftArrow without a semi-colon", "output": [ [ - "Character", + "Character", "&UpperLeftArrow" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "↖", - "description": "Named entity: UpperLeftArrow; with a semi-colon", + "input": "↖", + "description": "Named entity: UpperLeftArrow; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2196" ] ] - }, + }, { - "input": "&UpperRightArrow", - "description": "Bad named entity: UpperRightArrow without a semi-colon", + "input": "&UpperRightArrow", + "description": "Bad named entity: UpperRightArrow without a semi-colon", "output": [ [ - "Character", + "Character", "&UpperRightArrow" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "↗", - "description": "Named entity: UpperRightArrow; with a semi-colon", + "input": "↗", + "description": "Named entity: UpperRightArrow; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2197" ] ] - }, + }, { - "input": "&Upsi", - "description": "Bad named entity: Upsi without a semi-colon", + "input": "&Upsi", + "description": "Bad named entity: Upsi without a semi-colon", "output": [ [ - "Character", + "Character", "&Upsi" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ϒ", - "description": "Named entity: Upsi; with a semi-colon", + "input": "ϒ", + "description": "Named entity: Upsi; with a semi-colon", "output": [ [ - "Character", + "Character", "\u03d2" ] ] - }, + }, { - "input": "&Upsilon", - "description": "Bad named entity: Upsilon without a semi-colon", + "input": "&Upsilon", + "description": "Bad named entity: Upsilon without a semi-colon", "output": [ [ - "Character", + "Character", "&Upsilon" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Υ", - "description": "Named entity: Upsilon; with a semi-colon", + "input": "Υ", + "description": "Named entity: Upsilon; with a semi-colon", "output": [ [ - "Character", + "Character", "\u03a5" ] ] - }, + }, { - "input": "&Uring", - "description": "Bad named entity: Uring without a semi-colon", + "input": "&Uring", + "description": "Bad named entity: Uring without a semi-colon", "output": [ [ - "Character", + "Character", "&Uring" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Ů", - "description": "Named entity: Uring; with a semi-colon", + "input": "Ů", + "description": "Named entity: Uring; with a semi-colon", "output": [ [ - "Character", + "Character", "\u016e" ] ] - }, + }, { - "input": "&Uscr", - "description": "Bad named entity: Uscr without a semi-colon", + "input": "&Uscr", + "description": "Bad named entity: Uscr without a semi-colon", "output": [ [ - "Character", + "Character", "&Uscr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝒰", - "description": "Named entity: Uscr; with a semi-colon", + "input": "𝒰", + "description": "Named entity: Uscr; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udcb0" ] ] - }, + }, { - "input": "&Utilde", - "description": "Bad named entity: Utilde without a semi-colon", + "input": "&Utilde", + "description": "Bad named entity: Utilde without a semi-colon", "output": [ [ - "Character", + "Character", "&Utilde" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Ũ", - "description": "Named entity: Utilde; with a semi-colon", + "input": "Ũ", + "description": "Named entity: Utilde; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0168" ] ] - }, + }, { - "input": "Ü", - "description": "Named entity: Uuml without a semi-colon", + "input": "Ü", + "description": "Named entity: Uuml without a semi-colon", "output": [ [ - "Character", + "Character", "\u00dc" ] ], "errors": [ { "code": "missing-semicolon-after-character-reference", "line": 1, "col": 6 } ] - }, + }, { - "input": "Ü", - "description": "Named entity: Uuml; with a semi-colon", + "input": "Ü", + "description": "Named entity: Uuml; with a semi-colon", "output": [ [ - "Character", + "Character", "\u00dc" ] ] - }, + }, { - "input": "&VDash", - "description": "Bad named entity: VDash without a semi-colon", + "input": "&VDash", + "description": "Bad named entity: VDash without a semi-colon", "output": [ [ - "Character", + "Character", "&VDash" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊫", - "description": "Named entity: VDash; with a semi-colon", + "input": "⊫", + "description": "Named entity: VDash; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22ab" ] ] - }, + }, { - "input": "&Vbar", - "description": "Bad named entity: Vbar without a semi-colon", + "input": "&Vbar", + "description": "Bad named entity: Vbar without a semi-colon", "output": [ [ - "Character", + "Character", "&Vbar" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⫫", - "description": "Named entity: Vbar; with a semi-colon", + "input": "⫫", + "description": "Named entity: Vbar; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2aeb" ] ] - }, + }, { - "input": "&Vcy", - "description": "Bad named entity: Vcy without a semi-colon", + "input": "&Vcy", + "description": "Bad named entity: Vcy without a semi-colon", "output": [ [ - "Character", + "Character", "&Vcy" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "В", - "description": "Named entity: Vcy; with a semi-colon", + "input": "В", + "description": "Named entity: Vcy; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0412" ] ] - }, + }, { - "input": "&Vdash", - "description": "Bad named entity: Vdash without a semi-colon", + "input": "&Vdash", + "description": "Bad named entity: Vdash without a semi-colon", "output": [ [ - "Character", + "Character", "&Vdash" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊩", - "description": "Named entity: Vdash; with a semi-colon", + "input": "⊩", + "description": "Named entity: Vdash; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22a9" ] ] - }, + }, { - "input": "&Vdashl", - "description": "Bad named entity: Vdashl without a semi-colon", + "input": "&Vdashl", + "description": "Bad named entity: Vdashl without a semi-colon", "output": [ [ - "Character", + "Character", "&Vdashl" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⫦", - "description": "Named entity: Vdashl; with a semi-colon", + "input": "⫦", + "description": "Named entity: Vdashl; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2ae6" ] ] - }, + }, { - "input": "&Vee", - "description": "Bad named entity: Vee without a semi-colon", + "input": "&Vee", + "description": "Bad named entity: Vee without a semi-colon", "output": [ [ - "Character", + "Character", "&Vee" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⋁", - "description": "Named entity: Vee; with a semi-colon", + "input": "⋁", + "description": "Named entity: Vee; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22c1" ] ] - }, + }, { - "input": "&Verbar", - "description": "Bad named entity: Verbar without a semi-colon", + "input": "&Verbar", + "description": "Bad named entity: Verbar without a semi-colon", "output": [ [ - "Character", + "Character", "&Verbar" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "‖", - "description": "Named entity: Verbar; with a semi-colon", + "input": "‖", + "description": "Named entity: Verbar; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2016" ] ] - }, + }, { - "input": "&Vert", - "description": "Bad named entity: Vert without a semi-colon", + "input": "&Vert", + "description": "Bad named entity: Vert without a semi-colon", "output": [ [ - "Character", + "Character", "&Vert" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "‖", - "description": "Named entity: Vert; with a semi-colon", + "input": "‖", + "description": "Named entity: Vert; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2016" ] ] - }, + }, { - "input": "&VerticalBar", - "description": "Bad named entity: VerticalBar without a semi-colon", + "input": "&VerticalBar", + "description": "Bad named entity: VerticalBar without a semi-colon", "output": [ [ - "Character", + "Character", "&VerticalBar" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∣", - "description": "Named entity: VerticalBar; with a semi-colon", + "input": "∣", + "description": "Named entity: VerticalBar; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2223" ] ] - }, + }, { - "input": "&VerticalLine", - "description": "Bad named entity: VerticalLine without a semi-colon", + "input": "&VerticalLine", + "description": "Bad named entity: VerticalLine without a semi-colon", "output": [ [ - "Character", + "Character", "&VerticalLine" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "|", - "description": "Named entity: VerticalLine; with a semi-colon", + "input": "|", + "description": "Named entity: VerticalLine; with a semi-colon", "output": [ [ - "Character", + "Character", "|" ] ] - }, + }, { - "input": "&VerticalSeparator", - "description": "Bad named entity: VerticalSeparator without a semi-colon", + "input": "&VerticalSeparator", + "description": "Bad named entity: VerticalSeparator without a semi-colon", "output": [ [ - "Character", + "Character", "&VerticalSeparator" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "❘", - "description": "Named entity: VerticalSeparator; with a semi-colon", + "input": "❘", + "description": "Named entity: VerticalSeparator; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2758" ] ] - }, + }, { - "input": "&VerticalTilde", - "description": "Bad named entity: VerticalTilde without a semi-colon", + "input": "&VerticalTilde", + "description": "Bad named entity: VerticalTilde without a semi-colon", "output": [ [ - "Character", + "Character", "&VerticalTilde" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≀", - "description": "Named entity: VerticalTilde; with a semi-colon", + "input": "≀", + "description": "Named entity: VerticalTilde; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2240" ] ] - }, + }, { - "input": "&VeryThinSpace", - "description": "Bad named entity: VeryThinSpace without a semi-colon", + "input": "&VeryThinSpace", + "description": "Bad named entity: VeryThinSpace without a semi-colon", "output": [ [ - "Character", + "Character", "&VeryThinSpace" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": " ", - "description": "Named entity: VeryThinSpace; with a semi-colon", + "input": " ", + "description": "Named entity: VeryThinSpace; with a semi-colon", "output": [ [ - "Character", + "Character", "\u200a" ] ] - }, + }, { - "input": "&Vfr", - "description": "Bad named entity: Vfr without a semi-colon", + "input": "&Vfr", + "description": "Bad named entity: Vfr without a semi-colon", "output": [ [ - "Character", + "Character", "&Vfr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝔙", - "description": "Named entity: Vfr; with a semi-colon", + "input": "𝔙", + "description": "Named entity: Vfr; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udd19" ] ] - }, + }, { - "input": "&Vopf", - "description": "Bad named entity: Vopf without a semi-colon", + "input": "&Vopf", + "description": "Bad named entity: Vopf without a semi-colon", "output": [ [ - "Character", + "Character", "&Vopf" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝕍", - "description": "Named entity: Vopf; with a semi-colon", + "input": "𝕍", + "description": "Named entity: Vopf; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udd4d" ] ] - }, + }, { - "input": "&Vscr", - "description": "Bad named entity: Vscr without a semi-colon", + "input": "&Vscr", + "description": "Bad named entity: Vscr without a semi-colon", "output": [ [ - "Character", + "Character", "&Vscr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝒱", - "description": "Named entity: Vscr; with a semi-colon", + "input": "𝒱", + "description": "Named entity: Vscr; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udcb1" ] ] - }, + }, { - "input": "&Vvdash", - "description": "Bad named entity: Vvdash without a semi-colon", + "input": "&Vvdash", + "description": "Bad named entity: Vvdash without a semi-colon", "output": [ [ - "Character", + "Character", "&Vvdash" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊪", - "description": "Named entity: Vvdash; with a semi-colon", + "input": "⊪", + "description": "Named entity: Vvdash; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22aa" ] ] - }, + }, { - "input": "&Wcirc", - "description": "Bad named entity: Wcirc without a semi-colon", + "input": "&Wcirc", + "description": "Bad named entity: Wcirc without a semi-colon", "output": [ [ - "Character", + "Character", "&Wcirc" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Ŵ", - "description": "Named entity: Wcirc; with a semi-colon", + "input": "Ŵ", + "description": "Named entity: Wcirc; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0174" ] ] - }, + }, { - "input": "&Wedge", - "description": "Bad named entity: Wedge without a semi-colon", + "input": "&Wedge", + "description": "Bad named entity: Wedge without a semi-colon", "output": [ [ - "Character", + "Character", "&Wedge" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⋀", - "description": "Named entity: Wedge; with a semi-colon", + "input": "⋀", + "description": "Named entity: Wedge; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22c0" ] ] - }, + }, { - "input": "&Wfr", - "description": "Bad named entity: Wfr without a semi-colon", + "input": "&Wfr", + "description": "Bad named entity: Wfr without a semi-colon", "output": [ [ - "Character", + "Character", "&Wfr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝔚", - "description": "Named entity: Wfr; with a semi-colon", + "input": "𝔚", + "description": "Named entity: Wfr; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udd1a" ] ] - }, + }, { - "input": "&Wopf", - "description": "Bad named entity: Wopf without a semi-colon", + "input": "&Wopf", + "description": "Bad named entity: Wopf without a semi-colon", "output": [ [ - "Character", + "Character", "&Wopf" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝕎", - "description": "Named entity: Wopf; with a semi-colon", + "input": "𝕎", + "description": "Named entity: Wopf; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udd4e" ] ] - }, + }, { - "input": "&Wscr", - "description": "Bad named entity: Wscr without a semi-colon", + "input": "&Wscr", + "description": "Bad named entity: Wscr without a semi-colon", "output": [ [ - "Character", + "Character", "&Wscr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝒲", - "description": "Named entity: Wscr; with a semi-colon", + "input": "𝒲", + "description": "Named entity: Wscr; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udcb2" ] ] - }, + }, { - "input": "&Xfr", - "description": "Bad named entity: Xfr without a semi-colon", + "input": "&Xfr", + "description": "Bad named entity: Xfr without a semi-colon", "output": [ [ - "Character", + "Character", "&Xfr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝔛", - "description": "Named entity: Xfr; with a semi-colon", + "input": "𝔛", + "description": "Named entity: Xfr; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udd1b" ] ] - }, + }, { - "input": "&Xi", - "description": "Bad named entity: Xi without a semi-colon", + "input": "&Xi", + "description": "Bad named entity: Xi without a semi-colon", "output": [ [ - "Character", + "Character", "&Xi" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Ξ", - "description": "Named entity: Xi; with a semi-colon", + "input": "Ξ", + "description": "Named entity: Xi; with a semi-colon", "output": [ [ - "Character", + "Character", "\u039e" ] ] - }, + }, { - "input": "&Xopf", - "description": "Bad named entity: Xopf without a semi-colon", + "input": "&Xopf", + "description": "Bad named entity: Xopf without a semi-colon", "output": [ [ - "Character", + "Character", "&Xopf" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝕏", - "description": "Named entity: Xopf; with a semi-colon", + "input": "𝕏", + "description": "Named entity: Xopf; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udd4f" ] ] - }, + }, { - "input": "&Xscr", - "description": "Bad named entity: Xscr without a semi-colon", + "input": "&Xscr", + "description": "Bad named entity: Xscr without a semi-colon", "output": [ [ - "Character", + "Character", "&Xscr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝒳", - "description": "Named entity: Xscr; with a semi-colon", + "input": "𝒳", + "description": "Named entity: Xscr; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udcb3" ] ] - }, + }, { - "input": "&YAcy", - "description": "Bad named entity: YAcy without a semi-colon", + "input": "&YAcy", + "description": "Bad named entity: YAcy without a semi-colon", "output": [ [ - "Character", + "Character", "&YAcy" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Я", - "description": "Named entity: YAcy; with a semi-colon", + "input": "Я", + "description": "Named entity: YAcy; with a semi-colon", "output": [ [ - "Character", + "Character", "\u042f" ] ] - }, + }, { - "input": "&YIcy", - "description": "Bad named entity: YIcy without a semi-colon", + "input": "&YIcy", + "description": "Bad named entity: YIcy without a semi-colon", "output": [ [ - "Character", + "Character", "&YIcy" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Ї", - "description": "Named entity: YIcy; with a semi-colon", + "input": "Ї", + "description": "Named entity: YIcy; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0407" ] ] - }, + }, { - "input": "&YUcy", - "description": "Bad named entity: YUcy without a semi-colon", + "input": "&YUcy", + "description": "Bad named entity: YUcy without a semi-colon", "output": [ [ - "Character", + "Character", "&YUcy" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Ю", - "description": "Named entity: YUcy; with a semi-colon", + "input": "Ю", + "description": "Named entity: YUcy; with a semi-colon", "output": [ [ - "Character", + "Character", "\u042e" ] ] - }, + }, { - "input": "Ý", - "description": "Named entity: Yacute without a semi-colon", + "input": "Ý", + "description": "Named entity: Yacute without a semi-colon", "output": [ [ - "Character", + "Character", "\u00dd" ] ], "errors": [ { "code": "missing-semicolon-after-character-reference", "line": 1, "col": 8 } ] - }, + }, { - "input": "Ý", - "description": "Named entity: Yacute; with a semi-colon", + "input": "Ý", + "description": "Named entity: Yacute; with a semi-colon", "output": [ [ - "Character", + "Character", "\u00dd" ] ] - }, + }, { - "input": "&Ycirc", - "description": "Bad named entity: Ycirc without a semi-colon", + "input": "&Ycirc", + "description": "Bad named entity: Ycirc without a semi-colon", "output": [ [ - "Character", + "Character", "&Ycirc" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Ŷ", - "description": "Named entity: Ycirc; with a semi-colon", + "input": "Ŷ", + "description": "Named entity: Ycirc; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0176" ] ] - }, + }, { - "input": "&Ycy", - "description": "Bad named entity: Ycy without a semi-colon", + "input": "&Ycy", + "description": "Bad named entity: Ycy without a semi-colon", "output": [ [ - "Character", + "Character", "&Ycy" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Ы", - "description": "Named entity: Ycy; with a semi-colon", + "input": "Ы", + "description": "Named entity: Ycy; with a semi-colon", "output": [ [ - "Character", + "Character", "\u042b" ] ] - }, + }, { - "input": "&Yfr", - "description": "Bad named entity: Yfr without a semi-colon", + "input": "&Yfr", + "description": "Bad named entity: Yfr without a semi-colon", "output": [ [ - "Character", + "Character", "&Yfr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝔜", - "description": "Named entity: Yfr; with a semi-colon", + "input": "𝔜", + "description": "Named entity: Yfr; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udd1c" ] ] - }, + }, { - "input": "&Yopf", - "description": "Bad named entity: Yopf without a semi-colon", + "input": "&Yopf", + "description": "Bad named entity: Yopf without a semi-colon", "output": [ [ - "Character", + "Character", "&Yopf" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝕐", - "description": "Named entity: Yopf; with a semi-colon", + "input": "𝕐", + "description": "Named entity: Yopf; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udd50" ] ] - }, + }, { - "input": "&Yscr", - "description": "Bad named entity: Yscr without a semi-colon", + "input": "&Yscr", + "description": "Bad named entity: Yscr without a semi-colon", "output": [ [ - "Character", + "Character", "&Yscr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝒴", - "description": "Named entity: Yscr; with a semi-colon", + "input": "𝒴", + "description": "Named entity: Yscr; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udcb4" ] ] - }, + }, { - "input": "&Yuml", - "description": "Bad named entity: Yuml without a semi-colon", + "input": "&Yuml", + "description": "Bad named entity: Yuml without a semi-colon", "output": [ [ - "Character", + "Character", "&Yuml" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Ÿ", - "description": "Named entity: Yuml; with a semi-colon", + "input": "Ÿ", + "description": "Named entity: Yuml; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0178" ] ] - }, + }, { - "input": "&ZHcy", - "description": "Bad named entity: ZHcy without a semi-colon", + "input": "&ZHcy", + "description": "Bad named entity: ZHcy without a semi-colon", "output": [ [ - "Character", + "Character", "&ZHcy" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Ж", - "description": "Named entity: ZHcy; with a semi-colon", + "input": "Ж", + "description": "Named entity: ZHcy; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0416" ] ] - }, + }, { - "input": "&Zacute", - "description": "Bad named entity: Zacute without a semi-colon", + "input": "&Zacute", + "description": "Bad named entity: Zacute without a semi-colon", "output": [ [ - "Character", + "Character", "&Zacute" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Ź", - "description": "Named entity: Zacute; with a semi-colon", + "input": "Ź", + "description": "Named entity: Zacute; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0179" ] ] - }, + }, { - "input": "&Zcaron", - "description": "Bad named entity: Zcaron without a semi-colon", + "input": "&Zcaron", + "description": "Bad named entity: Zcaron without a semi-colon", "output": [ [ - "Character", + "Character", "&Zcaron" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Ž", - "description": "Named entity: Zcaron; with a semi-colon", + "input": "Ž", + "description": "Named entity: Zcaron; with a semi-colon", "output": [ [ - "Character", + "Character", "\u017d" ] ] - }, + }, { - "input": "&Zcy", - "description": "Bad named entity: Zcy without a semi-colon", + "input": "&Zcy", + "description": "Bad named entity: Zcy without a semi-colon", "output": [ [ - "Character", + "Character", "&Zcy" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "З", - "description": "Named entity: Zcy; with a semi-colon", + "input": "З", + "description": "Named entity: Zcy; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0417" ] ] - }, + }, { - "input": "&Zdot", - "description": "Bad named entity: Zdot without a semi-colon", + "input": "&Zdot", + "description": "Bad named entity: Zdot without a semi-colon", "output": [ [ - "Character", + "Character", "&Zdot" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Ż", - "description": "Named entity: Zdot; with a semi-colon", + "input": "Ż", + "description": "Named entity: Zdot; with a semi-colon", "output": [ [ - "Character", + "Character", "\u017b" ] ] - }, + }, { - "input": "&ZeroWidthSpace", - "description": "Bad named entity: ZeroWidthSpace without a semi-colon", + "input": "&ZeroWidthSpace", + "description": "Bad named entity: ZeroWidthSpace without a semi-colon", "output": [ [ - "Character", + "Character", "&ZeroWidthSpace" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "​", - "description": "Named entity: ZeroWidthSpace; with a semi-colon", + "input": "​", + "description": "Named entity: ZeroWidthSpace; with a semi-colon", "output": [ [ - "Character", + "Character", "\u200b" ] ] - }, + }, { - "input": "&Zeta", - "description": "Bad named entity: Zeta without a semi-colon", + "input": "&Zeta", + "description": "Bad named entity: Zeta without a semi-colon", "output": [ [ - "Character", + "Character", "&Zeta" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Ζ", - "description": "Named entity: Zeta; with a semi-colon", + "input": "Ζ", + "description": "Named entity: Zeta; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0396" ] ] - }, + }, { - "input": "&Zfr", - "description": "Bad named entity: Zfr without a semi-colon", + "input": "&Zfr", + "description": "Bad named entity: Zfr without a semi-colon", "output": [ [ - "Character", + "Character", "&Zfr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ℨ", - "description": "Named entity: Zfr; with a semi-colon", + "input": "ℨ", + "description": "Named entity: Zfr; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2128" ] ] - }, + }, { - "input": "&Zopf", - "description": "Bad named entity: Zopf without a semi-colon", + "input": "&Zopf", + "description": "Bad named entity: Zopf without a semi-colon", "output": [ [ - "Character", + "Character", "&Zopf" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ℤ", - "description": "Named entity: Zopf; with a semi-colon", + "input": "ℤ", + "description": "Named entity: Zopf; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2124" ] ] - }, + }, { - "input": "&Zscr", - "description": "Bad named entity: Zscr without a semi-colon", + "input": "&Zscr", + "description": "Bad named entity: Zscr without a semi-colon", "output": [ [ - "Character", + "Character", "&Zscr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝒵", - "description": "Named entity: Zscr; with a semi-colon", + "input": "𝒵", + "description": "Named entity: Zscr; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udcb5" ] ] - }, + }, { - "input": "á", - "description": "Named entity: aacute without a semi-colon", + "input": "á", + "description": "Named entity: aacute without a semi-colon", "output": [ [ - "Character", + "Character", "\u00e1" ] ], "errors": [ { "code": "missing-semicolon-after-character-reference", "line": 1, "col": 8 } ] - }, + }, { - "input": "á", - "description": "Named entity: aacute; with a semi-colon", + "input": "á", + "description": "Named entity: aacute; with a semi-colon", "output": [ [ - "Character", + "Character", "\u00e1" ] ] - }, + }, { - "input": "&abreve", - "description": "Bad named entity: abreve without a semi-colon", + "input": "&abreve", + "description": "Bad named entity: abreve without a semi-colon", "output": [ [ - "Character", + "Character", "&abreve" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ă", - "description": "Named entity: abreve; with a semi-colon", + "input": "ă", + "description": "Named entity: abreve; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0103" ] ] - }, + }, { - "input": "&ac", - "description": "Bad named entity: ac without a semi-colon", + "input": "&ac", + "description": "Bad named entity: ac without a semi-colon", "output": [ [ - "Character", + "Character", "&ac" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∾", - "description": "Named entity: ac; with a semi-colon", + "input": "∾", + "description": "Named entity: ac; with a semi-colon", "output": [ [ - "Character", + "Character", "\u223e" ] ] - }, + }, { - "input": "&acE", - "description": "Bad named entity: acE without a semi-colon", + "input": "&acE", + "description": "Bad named entity: acE without a semi-colon", "output": [ [ - "Character", + "Character", "&acE" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∾̳", - "description": "Named entity: acE; with a semi-colon", + "input": "∾̳", + "description": "Named entity: acE; with a semi-colon", "output": [ [ - "Character", + "Character", "\u223e\u0333" ] ] - }, + }, { - "input": "&acd", - "description": "Bad named entity: acd without a semi-colon", + "input": "&acd", + "description": "Bad named entity: acd without a semi-colon", "output": [ [ - "Character", + "Character", "&acd" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∿", - "description": "Named entity: acd; with a semi-colon", + "input": "∿", + "description": "Named entity: acd; with a semi-colon", "output": [ [ - "Character", + "Character", "\u223f" ] ] - }, + }, { - "input": "â", - "description": "Named entity: acirc without a semi-colon", + "input": "â", + "description": "Named entity: acirc without a semi-colon", "output": [ [ - "Character", + "Character", "\u00e2" ] ], "errors": [ { "code": "missing-semicolon-after-character-reference", "line": 1, "col": 7 } ] - }, + }, { - "input": "â", - "description": "Named entity: acirc; with a semi-colon", + "input": "â", + "description": "Named entity: acirc; with a semi-colon", "output": [ [ - "Character", + "Character", "\u00e2" ] ] - }, + }, { - "input": "´", - "description": "Named entity: acute without a semi-colon", + "input": "´", + "description": "Named entity: acute without a semi-colon", "output": [ [ - "Character", + "Character", "\u00b4" ] ], "errors": [ { "code": "missing-semicolon-after-character-reference", "line": 1, "col": 7 } ] - }, + }, { - "input": "´", - "description": "Named entity: acute; with a semi-colon", + "input": "´", + "description": "Named entity: acute; with a semi-colon", "output": [ [ - "Character", + "Character", "\u00b4" ] ] - }, + }, { - "input": "&acy", - "description": "Bad named entity: acy without a semi-colon", + "input": "&acy", + "description": "Bad named entity: acy without a semi-colon", "output": [ [ - "Character", + "Character", "&acy" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "а", - "description": "Named entity: acy; with a semi-colon", + "input": "а", + "description": "Named entity: acy; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0430" ] ] - }, + }, { - "input": "æ", - "description": "Named entity: aelig without a semi-colon", + "input": "æ", + "description": "Named entity: aelig without a semi-colon", "output": [ [ - "Character", + "Character", "\u00e6" ] ], "errors": [ { "code": "missing-semicolon-after-character-reference", "line": 1, "col": 7 } ] - }, + }, { - "input": "æ", - "description": "Named entity: aelig; with a semi-colon", + "input": "æ", + "description": "Named entity: aelig; with a semi-colon", "output": [ [ - "Character", + "Character", "\u00e6" ] ] - }, + }, { - "input": "&af", - "description": "Bad named entity: af without a semi-colon", + "input": "&af", + "description": "Bad named entity: af without a semi-colon", "output": [ [ - "Character", + "Character", "&af" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⁡", - "description": "Named entity: af; with a semi-colon", + "input": "⁡", + "description": "Named entity: af; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2061" ] ] - }, + }, { - "input": "&afr", - "description": "Bad named entity: afr without a semi-colon", + "input": "&afr", + "description": "Bad named entity: afr without a semi-colon", "output": [ [ - "Character", + "Character", "&afr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝔞", - "description": "Named entity: afr; with a semi-colon", + "input": "𝔞", + "description": "Named entity: afr; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udd1e" ] ] - }, + }, { - "input": "à", - "description": "Named entity: agrave without a semi-colon", + "input": "à", + "description": "Named entity: agrave without a semi-colon", "output": [ [ - "Character", + "Character", "\u00e0" ] ], "errors": [ { "code": "missing-semicolon-after-character-reference", "line": 1, "col": 8 } ] - }, + }, { - "input": "à", - "description": "Named entity: agrave; with a semi-colon", + "input": "à", + "description": "Named entity: agrave; with a semi-colon", "output": [ [ - "Character", + "Character", "\u00e0" ] ] - }, + }, { - "input": "&alefsym", - "description": "Bad named entity: alefsym without a semi-colon", + "input": "&alefsym", + "description": "Bad named entity: alefsym without a semi-colon", "output": [ [ - "Character", + "Character", "&alefsym" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ℵ", - "description": "Named entity: alefsym; with a semi-colon", + "input": "ℵ", + "description": "Named entity: alefsym; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2135" ] ] - }, + }, { - "input": "&aleph", - "description": "Bad named entity: aleph without a semi-colon", + "input": "&aleph", + "description": "Bad named entity: aleph without a semi-colon", "output": [ [ - "Character", + "Character", "&aleph" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ℵ", - "description": "Named entity: aleph; with a semi-colon", + "input": "ℵ", + "description": "Named entity: aleph; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2135" ] ] - }, + }, { - "input": "&alpha", - "description": "Bad named entity: alpha without a semi-colon", + "input": "&alpha", + "description": "Bad named entity: alpha without a semi-colon", "output": [ [ - "Character", + "Character", "&alpha" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "α", - "description": "Named entity: alpha; with a semi-colon", + "input": "α", + "description": "Named entity: alpha; with a semi-colon", "output": [ [ - "Character", + "Character", "\u03b1" ] ] - }, + }, { - "input": "&amacr", - "description": "Bad named entity: amacr without a semi-colon", + "input": "&amacr", + "description": "Bad named entity: amacr without a semi-colon", "output": [ [ - "Character", + "Character", "&amacr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ā", - "description": "Named entity: amacr; with a semi-colon", + "input": "ā", + "description": "Named entity: amacr; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0101" ] ] - }, + }, { - "input": "&amalg", - "description": "Bad named entity: amalg without a semi-colon", + "input": "&amalg", + "description": "Bad named entity: amalg without a semi-colon", "output": [ [ - "Character", + "Character", "&amalg" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⨿", - "description": "Named entity: amalg; with a semi-colon", + "input": "⨿", + "description": "Named entity: amalg; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a3f" ] ] - }, + }, { - "input": "&", - "description": "Named entity: amp without a semi-colon", + "input": "&", + "description": "Named entity: amp without a semi-colon", "output": [ [ - "Character", + "Character", "&" ] ], "errors": [ { "code": "missing-semicolon-after-character-reference", "line": 1, "col": 5 } ] - }, + }, { - "input": "&", - "description": "Named entity: amp; with a semi-colon", + "input": "&", + "description": "Named entity: amp; with a semi-colon", "output": [ [ - "Character", + "Character", "&" ] ] - }, + }, { - "input": "&and", - "description": "Bad named entity: and without a semi-colon", + "input": "&and", + "description": "Bad named entity: and without a semi-colon", "output": [ [ - "Character", + "Character", "&and" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∧", - "description": "Named entity: and; with a semi-colon", + "input": "∧", + "description": "Named entity: and; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2227" ] ] - }, + }, { - "input": "&andand", - "description": "Bad named entity: andand without a semi-colon", + "input": "&andand", + "description": "Bad named entity: andand without a semi-colon", "output": [ [ - "Character", + "Character", "&andand" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⩕", - "description": "Named entity: andand; with a semi-colon", + "input": "⩕", + "description": "Named entity: andand; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a55" ] ] - }, + }, { - "input": "&andd", - "description": "Bad named entity: andd without a semi-colon", + "input": "&andd", + "description": "Bad named entity: andd without a semi-colon", "output": [ [ - "Character", + "Character", "&andd" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⩜", - "description": "Named entity: andd; with a semi-colon", + "input": "⩜", + "description": "Named entity: andd; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a5c" ] ] - }, + }, { - "input": "&andslope", - "description": "Bad named entity: andslope without a semi-colon", + "input": "&andslope", + "description": "Bad named entity: andslope without a semi-colon", "output": [ [ - "Character", + "Character", "&andslope" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⩘", - "description": "Named entity: andslope; with a semi-colon", + "input": "⩘", + "description": "Named entity: andslope; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a58" ] ] - }, + }, { - "input": "&andv", - "description": "Bad named entity: andv without a semi-colon", + "input": "&andv", + "description": "Bad named entity: andv without a semi-colon", "output": [ [ - "Character", + "Character", "&andv" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⩚", - "description": "Named entity: andv; with a semi-colon", + "input": "⩚", + "description": "Named entity: andv; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a5a" ] ] - }, + }, { - "input": "&ang", - "description": "Bad named entity: ang without a semi-colon", + "input": "&ang", + "description": "Bad named entity: ang without a semi-colon", "output": [ [ - "Character", + "Character", "&ang" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∠", - "description": "Named entity: ang; with a semi-colon", + "input": "∠", + "description": "Named entity: ang; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2220" ] ] - }, + }, { - "input": "&ange", - "description": "Bad named entity: ange without a semi-colon", + "input": "&ange", + "description": "Bad named entity: ange without a semi-colon", "output": [ [ - "Character", + "Character", "&ange" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⦤", - "description": "Named entity: ange; with a semi-colon", + "input": "⦤", + "description": "Named entity: ange; with a semi-colon", "output": [ [ - "Character", + "Character", "\u29a4" ] ] - }, + }, { - "input": "&angle", - "description": "Bad named entity: angle without a semi-colon", + "input": "&angle", + "description": "Bad named entity: angle without a semi-colon", "output": [ [ - "Character", + "Character", "&angle" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∠", - "description": "Named entity: angle; with a semi-colon", + "input": "∠", + "description": "Named entity: angle; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2220" ] ] - }, + }, { - "input": "&angmsd", - "description": "Bad named entity: angmsd without a semi-colon", + "input": "&angmsd", + "description": "Bad named entity: angmsd without a semi-colon", "output": [ [ - "Character", + "Character", "&angmsd" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∡", - "description": "Named entity: angmsd; with a semi-colon", + "input": "∡", + "description": "Named entity: angmsd; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2221" ] ] - }, + }, { - "input": "&angmsdaa", - "description": "Bad named entity: angmsdaa without a semi-colon", + "input": "&angmsdaa", + "description": "Bad named entity: angmsdaa without a semi-colon", "output": [ [ - "Character", + "Character", "&angmsdaa" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⦨", - "description": "Named entity: angmsdaa; with a semi-colon", + "input": "⦨", + "description": "Named entity: angmsdaa; with a semi-colon", "output": [ [ - "Character", + "Character", "\u29a8" ] ] - }, + }, { - "input": "&angmsdab", - "description": "Bad named entity: angmsdab without a semi-colon", + "input": "&angmsdab", + "description": "Bad named entity: angmsdab without a semi-colon", "output": [ [ - "Character", + "Character", "&angmsdab" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⦩", - "description": "Named entity: angmsdab; with a semi-colon", + "input": "⦩", + "description": "Named entity: angmsdab; with a semi-colon", "output": [ [ - "Character", + "Character", "\u29a9" ] ] - }, + }, { - "input": "&angmsdac", - "description": "Bad named entity: angmsdac without a semi-colon", + "input": "&angmsdac", + "description": "Bad named entity: angmsdac without a semi-colon", "output": [ [ - "Character", + "Character", "&angmsdac" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⦪", - "description": "Named entity: angmsdac; with a semi-colon", + "input": "⦪", + "description": "Named entity: angmsdac; with a semi-colon", "output": [ [ - "Character", + "Character", "\u29aa" ] ] - }, + }, { - "input": "&angmsdad", - "description": "Bad named entity: angmsdad without a semi-colon", + "input": "&angmsdad", + "description": "Bad named entity: angmsdad without a semi-colon", "output": [ [ - "Character", + "Character", "&angmsdad" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⦫", - "description": "Named entity: angmsdad; with a semi-colon", + "input": "⦫", + "description": "Named entity: angmsdad; with a semi-colon", "output": [ [ - "Character", + "Character", "\u29ab" ] ] - }, + }, { - "input": "&angmsdae", - "description": "Bad named entity: angmsdae without a semi-colon", + "input": "&angmsdae", + "description": "Bad named entity: angmsdae without a semi-colon", "output": [ [ - "Character", + "Character", "&angmsdae" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⦬", - "description": "Named entity: angmsdae; with a semi-colon", + "input": "⦬", + "description": "Named entity: angmsdae; with a semi-colon", "output": [ [ - "Character", + "Character", "\u29ac" ] ] - }, + }, { - "input": "&angmsdaf", - "description": "Bad named entity: angmsdaf without a semi-colon", + "input": "&angmsdaf", + "description": "Bad named entity: angmsdaf without a semi-colon", "output": [ [ - "Character", + "Character", "&angmsdaf" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⦭", - "description": "Named entity: angmsdaf; with a semi-colon", + "input": "⦭", + "description": "Named entity: angmsdaf; with a semi-colon", "output": [ [ - "Character", + "Character", "\u29ad" ] ] - }, + }, { - "input": "&angmsdag", - "description": "Bad named entity: angmsdag without a semi-colon", + "input": "&angmsdag", + "description": "Bad named entity: angmsdag without a semi-colon", "output": [ [ - "Character", + "Character", "&angmsdag" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⦮", - "description": "Named entity: angmsdag; with a semi-colon", + "input": "⦮", + "description": "Named entity: angmsdag; with a semi-colon", "output": [ [ - "Character", + "Character", "\u29ae" ] ] - }, + }, { - "input": "&angmsdah", - "description": "Bad named entity: angmsdah without a semi-colon", + "input": "&angmsdah", + "description": "Bad named entity: angmsdah without a semi-colon", "output": [ [ - "Character", + "Character", "&angmsdah" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⦯", - "description": "Named entity: angmsdah; with a semi-colon", + "input": "⦯", + "description": "Named entity: angmsdah; with a semi-colon", "output": [ [ - "Character", + "Character", "\u29af" ] ] - }, + }, { - "input": "&angrt", - "description": "Bad named entity: angrt without a semi-colon", + "input": "&angrt", + "description": "Bad named entity: angrt without a semi-colon", "output": [ [ - "Character", + "Character", "&angrt" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∟", - "description": "Named entity: angrt; with a semi-colon", + "input": "∟", + "description": "Named entity: angrt; with a semi-colon", "output": [ [ - "Character", + "Character", "\u221f" ] ] - }, + }, { - "input": "&angrtvb", - "description": "Bad named entity: angrtvb without a semi-colon", + "input": "&angrtvb", + "description": "Bad named entity: angrtvb without a semi-colon", "output": [ [ - "Character", + "Character", "&angrtvb" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊾", - "description": "Named entity: angrtvb; with a semi-colon", + "input": "⊾", + "description": "Named entity: angrtvb; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22be" ] ] - }, + }, { - "input": "&angrtvbd", - "description": "Bad named entity: angrtvbd without a semi-colon", + "input": "&angrtvbd", + "description": "Bad named entity: angrtvbd without a semi-colon", "output": [ [ - "Character", + "Character", "&angrtvbd" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⦝", - "description": "Named entity: angrtvbd; with a semi-colon", + "input": "⦝", + "description": "Named entity: angrtvbd; with a semi-colon", "output": [ [ - "Character", + "Character", "\u299d" ] ] - }, + }, { - "input": "&angsph", - "description": "Bad named entity: angsph without a semi-colon", + "input": "&angsph", + "description": "Bad named entity: angsph without a semi-colon", "output": [ [ - "Character", + "Character", "&angsph" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∢", - "description": "Named entity: angsph; with a semi-colon", + "input": "∢", + "description": "Named entity: angsph; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2222" ] ] - }, + }, { - "input": "&angst", - "description": "Bad named entity: angst without a semi-colon", + "input": "&angst", + "description": "Bad named entity: angst without a semi-colon", "output": [ [ - "Character", + "Character", "&angst" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Å", - "description": "Named entity: angst; with a semi-colon", + "input": "Å", + "description": "Named entity: angst; with a semi-colon", "output": [ [ - "Character", + "Character", "\u00c5" ] ] - }, + }, { - "input": "&angzarr", - "description": "Bad named entity: angzarr without a semi-colon", + "input": "&angzarr", + "description": "Bad named entity: angzarr without a semi-colon", "output": [ [ - "Character", + "Character", "&angzarr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⍼", - "description": "Named entity: angzarr; with a semi-colon", + "input": "⍼", + "description": "Named entity: angzarr; with a semi-colon", "output": [ [ - "Character", + "Character", "\u237c" ] ] - }, + }, { - "input": "&aogon", - "description": "Bad named entity: aogon without a semi-colon", + "input": "&aogon", + "description": "Bad named entity: aogon without a semi-colon", "output": [ [ - "Character", + "Character", "&aogon" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ą", - "description": "Named entity: aogon; with a semi-colon", + "input": "ą", + "description": "Named entity: aogon; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0105" ] ] - }, + }, { - "input": "&aopf", - "description": "Bad named entity: aopf without a semi-colon", + "input": "&aopf", + "description": "Bad named entity: aopf without a semi-colon", "output": [ [ - "Character", + "Character", "&aopf" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝕒", - "description": "Named entity: aopf; with a semi-colon", + "input": "𝕒", + "description": "Named entity: aopf; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udd52" ] ] - }, + }, { - "input": "&ap", - "description": "Bad named entity: ap without a semi-colon", + "input": "&ap", + "description": "Bad named entity: ap without a semi-colon", "output": [ [ - "Character", + "Character", "&ap" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≈", - "description": "Named entity: ap; with a semi-colon", + "input": "≈", + "description": "Named entity: ap; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2248" ] ] - }, + }, { - "input": "&apE", - "description": "Bad named entity: apE without a semi-colon", + "input": "&apE", + "description": "Bad named entity: apE without a semi-colon", "output": [ [ - "Character", + "Character", "&apE" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⩰", - "description": "Named entity: apE; with a semi-colon", + "input": "⩰", + "description": "Named entity: apE; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a70" ] ] - }, + }, { - "input": "&apacir", - "description": "Bad named entity: apacir without a semi-colon", + "input": "&apacir", + "description": "Bad named entity: apacir without a semi-colon", "output": [ [ - "Character", + "Character", "&apacir" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⩯", - "description": "Named entity: apacir; with a semi-colon", + "input": "⩯", + "description": "Named entity: apacir; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a6f" ] ] - }, + }, { - "input": "&ape", - "description": "Bad named entity: ape without a semi-colon", + "input": "&ape", + "description": "Bad named entity: ape without a semi-colon", "output": [ [ - "Character", + "Character", "&ape" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≊", - "description": "Named entity: ape; with a semi-colon", + "input": "≊", + "description": "Named entity: ape; with a semi-colon", "output": [ [ - "Character", + "Character", "\u224a" ] ] - }, + }, { - "input": "&apid", - "description": "Bad named entity: apid without a semi-colon", + "input": "&apid", + "description": "Bad named entity: apid without a semi-colon", "output": [ [ - "Character", + "Character", "&apid" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≋", - "description": "Named entity: apid; with a semi-colon", + "input": "≋", + "description": "Named entity: apid; with a semi-colon", "output": [ [ - "Character", + "Character", "\u224b" ] ] - }, + }, { - "input": "&apos", - "description": "Bad named entity: apos without a semi-colon", + "input": "&apos", + "description": "Bad named entity: apos without a semi-colon", "output": [ [ - "Character", + "Character", "&apos" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "'", - "description": "Named entity: apos; with a semi-colon", + "input": "'", + "description": "Named entity: apos; with a semi-colon", "output": [ [ - "Character", + "Character", "'" ] ] - }, + }, { - "input": "&approx", - "description": "Bad named entity: approx without a semi-colon", + "input": "&approx", + "description": "Bad named entity: approx without a semi-colon", "output": [ [ - "Character", + "Character", "&approx" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≈", - "description": "Named entity: approx; with a semi-colon", + "input": "≈", + "description": "Named entity: approx; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2248" ] ] - }, + }, { - "input": "&approxeq", - "description": "Bad named entity: approxeq without a semi-colon", + "input": "&approxeq", + "description": "Bad named entity: approxeq without a semi-colon", "output": [ [ - "Character", + "Character", "&approxeq" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≊", - "description": "Named entity: approxeq; with a semi-colon", + "input": "≊", + "description": "Named entity: approxeq; with a semi-colon", "output": [ [ - "Character", + "Character", "\u224a" ] ] - }, + }, { - "input": "å", - "description": "Named entity: aring without a semi-colon", + "input": "å", + "description": "Named entity: aring without a semi-colon", "output": [ [ - "Character", + "Character", "\u00e5" ] ], "errors": [ { "code": "missing-semicolon-after-character-reference", "line": 1, "col": 7 } ] - }, + }, { - "input": "å", - "description": "Named entity: aring; with a semi-colon", + "input": "å", + "description": "Named entity: aring; with a semi-colon", "output": [ [ - "Character", + "Character", "\u00e5" ] ] - }, + }, { - "input": "&ascr", - "description": "Bad named entity: ascr without a semi-colon", + "input": "&ascr", + "description": "Bad named entity: ascr without a semi-colon", "output": [ [ - "Character", + "Character", "&ascr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝒶", - "description": "Named entity: ascr; with a semi-colon", + "input": "𝒶", + "description": "Named entity: ascr; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udcb6" ] ] - }, + }, { - "input": "&ast", - "description": "Bad named entity: ast without a semi-colon", + "input": "&ast", + "description": "Bad named entity: ast without a semi-colon", "output": [ [ - "Character", + "Character", "&ast" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "*", - "description": "Named entity: ast; with a semi-colon", + "input": "*", + "description": "Named entity: ast; with a semi-colon", "output": [ [ - "Character", + "Character", "*" ] ] - }, + }, { - "input": "&asymp", - "description": "Bad named entity: asymp without a semi-colon", + "input": "&asymp", + "description": "Bad named entity: asymp without a semi-colon", "output": [ [ - "Character", + "Character", "&asymp" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≈", - "description": "Named entity: asymp; with a semi-colon", + "input": "≈", + "description": "Named entity: asymp; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2248" ] ] - }, + }, { - "input": "&asympeq", - "description": "Bad named entity: asympeq without a semi-colon", + "input": "&asympeq", + "description": "Bad named entity: asympeq without a semi-colon", "output": [ [ - "Character", + "Character", "&asympeq" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≍", - "description": "Named entity: asympeq; with a semi-colon", + "input": "≍", + "description": "Named entity: asympeq; with a semi-colon", "output": [ [ - "Character", + "Character", "\u224d" ] ] - }, + }, { - "input": "ã", - "description": "Named entity: atilde without a semi-colon", + "input": "ã", + "description": "Named entity: atilde without a semi-colon", "output": [ [ - "Character", + "Character", "\u00e3" ] ], "errors": [ { "code": "missing-semicolon-after-character-reference", "line": 1, "col": 8 } ] - }, + }, { - "input": "ã", - "description": "Named entity: atilde; with a semi-colon", + "input": "ã", + "description": "Named entity: atilde; with a semi-colon", "output": [ [ - "Character", + "Character", "\u00e3" ] ] - }, + }, { - "input": "ä", - "description": "Named entity: auml without a semi-colon", + "input": "ä", + "description": "Named entity: auml without a semi-colon", "output": [ [ - "Character", + "Character", "\u00e4" ] ], "errors": [ { "code": "missing-semicolon-after-character-reference", "line": 1, "col": 6 } ] - }, + }, { - "input": "ä", - "description": "Named entity: auml; with a semi-colon", + "input": "ä", + "description": "Named entity: auml; with a semi-colon", "output": [ [ - "Character", + "Character", "\u00e4" ] ] - }, + }, { - "input": "&awconint", - "description": "Bad named entity: awconint without a semi-colon", + "input": "&awconint", + "description": "Bad named entity: awconint without a semi-colon", "output": [ [ - "Character", + "Character", "&awconint" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∳", - "description": "Named entity: awconint; with a semi-colon", + "input": "∳", + "description": "Named entity: awconint; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2233" ] ] - }, + }, { - "input": "&awint", - "description": "Bad named entity: awint without a semi-colon", + "input": "&awint", + "description": "Bad named entity: awint without a semi-colon", "output": [ [ - "Character", + "Character", "&awint" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⨑", - "description": "Named entity: awint; with a semi-colon", + "input": "⨑", + "description": "Named entity: awint; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a11" ] ] - }, + }, { - "input": "&bNot", - "description": "Bad named entity: bNot without a semi-colon", + "input": "&bNot", + "description": "Bad named entity: bNot without a semi-colon", "output": [ [ - "Character", + "Character", "&bNot" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⫭", - "description": "Named entity: bNot; with a semi-colon", + "input": "⫭", + "description": "Named entity: bNot; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2aed" ] ] - }, + }, { - "input": "&backcong", - "description": "Bad named entity: backcong without a semi-colon", + "input": "&backcong", + "description": "Bad named entity: backcong without a semi-colon", "output": [ [ - "Character", + "Character", "&backcong" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≌", - "description": "Named entity: backcong; with a semi-colon", + "input": "≌", + "description": "Named entity: backcong; with a semi-colon", "output": [ [ - "Character", + "Character", "\u224c" ] ] - }, + }, { - "input": "&backepsilon", - "description": "Bad named entity: backepsilon without a semi-colon", + "input": "&backepsilon", + "description": "Bad named entity: backepsilon without a semi-colon", "output": [ [ - "Character", + "Character", "&backepsilon" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "϶", - "description": "Named entity: backepsilon; with a semi-colon", + "input": "϶", + "description": "Named entity: backepsilon; with a semi-colon", "output": [ [ - "Character", + "Character", "\u03f6" ] ] - }, + }, { - "input": "&backprime", - "description": "Bad named entity: backprime without a semi-colon", + "input": "&backprime", + "description": "Bad named entity: backprime without a semi-colon", "output": [ [ - "Character", + "Character", "&backprime" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "‵", - "description": "Named entity: backprime; with a semi-colon", + "input": "‵", + "description": "Named entity: backprime; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2035" ] ] - }, + }, { - "input": "&backsim", - "description": "Bad named entity: backsim without a semi-colon", + "input": "&backsim", + "description": "Bad named entity: backsim without a semi-colon", "output": [ [ - "Character", + "Character", "&backsim" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∽", - "description": "Named entity: backsim; with a semi-colon", + "input": "∽", + "description": "Named entity: backsim; with a semi-colon", "output": [ [ - "Character", + "Character", "\u223d" ] ] - }, + }, { - "input": "&backsimeq", - "description": "Bad named entity: backsimeq without a semi-colon", + "input": "&backsimeq", + "description": "Bad named entity: backsimeq without a semi-colon", "output": [ [ - "Character", + "Character", "&backsimeq" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⋍", - "description": "Named entity: backsimeq; with a semi-colon", + "input": "⋍", + "description": "Named entity: backsimeq; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22cd" ] ] - }, + }, { - "input": "&barvee", - "description": "Bad named entity: barvee without a semi-colon", + "input": "&barvee", + "description": "Bad named entity: barvee without a semi-colon", "output": [ [ - "Character", + "Character", "&barvee" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊽", - "description": "Named entity: barvee; with a semi-colon", + "input": "⊽", + "description": "Named entity: barvee; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22bd" ] ] - }, + }, { - "input": "&barwed", - "description": "Bad named entity: barwed without a semi-colon", + "input": "&barwed", + "description": "Bad named entity: barwed without a semi-colon", "output": [ [ - "Character", + "Character", "&barwed" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⌅", - "description": "Named entity: barwed; with a semi-colon", + "input": "⌅", + "description": "Named entity: barwed; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2305" ] ] - }, + }, { - "input": "&barwedge", - "description": "Bad named entity: barwedge without a semi-colon", + "input": "&barwedge", + "description": "Bad named entity: barwedge without a semi-colon", "output": [ [ - "Character", + "Character", "&barwedge" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⌅", - "description": "Named entity: barwedge; with a semi-colon", + "input": "⌅", + "description": "Named entity: barwedge; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2305" ] ] - }, + }, { - "input": "&bbrk", - "description": "Bad named entity: bbrk without a semi-colon", + "input": "&bbrk", + "description": "Bad named entity: bbrk without a semi-colon", "output": [ [ - "Character", + "Character", "&bbrk" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⎵", - "description": "Named entity: bbrk; with a semi-colon", + "input": "⎵", + "description": "Named entity: bbrk; with a semi-colon", "output": [ [ - "Character", + "Character", "\u23b5" ] ] - }, + }, { - "input": "&bbrktbrk", - "description": "Bad named entity: bbrktbrk without a semi-colon", + "input": "&bbrktbrk", + "description": "Bad named entity: bbrktbrk without a semi-colon", "output": [ [ - "Character", + "Character", "&bbrktbrk" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⎶", - "description": "Named entity: bbrktbrk; with a semi-colon", + "input": "⎶", + "description": "Named entity: bbrktbrk; with a semi-colon", "output": [ [ - "Character", + "Character", "\u23b6" ] ] - }, + }, { - "input": "&bcong", - "description": "Bad named entity: bcong without a semi-colon", + "input": "&bcong", + "description": "Bad named entity: bcong without a semi-colon", "output": [ [ - "Character", + "Character", "&bcong" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≌", - "description": "Named entity: bcong; with a semi-colon", + "input": "≌", + "description": "Named entity: bcong; with a semi-colon", "output": [ [ - "Character", + "Character", "\u224c" ] ] - }, + }, { - "input": "&bcy", - "description": "Bad named entity: bcy without a semi-colon", + "input": "&bcy", + "description": "Bad named entity: bcy without a semi-colon", "output": [ [ - "Character", + "Character", "&bcy" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "б", - "description": "Named entity: bcy; with a semi-colon", + "input": "б", + "description": "Named entity: bcy; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0431" ] ] - }, + }, { - "input": "&bdquo", - "description": "Bad named entity: bdquo without a semi-colon", + "input": "&bdquo", + "description": "Bad named entity: bdquo without a semi-colon", "output": [ [ - "Character", + "Character", "&bdquo" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "„", - "description": "Named entity: bdquo; with a semi-colon", + "input": "„", + "description": "Named entity: bdquo; with a semi-colon", "output": [ [ - "Character", + "Character", "\u201e" ] ] - }, + }, { - "input": "&becaus", - "description": "Bad named entity: becaus without a semi-colon", + "input": "&becaus", + "description": "Bad named entity: becaus without a semi-colon", "output": [ [ - "Character", + "Character", "&becaus" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∵", - "description": "Named entity: becaus; with a semi-colon", + "input": "∵", + "description": "Named entity: becaus; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2235" ] ] - }, + }, { - "input": "&because", - "description": "Bad named entity: because without a semi-colon", + "input": "&because", + "description": "Bad named entity: because without a semi-colon", "output": [ [ - "Character", + "Character", "&because" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∵", - "description": "Named entity: because; with a semi-colon", + "input": "∵", + "description": "Named entity: because; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2235" ] ] - }, + }, { - "input": "&bemptyv", - "description": "Bad named entity: bemptyv without a semi-colon", + "input": "&bemptyv", + "description": "Bad named entity: bemptyv without a semi-colon", "output": [ [ - "Character", + "Character", "&bemptyv" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⦰", - "description": "Named entity: bemptyv; with a semi-colon", + "input": "⦰", + "description": "Named entity: bemptyv; with a semi-colon", "output": [ [ - "Character", + "Character", "\u29b0" ] ] - }, + }, { - "input": "&bepsi", - "description": "Bad named entity: bepsi without a semi-colon", + "input": "&bepsi", + "description": "Bad named entity: bepsi without a semi-colon", "output": [ [ - "Character", + "Character", "&bepsi" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "϶", - "description": "Named entity: bepsi; with a semi-colon", + "input": "϶", + "description": "Named entity: bepsi; with a semi-colon", "output": [ [ - "Character", + "Character", "\u03f6" ] ] - }, + }, { - "input": "&bernou", - "description": "Bad named entity: bernou without a semi-colon", + "input": "&bernou", + "description": "Bad named entity: bernou without a semi-colon", "output": [ [ - "Character", + "Character", "&bernou" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ℬ", - "description": "Named entity: bernou; with a semi-colon", + "input": "ℬ", + "description": "Named entity: bernou; with a semi-colon", "output": [ [ - "Character", + "Character", "\u212c" ] ] - }, + }, { - "input": "&beta", - "description": "Bad named entity: beta without a semi-colon", + "input": "&beta", + "description": "Bad named entity: beta without a semi-colon", "output": [ [ - "Character", + "Character", "&beta" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "β", - "description": "Named entity: beta; with a semi-colon", + "input": "β", + "description": "Named entity: beta; with a semi-colon", "output": [ [ - "Character", + "Character", "\u03b2" ] ] - }, + }, { - "input": "&beth", - "description": "Bad named entity: beth without a semi-colon", + "input": "&beth", + "description": "Bad named entity: beth without a semi-colon", "output": [ [ - "Character", + "Character", "&beth" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ℶ", - "description": "Named entity: beth; with a semi-colon", + "input": "ℶ", + "description": "Named entity: beth; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2136" ] ] - }, + }, { - "input": "&between", - "description": "Bad named entity: between without a semi-colon", + "input": "&between", + "description": "Bad named entity: between without a semi-colon", "output": [ [ - "Character", + "Character", "&between" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≬", - "description": "Named entity: between; with a semi-colon", + "input": "≬", + "description": "Named entity: between; with a semi-colon", "output": [ [ - "Character", + "Character", "\u226c" ] ] - }, + }, { - "input": "&bfr", - "description": "Bad named entity: bfr without a semi-colon", + "input": "&bfr", + "description": "Bad named entity: bfr without a semi-colon", "output": [ [ - "Character", + "Character", "&bfr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝔟", - "description": "Named entity: bfr; with a semi-colon", + "input": "𝔟", + "description": "Named entity: bfr; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udd1f" ] ] - }, + }, { - "input": "&bigcap", - "description": "Bad named entity: bigcap without a semi-colon", + "input": "&bigcap", + "description": "Bad named entity: bigcap without a semi-colon", "output": [ [ - "Character", + "Character", "&bigcap" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⋂", - "description": "Named entity: bigcap; with a semi-colon", + "input": "⋂", + "description": "Named entity: bigcap; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22c2" ] ] - }, + }, { - "input": "&bigcirc", - "description": "Bad named entity: bigcirc without a semi-colon", + "input": "&bigcirc", + "description": "Bad named entity: bigcirc without a semi-colon", "output": [ [ - "Character", + "Character", "&bigcirc" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "◯", - "description": "Named entity: bigcirc; with a semi-colon", + "input": "◯", + "description": "Named entity: bigcirc; with a semi-colon", "output": [ [ - "Character", + "Character", "\u25ef" ] ] - }, + }, { - "input": "&bigcup", - "description": "Bad named entity: bigcup without a semi-colon", + "input": "&bigcup", + "description": "Bad named entity: bigcup without a semi-colon", "output": [ [ - "Character", + "Character", "&bigcup" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⋃", - "description": "Named entity: bigcup; with a semi-colon", + "input": "⋃", + "description": "Named entity: bigcup; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22c3" ] ] - }, + }, { - "input": "&bigodot", - "description": "Bad named entity: bigodot without a semi-colon", + "input": "&bigodot", + "description": "Bad named entity: bigodot without a semi-colon", "output": [ [ - "Character", + "Character", "&bigodot" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⨀", - "description": "Named entity: bigodot; with a semi-colon", + "input": "⨀", + "description": "Named entity: bigodot; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a00" ] ] - }, + }, { - "input": "&bigoplus", - "description": "Bad named entity: bigoplus without a semi-colon", + "input": "&bigoplus", + "description": "Bad named entity: bigoplus without a semi-colon", "output": [ [ - "Character", + "Character", "&bigoplus" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⨁", - "description": "Named entity: bigoplus; with a semi-colon", + "input": "⨁", + "description": "Named entity: bigoplus; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a01" ] ] - }, + }, { - "input": "&bigotimes", - "description": "Bad named entity: bigotimes without a semi-colon", + "input": "&bigotimes", + "description": "Bad named entity: bigotimes without a semi-colon", "output": [ [ - "Character", + "Character", "&bigotimes" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⨂", - "description": "Named entity: bigotimes; with a semi-colon", + "input": "⨂", + "description": "Named entity: bigotimes; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a02" ] ] - }, + }, { - "input": "&bigsqcup", - "description": "Bad named entity: bigsqcup without a semi-colon", + "input": "&bigsqcup", + "description": "Bad named entity: bigsqcup without a semi-colon", "output": [ [ - "Character", + "Character", "&bigsqcup" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⨆", - "description": "Named entity: bigsqcup; with a semi-colon", + "input": "⨆", + "description": "Named entity: bigsqcup; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a06" ] ] - }, + }, { - "input": "&bigstar", - "description": "Bad named entity: bigstar without a semi-colon", + "input": "&bigstar", + "description": "Bad named entity: bigstar without a semi-colon", "output": [ [ - "Character", + "Character", "&bigstar" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "★", - "description": "Named entity: bigstar; with a semi-colon", + "input": "★", + "description": "Named entity: bigstar; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2605" ] ] - }, + }, { - "input": "&bigtriangledown", - "description": "Bad named entity: bigtriangledown without a semi-colon", + "input": "&bigtriangledown", + "description": "Bad named entity: bigtriangledown without a semi-colon", "output": [ [ - "Character", + "Character", "&bigtriangledown" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "▽", - "description": "Named entity: bigtriangledown; with a semi-colon", + "input": "▽", + "description": "Named entity: bigtriangledown; with a semi-colon", "output": [ [ - "Character", + "Character", "\u25bd" ] ] - }, + }, { - "input": "&bigtriangleup", - "description": "Bad named entity: bigtriangleup without a semi-colon", + "input": "&bigtriangleup", + "description": "Bad named entity: bigtriangleup without a semi-colon", "output": [ [ - "Character", + "Character", "&bigtriangleup" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "△", - "description": "Named entity: bigtriangleup; with a semi-colon", + "input": "△", + "description": "Named entity: bigtriangleup; with a semi-colon", "output": [ [ - "Character", + "Character", "\u25b3" ] ] - }, + }, { - "input": "&biguplus", - "description": "Bad named entity: biguplus without a semi-colon", + "input": "&biguplus", + "description": "Bad named entity: biguplus without a semi-colon", "output": [ [ - "Character", + "Character", "&biguplus" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⨄", - "description": "Named entity: biguplus; with a semi-colon", + "input": "⨄", + "description": "Named entity: biguplus; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a04" ] ] - }, + }, { - "input": "&bigvee", - "description": "Bad named entity: bigvee without a semi-colon", + "input": "&bigvee", + "description": "Bad named entity: bigvee without a semi-colon", "output": [ [ - "Character", + "Character", "&bigvee" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⋁", - "description": "Named entity: bigvee; with a semi-colon", + "input": "⋁", + "description": "Named entity: bigvee; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22c1" ] ] - }, + }, { - "input": "&bigwedge", - "description": "Bad named entity: bigwedge without a semi-colon", + "input": "&bigwedge", + "description": "Bad named entity: bigwedge without a semi-colon", "output": [ [ - "Character", + "Character", "&bigwedge" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⋀", - "description": "Named entity: bigwedge; with a semi-colon", + "input": "⋀", + "description": "Named entity: bigwedge; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22c0" ] ] - }, + }, { - "input": "&bkarow", - "description": "Bad named entity: bkarow without a semi-colon", + "input": "&bkarow", + "description": "Bad named entity: bkarow without a semi-colon", "output": [ [ - "Character", + "Character", "&bkarow" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⤍", - "description": "Named entity: bkarow; with a semi-colon", + "input": "⤍", + "description": "Named entity: bkarow; with a semi-colon", "output": [ [ - "Character", + "Character", "\u290d" ] ] - }, + }, { - "input": "&blacklozenge", - "description": "Bad named entity: blacklozenge without a semi-colon", + "input": "&blacklozenge", + "description": "Bad named entity: blacklozenge without a semi-colon", "output": [ [ - "Character", + "Character", "&blacklozenge" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⧫", - "description": "Named entity: blacklozenge; with a semi-colon", + "input": "⧫", + "description": "Named entity: blacklozenge; with a semi-colon", "output": [ [ - "Character", + "Character", "\u29eb" ] ] - }, + }, { - "input": "&blacksquare", - "description": "Bad named entity: blacksquare without a semi-colon", + "input": "&blacksquare", + "description": "Bad named entity: blacksquare without a semi-colon", "output": [ [ - "Character", + "Character", "&blacksquare" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "▪", - "description": "Named entity: blacksquare; with a semi-colon", + "input": "▪", + "description": "Named entity: blacksquare; with a semi-colon", "output": [ [ - "Character", + "Character", "\u25aa" ] ] - }, + }, { - "input": "&blacktriangle", - "description": "Bad named entity: blacktriangle without a semi-colon", + "input": "&blacktriangle", + "description": "Bad named entity: blacktriangle without a semi-colon", "output": [ [ - "Character", + "Character", "&blacktriangle" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "▴", - "description": "Named entity: blacktriangle; with a semi-colon", + "input": "▴", + "description": "Named entity: blacktriangle; with a semi-colon", "output": [ [ - "Character", + "Character", "\u25b4" ] ] - }, + }, { - "input": "&blacktriangledown", - "description": "Bad named entity: blacktriangledown without a semi-colon", + "input": "&blacktriangledown", + "description": "Bad named entity: blacktriangledown without a semi-colon", "output": [ [ - "Character", + "Character", "&blacktriangledown" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "▾", - "description": "Named entity: blacktriangledown; with a semi-colon", + "input": "▾", + "description": "Named entity: blacktriangledown; with a semi-colon", "output": [ [ - "Character", + "Character", "\u25be" ] ] - }, + }, { - "input": "&blacktriangleleft", - "description": "Bad named entity: blacktriangleleft without a semi-colon", + "input": "&blacktriangleleft", + "description": "Bad named entity: blacktriangleleft without a semi-colon", "output": [ [ - "Character", + "Character", "&blacktriangleleft" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "◂", - "description": "Named entity: blacktriangleleft; with a semi-colon", + "input": "◂", + "description": "Named entity: blacktriangleleft; with a semi-colon", "output": [ [ - "Character", + "Character", "\u25c2" ] ] - }, + }, { - "input": "&blacktriangleright", - "description": "Bad named entity: blacktriangleright without a semi-colon", + "input": "&blacktriangleright", + "description": "Bad named entity: blacktriangleright without a semi-colon", "output": [ [ - "Character", + "Character", "&blacktriangleright" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "▸", - "description": "Named entity: blacktriangleright; with a semi-colon", + "input": "▸", + "description": "Named entity: blacktriangleright; with a semi-colon", "output": [ [ - "Character", + "Character", "\u25b8" ] ] - }, + }, { - "input": "&blank", - "description": "Bad named entity: blank without a semi-colon", + "input": "&blank", + "description": "Bad named entity: blank without a semi-colon", "output": [ [ - "Character", + "Character", "&blank" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "␣", - "description": "Named entity: blank; with a semi-colon", + "input": "␣", + "description": "Named entity: blank; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2423" ] ] - }, + }, { - "input": "&blk12", - "description": "Bad named entity: blk12 without a semi-colon", + "input": "&blk12", + "description": "Bad named entity: blk12 without a semi-colon", "output": [ [ - "Character", + "Character", "&blk12" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "▒", - "description": "Named entity: blk12; with a semi-colon", + "input": "▒", + "description": "Named entity: blk12; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2592" ] ] - }, + }, { - "input": "&blk14", - "description": "Bad named entity: blk14 without a semi-colon", + "input": "&blk14", + "description": "Bad named entity: blk14 without a semi-colon", "output": [ [ - "Character", + "Character", "&blk14" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "░", - "description": "Named entity: blk14; with a semi-colon", + "input": "░", + "description": "Named entity: blk14; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2591" ] ] - }, + }, { - "input": "&blk34", - "description": "Bad named entity: blk34 without a semi-colon", + "input": "&blk34", + "description": "Bad named entity: blk34 without a semi-colon", "output": [ [ - "Character", + "Character", "&blk34" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "▓", - "description": "Named entity: blk34; with a semi-colon", + "input": "▓", + "description": "Named entity: blk34; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2593" ] ] - }, + }, { - "input": "&block", - "description": "Bad named entity: block without a semi-colon", + "input": "&block", + "description": "Bad named entity: block without a semi-colon", "output": [ [ - "Character", + "Character", "&block" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "█", - "description": "Named entity: block; with a semi-colon", + "input": "█", + "description": "Named entity: block; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2588" ] ] - }, + }, { - "input": "&bne", - "description": "Bad named entity: bne without a semi-colon", + "input": "&bne", + "description": "Bad named entity: bne without a semi-colon", "output": [ [ - "Character", + "Character", "&bne" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "=⃥", - "description": "Named entity: bne; with a semi-colon", + "input": "=⃥", + "description": "Named entity: bne; with a semi-colon", "output": [ [ - "Character", + "Character", "=\u20e5" ] ] - }, + }, { - "input": "&bnequiv", - "description": "Bad named entity: bnequiv without a semi-colon", + "input": "&bnequiv", + "description": "Bad named entity: bnequiv without a semi-colon", "output": [ [ - "Character", + "Character", "&bnequiv" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≡⃥", - "description": "Named entity: bnequiv; with a semi-colon", + "input": "≡⃥", + "description": "Named entity: bnequiv; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2261\u20e5" ] ] - }, + }, { - "input": "&bnot", - "description": "Bad named entity: bnot without a semi-colon", + "input": "&bnot", + "description": "Bad named entity: bnot without a semi-colon", "output": [ [ - "Character", + "Character", "&bnot" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⌐", - "description": "Named entity: bnot; with a semi-colon", + "input": "⌐", + "description": "Named entity: bnot; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2310" ] ] - }, + }, { - "input": "&bopf", - "description": "Bad named entity: bopf without a semi-colon", + "input": "&bopf", + "description": "Bad named entity: bopf without a semi-colon", "output": [ [ - "Character", + "Character", "&bopf" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝕓", - "description": "Named entity: bopf; with a semi-colon", + "input": "𝕓", + "description": "Named entity: bopf; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udd53" ] ] - }, + }, { - "input": "&bot", - "description": "Bad named entity: bot without a semi-colon", + "input": "&bot", + "description": "Bad named entity: bot without a semi-colon", "output": [ [ - "Character", + "Character", "&bot" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊥", - "description": "Named entity: bot; with a semi-colon", + "input": "⊥", + "description": "Named entity: bot; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22a5" ] ] - }, + }, { - "input": "&bottom", - "description": "Bad named entity: bottom without a semi-colon", + "input": "&bottom", + "description": "Bad named entity: bottom without a semi-colon", "output": [ [ - "Character", + "Character", "&bottom" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊥", - "description": "Named entity: bottom; with a semi-colon", + "input": "⊥", + "description": "Named entity: bottom; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22a5" ] ] - }, + }, { - "input": "&bowtie", - "description": "Bad named entity: bowtie without a semi-colon", + "input": "&bowtie", + "description": "Bad named entity: bowtie without a semi-colon", "output": [ [ - "Character", + "Character", "&bowtie" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⋈", - "description": "Named entity: bowtie; with a semi-colon", + "input": "⋈", + "description": "Named entity: bowtie; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22c8" ] ] - }, + }, { - "input": "&boxDL", - "description": "Bad named entity: boxDL without a semi-colon", + "input": "&boxDL", + "description": "Bad named entity: boxDL without a semi-colon", "output": [ [ - "Character", + "Character", "&boxDL" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "╗", - "description": "Named entity: boxDL; with a semi-colon", + "input": "╗", + "description": "Named entity: boxDL; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2557" ] ] - }, + }, { - "input": "&boxDR", - "description": "Bad named entity: boxDR without a semi-colon", + "input": "&boxDR", + "description": "Bad named entity: boxDR without a semi-colon", "output": [ [ - "Character", + "Character", "&boxDR" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "╔", - "description": "Named entity: boxDR; with a semi-colon", + "input": "╔", + "description": "Named entity: boxDR; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2554" ] ] - }, + }, { - "input": "&boxDl", - "description": "Bad named entity: boxDl without a semi-colon", + "input": "&boxDl", + "description": "Bad named entity: boxDl without a semi-colon", "output": [ [ - "Character", + "Character", "&boxDl" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "╖", - "description": "Named entity: boxDl; with a semi-colon", + "input": "╖", + "description": "Named entity: boxDl; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2556" ] ] - }, + }, { - "input": "&boxDr", - "description": "Bad named entity: boxDr without a semi-colon", + "input": "&boxDr", + "description": "Bad named entity: boxDr without a semi-colon", "output": [ [ - "Character", + "Character", "&boxDr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "╓", - "description": "Named entity: boxDr; with a semi-colon", + "input": "╓", + "description": "Named entity: boxDr; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2553" ] ] - }, + }, { - "input": "&boxH", - "description": "Bad named entity: boxH without a semi-colon", + "input": "&boxH", + "description": "Bad named entity: boxH without a semi-colon", "output": [ [ - "Character", + "Character", "&boxH" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "═", - "description": "Named entity: boxH; with a semi-colon", + "input": "═", + "description": "Named entity: boxH; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2550" ] ] - }, + }, { - "input": "&boxHD", - "description": "Bad named entity: boxHD without a semi-colon", + "input": "&boxHD", + "description": "Bad named entity: boxHD without a semi-colon", "output": [ [ - "Character", + "Character", "&boxHD" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "╦", - "description": "Named entity: boxHD; with a semi-colon", + "input": "╦", + "description": "Named entity: boxHD; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2566" ] ] - }, + }, { - "input": "&boxHU", - "description": "Bad named entity: boxHU without a semi-colon", + "input": "&boxHU", + "description": "Bad named entity: boxHU without a semi-colon", "output": [ [ - "Character", + "Character", "&boxHU" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "╩", - "description": "Named entity: boxHU; with a semi-colon", + "input": "╩", + "description": "Named entity: boxHU; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2569" ] ] - }, + }, { - "input": "&boxHd", - "description": "Bad named entity: boxHd without a semi-colon", + "input": "&boxHd", + "description": "Bad named entity: boxHd without a semi-colon", "output": [ [ - "Character", + "Character", "&boxHd" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "╤", - "description": "Named entity: boxHd; with a semi-colon", + "input": "╤", + "description": "Named entity: boxHd; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2564" ] ] - }, + }, { - "input": "&boxHu", - "description": "Bad named entity: boxHu without a semi-colon", + "input": "&boxHu", + "description": "Bad named entity: boxHu without a semi-colon", "output": [ [ - "Character", + "Character", "&boxHu" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "╧", - "description": "Named entity: boxHu; with a semi-colon", + "input": "╧", + "description": "Named entity: boxHu; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2567" ] ] - }, + }, { - "input": "&boxUL", - "description": "Bad named entity: boxUL without a semi-colon", + "input": "&boxUL", + "description": "Bad named entity: boxUL without a semi-colon", "output": [ [ - "Character", + "Character", "&boxUL" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "╝", - "description": "Named entity: boxUL; with a semi-colon", + "input": "╝", + "description": "Named entity: boxUL; with a semi-colon", "output": [ [ - "Character", + "Character", "\u255d" ] ] - }, + }, { - "input": "&boxUR", - "description": "Bad named entity: boxUR without a semi-colon", + "input": "&boxUR", + "description": "Bad named entity: boxUR without a semi-colon", "output": [ [ - "Character", + "Character", "&boxUR" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "╚", - "description": "Named entity: boxUR; with a semi-colon", + "input": "╚", + "description": "Named entity: boxUR; with a semi-colon", "output": [ [ - "Character", + "Character", "\u255a" ] ] - }, + }, { - "input": "&boxUl", - "description": "Bad named entity: boxUl without a semi-colon", + "input": "&boxUl", + "description": "Bad named entity: boxUl without a semi-colon", "output": [ [ - "Character", + "Character", "&boxUl" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "╜", - "description": "Named entity: boxUl; with a semi-colon", + "input": "╜", + "description": "Named entity: boxUl; with a semi-colon", "output": [ [ - "Character", + "Character", "\u255c" ] ] - }, + }, { - "input": "&boxUr", - "description": "Bad named entity: boxUr without a semi-colon", + "input": "&boxUr", + "description": "Bad named entity: boxUr without a semi-colon", "output": [ [ - "Character", + "Character", "&boxUr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "╙", - "description": "Named entity: boxUr; with a semi-colon", + "input": "╙", + "description": "Named entity: boxUr; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2559" ] ] - }, + }, { - "input": "&boxV", - "description": "Bad named entity: boxV without a semi-colon", + "input": "&boxV", + "description": "Bad named entity: boxV without a semi-colon", "output": [ [ - "Character", + "Character", "&boxV" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "║", - "description": "Named entity: boxV; with a semi-colon", + "input": "║", + "description": "Named entity: boxV; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2551" ] ] - }, + }, { - "input": "&boxVH", - "description": "Bad named entity: boxVH without a semi-colon", + "input": "&boxVH", + "description": "Bad named entity: boxVH without a semi-colon", "output": [ [ - "Character", + "Character", "&boxVH" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "╬", - "description": "Named entity: boxVH; with a semi-colon", + "input": "╬", + "description": "Named entity: boxVH; with a semi-colon", "output": [ [ - "Character", + "Character", "\u256c" ] ] - }, + }, { - "input": "&boxVL", - "description": "Bad named entity: boxVL without a semi-colon", + "input": "&boxVL", + "description": "Bad named entity: boxVL without a semi-colon", "output": [ [ - "Character", + "Character", "&boxVL" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "╣", - "description": "Named entity: boxVL; with a semi-colon", + "input": "╣", + "description": "Named entity: boxVL; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2563" ] ] - }, + }, { - "input": "&boxVR", - "description": "Bad named entity: boxVR without a semi-colon", + "input": "&boxVR", + "description": "Bad named entity: boxVR without a semi-colon", "output": [ [ - "Character", + "Character", "&boxVR" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "╠", - "description": "Named entity: boxVR; with a semi-colon", + "input": "╠", + "description": "Named entity: boxVR; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2560" ] ] - }, + }, { - "input": "&boxVh", - "description": "Bad named entity: boxVh without a semi-colon", + "input": "&boxVh", + "description": "Bad named entity: boxVh without a semi-colon", "output": [ [ - "Character", + "Character", "&boxVh" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "╫", - "description": "Named entity: boxVh; with a semi-colon", + "input": "╫", + "description": "Named entity: boxVh; with a semi-colon", "output": [ [ - "Character", + "Character", "\u256b" ] ] - }, + }, { - "input": "&boxVl", - "description": "Bad named entity: boxVl without a semi-colon", + "input": "&boxVl", + "description": "Bad named entity: boxVl without a semi-colon", "output": [ [ - "Character", + "Character", "&boxVl" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "╢", - "description": "Named entity: boxVl; with a semi-colon", + "input": "╢", + "description": "Named entity: boxVl; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2562" ] ] - }, + }, { - "input": "&boxVr", - "description": "Bad named entity: boxVr without a semi-colon", + "input": "&boxVr", + "description": "Bad named entity: boxVr without a semi-colon", "output": [ [ - "Character", + "Character", "&boxVr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "╟", - "description": "Named entity: boxVr; with a semi-colon", + "input": "╟", + "description": "Named entity: boxVr; with a semi-colon", "output": [ [ - "Character", + "Character", "\u255f" ] ] - }, + }, { - "input": "&boxbox", - "description": "Bad named entity: boxbox without a semi-colon", + "input": "&boxbox", + "description": "Bad named entity: boxbox without a semi-colon", "output": [ [ - "Character", + "Character", "&boxbox" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⧉", - "description": "Named entity: boxbox; with a semi-colon", + "input": "⧉", + "description": "Named entity: boxbox; with a semi-colon", "output": [ [ - "Character", + "Character", "\u29c9" ] ] - }, + }, { - "input": "&boxdL", - "description": "Bad named entity: boxdL without a semi-colon", + "input": "&boxdL", + "description": "Bad named entity: boxdL without a semi-colon", "output": [ [ - "Character", + "Character", "&boxdL" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "╕", - "description": "Named entity: boxdL; with a semi-colon", + "input": "╕", + "description": "Named entity: boxdL; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2555" ] ] - }, + }, { - "input": "&boxdR", - "description": "Bad named entity: boxdR without a semi-colon", + "input": "&boxdR", + "description": "Bad named entity: boxdR without a semi-colon", "output": [ [ - "Character", + "Character", "&boxdR" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "╒", - "description": "Named entity: boxdR; with a semi-colon", + "input": "╒", + "description": "Named entity: boxdR; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2552" ] ] - }, + }, { - "input": "&boxdl", - "description": "Bad named entity: boxdl without a semi-colon", + "input": "&boxdl", + "description": "Bad named entity: boxdl without a semi-colon", "output": [ [ - "Character", + "Character", "&boxdl" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "┐", - "description": "Named entity: boxdl; with a semi-colon", + "input": "┐", + "description": "Named entity: boxdl; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2510" ] ] - }, + }, { - "input": "&boxdr", - "description": "Bad named entity: boxdr without a semi-colon", + "input": "&boxdr", + "description": "Bad named entity: boxdr without a semi-colon", "output": [ [ - "Character", + "Character", "&boxdr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "┌", - "description": "Named entity: boxdr; with a semi-colon", + "input": "┌", + "description": "Named entity: boxdr; with a semi-colon", "output": [ [ - "Character", + "Character", "\u250c" ] ] - }, + }, { - "input": "&boxh", - "description": "Bad named entity: boxh without a semi-colon", + "input": "&boxh", + "description": "Bad named entity: boxh without a semi-colon", "output": [ [ - "Character", + "Character", "&boxh" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "─", - "description": "Named entity: boxh; with a semi-colon", + "input": "─", + "description": "Named entity: boxh; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2500" ] ] - }, + }, { - "input": "&boxhD", - "description": "Bad named entity: boxhD without a semi-colon", + "input": "&boxhD", + "description": "Bad named entity: boxhD without a semi-colon", "output": [ [ - "Character", + "Character", "&boxhD" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "╥", - "description": "Named entity: boxhD; with a semi-colon", + "input": "╥", + "description": "Named entity: boxhD; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2565" ] ] - }, + }, { - "input": "&boxhU", - "description": "Bad named entity: boxhU without a semi-colon", + "input": "&boxhU", + "description": "Bad named entity: boxhU without a semi-colon", "output": [ [ - "Character", + "Character", "&boxhU" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "╨", - "description": "Named entity: boxhU; with a semi-colon", + "input": "╨", + "description": "Named entity: boxhU; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2568" ] ] - }, + }, { - "input": "&boxhd", - "description": "Bad named entity: boxhd without a semi-colon", + "input": "&boxhd", + "description": "Bad named entity: boxhd without a semi-colon", "output": [ [ - "Character", + "Character", "&boxhd" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "┬", - "description": "Named entity: boxhd; with a semi-colon", + "input": "┬", + "description": "Named entity: boxhd; with a semi-colon", "output": [ [ - "Character", + "Character", "\u252c" ] ] - }, + }, { - "input": "&boxhu", - "description": "Bad named entity: boxhu without a semi-colon", + "input": "&boxhu", + "description": "Bad named entity: boxhu without a semi-colon", "output": [ [ - "Character", + "Character", "&boxhu" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "┴", - "description": "Named entity: boxhu; with a semi-colon", + "input": "┴", + "description": "Named entity: boxhu; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2534" ] ] - }, + }, { - "input": "&boxminus", - "description": "Bad named entity: boxminus without a semi-colon", + "input": "&boxminus", + "description": "Bad named entity: boxminus without a semi-colon", "output": [ [ - "Character", + "Character", "&boxminus" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊟", - "description": "Named entity: boxminus; with a semi-colon", + "input": "⊟", + "description": "Named entity: boxminus; with a semi-colon", "output": [ [ - "Character", + "Character", "\u229f" ] ] - }, + }, { - "input": "&boxplus", - "description": "Bad named entity: boxplus without a semi-colon", + "input": "&boxplus", + "description": "Bad named entity: boxplus without a semi-colon", "output": [ [ - "Character", + "Character", "&boxplus" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊞", - "description": "Named entity: boxplus; with a semi-colon", + "input": "⊞", + "description": "Named entity: boxplus; with a semi-colon", "output": [ [ - "Character", + "Character", "\u229e" ] ] - }, + }, { - "input": "&boxtimes", - "description": "Bad named entity: boxtimes without a semi-colon", + "input": "&boxtimes", + "description": "Bad named entity: boxtimes without a semi-colon", "output": [ [ - "Character", + "Character", "&boxtimes" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊠", - "description": "Named entity: boxtimes; with a semi-colon", + "input": "⊠", + "description": "Named entity: boxtimes; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22a0" ] ] - }, + }, { - "input": "&boxuL", - "description": "Bad named entity: boxuL without a semi-colon", + "input": "&boxuL", + "description": "Bad named entity: boxuL without a semi-colon", "output": [ [ - "Character", + "Character", "&boxuL" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "╛", - "description": "Named entity: boxuL; with a semi-colon", + "input": "╛", + "description": "Named entity: boxuL; with a semi-colon", "output": [ [ - "Character", + "Character", "\u255b" ] ] - }, + }, { - "input": "&boxuR", - "description": "Bad named entity: boxuR without a semi-colon", + "input": "&boxuR", + "description": "Bad named entity: boxuR without a semi-colon", "output": [ [ - "Character", + "Character", "&boxuR" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "╘", - "description": "Named entity: boxuR; with a semi-colon", + "input": "╘", + "description": "Named entity: boxuR; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2558" ] ] - }, + }, { - "input": "&boxul", - "description": "Bad named entity: boxul without a semi-colon", + "input": "&boxul", + "description": "Bad named entity: boxul without a semi-colon", "output": [ [ - "Character", + "Character", "&boxul" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "┘", - "description": "Named entity: boxul; with a semi-colon", + "input": "┘", + "description": "Named entity: boxul; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2518" ] ] - }, + }, { - "input": "&boxur", - "description": "Bad named entity: boxur without a semi-colon", + "input": "&boxur", + "description": "Bad named entity: boxur without a semi-colon", "output": [ [ - "Character", + "Character", "&boxur" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "└", - "description": "Named entity: boxur; with a semi-colon", + "input": "└", + "description": "Named entity: boxur; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2514" ] ] - }, + }, { - "input": "&boxv", - "description": "Bad named entity: boxv without a semi-colon", + "input": "&boxv", + "description": "Bad named entity: boxv without a semi-colon", "output": [ [ - "Character", + "Character", "&boxv" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "│", - "description": "Named entity: boxv; with a semi-colon", + "input": "│", + "description": "Named entity: boxv; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2502" ] ] - }, + }, { - "input": "&boxvH", - "description": "Bad named entity: boxvH without a semi-colon", + "input": "&boxvH", + "description": "Bad named entity: boxvH without a semi-colon", "output": [ [ - "Character", + "Character", "&boxvH" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "╪", - "description": "Named entity: boxvH; with a semi-colon", + "input": "╪", + "description": "Named entity: boxvH; with a semi-colon", "output": [ [ - "Character", + "Character", "\u256a" ] ] - }, + }, { - "input": "&boxvL", - "description": "Bad named entity: boxvL without a semi-colon", + "input": "&boxvL", + "description": "Bad named entity: boxvL without a semi-colon", "output": [ [ - "Character", + "Character", "&boxvL" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "╡", - "description": "Named entity: boxvL; with a semi-colon", + "input": "╡", + "description": "Named entity: boxvL; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2561" ] ] - }, + }, { - "input": "&boxvR", - "description": "Bad named entity: boxvR without a semi-colon", + "input": "&boxvR", + "description": "Bad named entity: boxvR without a semi-colon", "output": [ [ - "Character", + "Character", "&boxvR" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "╞", - "description": "Named entity: boxvR; with a semi-colon", + "input": "╞", + "description": "Named entity: boxvR; with a semi-colon", "output": [ [ - "Character", + "Character", "\u255e" ] ] - }, + }, { - "input": "&boxvh", - "description": "Bad named entity: boxvh without a semi-colon", + "input": "&boxvh", + "description": "Bad named entity: boxvh without a semi-colon", "output": [ [ - "Character", + "Character", "&boxvh" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "┼", - "description": "Named entity: boxvh; with a semi-colon", + "input": "┼", + "description": "Named entity: boxvh; with a semi-colon", "output": [ [ - "Character", + "Character", "\u253c" ] ] - }, + }, { - "input": "&boxvl", - "description": "Bad named entity: boxvl without a semi-colon", + "input": "&boxvl", + "description": "Bad named entity: boxvl without a semi-colon", "output": [ [ - "Character", + "Character", "&boxvl" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "┤", - "description": "Named entity: boxvl; with a semi-colon", + "input": "┤", + "description": "Named entity: boxvl; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2524" ] ] - }, + }, { - "input": "&boxvr", - "description": "Bad named entity: boxvr without a semi-colon", + "input": "&boxvr", + "description": "Bad named entity: boxvr without a semi-colon", "output": [ [ - "Character", + "Character", "&boxvr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "├", - "description": "Named entity: boxvr; with a semi-colon", + "input": "├", + "description": "Named entity: boxvr; with a semi-colon", "output": [ [ - "Character", + "Character", "\u251c" ] ] - }, + }, { - "input": "&bprime", - "description": "Bad named entity: bprime without a semi-colon", + "input": "&bprime", + "description": "Bad named entity: bprime without a semi-colon", "output": [ [ - "Character", + "Character", "&bprime" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "‵", - "description": "Named entity: bprime; with a semi-colon", + "input": "‵", + "description": "Named entity: bprime; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2035" ] ] - }, + }, { - "input": "&breve", - "description": "Bad named entity: breve without a semi-colon", + "input": "&breve", + "description": "Bad named entity: breve without a semi-colon", "output": [ [ - "Character", + "Character", "&breve" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "˘", - "description": "Named entity: breve; with a semi-colon", + "input": "˘", + "description": "Named entity: breve; with a semi-colon", "output": [ [ - "Character", + "Character", "\u02d8" ] ] - }, + }, { - "input": "¦", - "description": "Named entity: brvbar without a semi-colon", + "input": "¦", + "description": "Named entity: brvbar without a semi-colon", "output": [ [ - "Character", + "Character", "\u00a6" ] ], "errors": [ { "code": "missing-semicolon-after-character-reference", "line": 1, "col": 8 } ] - }, + }, { - "input": "¦", - "description": "Named entity: brvbar; with a semi-colon", + "input": "¦", + "description": "Named entity: brvbar; with a semi-colon", "output": [ [ - "Character", + "Character", "\u00a6" ] ] - }, + }, { - "input": "&bscr", - "description": "Bad named entity: bscr without a semi-colon", + "input": "&bscr", + "description": "Bad named entity: bscr without a semi-colon", "output": [ [ - "Character", + "Character", "&bscr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝒷", - "description": "Named entity: bscr; with a semi-colon", + "input": "𝒷", + "description": "Named entity: bscr; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udcb7" ] ] - }, + }, { - "input": "&bsemi", - "description": "Bad named entity: bsemi without a semi-colon", + "input": "&bsemi", + "description": "Bad named entity: bsemi without a semi-colon", "output": [ [ - "Character", + "Character", "&bsemi" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⁏", - "description": "Named entity: bsemi; with a semi-colon", + "input": "⁏", + "description": "Named entity: bsemi; with a semi-colon", "output": [ [ - "Character", + "Character", "\u204f" ] ] - }, + }, { - "input": "&bsim", - "description": "Bad named entity: bsim without a semi-colon", + "input": "&bsim", + "description": "Bad named entity: bsim without a semi-colon", "output": [ [ - "Character", + "Character", "&bsim" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∽", - "description": "Named entity: bsim; with a semi-colon", + "input": "∽", + "description": "Named entity: bsim; with a semi-colon", "output": [ [ - "Character", + "Character", "\u223d" ] ] - }, + }, { - "input": "&bsime", - "description": "Bad named entity: bsime without a semi-colon", + "input": "&bsime", + "description": "Bad named entity: bsime without a semi-colon", "output": [ [ - "Character", + "Character", "&bsime" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⋍", - "description": "Named entity: bsime; with a semi-colon", + "input": "⋍", + "description": "Named entity: bsime; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22cd" ] ] - }, + }, { - "input": "&bsol", - "description": "Bad named entity: bsol without a semi-colon", + "input": "&bsol", + "description": "Bad named entity: bsol without a semi-colon", "output": [ [ - "Character", + "Character", "&bsol" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "\", - "description": "Named entity: bsol; with a semi-colon", + "input": "\", + "description": "Named entity: bsol; with a semi-colon", "output": [ [ - "Character", + "Character", "\\" ] ] - }, + }, { - "input": "&bsolb", - "description": "Bad named entity: bsolb without a semi-colon", + "input": "&bsolb", + "description": "Bad named entity: bsolb without a semi-colon", "output": [ [ - "Character", + "Character", "&bsolb" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⧅", - "description": "Named entity: bsolb; with a semi-colon", + "input": "⧅", + "description": "Named entity: bsolb; with a semi-colon", "output": [ [ - "Character", + "Character", "\u29c5" ] ] - }, + }, { - "input": "&bsolhsub", - "description": "Bad named entity: bsolhsub without a semi-colon", + "input": "&bsolhsub", + "description": "Bad named entity: bsolhsub without a semi-colon", "output": [ [ - "Character", + "Character", "&bsolhsub" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⟈", - "description": "Named entity: bsolhsub; with a semi-colon", + "input": "⟈", + "description": "Named entity: bsolhsub; with a semi-colon", "output": [ [ - "Character", + "Character", "\u27c8" ] ] - }, + }, { - "input": "&bull", - "description": "Bad named entity: bull without a semi-colon", + "input": "&bull", + "description": "Bad named entity: bull without a semi-colon", "output": [ [ - "Character", + "Character", "&bull" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "•", - "description": "Named entity: bull; with a semi-colon", + "input": "•", + "description": "Named entity: bull; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2022" ] ] - }, + }, { - "input": "&bullet", - "description": "Bad named entity: bullet without a semi-colon", + "input": "&bullet", + "description": "Bad named entity: bullet without a semi-colon", "output": [ [ - "Character", + "Character", "&bullet" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "•", - "description": "Named entity: bullet; with a semi-colon", + "input": "•", + "description": "Named entity: bullet; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2022" ] ] - }, + }, { - "input": "&bump", - "description": "Bad named entity: bump without a semi-colon", + "input": "&bump", + "description": "Bad named entity: bump without a semi-colon", "output": [ [ - "Character", + "Character", "&bump" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≎", - "description": "Named entity: bump; with a semi-colon", + "input": "≎", + "description": "Named entity: bump; with a semi-colon", "output": [ [ - "Character", + "Character", "\u224e" ] ] - }, + }, { - "input": "&bumpE", - "description": "Bad named entity: bumpE without a semi-colon", + "input": "&bumpE", + "description": "Bad named entity: bumpE without a semi-colon", "output": [ [ - "Character", + "Character", "&bumpE" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⪮", - "description": "Named entity: bumpE; with a semi-colon", + "input": "⪮", + "description": "Named entity: bumpE; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2aae" ] ] - }, + }, { - "input": "&bumpe", - "description": "Bad named entity: bumpe without a semi-colon", + "input": "&bumpe", + "description": "Bad named entity: bumpe without a semi-colon", "output": [ [ - "Character", + "Character", "&bumpe" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≏", - "description": "Named entity: bumpe; with a semi-colon", + "input": "≏", + "description": "Named entity: bumpe; with a semi-colon", "output": [ [ - "Character", + "Character", "\u224f" ] ] - }, + }, { - "input": "&bumpeq", - "description": "Bad named entity: bumpeq without a semi-colon", + "input": "&bumpeq", + "description": "Bad named entity: bumpeq without a semi-colon", "output": [ [ - "Character", + "Character", "&bumpeq" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≏", - "description": "Named entity: bumpeq; with a semi-colon", + "input": "≏", + "description": "Named entity: bumpeq; with a semi-colon", "output": [ [ - "Character", + "Character", "\u224f" ] ] - }, + }, { - "input": "&cacute", - "description": "Bad named entity: cacute without a semi-colon", + "input": "&cacute", + "description": "Bad named entity: cacute without a semi-colon", "output": [ [ - "Character", + "Character", "&cacute" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ć", - "description": "Named entity: cacute; with a semi-colon", + "input": "ć", + "description": "Named entity: cacute; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0107" ] ] - }, + }, { - "input": "&cap", - "description": "Bad named entity: cap without a semi-colon", + "input": "&cap", + "description": "Bad named entity: cap without a semi-colon", "output": [ [ - "Character", + "Character", "&cap" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∩", - "description": "Named entity: cap; with a semi-colon", + "input": "∩", + "description": "Named entity: cap; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2229" ] ] - }, + }, { - "input": "&capand", - "description": "Bad named entity: capand without a semi-colon", + "input": "&capand", + "description": "Bad named entity: capand without a semi-colon", "output": [ [ - "Character", + "Character", "&capand" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⩄", - "description": "Named entity: capand; with a semi-colon", + "input": "⩄", + "description": "Named entity: capand; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a44" ] ] - }, + }, { - "input": "&capbrcup", - "description": "Bad named entity: capbrcup without a semi-colon", + "input": "&capbrcup", + "description": "Bad named entity: capbrcup without a semi-colon", "output": [ [ - "Character", + "Character", "&capbrcup" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⩉", - "description": "Named entity: capbrcup; with a semi-colon", + "input": "⩉", + "description": "Named entity: capbrcup; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a49" ] ] - }, + }, { - "input": "&capcap", - "description": "Bad named entity: capcap without a semi-colon", + "input": "&capcap", + "description": "Bad named entity: capcap without a semi-colon", "output": [ [ - "Character", + "Character", "&capcap" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⩋", - "description": "Named entity: capcap; with a semi-colon", + "input": "⩋", + "description": "Named entity: capcap; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a4b" ] ] - }, + }, { - "input": "&capcup", - "description": "Bad named entity: capcup without a semi-colon", + "input": "&capcup", + "description": "Bad named entity: capcup without a semi-colon", "output": [ [ - "Character", + "Character", "&capcup" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⩇", - "description": "Named entity: capcup; with a semi-colon", + "input": "⩇", + "description": "Named entity: capcup; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a47" ] ] - }, + }, { - "input": "&capdot", - "description": "Bad named entity: capdot without a semi-colon", + "input": "&capdot", + "description": "Bad named entity: capdot without a semi-colon", "output": [ [ - "Character", + "Character", "&capdot" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⩀", - "description": "Named entity: capdot; with a semi-colon", + "input": "⩀", + "description": "Named entity: capdot; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a40" ] ] - }, + }, { - "input": "&caps", - "description": "Bad named entity: caps without a semi-colon", + "input": "&caps", + "description": "Bad named entity: caps without a semi-colon", "output": [ [ - "Character", + "Character", "&caps" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∩︀", - "description": "Named entity: caps; with a semi-colon", + "input": "∩︀", + "description": "Named entity: caps; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2229\ufe00" ] ] - }, + }, { - "input": "&caret", - "description": "Bad named entity: caret without a semi-colon", + "input": "&caret", + "description": "Bad named entity: caret without a semi-colon", "output": [ [ - "Character", + "Character", "&caret" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⁁", - "description": "Named entity: caret; with a semi-colon", + "input": "⁁", + "description": "Named entity: caret; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2041" ] ] - }, + }, { - "input": "&caron", - "description": "Bad named entity: caron without a semi-colon", + "input": "&caron", + "description": "Bad named entity: caron without a semi-colon", "output": [ [ - "Character", + "Character", "&caron" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ˇ", - "description": "Named entity: caron; with a semi-colon", + "input": "ˇ", + "description": "Named entity: caron; with a semi-colon", "output": [ [ - "Character", + "Character", "\u02c7" ] ] - }, + }, { - "input": "&ccaps", - "description": "Bad named entity: ccaps without a semi-colon", + "input": "&ccaps", + "description": "Bad named entity: ccaps without a semi-colon", "output": [ [ - "Character", + "Character", "&ccaps" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⩍", - "description": "Named entity: ccaps; with a semi-colon", + "input": "⩍", + "description": "Named entity: ccaps; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a4d" ] ] - }, + }, { - "input": "&ccaron", - "description": "Bad named entity: ccaron without a semi-colon", + "input": "&ccaron", + "description": "Bad named entity: ccaron without a semi-colon", "output": [ [ - "Character", + "Character", "&ccaron" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "č", - "description": "Named entity: ccaron; with a semi-colon", + "input": "č", + "description": "Named entity: ccaron; with a semi-colon", "output": [ [ - "Character", + "Character", "\u010d" ] ] - }, + }, { - "input": "ç", - "description": "Named entity: ccedil without a semi-colon", + "input": "ç", + "description": "Named entity: ccedil without a semi-colon", "output": [ [ - "Character", + "Character", "\u00e7" ] ], "errors": [ { "code": "missing-semicolon-after-character-reference", "line": 1, "col": 8 } ] - }, + }, { - "input": "ç", - "description": "Named entity: ccedil; with a semi-colon", + "input": "ç", + "description": "Named entity: ccedil; with a semi-colon", "output": [ [ - "Character", + "Character", "\u00e7" ] ] - }, + }, { - "input": "&ccirc", - "description": "Bad named entity: ccirc without a semi-colon", + "input": "&ccirc", + "description": "Bad named entity: ccirc without a semi-colon", "output": [ [ - "Character", + "Character", "&ccirc" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ĉ", - "description": "Named entity: ccirc; with a semi-colon", + "input": "ĉ", + "description": "Named entity: ccirc; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0109" ] ] - }, + }, { - "input": "&ccups", - "description": "Bad named entity: ccups without a semi-colon", + "input": "&ccups", + "description": "Bad named entity: ccups without a semi-colon", "output": [ [ - "Character", + "Character", "&ccups" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⩌", - "description": "Named entity: ccups; with a semi-colon", + "input": "⩌", + "description": "Named entity: ccups; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a4c" ] ] - }, + }, { - "input": "&ccupssm", - "description": "Bad named entity: ccupssm without a semi-colon", + "input": "&ccupssm", + "description": "Bad named entity: ccupssm without a semi-colon", "output": [ [ - "Character", + "Character", "&ccupssm" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⩐", - "description": "Named entity: ccupssm; with a semi-colon", + "input": "⩐", + "description": "Named entity: ccupssm; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a50" ] ] - }, + }, { - "input": "&cdot", - "description": "Bad named entity: cdot without a semi-colon", + "input": "&cdot", + "description": "Bad named entity: cdot without a semi-colon", "output": [ [ - "Character", + "Character", "&cdot" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ċ", - "description": "Named entity: cdot; with a semi-colon", + "input": "ċ", + "description": "Named entity: cdot; with a semi-colon", "output": [ [ - "Character", + "Character", "\u010b" ] ] - }, + }, { - "input": "¸", - "description": "Named entity: cedil without a semi-colon", + "input": "¸", + "description": "Named entity: cedil without a semi-colon", "output": [ [ - "Character", + "Character", "\u00b8" ] ], "errors": [ { "code": "missing-semicolon-after-character-reference", "line": 1, "col": 7 } ] - }, + }, { - "input": "¸", - "description": "Named entity: cedil; with a semi-colon", + "input": "¸", + "description": "Named entity: cedil; with a semi-colon", "output": [ [ - "Character", + "Character", "\u00b8" ] ] - }, + }, { - "input": "&cemptyv", - "description": "Bad named entity: cemptyv without a semi-colon", + "input": "&cemptyv", + "description": "Bad named entity: cemptyv without a semi-colon", "output": [ [ - "Character", + "Character", "&cemptyv" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⦲", - "description": "Named entity: cemptyv; with a semi-colon", + "input": "⦲", + "description": "Named entity: cemptyv; with a semi-colon", "output": [ [ - "Character", + "Character", "\u29b2" ] ] - }, + }, { - "input": "¢", - "description": "Named entity: cent without a semi-colon", + "input": "¢", + "description": "Named entity: cent without a semi-colon", "output": [ [ - "Character", + "Character", "\u00a2" ] ], "errors": [ { "code": "missing-semicolon-after-character-reference", "line": 1, "col": 6 } ] - }, + }, { - "input": "¢", - "description": "Named entity: cent; with a semi-colon", + "input": "¢", + "description": "Named entity: cent; with a semi-colon", "output": [ [ - "Character", + "Character", "\u00a2" ] ] - }, + }, { - "input": "·", - "description": "Named entity: centerdot; with a semi-colon", + "input": "·", + "description": "Named entity: centerdot; with a semi-colon", "output": [ [ - "Character", + "Character", "\u00b7" ] ] - }, + }, { - "input": "&cfr", - "description": "Bad named entity: cfr without a semi-colon", + "input": "&cfr", + "description": "Bad named entity: cfr without a semi-colon", "output": [ [ - "Character", + "Character", "&cfr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝔠", - "description": "Named entity: cfr; with a semi-colon", + "input": "𝔠", + "description": "Named entity: cfr; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udd20" ] ] - }, + }, { - "input": "&chcy", - "description": "Bad named entity: chcy without a semi-colon", + "input": "&chcy", + "description": "Bad named entity: chcy without a semi-colon", "output": [ [ - "Character", + "Character", "&chcy" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ч", - "description": "Named entity: chcy; with a semi-colon", + "input": "ч", + "description": "Named entity: chcy; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0447" ] ] - }, + }, { - "input": "&check", - "description": "Bad named entity: check without a semi-colon", + "input": "&check", + "description": "Bad named entity: check without a semi-colon", "output": [ [ - "Character", + "Character", "&check" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "✓", - "description": "Named entity: check; with a semi-colon", + "input": "✓", + "description": "Named entity: check; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2713" ] ] - }, + }, { - "input": "&checkmark", - "description": "Bad named entity: checkmark without a semi-colon", + "input": "&checkmark", + "description": "Bad named entity: checkmark without a semi-colon", "output": [ [ - "Character", + "Character", "&checkmark" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "✓", - "description": "Named entity: checkmark; with a semi-colon", + "input": "✓", + "description": "Named entity: checkmark; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2713" ] ] - }, + }, { - "input": "&chi", - "description": "Bad named entity: chi without a semi-colon", + "input": "&chi", + "description": "Bad named entity: chi without a semi-colon", "output": [ [ - "Character", + "Character", "&chi" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "χ", - "description": "Named entity: chi; with a semi-colon", + "input": "χ", + "description": "Named entity: chi; with a semi-colon", "output": [ [ - "Character", + "Character", "\u03c7" ] ] - }, + }, { - "input": "&cir", - "description": "Bad named entity: cir without a semi-colon", + "input": "&cir", + "description": "Bad named entity: cir without a semi-colon", "output": [ [ - "Character", + "Character", "&cir" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "○", - "description": "Named entity: cir; with a semi-colon", + "input": "○", + "description": "Named entity: cir; with a semi-colon", "output": [ [ - "Character", + "Character", "\u25cb" ] ] - }, + }, { - "input": "&cirE", - "description": "Bad named entity: cirE without a semi-colon", + "input": "&cirE", + "description": "Bad named entity: cirE without a semi-colon", "output": [ [ - "Character", + "Character", "&cirE" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⧃", - "description": "Named entity: cirE; with a semi-colon", + "input": "⧃", + "description": "Named entity: cirE; with a semi-colon", "output": [ [ - "Character", + "Character", "\u29c3" ] ] - }, + }, { - "input": "&circ", - "description": "Bad named entity: circ without a semi-colon", + "input": "&circ", + "description": "Bad named entity: circ without a semi-colon", "output": [ [ - "Character", + "Character", "&circ" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ˆ", - "description": "Named entity: circ; with a semi-colon", + "input": "ˆ", + "description": "Named entity: circ; with a semi-colon", "output": [ [ - "Character", + "Character", "\u02c6" ] ] - }, + }, { - "input": "&circeq", - "description": "Bad named entity: circeq without a semi-colon", + "input": "&circeq", + "description": "Bad named entity: circeq without a semi-colon", "output": [ [ - "Character", + "Character", "&circeq" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≗", - "description": "Named entity: circeq; with a semi-colon", + "input": "≗", + "description": "Named entity: circeq; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2257" ] ] - }, + }, { - "input": "&circlearrowleft", - "description": "Bad named entity: circlearrowleft without a semi-colon", + "input": "&circlearrowleft", + "description": "Bad named entity: circlearrowleft without a semi-colon", "output": [ [ - "Character", + "Character", "&circlearrowleft" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "↺", - "description": "Named entity: circlearrowleft; with a semi-colon", + "input": "↺", + "description": "Named entity: circlearrowleft; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21ba" ] ] - }, + }, { - "input": "&circlearrowright", - "description": "Bad named entity: circlearrowright without a semi-colon", + "input": "&circlearrowright", + "description": "Bad named entity: circlearrowright without a semi-colon", "output": [ [ - "Character", + "Character", "&circlearrowright" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "↻", - "description": "Named entity: circlearrowright; with a semi-colon", + "input": "↻", + "description": "Named entity: circlearrowright; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21bb" ] ] - }, + }, { - "input": "&circledR", - "description": "Bad named entity: circledR without a semi-colon", + "input": "&circledR", + "description": "Bad named entity: circledR without a semi-colon", "output": [ [ - "Character", + "Character", "&circledR" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "®", - "description": "Named entity: circledR; with a semi-colon", + "input": "®", + "description": "Named entity: circledR; with a semi-colon", "output": [ [ - "Character", + "Character", "\u00ae" ] ] - }, + }, { - "input": "&circledS", - "description": "Bad named entity: circledS without a semi-colon", + "input": "&circledS", + "description": "Bad named entity: circledS without a semi-colon", "output": [ [ - "Character", + "Character", "&circledS" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Ⓢ", - "description": "Named entity: circledS; with a semi-colon", + "input": "Ⓢ", + "description": "Named entity: circledS; with a semi-colon", "output": [ [ - "Character", + "Character", "\u24c8" ] ] - }, + }, { - "input": "&circledast", - "description": "Bad named entity: circledast without a semi-colon", + "input": "&circledast", + "description": "Bad named entity: circledast without a semi-colon", "output": [ [ - "Character", + "Character", "&circledast" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊛", - "description": "Named entity: circledast; with a semi-colon", + "input": "⊛", + "description": "Named entity: circledast; with a semi-colon", "output": [ [ - "Character", + "Character", "\u229b" ] ] - }, + }, { - "input": "&circledcirc", - "description": "Bad named entity: circledcirc without a semi-colon", + "input": "&circledcirc", + "description": "Bad named entity: circledcirc without a semi-colon", "output": [ [ - "Character", + "Character", "&circledcirc" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊚", - "description": "Named entity: circledcirc; with a semi-colon", + "input": "⊚", + "description": "Named entity: circledcirc; with a semi-colon", "output": [ [ - "Character", + "Character", "\u229a" ] ] - }, + }, { - "input": "&circleddash", - "description": "Bad named entity: circleddash without a semi-colon", + "input": "&circleddash", + "description": "Bad named entity: circleddash without a semi-colon", "output": [ [ - "Character", + "Character", "&circleddash" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊝", - "description": "Named entity: circleddash; with a semi-colon", + "input": "⊝", + "description": "Named entity: circleddash; with a semi-colon", "output": [ [ - "Character", + "Character", "\u229d" ] ] - }, + }, { - "input": "&cire", - "description": "Bad named entity: cire without a semi-colon", + "input": "&cire", + "description": "Bad named entity: cire without a semi-colon", "output": [ [ - "Character", + "Character", "&cire" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≗", - "description": "Named entity: cire; with a semi-colon", + "input": "≗", + "description": "Named entity: cire; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2257" ] ] - }, + }, { - "input": "&cirfnint", - "description": "Bad named entity: cirfnint without a semi-colon", + "input": "&cirfnint", + "description": "Bad named entity: cirfnint without a semi-colon", "output": [ [ - "Character", + "Character", "&cirfnint" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⨐", - "description": "Named entity: cirfnint; with a semi-colon", + "input": "⨐", + "description": "Named entity: cirfnint; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a10" ] ] - }, + }, { - "input": "&cirmid", - "description": "Bad named entity: cirmid without a semi-colon", + "input": "&cirmid", + "description": "Bad named entity: cirmid without a semi-colon", "output": [ [ - "Character", + "Character", "&cirmid" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⫯", - "description": "Named entity: cirmid; with a semi-colon", + "input": "⫯", + "description": "Named entity: cirmid; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2aef" ] ] - }, + }, { - "input": "&cirscir", - "description": "Bad named entity: cirscir without a semi-colon", + "input": "&cirscir", + "description": "Bad named entity: cirscir without a semi-colon", "output": [ [ - "Character", + "Character", "&cirscir" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⧂", - "description": "Named entity: cirscir; with a semi-colon", + "input": "⧂", + "description": "Named entity: cirscir; with a semi-colon", "output": [ [ - "Character", + "Character", "\u29c2" ] ] - }, + }, { - "input": "&clubs", - "description": "Bad named entity: clubs without a semi-colon", + "input": "&clubs", + "description": "Bad named entity: clubs without a semi-colon", "output": [ [ - "Character", + "Character", "&clubs" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "♣", - "description": "Named entity: clubs; with a semi-colon", + "input": "♣", + "description": "Named entity: clubs; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2663" ] ] - }, + }, { - "input": "&clubsuit", - "description": "Bad named entity: clubsuit without a semi-colon", + "input": "&clubsuit", + "description": "Bad named entity: clubsuit without a semi-colon", "output": [ [ - "Character", + "Character", "&clubsuit" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "♣", - "description": "Named entity: clubsuit; with a semi-colon", + "input": "♣", + "description": "Named entity: clubsuit; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2663" ] ] - }, + }, { - "input": "&colon", - "description": "Bad named entity: colon without a semi-colon", + "input": "&colon", + "description": "Bad named entity: colon without a semi-colon", "output": [ [ - "Character", + "Character", "&colon" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": ":", - "description": "Named entity: colon; with a semi-colon", + "input": ":", + "description": "Named entity: colon; with a semi-colon", "output": [ [ - "Character", + "Character", ":" ] ] - }, + }, { - "input": "&colone", - "description": "Bad named entity: colone without a semi-colon", + "input": "&colone", + "description": "Bad named entity: colone without a semi-colon", "output": [ [ - "Character", + "Character", "&colone" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≔", - "description": "Named entity: colone; with a semi-colon", + "input": "≔", + "description": "Named entity: colone; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2254" ] ] - }, + }, { - "input": "&coloneq", - "description": "Bad named entity: coloneq without a semi-colon", + "input": "&coloneq", + "description": "Bad named entity: coloneq without a semi-colon", "output": [ [ - "Character", + "Character", "&coloneq" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≔", - "description": "Named entity: coloneq; with a semi-colon", + "input": "≔", + "description": "Named entity: coloneq; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2254" ] ] - }, + }, { - "input": "&comma", - "description": "Bad named entity: comma without a semi-colon", + "input": "&comma", + "description": "Bad named entity: comma without a semi-colon", "output": [ [ - "Character", + "Character", "&comma" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": ",", - "description": "Named entity: comma; with a semi-colon", + "input": ",", + "description": "Named entity: comma; with a semi-colon", "output": [ [ - "Character", + "Character", "," ] ] - }, + }, { - "input": "&commat", - "description": "Bad named entity: commat without a semi-colon", + "input": "&commat", + "description": "Bad named entity: commat without a semi-colon", "output": [ [ - "Character", + "Character", "&commat" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "@", - "description": "Named entity: commat; with a semi-colon", + "input": "@", + "description": "Named entity: commat; with a semi-colon", "output": [ [ - "Character", + "Character", "@" ] ] - }, + }, { - "input": "&comp", - "description": "Bad named entity: comp without a semi-colon", + "input": "&comp", + "description": "Bad named entity: comp without a semi-colon", "output": [ [ - "Character", + "Character", "&comp" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∁", - "description": "Named entity: comp; with a semi-colon", + "input": "∁", + "description": "Named entity: comp; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2201" ] ] - }, + }, { - "input": "&compfn", - "description": "Bad named entity: compfn without a semi-colon", + "input": "&compfn", + "description": "Bad named entity: compfn without a semi-colon", "output": [ [ - "Character", + "Character", "&compfn" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∘", - "description": "Named entity: compfn; with a semi-colon", + "input": "∘", + "description": "Named entity: compfn; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2218" ] ] - }, + }, { - "input": "&complement", - "description": "Bad named entity: complement without a semi-colon", + "input": "&complement", + "description": "Bad named entity: complement without a semi-colon", "output": [ [ - "Character", + "Character", "&complement" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∁", - "description": "Named entity: complement; with a semi-colon", + "input": "∁", + "description": "Named entity: complement; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2201" ] ] - }, + }, { - "input": "&complexes", - "description": "Bad named entity: complexes without a semi-colon", + "input": "&complexes", + "description": "Bad named entity: complexes without a semi-colon", "output": [ [ - "Character", + "Character", "&complexes" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ℂ", - "description": "Named entity: complexes; with a semi-colon", + "input": "ℂ", + "description": "Named entity: complexes; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2102" ] ] - }, + }, { - "input": "&cong", - "description": "Bad named entity: cong without a semi-colon", + "input": "&cong", + "description": "Bad named entity: cong without a semi-colon", "output": [ [ - "Character", + "Character", "&cong" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≅", - "description": "Named entity: cong; with a semi-colon", + "input": "≅", + "description": "Named entity: cong; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2245" ] ] - }, + }, { - "input": "&congdot", - "description": "Bad named entity: congdot without a semi-colon", + "input": "&congdot", + "description": "Bad named entity: congdot without a semi-colon", "output": [ [ - "Character", + "Character", "&congdot" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⩭", - "description": "Named entity: congdot; with a semi-colon", + "input": "⩭", + "description": "Named entity: congdot; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a6d" ] ] - }, + }, { - "input": "&conint", - "description": "Bad named entity: conint without a semi-colon", + "input": "&conint", + "description": "Bad named entity: conint without a semi-colon", "output": [ [ - "Character", + "Character", "&conint" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∮", - "description": "Named entity: conint; with a semi-colon", + "input": "∮", + "description": "Named entity: conint; with a semi-colon", "output": [ [ - "Character", + "Character", "\u222e" ] ] - }, + }, { - "input": "&copf", - "description": "Bad named entity: copf without a semi-colon", + "input": "&copf", + "description": "Bad named entity: copf without a semi-colon", "output": [ [ - "Character", + "Character", "&copf" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝕔", - "description": "Named entity: copf; with a semi-colon", + "input": "𝕔", + "description": "Named entity: copf; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udd54" ] ] - }, + }, { - "input": "&coprod", - "description": "Bad named entity: coprod without a semi-colon", + "input": "&coprod", + "description": "Bad named entity: coprod without a semi-colon", "output": [ [ - "Character", + "Character", "&coprod" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∐", - "description": "Named entity: coprod; with a semi-colon", + "input": "∐", + "description": "Named entity: coprod; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2210" ] ] - }, + }, { - "input": "©", - "description": "Named entity: copy without a semi-colon", + "input": "©", + "description": "Named entity: copy without a semi-colon", "output": [ [ - "Character", + "Character", "\u00a9" ] ], "errors": [ { "code": "missing-semicolon-after-character-reference", "line": 1, "col": 6 } ] - }, + }, { - "input": "©", - "description": "Named entity: copy; with a semi-colon", + "input": "©", + "description": "Named entity: copy; with a semi-colon", "output": [ [ - "Character", + "Character", "\u00a9" ] ] - }, + }, { - "input": "℗", - "description": "Named entity: copysr; with a semi-colon", + "input": "℗", + "description": "Named entity: copysr; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2117" ] ] - }, + }, { - "input": "&crarr", - "description": "Bad named entity: crarr without a semi-colon", + "input": "&crarr", + "description": "Bad named entity: crarr without a semi-colon", "output": [ [ - "Character", + "Character", "&crarr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "↵", - "description": "Named entity: crarr; with a semi-colon", + "input": "↵", + "description": "Named entity: crarr; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21b5" ] ] - }, + }, { - "input": "&cross", - "description": "Bad named entity: cross without a semi-colon", + "input": "&cross", + "description": "Bad named entity: cross without a semi-colon", "output": [ [ - "Character", + "Character", "&cross" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "✗", - "description": "Named entity: cross; with a semi-colon", + "input": "✗", + "description": "Named entity: cross; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2717" ] ] - }, + }, { - "input": "&cscr", - "description": "Bad named entity: cscr without a semi-colon", + "input": "&cscr", + "description": "Bad named entity: cscr without a semi-colon", "output": [ [ - "Character", + "Character", "&cscr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝒸", - "description": "Named entity: cscr; with a semi-colon", + "input": "𝒸", + "description": "Named entity: cscr; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udcb8" ] ] - }, + }, { - "input": "&csub", - "description": "Bad named entity: csub without a semi-colon", + "input": "&csub", + "description": "Bad named entity: csub without a semi-colon", "output": [ [ - "Character", + "Character", "&csub" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⫏", - "description": "Named entity: csub; with a semi-colon", + "input": "⫏", + "description": "Named entity: csub; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2acf" ] ] - }, + }, { - "input": "&csube", - "description": "Bad named entity: csube without a semi-colon", + "input": "&csube", + "description": "Bad named entity: csube without a semi-colon", "output": [ [ - "Character", + "Character", "&csube" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⫑", - "description": "Named entity: csube; with a semi-colon", + "input": "⫑", + "description": "Named entity: csube; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2ad1" ] ] - }, + }, { - "input": "&csup", - "description": "Bad named entity: csup without a semi-colon", + "input": "&csup", + "description": "Bad named entity: csup without a semi-colon", "output": [ [ - "Character", + "Character", "&csup" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⫐", - "description": "Named entity: csup; with a semi-colon", + "input": "⫐", + "description": "Named entity: csup; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2ad0" ] ] - }, + }, { - "input": "&csupe", - "description": "Bad named entity: csupe without a semi-colon", + "input": "&csupe", + "description": "Bad named entity: csupe without a semi-colon", "output": [ [ - "Character", + "Character", "&csupe" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⫒", - "description": "Named entity: csupe; with a semi-colon", + "input": "⫒", + "description": "Named entity: csupe; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2ad2" ] ] - }, + }, { - "input": "&ctdot", - "description": "Bad named entity: ctdot without a semi-colon", + "input": "&ctdot", + "description": "Bad named entity: ctdot without a semi-colon", "output": [ [ - "Character", + "Character", "&ctdot" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⋯", - "description": "Named entity: ctdot; with a semi-colon", + "input": "⋯", + "description": "Named entity: ctdot; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22ef" ] ] - }, + }, { - "input": "&cudarrl", - "description": "Bad named entity: cudarrl without a semi-colon", + "input": "&cudarrl", + "description": "Bad named entity: cudarrl without a semi-colon", "output": [ [ - "Character", + "Character", "&cudarrl" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⤸", - "description": "Named entity: cudarrl; with a semi-colon", + "input": "⤸", + "description": "Named entity: cudarrl; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2938" ] ] - }, + }, { - "input": "&cudarrr", - "description": "Bad named entity: cudarrr without a semi-colon", + "input": "&cudarrr", + "description": "Bad named entity: cudarrr without a semi-colon", "output": [ [ - "Character", + "Character", "&cudarrr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⤵", - "description": "Named entity: cudarrr; with a semi-colon", + "input": "⤵", + "description": "Named entity: cudarrr; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2935" ] ] - }, + }, { - "input": "&cuepr", - "description": "Bad named entity: cuepr without a semi-colon", + "input": "&cuepr", + "description": "Bad named entity: cuepr without a semi-colon", "output": [ [ - "Character", + "Character", "&cuepr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⋞", - "description": "Named entity: cuepr; with a semi-colon", + "input": "⋞", + "description": "Named entity: cuepr; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22de" ] ] - }, + }, { - "input": "&cuesc", - "description": "Bad named entity: cuesc without a semi-colon", + "input": "&cuesc", + "description": "Bad named entity: cuesc without a semi-colon", "output": [ [ - "Character", + "Character", "&cuesc" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⋟", - "description": "Named entity: cuesc; with a semi-colon", + "input": "⋟", + "description": "Named entity: cuesc; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22df" ] ] - }, + }, { - "input": "&cularr", - "description": "Bad named entity: cularr without a semi-colon", + "input": "&cularr", + "description": "Bad named entity: cularr without a semi-colon", "output": [ [ - "Character", + "Character", "&cularr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "↶", - "description": "Named entity: cularr; with a semi-colon", + "input": "↶", + "description": "Named entity: cularr; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21b6" ] ] - }, + }, { - "input": "&cularrp", - "description": "Bad named entity: cularrp without a semi-colon", + "input": "&cularrp", + "description": "Bad named entity: cularrp without a semi-colon", "output": [ [ - "Character", + "Character", "&cularrp" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⤽", - "description": "Named entity: cularrp; with a semi-colon", + "input": "⤽", + "description": "Named entity: cularrp; with a semi-colon", "output": [ [ - "Character", + "Character", "\u293d" ] ] - }, + }, { - "input": "&cup", - "description": "Bad named entity: cup without a semi-colon", + "input": "&cup", + "description": "Bad named entity: cup without a semi-colon", "output": [ [ - "Character", + "Character", "&cup" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∪", - "description": "Named entity: cup; with a semi-colon", + "input": "∪", + "description": "Named entity: cup; with a semi-colon", "output": [ [ - "Character", + "Character", "\u222a" ] ] - }, + }, { - "input": "&cupbrcap", - "description": "Bad named entity: cupbrcap without a semi-colon", + "input": "&cupbrcap", + "description": "Bad named entity: cupbrcap without a semi-colon", "output": [ [ - "Character", + "Character", "&cupbrcap" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⩈", - "description": "Named entity: cupbrcap; with a semi-colon", + "input": "⩈", + "description": "Named entity: cupbrcap; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a48" ] ] - }, + }, { - "input": "&cupcap", - "description": "Bad named entity: cupcap without a semi-colon", + "input": "&cupcap", + "description": "Bad named entity: cupcap without a semi-colon", "output": [ [ - "Character", + "Character", "&cupcap" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⩆", - "description": "Named entity: cupcap; with a semi-colon", + "input": "⩆", + "description": "Named entity: cupcap; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a46" ] ] - }, + }, { - "input": "&cupcup", - "description": "Bad named entity: cupcup without a semi-colon", + "input": "&cupcup", + "description": "Bad named entity: cupcup without a semi-colon", "output": [ [ - "Character", + "Character", "&cupcup" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⩊", - "description": "Named entity: cupcup; with a semi-colon", + "input": "⩊", + "description": "Named entity: cupcup; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a4a" ] ] - }, + }, { - "input": "&cupdot", - "description": "Bad named entity: cupdot without a semi-colon", + "input": "&cupdot", + "description": "Bad named entity: cupdot without a semi-colon", "output": [ [ - "Character", + "Character", "&cupdot" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊍", - "description": "Named entity: cupdot; with a semi-colon", + "input": "⊍", + "description": "Named entity: cupdot; with a semi-colon", "output": [ [ - "Character", + "Character", "\u228d" ] ] - }, + }, { - "input": "&cupor", - "description": "Bad named entity: cupor without a semi-colon", + "input": "&cupor", + "description": "Bad named entity: cupor without a semi-colon", "output": [ [ - "Character", + "Character", "&cupor" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⩅", - "description": "Named entity: cupor; with a semi-colon", + "input": "⩅", + "description": "Named entity: cupor; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a45" ] ] - }, + }, { - "input": "&cups", - "description": "Bad named entity: cups without a semi-colon", + "input": "&cups", + "description": "Bad named entity: cups without a semi-colon", "output": [ [ - "Character", + "Character", "&cups" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∪︀", - "description": "Named entity: cups; with a semi-colon", + "input": "∪︀", + "description": "Named entity: cups; with a semi-colon", "output": [ [ - "Character", + "Character", "\u222a\ufe00" ] ] - }, + }, { - "input": "&curarr", - "description": "Bad named entity: curarr without a semi-colon", + "input": "&curarr", + "description": "Bad named entity: curarr without a semi-colon", "output": [ [ - "Character", + "Character", "&curarr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "↷", - "description": "Named entity: curarr; with a semi-colon", + "input": "↷", + "description": "Named entity: curarr; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21b7" ] ] - }, + }, { - "input": "&curarrm", - "description": "Bad named entity: curarrm without a semi-colon", + "input": "&curarrm", + "description": "Bad named entity: curarrm without a semi-colon", "output": [ [ - "Character", + "Character", "&curarrm" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⤼", - "description": "Named entity: curarrm; with a semi-colon", + "input": "⤼", + "description": "Named entity: curarrm; with a semi-colon", "output": [ [ - "Character", + "Character", "\u293c" ] ] - }, + }, { - "input": "&curlyeqprec", - "description": "Bad named entity: curlyeqprec without a semi-colon", + "input": "&curlyeqprec", + "description": "Bad named entity: curlyeqprec without a semi-colon", "output": [ [ - "Character", + "Character", "&curlyeqprec" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⋞", - "description": "Named entity: curlyeqprec; with a semi-colon", + "input": "⋞", + "description": "Named entity: curlyeqprec; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22de" ] ] - }, + }, { - "input": "&curlyeqsucc", - "description": "Bad named entity: curlyeqsucc without a semi-colon", + "input": "&curlyeqsucc", + "description": "Bad named entity: curlyeqsucc without a semi-colon", "output": [ [ - "Character", + "Character", "&curlyeqsucc" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⋟", - "description": "Named entity: curlyeqsucc; with a semi-colon", + "input": "⋟", + "description": "Named entity: curlyeqsucc; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22df" ] ] - }, + }, { - "input": "&curlyvee", - "description": "Bad named entity: curlyvee without a semi-colon", + "input": "&curlyvee", + "description": "Bad named entity: curlyvee without a semi-colon", "output": [ [ - "Character", + "Character", "&curlyvee" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⋎", - "description": "Named entity: curlyvee; with a semi-colon", + "input": "⋎", + "description": "Named entity: curlyvee; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22ce" ] ] - }, + }, { - "input": "&curlywedge", - "description": "Bad named entity: curlywedge without a semi-colon", + "input": "&curlywedge", + "description": "Bad named entity: curlywedge without a semi-colon", "output": [ [ - "Character", + "Character", "&curlywedge" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⋏", - "description": "Named entity: curlywedge; with a semi-colon", + "input": "⋏", + "description": "Named entity: curlywedge; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22cf" ] ] - }, + }, { - "input": "¤", - "description": "Named entity: curren without a semi-colon", + "input": "¤", + "description": "Named entity: curren without a semi-colon", "output": [ [ - "Character", + "Character", "\u00a4" ] ], "errors": [ { "code": "missing-semicolon-after-character-reference", "line": 1, "col": 8 } ] - }, + }, { - "input": "¤", - "description": "Named entity: curren; with a semi-colon", + "input": "¤", + "description": "Named entity: curren; with a semi-colon", "output": [ [ - "Character", + "Character", "\u00a4" ] ] - }, + }, { - "input": "&curvearrowleft", - "description": "Bad named entity: curvearrowleft without a semi-colon", + "input": "&curvearrowleft", + "description": "Bad named entity: curvearrowleft without a semi-colon", "output": [ [ - "Character", + "Character", "&curvearrowleft" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "↶", - "description": "Named entity: curvearrowleft; with a semi-colon", + "input": "↶", + "description": "Named entity: curvearrowleft; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21b6" ] ] - }, + }, { - "input": "&curvearrowright", - "description": "Bad named entity: curvearrowright without a semi-colon", + "input": "&curvearrowright", + "description": "Bad named entity: curvearrowright without a semi-colon", "output": [ [ - "Character", + "Character", "&curvearrowright" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "↷", - "description": "Named entity: curvearrowright; with a semi-colon", + "input": "↷", + "description": "Named entity: curvearrowright; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21b7" ] ] - }, + }, { - "input": "&cuvee", - "description": "Bad named entity: cuvee without a semi-colon", + "input": "&cuvee", + "description": "Bad named entity: cuvee without a semi-colon", "output": [ [ - "Character", + "Character", "&cuvee" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⋎", - "description": "Named entity: cuvee; with a semi-colon", + "input": "⋎", + "description": "Named entity: cuvee; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22ce" ] ] - }, + }, { - "input": "&cuwed", - "description": "Bad named entity: cuwed without a semi-colon", + "input": "&cuwed", + "description": "Bad named entity: cuwed without a semi-colon", "output": [ [ - "Character", + "Character", "&cuwed" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⋏", - "description": "Named entity: cuwed; with a semi-colon", + "input": "⋏", + "description": "Named entity: cuwed; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22cf" ] ] - }, + }, { - "input": "&cwconint", - "description": "Bad named entity: cwconint without a semi-colon", + "input": "&cwconint", + "description": "Bad named entity: cwconint without a semi-colon", "output": [ [ - "Character", + "Character", "&cwconint" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∲", - "description": "Named entity: cwconint; with a semi-colon", + "input": "∲", + "description": "Named entity: cwconint; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2232" ] ] - }, + }, { - "input": "&cwint", - "description": "Bad named entity: cwint without a semi-colon", + "input": "&cwint", + "description": "Bad named entity: cwint without a semi-colon", "output": [ [ - "Character", + "Character", "&cwint" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∱", - "description": "Named entity: cwint; with a semi-colon", + "input": "∱", + "description": "Named entity: cwint; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2231" ] ] - }, + }, { - "input": "&cylcty", - "description": "Bad named entity: cylcty without a semi-colon", + "input": "&cylcty", + "description": "Bad named entity: cylcty without a semi-colon", "output": [ [ - "Character", + "Character", "&cylcty" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⌭", - "description": "Named entity: cylcty; with a semi-colon", + "input": "⌭", + "description": "Named entity: cylcty; with a semi-colon", "output": [ [ - "Character", + "Character", "\u232d" ] ] - }, + }, { - "input": "&dArr", - "description": "Bad named entity: dArr without a semi-colon", + "input": "&dArr", + "description": "Bad named entity: dArr without a semi-colon", "output": [ [ - "Character", + "Character", "&dArr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⇓", - "description": "Named entity: dArr; with a semi-colon", + "input": "⇓", + "description": "Named entity: dArr; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21d3" ] ] - }, + }, { - "input": "&dHar", - "description": "Bad named entity: dHar without a semi-colon", + "input": "&dHar", + "description": "Bad named entity: dHar without a semi-colon", "output": [ [ - "Character", + "Character", "&dHar" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⥥", - "description": "Named entity: dHar; with a semi-colon", + "input": "⥥", + "description": "Named entity: dHar; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2965" ] ] - }, + }, { - "input": "&dagger", - "description": "Bad named entity: dagger without a semi-colon", + "input": "&dagger", + "description": "Bad named entity: dagger without a semi-colon", "output": [ [ - "Character", + "Character", "&dagger" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "†", - "description": "Named entity: dagger; with a semi-colon", + "input": "†", + "description": "Named entity: dagger; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2020" ] ] - }, + }, { - "input": "&daleth", - "description": "Bad named entity: daleth without a semi-colon", + "input": "&daleth", + "description": "Bad named entity: daleth without a semi-colon", "output": [ [ - "Character", + "Character", "&daleth" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ℸ", - "description": "Named entity: daleth; with a semi-colon", + "input": "ℸ", + "description": "Named entity: daleth; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2138" ] ] - }, + }, { - "input": "&darr", - "description": "Bad named entity: darr without a semi-colon", + "input": "&darr", + "description": "Bad named entity: darr without a semi-colon", "output": [ [ - "Character", + "Character", "&darr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "↓", - "description": "Named entity: darr; with a semi-colon", + "input": "↓", + "description": "Named entity: darr; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2193" ] ] - }, + }, { - "input": "&dash", - "description": "Bad named entity: dash without a semi-colon", + "input": "&dash", + "description": "Bad named entity: dash without a semi-colon", "output": [ [ - "Character", + "Character", "&dash" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "‐", - "description": "Named entity: dash; with a semi-colon", + "input": "‐", + "description": "Named entity: dash; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2010" ] ] - }, + }, { - "input": "&dashv", - "description": "Bad named entity: dashv without a semi-colon", + "input": "&dashv", + "description": "Bad named entity: dashv without a semi-colon", "output": [ [ - "Character", + "Character", "&dashv" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊣", - "description": "Named entity: dashv; with a semi-colon", + "input": "⊣", + "description": "Named entity: dashv; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22a3" ] ] - }, + }, { - "input": "&dbkarow", - "description": "Bad named entity: dbkarow without a semi-colon", + "input": "&dbkarow", + "description": "Bad named entity: dbkarow without a semi-colon", "output": [ [ - "Character", + "Character", "&dbkarow" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⤏", - "description": "Named entity: dbkarow; with a semi-colon", + "input": "⤏", + "description": "Named entity: dbkarow; with a semi-colon", "output": [ [ - "Character", + "Character", "\u290f" ] ] - }, + }, { - "input": "&dblac", - "description": "Bad named entity: dblac without a semi-colon", + "input": "&dblac", + "description": "Bad named entity: dblac without a semi-colon", "output": [ [ - "Character", + "Character", "&dblac" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "˝", - "description": "Named entity: dblac; with a semi-colon", + "input": "˝", + "description": "Named entity: dblac; with a semi-colon", "output": [ [ - "Character", + "Character", "\u02dd" ] ] - }, + }, { - "input": "&dcaron", - "description": "Bad named entity: dcaron without a semi-colon", + "input": "&dcaron", + "description": "Bad named entity: dcaron without a semi-colon", "output": [ [ - "Character", + "Character", "&dcaron" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ď", - "description": "Named entity: dcaron; with a semi-colon", + "input": "ď", + "description": "Named entity: dcaron; with a semi-colon", "output": [ [ - "Character", + "Character", "\u010f" ] ] - }, + }, { - "input": "&dcy", - "description": "Bad named entity: dcy without a semi-colon", + "input": "&dcy", + "description": "Bad named entity: dcy without a semi-colon", "output": [ [ - "Character", + "Character", "&dcy" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "д", - "description": "Named entity: dcy; with a semi-colon", + "input": "д", + "description": "Named entity: dcy; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0434" ] ] - }, + }, { - "input": "&dd", - "description": "Bad named entity: dd without a semi-colon", + "input": "&dd", + "description": "Bad named entity: dd without a semi-colon", "output": [ [ - "Character", + "Character", "&dd" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ⅆ", - "description": "Named entity: dd; with a semi-colon", + "input": "ⅆ", + "description": "Named entity: dd; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2146" ] ] - }, + }, { - "input": "&ddagger", - "description": "Bad named entity: ddagger without a semi-colon", + "input": "&ddagger", + "description": "Bad named entity: ddagger without a semi-colon", "output": [ [ - "Character", + "Character", "&ddagger" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "‡", - "description": "Named entity: ddagger; with a semi-colon", + "input": "‡", + "description": "Named entity: ddagger; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2021" ] ] - }, + }, { - "input": "&ddarr", - "description": "Bad named entity: ddarr without a semi-colon", + "input": "&ddarr", + "description": "Bad named entity: ddarr without a semi-colon", "output": [ [ - "Character", + "Character", "&ddarr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⇊", - "description": "Named entity: ddarr; with a semi-colon", + "input": "⇊", + "description": "Named entity: ddarr; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21ca" ] ] - }, + }, { - "input": "&ddotseq", - "description": "Bad named entity: ddotseq without a semi-colon", + "input": "&ddotseq", + "description": "Bad named entity: ddotseq without a semi-colon", "output": [ [ - "Character", + "Character", "&ddotseq" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⩷", - "description": "Named entity: ddotseq; with a semi-colon", + "input": "⩷", + "description": "Named entity: ddotseq; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a77" ] ] - }, + }, { - "input": "°", - "description": "Named entity: deg without a semi-colon", + "input": "°", + "description": "Named entity: deg without a semi-colon", "output": [ [ - "Character", + "Character", "\u00b0" ] ], "errors": [ { "code": "missing-semicolon-after-character-reference", "line": 1, "col": 5 } ] - }, + }, { - "input": "°", - "description": "Named entity: deg; with a semi-colon", + "input": "°", + "description": "Named entity: deg; with a semi-colon", "output": [ [ - "Character", + "Character", "\u00b0" ] ] - }, + }, { - "input": "&delta", - "description": "Bad named entity: delta without a semi-colon", + "input": "&delta", + "description": "Bad named entity: delta without a semi-colon", "output": [ [ - "Character", + "Character", "&delta" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "δ", - "description": "Named entity: delta; with a semi-colon", + "input": "δ", + "description": "Named entity: delta; with a semi-colon", "output": [ [ - "Character", + "Character", "\u03b4" ] ] - }, + }, { - "input": "&demptyv", - "description": "Bad named entity: demptyv without a semi-colon", + "input": "&demptyv", + "description": "Bad named entity: demptyv without a semi-colon", "output": [ [ - "Character", + "Character", "&demptyv" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⦱", - "description": "Named entity: demptyv; with a semi-colon", + "input": "⦱", + "description": "Named entity: demptyv; with a semi-colon", "output": [ [ - "Character", + "Character", "\u29b1" ] ] - }, + }, { - "input": "&dfisht", - "description": "Bad named entity: dfisht without a semi-colon", + "input": "&dfisht", + "description": "Bad named entity: dfisht without a semi-colon", "output": [ [ - "Character", + "Character", "&dfisht" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⥿", - "description": "Named entity: dfisht; with a semi-colon", + "input": "⥿", + "description": "Named entity: dfisht; with a semi-colon", "output": [ [ - "Character", + "Character", "\u297f" ] ] - }, + }, { - "input": "&dfr", - "description": "Bad named entity: dfr without a semi-colon", + "input": "&dfr", + "description": "Bad named entity: dfr without a semi-colon", "output": [ [ - "Character", + "Character", "&dfr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝔡", - "description": "Named entity: dfr; with a semi-colon", + "input": "𝔡", + "description": "Named entity: dfr; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udd21" ] ] - }, + }, { - "input": "&dharl", - "description": "Bad named entity: dharl without a semi-colon", + "input": "&dharl", + "description": "Bad named entity: dharl without a semi-colon", "output": [ [ - "Character", + "Character", "&dharl" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⇃", - "description": "Named entity: dharl; with a semi-colon", + "input": "⇃", + "description": "Named entity: dharl; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21c3" ] ] - }, + }, { - "input": "&dharr", - "description": "Bad named entity: dharr without a semi-colon", + "input": "&dharr", + "description": "Bad named entity: dharr without a semi-colon", "output": [ [ - "Character", + "Character", "&dharr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⇂", - "description": "Named entity: dharr; with a semi-colon", + "input": "⇂", + "description": "Named entity: dharr; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21c2" ] ] - }, + }, { - "input": "&diam", - "description": "Bad named entity: diam without a semi-colon", + "input": "&diam", + "description": "Bad named entity: diam without a semi-colon", "output": [ [ - "Character", + "Character", "&diam" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⋄", - "description": "Named entity: diam; with a semi-colon", + "input": "⋄", + "description": "Named entity: diam; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22c4" ] ] - }, + }, { - "input": "&diamond", - "description": "Bad named entity: diamond without a semi-colon", + "input": "&diamond", + "description": "Bad named entity: diamond without a semi-colon", "output": [ [ - "Character", + "Character", "&diamond" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⋄", - "description": "Named entity: diamond; with a semi-colon", + "input": "⋄", + "description": "Named entity: diamond; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22c4" ] ] - }, + }, { - "input": "&diamondsuit", - "description": "Bad named entity: diamondsuit without a semi-colon", + "input": "&diamondsuit", + "description": "Bad named entity: diamondsuit without a semi-colon", "output": [ [ - "Character", + "Character", "&diamondsuit" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "♦", - "description": "Named entity: diamondsuit; with a semi-colon", + "input": "♦", + "description": "Named entity: diamondsuit; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2666" ] ] - }, + }, { - "input": "&diams", - "description": "Bad named entity: diams without a semi-colon", + "input": "&diams", + "description": "Bad named entity: diams without a semi-colon", "output": [ [ - "Character", + "Character", "&diams" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "♦", - "description": "Named entity: diams; with a semi-colon", + "input": "♦", + "description": "Named entity: diams; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2666" ] ] - }, + }, { - "input": "&die", - "description": "Bad named entity: die without a semi-colon", + "input": "&die", + "description": "Bad named entity: die without a semi-colon", "output": [ [ - "Character", + "Character", "&die" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "¨", - "description": "Named entity: die; with a semi-colon", + "input": "¨", + "description": "Named entity: die; with a semi-colon", "output": [ [ - "Character", + "Character", "\u00a8" ] ] - }, + }, { - "input": "&digamma", - "description": "Bad named entity: digamma without a semi-colon", + "input": "&digamma", + "description": "Bad named entity: digamma without a semi-colon", "output": [ [ - "Character", + "Character", "&digamma" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ϝ", - "description": "Named entity: digamma; with a semi-colon", + "input": "ϝ", + "description": "Named entity: digamma; with a semi-colon", "output": [ [ - "Character", + "Character", "\u03dd" ] ] - }, + }, { - "input": "&disin", - "description": "Bad named entity: disin without a semi-colon", + "input": "&disin", + "description": "Bad named entity: disin without a semi-colon", "output": [ [ - "Character", + "Character", "&disin" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⋲", - "description": "Named entity: disin; with a semi-colon", + "input": "⋲", + "description": "Named entity: disin; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22f2" ] ] - }, + }, { - "input": "&div", - "description": "Bad named entity: div without a semi-colon", + "input": "&div", + "description": "Bad named entity: div without a semi-colon", "output": [ [ - "Character", + "Character", "&div" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "÷", - "description": "Named entity: div; with a semi-colon", + "input": "÷", + "description": "Named entity: div; with a semi-colon", "output": [ [ - "Character", + "Character", "\u00f7" ] ] - }, + }, { - "input": "÷", - "description": "Named entity: divide without a semi-colon", + "input": "÷", + "description": "Named entity: divide without a semi-colon", "output": [ [ - "Character", + "Character", "\u00f7" ] ], "errors": [ { "code": "missing-semicolon-after-character-reference", "line": 1, "col": 8 } ] - }, + }, { - "input": "÷", - "description": "Named entity: divide; with a semi-colon", + "input": "÷", + "description": "Named entity: divide; with a semi-colon", "output": [ [ - "Character", + "Character", "\u00f7" ] ] - }, + }, { - "input": "⋇", - "description": "Named entity: divideontimes; with a semi-colon", + "input": "⋇", + "description": "Named entity: divideontimes; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22c7" ] ] - }, + }, { - "input": "&divonx", - "description": "Bad named entity: divonx without a semi-colon", + "input": "&divonx", + "description": "Bad named entity: divonx without a semi-colon", "output": [ [ - "Character", + "Character", "&divonx" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⋇", - "description": "Named entity: divonx; with a semi-colon", + "input": "⋇", + "description": "Named entity: divonx; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22c7" ] ] - }, + }, { - "input": "&djcy", - "description": "Bad named entity: djcy without a semi-colon", + "input": "&djcy", + "description": "Bad named entity: djcy without a semi-colon", "output": [ [ - "Character", + "Character", "&djcy" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ђ", - "description": "Named entity: djcy; with a semi-colon", + "input": "ђ", + "description": "Named entity: djcy; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0452" ] ] - }, + }, { - "input": "&dlcorn", - "description": "Bad named entity: dlcorn without a semi-colon", + "input": "&dlcorn", + "description": "Bad named entity: dlcorn without a semi-colon", "output": [ [ - "Character", + "Character", "&dlcorn" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⌞", - "description": "Named entity: dlcorn; with a semi-colon", + "input": "⌞", + "description": "Named entity: dlcorn; with a semi-colon", "output": [ [ - "Character", + "Character", "\u231e" ] ] - }, + }, { - "input": "&dlcrop", - "description": "Bad named entity: dlcrop without a semi-colon", + "input": "&dlcrop", + "description": "Bad named entity: dlcrop without a semi-colon", "output": [ [ - "Character", + "Character", "&dlcrop" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⌍", - "description": "Named entity: dlcrop; with a semi-colon", + "input": "⌍", + "description": "Named entity: dlcrop; with a semi-colon", "output": [ [ - "Character", + "Character", "\u230d" ] ] - }, + }, { - "input": "&dollar", - "description": "Bad named entity: dollar without a semi-colon", + "input": "&dollar", + "description": "Bad named entity: dollar without a semi-colon", "output": [ [ - "Character", + "Character", "&dollar" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "$", - "description": "Named entity: dollar; with a semi-colon", + "input": "$", + "description": "Named entity: dollar; with a semi-colon", "output": [ [ - "Character", + "Character", "$" ] ] - }, + }, { - "input": "&dopf", - "description": "Bad named entity: dopf without a semi-colon", + "input": "&dopf", + "description": "Bad named entity: dopf without a semi-colon", "output": [ [ - "Character", + "Character", "&dopf" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝕕", - "description": "Named entity: dopf; with a semi-colon", + "input": "𝕕", + "description": "Named entity: dopf; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udd55" ] ] - }, + }, { - "input": "&dot", - "description": "Bad named entity: dot without a semi-colon", + "input": "&dot", + "description": "Bad named entity: dot without a semi-colon", "output": [ [ - "Character", + "Character", "&dot" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "˙", - "description": "Named entity: dot; with a semi-colon", + "input": "˙", + "description": "Named entity: dot; with a semi-colon", "output": [ [ - "Character", + "Character", "\u02d9" ] ] - }, + }, { - "input": "&doteq", - "description": "Bad named entity: doteq without a semi-colon", + "input": "&doteq", + "description": "Bad named entity: doteq without a semi-colon", "output": [ [ - "Character", + "Character", "&doteq" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≐", - "description": "Named entity: doteq; with a semi-colon", + "input": "≐", + "description": "Named entity: doteq; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2250" ] ] - }, + }, { - "input": "&doteqdot", - "description": "Bad named entity: doteqdot without a semi-colon", + "input": "&doteqdot", + "description": "Bad named entity: doteqdot without a semi-colon", "output": [ [ - "Character", + "Character", "&doteqdot" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≑", - "description": "Named entity: doteqdot; with a semi-colon", + "input": "≑", + "description": "Named entity: doteqdot; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2251" ] ] - }, + }, { - "input": "&dotminus", - "description": "Bad named entity: dotminus without a semi-colon", + "input": "&dotminus", + "description": "Bad named entity: dotminus without a semi-colon", "output": [ [ - "Character", + "Character", "&dotminus" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∸", - "description": "Named entity: dotminus; with a semi-colon", + "input": "∸", + "description": "Named entity: dotminus; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2238" ] ] - }, + }, { - "input": "&dotplus", - "description": "Bad named entity: dotplus without a semi-colon", + "input": "&dotplus", + "description": "Bad named entity: dotplus without a semi-colon", "output": [ [ - "Character", + "Character", "&dotplus" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∔", - "description": "Named entity: dotplus; with a semi-colon", + "input": "∔", + "description": "Named entity: dotplus; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2214" ] ] - }, + }, { - "input": "&dotsquare", - "description": "Bad named entity: dotsquare without a semi-colon", + "input": "&dotsquare", + "description": "Bad named entity: dotsquare without a semi-colon", "output": [ [ - "Character", + "Character", "&dotsquare" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊡", - "description": "Named entity: dotsquare; with a semi-colon", + "input": "⊡", + "description": "Named entity: dotsquare; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22a1" ] ] - }, + }, { - "input": "&doublebarwedge", - "description": "Bad named entity: doublebarwedge without a semi-colon", + "input": "&doublebarwedge", + "description": "Bad named entity: doublebarwedge without a semi-colon", "output": [ [ - "Character", + "Character", "&doublebarwedge" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⌆", - "description": "Named entity: doublebarwedge; with a semi-colon", + "input": "⌆", + "description": "Named entity: doublebarwedge; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2306" ] ] - }, + }, { - "input": "&downarrow", - "description": "Bad named entity: downarrow without a semi-colon", + "input": "&downarrow", + "description": "Bad named entity: downarrow without a semi-colon", "output": [ [ - "Character", + "Character", "&downarrow" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "↓", - "description": "Named entity: downarrow; with a semi-colon", + "input": "↓", + "description": "Named entity: downarrow; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2193" ] ] - }, + }, { - "input": "&downdownarrows", - "description": "Bad named entity: downdownarrows without a semi-colon", + "input": "&downdownarrows", + "description": "Bad named entity: downdownarrows without a semi-colon", "output": [ [ - "Character", + "Character", "&downdownarrows" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⇊", - "description": "Named entity: downdownarrows; with a semi-colon", + "input": "⇊", + "description": "Named entity: downdownarrows; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21ca" ] ] - }, + }, { - "input": "&downharpoonleft", - "description": "Bad named entity: downharpoonleft without a semi-colon", + "input": "&downharpoonleft", + "description": "Bad named entity: downharpoonleft without a semi-colon", "output": [ [ - "Character", + "Character", "&downharpoonleft" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⇃", - "description": "Named entity: downharpoonleft; with a semi-colon", + "input": "⇃", + "description": "Named entity: downharpoonleft; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21c3" ] ] - }, + }, { - "input": "&downharpoonright", - "description": "Bad named entity: downharpoonright without a semi-colon", + "input": "&downharpoonright", + "description": "Bad named entity: downharpoonright without a semi-colon", "output": [ [ - "Character", + "Character", "&downharpoonright" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⇂", - "description": "Named entity: downharpoonright; with a semi-colon", + "input": "⇂", + "description": "Named entity: downharpoonright; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21c2" ] ] - }, + }, { - "input": "&drbkarow", - "description": "Bad named entity: drbkarow without a semi-colon", + "input": "&drbkarow", + "description": "Bad named entity: drbkarow without a semi-colon", "output": [ [ - "Character", + "Character", "&drbkarow" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⤐", - "description": "Named entity: drbkarow; with a semi-colon", + "input": "⤐", + "description": "Named entity: drbkarow; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2910" ] ] - }, + }, { - "input": "&drcorn", - "description": "Bad named entity: drcorn without a semi-colon", + "input": "&drcorn", + "description": "Bad named entity: drcorn without a semi-colon", "output": [ [ - "Character", + "Character", "&drcorn" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⌟", - "description": "Named entity: drcorn; with a semi-colon", + "input": "⌟", + "description": "Named entity: drcorn; with a semi-colon", "output": [ [ - "Character", + "Character", "\u231f" ] ] - }, + }, { - "input": "&drcrop", - "description": "Bad named entity: drcrop without a semi-colon", + "input": "&drcrop", + "description": "Bad named entity: drcrop without a semi-colon", "output": [ [ - "Character", + "Character", "&drcrop" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⌌", - "description": "Named entity: drcrop; with a semi-colon", + "input": "⌌", + "description": "Named entity: drcrop; with a semi-colon", "output": [ [ - "Character", + "Character", "\u230c" ] ] - }, + }, { - "input": "&dscr", - "description": "Bad named entity: dscr without a semi-colon", + "input": "&dscr", + "description": "Bad named entity: dscr without a semi-colon", "output": [ [ - "Character", + "Character", "&dscr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝒹", - "description": "Named entity: dscr; with a semi-colon", + "input": "𝒹", + "description": "Named entity: dscr; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udcb9" ] ] - }, + }, { - "input": "&dscy", - "description": "Bad named entity: dscy without a semi-colon", + "input": "&dscy", + "description": "Bad named entity: dscy without a semi-colon", "output": [ [ - "Character", + "Character", "&dscy" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ѕ", - "description": "Named entity: dscy; with a semi-colon", + "input": "ѕ", + "description": "Named entity: dscy; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0455" ] ] - }, + }, { - "input": "&dsol", - "description": "Bad named entity: dsol without a semi-colon", + "input": "&dsol", + "description": "Bad named entity: dsol without a semi-colon", "output": [ [ - "Character", + "Character", "&dsol" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⧶", - "description": "Named entity: dsol; with a semi-colon", + "input": "⧶", + "description": "Named entity: dsol; with a semi-colon", "output": [ [ - "Character", + "Character", "\u29f6" ] ] - }, + }, { - "input": "&dstrok", - "description": "Bad named entity: dstrok without a semi-colon", + "input": "&dstrok", + "description": "Bad named entity: dstrok without a semi-colon", "output": [ [ - "Character", + "Character", "&dstrok" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "đ", - "description": "Named entity: dstrok; with a semi-colon", + "input": "đ", + "description": "Named entity: dstrok; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0111" ] ] - }, + }, { - "input": "&dtdot", - "description": "Bad named entity: dtdot without a semi-colon", + "input": "&dtdot", + "description": "Bad named entity: dtdot without a semi-colon", "output": [ [ - "Character", + "Character", "&dtdot" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⋱", - "description": "Named entity: dtdot; with a semi-colon", + "input": "⋱", + "description": "Named entity: dtdot; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22f1" ] ] - }, + }, { - "input": "&dtri", - "description": "Bad named entity: dtri without a semi-colon", + "input": "&dtri", + "description": "Bad named entity: dtri without a semi-colon", "output": [ [ - "Character", + "Character", "&dtri" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "▿", - "description": "Named entity: dtri; with a semi-colon", + "input": "▿", + "description": "Named entity: dtri; with a semi-colon", "output": [ [ - "Character", + "Character", "\u25bf" ] ] - }, + }, { - "input": "&dtrif", - "description": "Bad named entity: dtrif without a semi-colon", + "input": "&dtrif", + "description": "Bad named entity: dtrif without a semi-colon", "output": [ [ - "Character", + "Character", "&dtrif" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "▾", - "description": "Named entity: dtrif; with a semi-colon", + "input": "▾", + "description": "Named entity: dtrif; with a semi-colon", "output": [ [ - "Character", + "Character", "\u25be" ] ] - }, + }, { - "input": "&duarr", - "description": "Bad named entity: duarr without a semi-colon", + "input": "&duarr", + "description": "Bad named entity: duarr without a semi-colon", "output": [ [ - "Character", + "Character", "&duarr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⇵", - "description": "Named entity: duarr; with a semi-colon", + "input": "⇵", + "description": "Named entity: duarr; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21f5" ] ] - }, + }, { - "input": "&duhar", - "description": "Bad named entity: duhar without a semi-colon", + "input": "&duhar", + "description": "Bad named entity: duhar without a semi-colon", "output": [ [ - "Character", + "Character", "&duhar" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⥯", - "description": "Named entity: duhar; with a semi-colon", + "input": "⥯", + "description": "Named entity: duhar; with a semi-colon", "output": [ [ - "Character", + "Character", "\u296f" ] ] - }, + }, { - "input": "&dwangle", - "description": "Bad named entity: dwangle without a semi-colon", + "input": "&dwangle", + "description": "Bad named entity: dwangle without a semi-colon", "output": [ [ - "Character", + "Character", "&dwangle" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⦦", - "description": "Named entity: dwangle; with a semi-colon", + "input": "⦦", + "description": "Named entity: dwangle; with a semi-colon", "output": [ [ - "Character", + "Character", "\u29a6" ] ] - }, + }, { - "input": "&dzcy", - "description": "Bad named entity: dzcy without a semi-colon", + "input": "&dzcy", + "description": "Bad named entity: dzcy without a semi-colon", "output": [ [ - "Character", + "Character", "&dzcy" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "џ", - "description": "Named entity: dzcy; with a semi-colon", + "input": "џ", + "description": "Named entity: dzcy; with a semi-colon", "output": [ [ - "Character", + "Character", "\u045f" ] ] - }, + }, { - "input": "&dzigrarr", - "description": "Bad named entity: dzigrarr without a semi-colon", + "input": "&dzigrarr", + "description": "Bad named entity: dzigrarr without a semi-colon", "output": [ [ - "Character", + "Character", "&dzigrarr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⟿", - "description": "Named entity: dzigrarr; with a semi-colon", + "input": "⟿", + "description": "Named entity: dzigrarr; with a semi-colon", "output": [ [ - "Character", + "Character", "\u27ff" ] ] - }, + }, { - "input": "&eDDot", - "description": "Bad named entity: eDDot without a semi-colon", + "input": "&eDDot", + "description": "Bad named entity: eDDot without a semi-colon", "output": [ [ - "Character", + "Character", "&eDDot" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⩷", - "description": "Named entity: eDDot; with a semi-colon", + "input": "⩷", + "description": "Named entity: eDDot; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a77" ] ] - }, + }, { - "input": "&eDot", - "description": "Bad named entity: eDot without a semi-colon", + "input": "&eDot", + "description": "Bad named entity: eDot without a semi-colon", "output": [ [ - "Character", + "Character", "&eDot" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≑", - "description": "Named entity: eDot; with a semi-colon", + "input": "≑", + "description": "Named entity: eDot; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2251" ] ] - }, + }, { - "input": "é", - "description": "Named entity: eacute without a semi-colon", + "input": "é", + "description": "Named entity: eacute without a semi-colon", "output": [ [ - "Character", + "Character", "\u00e9" ] ], "errors": [ { "code": "missing-semicolon-after-character-reference", "line": 1, "col": 8 } ] - }, + }, { - "input": "é", - "description": "Named entity: eacute; with a semi-colon", + "input": "é", + "description": "Named entity: eacute; with a semi-colon", "output": [ [ - "Character", + "Character", "\u00e9" ] ] - }, + }, { - "input": "&easter", - "description": "Bad named entity: easter without a semi-colon", + "input": "&easter", + "description": "Bad named entity: easter without a semi-colon", "output": [ [ - "Character", + "Character", "&easter" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⩮", - "description": "Named entity: easter; with a semi-colon", + "input": "⩮", + "description": "Named entity: easter; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a6e" ] ] - }, + }, { - "input": "&ecaron", - "description": "Bad named entity: ecaron without a semi-colon", + "input": "&ecaron", + "description": "Bad named entity: ecaron without a semi-colon", "output": [ [ - "Character", + "Character", "&ecaron" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ě", - "description": "Named entity: ecaron; with a semi-colon", + "input": "ě", + "description": "Named entity: ecaron; with a semi-colon", "output": [ [ - "Character", + "Character", "\u011b" ] ] - }, + }, { - "input": "&ecir", - "description": "Bad named entity: ecir without a semi-colon", + "input": "&ecir", + "description": "Bad named entity: ecir without a semi-colon", "output": [ [ - "Character", + "Character", "&ecir" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≖", - "description": "Named entity: ecir; with a semi-colon", + "input": "≖", + "description": "Named entity: ecir; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2256" ] ] - }, + }, { - "input": "ê", - "description": "Named entity: ecirc without a semi-colon", + "input": "ê", + "description": "Named entity: ecirc without a semi-colon", "output": [ [ - "Character", + "Character", "\u00ea" ] ], "errors": [ { "code": "missing-semicolon-after-character-reference", "line": 1, "col": 7 } ] - }, + }, { - "input": "ê", - "description": "Named entity: ecirc; with a semi-colon", + "input": "ê", + "description": "Named entity: ecirc; with a semi-colon", "output": [ [ - "Character", + "Character", "\u00ea" ] ] - }, + }, { - "input": "&ecolon", - "description": "Bad named entity: ecolon without a semi-colon", + "input": "&ecolon", + "description": "Bad named entity: ecolon without a semi-colon", "output": [ [ - "Character", + "Character", "&ecolon" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≕", - "description": "Named entity: ecolon; with a semi-colon", + "input": "≕", + "description": "Named entity: ecolon; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2255" ] ] - }, + }, { - "input": "&ecy", - "description": "Bad named entity: ecy without a semi-colon", + "input": "&ecy", + "description": "Bad named entity: ecy without a semi-colon", "output": [ [ - "Character", + "Character", "&ecy" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "э", - "description": "Named entity: ecy; with a semi-colon", + "input": "э", + "description": "Named entity: ecy; with a semi-colon", "output": [ [ - "Character", + "Character", "\u044d" ] ] - }, + }, { - "input": "&edot", - "description": "Bad named entity: edot without a semi-colon", + "input": "&edot", + "description": "Bad named entity: edot without a semi-colon", "output": [ [ - "Character", + "Character", "&edot" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ė", - "description": "Named entity: edot; with a semi-colon", + "input": "ė", + "description": "Named entity: edot; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0117" ] ] - }, + }, { - "input": "&ee", - "description": "Bad named entity: ee without a semi-colon", + "input": "&ee", + "description": "Bad named entity: ee without a semi-colon", "output": [ [ - "Character", + "Character", "&ee" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ⅇ", - "description": "Named entity: ee; with a semi-colon", + "input": "ⅇ", + "description": "Named entity: ee; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2147" ] ] - }, + }, { - "input": "&efDot", - "description": "Bad named entity: efDot without a semi-colon", + "input": "&efDot", + "description": "Bad named entity: efDot without a semi-colon", "output": [ [ - "Character", + "Character", "&efDot" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≒", - "description": "Named entity: efDot; with a semi-colon", + "input": "≒", + "description": "Named entity: efDot; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2252" ] ] - }, + }, { - "input": "&efr", - "description": "Bad named entity: efr without a semi-colon", + "input": "&efr", + "description": "Bad named entity: efr without a semi-colon", "output": [ [ - "Character", + "Character", "&efr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝔢", - "description": "Named entity: efr; with a semi-colon", + "input": "𝔢", + "description": "Named entity: efr; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udd22" ] ] - }, + }, { - "input": "&eg", - "description": "Bad named entity: eg without a semi-colon", + "input": "&eg", + "description": "Bad named entity: eg without a semi-colon", "output": [ [ - "Character", + "Character", "&eg" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⪚", - "description": "Named entity: eg; with a semi-colon", + "input": "⪚", + "description": "Named entity: eg; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a9a" ] ] - }, + }, { - "input": "è", - "description": "Named entity: egrave without a semi-colon", + "input": "è", + "description": "Named entity: egrave without a semi-colon", "output": [ [ - "Character", + "Character", "\u00e8" ] ], "errors": [ { "code": "missing-semicolon-after-character-reference", "line": 1, "col": 8 } ] - }, + }, { - "input": "è", - "description": "Named entity: egrave; with a semi-colon", + "input": "è", + "description": "Named entity: egrave; with a semi-colon", "output": [ [ - "Character", + "Character", "\u00e8" ] ] - }, + }, { - "input": "&egs", - "description": "Bad named entity: egs without a semi-colon", + "input": "&egs", + "description": "Bad named entity: egs without a semi-colon", "output": [ [ - "Character", + "Character", "&egs" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⪖", - "description": "Named entity: egs; with a semi-colon", + "input": "⪖", + "description": "Named entity: egs; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a96" ] ] - }, + }, { - "input": "&egsdot", - "description": "Bad named entity: egsdot without a semi-colon", + "input": "&egsdot", + "description": "Bad named entity: egsdot without a semi-colon", "output": [ [ - "Character", + "Character", "&egsdot" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⪘", - "description": "Named entity: egsdot; with a semi-colon", + "input": "⪘", + "description": "Named entity: egsdot; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a98" ] ] - }, + }, { - "input": "&el", - "description": "Bad named entity: el without a semi-colon", + "input": "&el", + "description": "Bad named entity: el without a semi-colon", "output": [ [ - "Character", + "Character", "&el" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⪙", - "description": "Named entity: el; with a semi-colon", + "input": "⪙", + "description": "Named entity: el; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a99" ] ] - }, + }, { - "input": "&elinters", - "description": "Bad named entity: elinters without a semi-colon", + "input": "&elinters", + "description": "Bad named entity: elinters without a semi-colon", "output": [ [ - "Character", + "Character", "&elinters" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⏧", - "description": "Named entity: elinters; with a semi-colon", + "input": "⏧", + "description": "Named entity: elinters; with a semi-colon", "output": [ [ - "Character", + "Character", "\u23e7" ] ] - }, + }, { - "input": "&ell", - "description": "Bad named entity: ell without a semi-colon", + "input": "&ell", + "description": "Bad named entity: ell without a semi-colon", "output": [ [ - "Character", + "Character", "&ell" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ℓ", - "description": "Named entity: ell; with a semi-colon", + "input": "ℓ", + "description": "Named entity: ell; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2113" ] ] - }, + }, { - "input": "&els", - "description": "Bad named entity: els without a semi-colon", + "input": "&els", + "description": "Bad named entity: els without a semi-colon", "output": [ [ - "Character", + "Character", "&els" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⪕", - "description": "Named entity: els; with a semi-colon", + "input": "⪕", + "description": "Named entity: els; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a95" ] ] - }, + }, { - "input": "&elsdot", - "description": "Bad named entity: elsdot without a semi-colon", + "input": "&elsdot", + "description": "Bad named entity: elsdot without a semi-colon", "output": [ [ - "Character", + "Character", "&elsdot" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⪗", - "description": "Named entity: elsdot; with a semi-colon", + "input": "⪗", + "description": "Named entity: elsdot; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a97" ] ] - }, + }, { - "input": "&emacr", - "description": "Bad named entity: emacr without a semi-colon", + "input": "&emacr", + "description": "Bad named entity: emacr without a semi-colon", "output": [ [ - "Character", + "Character", "&emacr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ē", - "description": "Named entity: emacr; with a semi-colon", + "input": "ē", + "description": "Named entity: emacr; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0113" ] ] - }, + }, { - "input": "&empty", - "description": "Bad named entity: empty without a semi-colon", + "input": "&empty", + "description": "Bad named entity: empty without a semi-colon", "output": [ [ - "Character", + "Character", "&empty" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∅", - "description": "Named entity: empty; with a semi-colon", + "input": "∅", + "description": "Named entity: empty; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2205" ] ] - }, + }, { - "input": "&emptyset", - "description": "Bad named entity: emptyset without a semi-colon", + "input": "&emptyset", + "description": "Bad named entity: emptyset without a semi-colon", "output": [ [ - "Character", + "Character", "&emptyset" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∅", - "description": "Named entity: emptyset; with a semi-colon", + "input": "∅", + "description": "Named entity: emptyset; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2205" ] ] - }, + }, { - "input": "&emptyv", - "description": "Bad named entity: emptyv without a semi-colon", + "input": "&emptyv", + "description": "Bad named entity: emptyv without a semi-colon", "output": [ [ - "Character", + "Character", "&emptyv" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∅", - "description": "Named entity: emptyv; with a semi-colon", + "input": "∅", + "description": "Named entity: emptyv; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2205" ] ] - }, + }, { - "input": "&emsp", - "description": "Bad named entity: emsp without a semi-colon", + "input": "&emsp", + "description": "Bad named entity: emsp without a semi-colon", "output": [ [ - "Character", + "Character", "&emsp" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "&emsp13", - "description": "Bad named entity: emsp13 without a semi-colon", + "input": "&emsp13", + "description": "Bad named entity: emsp13 without a semi-colon", "output": [ [ - "Character", + "Character", "&emsp13" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": " ", - "description": "Named entity: emsp13; with a semi-colon", + "input": " ", + "description": "Named entity: emsp13; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2004" ] ] - }, + }, { - "input": "&emsp14", - "description": "Bad named entity: emsp14 without a semi-colon", + "input": "&emsp14", + "description": "Bad named entity: emsp14 without a semi-colon", "output": [ [ - "Character", + "Character", "&emsp14" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": " ", - "description": "Named entity: emsp14; with a semi-colon", + "input": " ", + "description": "Named entity: emsp14; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2005" ] ] - }, + }, { - "input": " ", - "description": "Named entity: emsp; with a semi-colon", + "input": " ", + "description": "Named entity: emsp; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2003" ] ] - }, + }, { - "input": "&eng", - "description": "Bad named entity: eng without a semi-colon", + "input": "&eng", + "description": "Bad named entity: eng without a semi-colon", "output": [ [ - "Character", + "Character", "&eng" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ŋ", - "description": "Named entity: eng; with a semi-colon", + "input": "ŋ", + "description": "Named entity: eng; with a semi-colon", "output": [ [ - "Character", + "Character", "\u014b" ] ] - }, + }, { - "input": "&ensp", - "description": "Bad named entity: ensp without a semi-colon", + "input": "&ensp", + "description": "Bad named entity: ensp without a semi-colon", "output": [ [ - "Character", + "Character", "&ensp" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": " ", - "description": "Named entity: ensp; with a semi-colon", + "input": " ", + "description": "Named entity: ensp; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2002" ] ] - }, + }, { - "input": "&eogon", - "description": "Bad named entity: eogon without a semi-colon", + "input": "&eogon", + "description": "Bad named entity: eogon without a semi-colon", "output": [ [ - "Character", + "Character", "&eogon" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ę", - "description": "Named entity: eogon; with a semi-colon", + "input": "ę", + "description": "Named entity: eogon; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0119" ] ] - }, + }, { - "input": "&eopf", - "description": "Bad named entity: eopf without a semi-colon", + "input": "&eopf", + "description": "Bad named entity: eopf without a semi-colon", "output": [ [ - "Character", + "Character", "&eopf" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝕖", - "description": "Named entity: eopf; with a semi-colon", + "input": "𝕖", + "description": "Named entity: eopf; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udd56" ] ] - }, + }, { - "input": "&epar", - "description": "Bad named entity: epar without a semi-colon", + "input": "&epar", + "description": "Bad named entity: epar without a semi-colon", "output": [ [ - "Character", + "Character", "&epar" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⋕", - "description": "Named entity: epar; with a semi-colon", + "input": "⋕", + "description": "Named entity: epar; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22d5" ] ] - }, + }, { - "input": "&eparsl", - "description": "Bad named entity: eparsl without a semi-colon", + "input": "&eparsl", + "description": "Bad named entity: eparsl without a semi-colon", "output": [ [ - "Character", + "Character", "&eparsl" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⧣", - "description": "Named entity: eparsl; with a semi-colon", + "input": "⧣", + "description": "Named entity: eparsl; with a semi-colon", "output": [ [ - "Character", + "Character", "\u29e3" ] ] - }, + }, { - "input": "&eplus", - "description": "Bad named entity: eplus without a semi-colon", + "input": "&eplus", + "description": "Bad named entity: eplus without a semi-colon", "output": [ [ - "Character", + "Character", "&eplus" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⩱", - "description": "Named entity: eplus; with a semi-colon", + "input": "⩱", + "description": "Named entity: eplus; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a71" ] ] - }, + }, { - "input": "&epsi", - "description": "Bad named entity: epsi without a semi-colon", + "input": "&epsi", + "description": "Bad named entity: epsi without a semi-colon", "output": [ [ - "Character", + "Character", "&epsi" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ε", - "description": "Named entity: epsi; with a semi-colon", + "input": "ε", + "description": "Named entity: epsi; with a semi-colon", "output": [ [ - "Character", + "Character", "\u03b5" ] ] - }, + }, { - "input": "&epsilon", - "description": "Bad named entity: epsilon without a semi-colon", + "input": "&epsilon", + "description": "Bad named entity: epsilon without a semi-colon", "output": [ [ - "Character", + "Character", "&epsilon" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ε", - "description": "Named entity: epsilon; with a semi-colon", + "input": "ε", + "description": "Named entity: epsilon; with a semi-colon", "output": [ [ - "Character", + "Character", "\u03b5" ] ] - }, + }, { - "input": "&epsiv", - "description": "Bad named entity: epsiv without a semi-colon", + "input": "&epsiv", + "description": "Bad named entity: epsiv without a semi-colon", "output": [ [ - "Character", + "Character", "&epsiv" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ϵ", - "description": "Named entity: epsiv; with a semi-colon", + "input": "ϵ", + "description": "Named entity: epsiv; with a semi-colon", "output": [ [ - "Character", + "Character", "\u03f5" ] ] - }, + }, { - "input": "&eqcirc", - "description": "Bad named entity: eqcirc without a semi-colon", + "input": "&eqcirc", + "description": "Bad named entity: eqcirc without a semi-colon", "output": [ [ - "Character", + "Character", "&eqcirc" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≖", - "description": "Named entity: eqcirc; with a semi-colon", + "input": "≖", + "description": "Named entity: eqcirc; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2256" ] ] - }, + }, { - "input": "&eqcolon", - "description": "Bad named entity: eqcolon without a semi-colon", + "input": "&eqcolon", + "description": "Bad named entity: eqcolon without a semi-colon", "output": [ [ - "Character", + "Character", "&eqcolon" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≕", - "description": "Named entity: eqcolon; with a semi-colon", + "input": "≕", + "description": "Named entity: eqcolon; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2255" ] ] - }, + }, { - "input": "&eqsim", - "description": "Bad named entity: eqsim without a semi-colon", + "input": "&eqsim", + "description": "Bad named entity: eqsim without a semi-colon", "output": [ [ - "Character", + "Character", "&eqsim" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≂", - "description": "Named entity: eqsim; with a semi-colon", + "input": "≂", + "description": "Named entity: eqsim; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2242" ] ] - }, + }, { - "input": "&eqslantgtr", - "description": "Bad named entity: eqslantgtr without a semi-colon", + "input": "&eqslantgtr", + "description": "Bad named entity: eqslantgtr without a semi-colon", "output": [ [ - "Character", + "Character", "&eqslantgtr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⪖", - "description": "Named entity: eqslantgtr; with a semi-colon", + "input": "⪖", + "description": "Named entity: eqslantgtr; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a96" ] ] - }, + }, { - "input": "&eqslantless", - "description": "Bad named entity: eqslantless without a semi-colon", + "input": "&eqslantless", + "description": "Bad named entity: eqslantless without a semi-colon", "output": [ [ - "Character", + "Character", "&eqslantless" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⪕", - "description": "Named entity: eqslantless; with a semi-colon", + "input": "⪕", + "description": "Named entity: eqslantless; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a95" ] ] - }, + }, { - "input": "&equals", - "description": "Bad named entity: equals without a semi-colon", + "input": "&equals", + "description": "Bad named entity: equals without a semi-colon", "output": [ [ - "Character", + "Character", "&equals" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "=", - "description": "Named entity: equals; with a semi-colon", + "input": "=", + "description": "Named entity: equals; with a semi-colon", "output": [ [ - "Character", + "Character", "=" ] ] - }, + }, { - "input": "&equest", - "description": "Bad named entity: equest without a semi-colon", + "input": "&equest", + "description": "Bad named entity: equest without a semi-colon", "output": [ [ - "Character", + "Character", "&equest" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≟", - "description": "Named entity: equest; with a semi-colon", + "input": "≟", + "description": "Named entity: equest; with a semi-colon", "output": [ [ - "Character", + "Character", "\u225f" ] ] - }, + }, { - "input": "&equiv", - "description": "Bad named entity: equiv without a semi-colon", + "input": "&equiv", + "description": "Bad named entity: equiv without a semi-colon", "output": [ [ - "Character", + "Character", "&equiv" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≡", - "description": "Named entity: equiv; with a semi-colon", + "input": "≡", + "description": "Named entity: equiv; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2261" ] ] - }, + }, { - "input": "&equivDD", - "description": "Bad named entity: equivDD without a semi-colon", + "input": "&equivDD", + "description": "Bad named entity: equivDD without a semi-colon", "output": [ [ - "Character", + "Character", "&equivDD" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⩸", - "description": "Named entity: equivDD; with a semi-colon", + "input": "⩸", + "description": "Named entity: equivDD; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a78" ] ] - }, + }, { - "input": "&eqvparsl", - "description": "Bad named entity: eqvparsl without a semi-colon", + "input": "&eqvparsl", + "description": "Bad named entity: eqvparsl without a semi-colon", "output": [ [ - "Character", + "Character", "&eqvparsl" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⧥", - "description": "Named entity: eqvparsl; with a semi-colon", + "input": "⧥", + "description": "Named entity: eqvparsl; with a semi-colon", "output": [ [ - "Character", + "Character", "\u29e5" ] ] - }, + }, { - "input": "&erDot", - "description": "Bad named entity: erDot without a semi-colon", + "input": "&erDot", + "description": "Bad named entity: erDot without a semi-colon", "output": [ [ - "Character", + "Character", "&erDot" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≓", - "description": "Named entity: erDot; with a semi-colon", + "input": "≓", + "description": "Named entity: erDot; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2253" ] ] - }, + }, { - "input": "&erarr", - "description": "Bad named entity: erarr without a semi-colon", + "input": "&erarr", + "description": "Bad named entity: erarr without a semi-colon", "output": [ [ - "Character", + "Character", "&erarr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⥱", - "description": "Named entity: erarr; with a semi-colon", + "input": "⥱", + "description": "Named entity: erarr; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2971" ] ] - }, + }, { - "input": "&escr", - "description": "Bad named entity: escr without a semi-colon", + "input": "&escr", + "description": "Bad named entity: escr without a semi-colon", "output": [ [ - "Character", + "Character", "&escr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ℯ", - "description": "Named entity: escr; with a semi-colon", + "input": "ℯ", + "description": "Named entity: escr; with a semi-colon", "output": [ [ - "Character", + "Character", "\u212f" ] ] - }, + }, { - "input": "&esdot", - "description": "Bad named entity: esdot without a semi-colon", + "input": "&esdot", + "description": "Bad named entity: esdot without a semi-colon", "output": [ [ - "Character", + "Character", "&esdot" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≐", - "description": "Named entity: esdot; with a semi-colon", + "input": "≐", + "description": "Named entity: esdot; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2250" ] ] - }, + }, { - "input": "&esim", - "description": "Bad named entity: esim without a semi-colon", + "input": "&esim", + "description": "Bad named entity: esim without a semi-colon", "output": [ [ - "Character", + "Character", "&esim" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≂", - "description": "Named entity: esim; with a semi-colon", + "input": "≂", + "description": "Named entity: esim; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2242" ] ] - }, + }, { - "input": "&eta", - "description": "Bad named entity: eta without a semi-colon", + "input": "&eta", + "description": "Bad named entity: eta without a semi-colon", "output": [ [ - "Character", + "Character", "&eta" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "η", - "description": "Named entity: eta; with a semi-colon", + "input": "η", + "description": "Named entity: eta; with a semi-colon", "output": [ [ - "Character", + "Character", "\u03b7" ] ] - }, + }, { - "input": "ð", - "description": "Named entity: eth without a semi-colon", + "input": "ð", + "description": "Named entity: eth without a semi-colon", "output": [ [ - "Character", + "Character", "\u00f0" ] ], "errors": [ { "code": "missing-semicolon-after-character-reference", "line": 1, "col": 5 } ] - }, + }, { - "input": "ð", - "description": "Named entity: eth; with a semi-colon", + "input": "ð", + "description": "Named entity: eth; with a semi-colon", "output": [ [ - "Character", + "Character", "\u00f0" ] ] - }, + }, { - "input": "ë", - "description": "Named entity: euml without a semi-colon", + "input": "ë", + "description": "Named entity: euml without a semi-colon", "output": [ [ - "Character", + "Character", "\u00eb" ] ], "errors": [ { "code": "missing-semicolon-after-character-reference", "line": 1, "col": 6 } ] - }, + }, { - "input": "ë", - "description": "Named entity: euml; with a semi-colon", + "input": "ë", + "description": "Named entity: euml; with a semi-colon", "output": [ [ - "Character", + "Character", "\u00eb" ] ] - }, + }, { - "input": "&euro", - "description": "Bad named entity: euro without a semi-colon", + "input": "&euro", + "description": "Bad named entity: euro without a semi-colon", "output": [ [ - "Character", + "Character", "&euro" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "€", - "description": "Named entity: euro; with a semi-colon", + "input": "€", + "description": "Named entity: euro; with a semi-colon", "output": [ [ - "Character", + "Character", "\u20ac" ] ] - }, + }, { - "input": "&excl", - "description": "Bad named entity: excl without a semi-colon", + "input": "&excl", + "description": "Bad named entity: excl without a semi-colon", "output": [ [ - "Character", + "Character", "&excl" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "!", - "description": "Named entity: excl; with a semi-colon", + "input": "!", + "description": "Named entity: excl; with a semi-colon", "output": [ [ - "Character", + "Character", "!" ] ] - }, + }, { - "input": "&exist", - "description": "Bad named entity: exist without a semi-colon", + "input": "&exist", + "description": "Bad named entity: exist without a semi-colon", "output": [ [ - "Character", + "Character", "&exist" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∃", - "description": "Named entity: exist; with a semi-colon", + "input": "∃", + "description": "Named entity: exist; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2203" ] ] - }, + }, { - "input": "&expectation", - "description": "Bad named entity: expectation without a semi-colon", + "input": "&expectation", + "description": "Bad named entity: expectation without a semi-colon", "output": [ [ - "Character", + "Character", "&expectation" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ℰ", - "description": "Named entity: expectation; with a semi-colon", + "input": "ℰ", + "description": "Named entity: expectation; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2130" ] ] - }, + }, { - "input": "&exponentiale", - "description": "Bad named entity: exponentiale without a semi-colon", + "input": "&exponentiale", + "description": "Bad named entity: exponentiale without a semi-colon", "output": [ [ - "Character", + "Character", "&exponentiale" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ⅇ", - "description": "Named entity: exponentiale; with a semi-colon", + "input": "ⅇ", + "description": "Named entity: exponentiale; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2147" ] ] - }, + }, { - "input": "&fallingdotseq", - "description": "Bad named entity: fallingdotseq without a semi-colon", + "input": "&fallingdotseq", + "description": "Bad named entity: fallingdotseq without a semi-colon", "output": [ [ - "Character", + "Character", "&fallingdotseq" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≒", - "description": "Named entity: fallingdotseq; with a semi-colon", + "input": "≒", + "description": "Named entity: fallingdotseq; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2252" ] ] - }, + }, { - "input": "&fcy", - "description": "Bad named entity: fcy without a semi-colon", + "input": "&fcy", + "description": "Bad named entity: fcy without a semi-colon", "output": [ [ - "Character", + "Character", "&fcy" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ф", - "description": "Named entity: fcy; with a semi-colon", + "input": "ф", + "description": "Named entity: fcy; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0444" ] ] - }, + }, { - "input": "&female", - "description": "Bad named entity: female without a semi-colon", + "input": "&female", + "description": "Bad named entity: female without a semi-colon", "output": [ [ - "Character", + "Character", "&female" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "♀", - "description": "Named entity: female; with a semi-colon", + "input": "♀", + "description": "Named entity: female; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2640" ] ] - }, + }, { - "input": "&ffilig", - "description": "Bad named entity: ffilig without a semi-colon", + "input": "&ffilig", + "description": "Bad named entity: ffilig without a semi-colon", "output": [ [ - "Character", + "Character", "&ffilig" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ffi", - "description": "Named entity: ffilig; with a semi-colon", + "input": "ffi", + "description": "Named entity: ffilig; with a semi-colon", "output": [ [ - "Character", + "Character", "\ufb03" ] ] - }, + }, { - "input": "&fflig", - "description": "Bad named entity: fflig without a semi-colon", + "input": "&fflig", + "description": "Bad named entity: fflig without a semi-colon", "output": [ [ - "Character", + "Character", "&fflig" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ff", - "description": "Named entity: fflig; with a semi-colon", + "input": "ff", + "description": "Named entity: fflig; with a semi-colon", "output": [ [ - "Character", + "Character", "\ufb00" ] ] - }, + }, { - "input": "&ffllig", - "description": "Bad named entity: ffllig without a semi-colon", + "input": "&ffllig", + "description": "Bad named entity: ffllig without a semi-colon", "output": [ [ - "Character", + "Character", "&ffllig" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ffl", - "description": "Named entity: ffllig; with a semi-colon", + "input": "ffl", + "description": "Named entity: ffllig; with a semi-colon", "output": [ [ - "Character", + "Character", "\ufb04" ] ] - }, + }, { - "input": "&ffr", - "description": "Bad named entity: ffr without a semi-colon", + "input": "&ffr", + "description": "Bad named entity: ffr without a semi-colon", "output": [ [ - "Character", + "Character", "&ffr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝔣", - "description": "Named entity: ffr; with a semi-colon", + "input": "𝔣", + "description": "Named entity: ffr; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udd23" ] ] - }, + }, { - "input": "&filig", - "description": "Bad named entity: filig without a semi-colon", + "input": "&filig", + "description": "Bad named entity: filig without a semi-colon", "output": [ [ - "Character", + "Character", "&filig" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "fi", - "description": "Named entity: filig; with a semi-colon", + "input": "fi", + "description": "Named entity: filig; with a semi-colon", "output": [ [ - "Character", + "Character", "\ufb01" ] ] - }, + }, { - "input": "&fjlig", - "description": "Bad named entity: fjlig without a semi-colon", + "input": "&fjlig", + "description": "Bad named entity: fjlig without a semi-colon", "output": [ [ - "Character", + "Character", "&fjlig" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "fj", - "description": "Named entity: fjlig; with a semi-colon", + "input": "fj", + "description": "Named entity: fjlig; with a semi-colon", "output": [ [ - "Character", + "Character", "fj" ] ] - }, + }, { - "input": "&flat", - "description": "Bad named entity: flat without a semi-colon", + "input": "&flat", + "description": "Bad named entity: flat without a semi-colon", "output": [ [ - "Character", + "Character", "&flat" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "♭", - "description": "Named entity: flat; with a semi-colon", + "input": "♭", + "description": "Named entity: flat; with a semi-colon", "output": [ [ - "Character", + "Character", "\u266d" ] ] - }, + }, { - "input": "&fllig", - "description": "Bad named entity: fllig without a semi-colon", + "input": "&fllig", + "description": "Bad named entity: fllig without a semi-colon", "output": [ [ - "Character", + "Character", "&fllig" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "fl", - "description": "Named entity: fllig; with a semi-colon", + "input": "fl", + "description": "Named entity: fllig; with a semi-colon", "output": [ [ - "Character", + "Character", "\ufb02" ] ] - }, + }, { - "input": "&fltns", - "description": "Bad named entity: fltns without a semi-colon", + "input": "&fltns", + "description": "Bad named entity: fltns without a semi-colon", "output": [ [ - "Character", + "Character", "&fltns" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "▱", - "description": "Named entity: fltns; with a semi-colon", + "input": "▱", + "description": "Named entity: fltns; with a semi-colon", "output": [ [ - "Character", + "Character", "\u25b1" ] ] - }, + }, { - "input": "&fnof", - "description": "Bad named entity: fnof without a semi-colon", + "input": "&fnof", + "description": "Bad named entity: fnof without a semi-colon", "output": [ [ - "Character", + "Character", "&fnof" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ƒ", - "description": "Named entity: fnof; with a semi-colon", + "input": "ƒ", + "description": "Named entity: fnof; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0192" ] ] - }, + }, { - "input": "&fopf", - "description": "Bad named entity: fopf without a semi-colon", + "input": "&fopf", + "description": "Bad named entity: fopf without a semi-colon", "output": [ [ - "Character", + "Character", "&fopf" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝕗", - "description": "Named entity: fopf; with a semi-colon", + "input": "𝕗", + "description": "Named entity: fopf; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udd57" ] ] - }, + }, { - "input": "&forall", - "description": "Bad named entity: forall without a semi-colon", + "input": "&forall", + "description": "Bad named entity: forall without a semi-colon", "output": [ [ - "Character", + "Character", "&forall" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∀", - "description": "Named entity: forall; with a semi-colon", + "input": "∀", + "description": "Named entity: forall; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2200" ] ] - }, + }, { - "input": "&fork", - "description": "Bad named entity: fork without a semi-colon", + "input": "&fork", + "description": "Bad named entity: fork without a semi-colon", "output": [ [ - "Character", + "Character", "&fork" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⋔", - "description": "Named entity: fork; with a semi-colon", + "input": "⋔", + "description": "Named entity: fork; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22d4" ] ] - }, + }, { - "input": "&forkv", - "description": "Bad named entity: forkv without a semi-colon", + "input": "&forkv", + "description": "Bad named entity: forkv without a semi-colon", "output": [ [ - "Character", + "Character", "&forkv" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⫙", - "description": "Named entity: forkv; with a semi-colon", + "input": "⫙", + "description": "Named entity: forkv; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2ad9" ] ] - }, + }, { - "input": "&fpartint", - "description": "Bad named entity: fpartint without a semi-colon", + "input": "&fpartint", + "description": "Bad named entity: fpartint without a semi-colon", "output": [ [ - "Character", + "Character", "&fpartint" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⨍", - "description": "Named entity: fpartint; with a semi-colon", + "input": "⨍", + "description": "Named entity: fpartint; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a0d" ] ] - }, + }, { - "input": "½", - "description": "Named entity: frac12 without a semi-colon", + "input": "½", + "description": "Named entity: frac12 without a semi-colon", "output": [ [ - "Character", + "Character", "\u00bd" ] ], "errors": [ { "code": "missing-semicolon-after-character-reference", "line": 1, "col": 8 } ] - }, + }, { - "input": "½", - "description": "Named entity: frac12; with a semi-colon", + "input": "½", + "description": "Named entity: frac12; with a semi-colon", "output": [ [ - "Character", + "Character", "\u00bd" ] ] - }, + }, { - "input": "&frac13", - "description": "Bad named entity: frac13 without a semi-colon", + "input": "&frac13", + "description": "Bad named entity: frac13 without a semi-colon", "output": [ [ - "Character", + "Character", "&frac13" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⅓", - "description": "Named entity: frac13; with a semi-colon", + "input": "⅓", + "description": "Named entity: frac13; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2153" ] ] - }, + }, { - "input": "¼", - "description": "Named entity: frac14 without a semi-colon", + "input": "¼", + "description": "Named entity: frac14 without a semi-colon", "output": [ [ - "Character", + "Character", "\u00bc" ] ], "errors": [ { "code": "missing-semicolon-after-character-reference", "line": 1, "col": 8 } ] - }, + }, { - "input": "¼", - "description": "Named entity: frac14; with a semi-colon", + "input": "¼", + "description": "Named entity: frac14; with a semi-colon", "output": [ [ - "Character", + "Character", "\u00bc" ] ] - }, + }, { - "input": "&frac15", - "description": "Bad named entity: frac15 without a semi-colon", + "input": "&frac15", + "description": "Bad named entity: frac15 without a semi-colon", "output": [ [ - "Character", + "Character", "&frac15" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⅕", - "description": "Named entity: frac15; with a semi-colon", + "input": "⅕", + "description": "Named entity: frac15; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2155" ] ] - }, + }, { - "input": "&frac16", - "description": "Bad named entity: frac16 without a semi-colon", + "input": "&frac16", + "description": "Bad named entity: frac16 without a semi-colon", "output": [ [ - "Character", + "Character", "&frac16" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⅙", - "description": "Named entity: frac16; with a semi-colon", + "input": "⅙", + "description": "Named entity: frac16; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2159" ] ] - }, + }, { - "input": "&frac18", - "description": "Bad named entity: frac18 without a semi-colon", + "input": "&frac18", + "description": "Bad named entity: frac18 without a semi-colon", "output": [ [ - "Character", + "Character", "&frac18" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⅛", - "description": "Named entity: frac18; with a semi-colon", + "input": "⅛", + "description": "Named entity: frac18; with a semi-colon", "output": [ [ - "Character", + "Character", "\u215b" ] ] - }, + }, { - "input": "&frac23", - "description": "Bad named entity: frac23 without a semi-colon", + "input": "&frac23", + "description": "Bad named entity: frac23 without a semi-colon", "output": [ [ - "Character", + "Character", "&frac23" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⅔", - "description": "Named entity: frac23; with a semi-colon", + "input": "⅔", + "description": "Named entity: frac23; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2154" ] ] - }, + }, { - "input": "&frac25", - "description": "Bad named entity: frac25 without a semi-colon", + "input": "&frac25", + "description": "Bad named entity: frac25 without a semi-colon", "output": [ [ - "Character", + "Character", "&frac25" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⅖", - "description": "Named entity: frac25; with a semi-colon", + "input": "⅖", + "description": "Named entity: frac25; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2156" ] ] - }, + }, { - "input": "¾", - "description": "Named entity: frac34 without a semi-colon", + "input": "¾", + "description": "Named entity: frac34 without a semi-colon", "output": [ [ - "Character", + "Character", "\u00be" ] ], "errors": [ { "code": "missing-semicolon-after-character-reference", "line": 1, "col": 8 } ] - }, + }, { - "input": "¾", - "description": "Named entity: frac34; with a semi-colon", + "input": "¾", + "description": "Named entity: frac34; with a semi-colon", "output": [ [ - "Character", + "Character", "\u00be" ] ] - }, + }, { - "input": "&frac35", - "description": "Bad named entity: frac35 without a semi-colon", + "input": "&frac35", + "description": "Bad named entity: frac35 without a semi-colon", "output": [ [ - "Character", + "Character", "&frac35" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⅗", - "description": "Named entity: frac35; with a semi-colon", + "input": "⅗", + "description": "Named entity: frac35; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2157" ] ] - }, + }, { - "input": "&frac38", - "description": "Bad named entity: frac38 without a semi-colon", + "input": "&frac38", + "description": "Bad named entity: frac38 without a semi-colon", "output": [ [ - "Character", + "Character", "&frac38" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⅜", - "description": "Named entity: frac38; with a semi-colon", + "input": "⅜", + "description": "Named entity: frac38; with a semi-colon", "output": [ [ - "Character", + "Character", "\u215c" ] ] - }, + }, { - "input": "&frac45", - "description": "Bad named entity: frac45 without a semi-colon", + "input": "&frac45", + "description": "Bad named entity: frac45 without a semi-colon", "output": [ [ - "Character", + "Character", "&frac45" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⅘", - "description": "Named entity: frac45; with a semi-colon", + "input": "⅘", + "description": "Named entity: frac45; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2158" ] ] - }, + }, { - "input": "&frac56", - "description": "Bad named entity: frac56 without a semi-colon", + "input": "&frac56", + "description": "Bad named entity: frac56 without a semi-colon", "output": [ [ - "Character", + "Character", "&frac56" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⅚", - "description": "Named entity: frac56; with a semi-colon", + "input": "⅚", + "description": "Named entity: frac56; with a semi-colon", "output": [ [ - "Character", + "Character", "\u215a" ] ] - }, + }, { - "input": "&frac58", - "description": "Bad named entity: frac58 without a semi-colon", + "input": "&frac58", + "description": "Bad named entity: frac58 without a semi-colon", "output": [ [ - "Character", + "Character", "&frac58" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⅝", - "description": "Named entity: frac58; with a semi-colon", + "input": "⅝", + "description": "Named entity: frac58; with a semi-colon", "output": [ [ - "Character", + "Character", "\u215d" ] ] - }, + }, { - "input": "&frac78", - "description": "Bad named entity: frac78 without a semi-colon", + "input": "&frac78", + "description": "Bad named entity: frac78 without a semi-colon", "output": [ [ - "Character", + "Character", "&frac78" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⅞", - "description": "Named entity: frac78; with a semi-colon", + "input": "⅞", + "description": "Named entity: frac78; with a semi-colon", "output": [ [ - "Character", + "Character", "\u215e" ] ] - }, + }, { - "input": "&frasl", - "description": "Bad named entity: frasl without a semi-colon", + "input": "&frasl", + "description": "Bad named entity: frasl without a semi-colon", "output": [ [ - "Character", + "Character", "&frasl" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⁄", - "description": "Named entity: frasl; with a semi-colon", + "input": "⁄", + "description": "Named entity: frasl; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2044" ] ] - }, + }, { - "input": "&frown", - "description": "Bad named entity: frown without a semi-colon", + "input": "&frown", + "description": "Bad named entity: frown without a semi-colon", "output": [ [ - "Character", + "Character", "&frown" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⌢", - "description": "Named entity: frown; with a semi-colon", + "input": "⌢", + "description": "Named entity: frown; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2322" ] ] - }, + }, { - "input": "&fscr", - "description": "Bad named entity: fscr without a semi-colon", + "input": "&fscr", + "description": "Bad named entity: fscr without a semi-colon", "output": [ [ - "Character", + "Character", "&fscr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝒻", - "description": "Named entity: fscr; with a semi-colon", + "input": "𝒻", + "description": "Named entity: fscr; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udcbb" ] ] - }, + }, { - "input": "&gE", - "description": "Bad named entity: gE without a semi-colon", + "input": "&gE", + "description": "Bad named entity: gE without a semi-colon", "output": [ [ - "Character", + "Character", "&gE" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≧", - "description": "Named entity: gE; with a semi-colon", + "input": "≧", + "description": "Named entity: gE; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2267" ] ] - }, + }, { - "input": "&gEl", - "description": "Bad named entity: gEl without a semi-colon", + "input": "&gEl", + "description": "Bad named entity: gEl without a semi-colon", "output": [ [ - "Character", + "Character", "&gEl" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⪌", - "description": "Named entity: gEl; with a semi-colon", + "input": "⪌", + "description": "Named entity: gEl; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a8c" ] ] - }, + }, { - "input": "&gacute", - "description": "Bad named entity: gacute without a semi-colon", + "input": "&gacute", + "description": "Bad named entity: gacute without a semi-colon", "output": [ [ - "Character", + "Character", "&gacute" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ǵ", - "description": "Named entity: gacute; with a semi-colon", + "input": "ǵ", + "description": "Named entity: gacute; with a semi-colon", "output": [ [ - "Character", + "Character", "\u01f5" ] ] - }, + }, { - "input": "&gamma", - "description": "Bad named entity: gamma without a semi-colon", + "input": "&gamma", + "description": "Bad named entity: gamma without a semi-colon", "output": [ [ - "Character", + "Character", "&gamma" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "γ", - "description": "Named entity: gamma; with a semi-colon", + "input": "γ", + "description": "Named entity: gamma; with a semi-colon", "output": [ [ - "Character", + "Character", "\u03b3" ] ] - }, + }, { - "input": "&gammad", - "description": "Bad named entity: gammad without a semi-colon", + "input": "&gammad", + "description": "Bad named entity: gammad without a semi-colon", "output": [ [ - "Character", + "Character", "&gammad" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ϝ", - "description": "Named entity: gammad; with a semi-colon", + "input": "ϝ", + "description": "Named entity: gammad; with a semi-colon", "output": [ [ - "Character", + "Character", "\u03dd" ] ] - }, + }, { - "input": "&gap", - "description": "Bad named entity: gap without a semi-colon", + "input": "&gap", + "description": "Bad named entity: gap without a semi-colon", "output": [ [ - "Character", + "Character", "&gap" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⪆", - "description": "Named entity: gap; with a semi-colon", + "input": "⪆", + "description": "Named entity: gap; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a86" ] ] - }, + }, { - "input": "&gbreve", - "description": "Bad named entity: gbreve without a semi-colon", + "input": "&gbreve", + "description": "Bad named entity: gbreve without a semi-colon", "output": [ [ - "Character", + "Character", "&gbreve" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ğ", - "description": "Named entity: gbreve; with a semi-colon", + "input": "ğ", + "description": "Named entity: gbreve; with a semi-colon", "output": [ [ - "Character", + "Character", "\u011f" ] ] - }, + }, { - "input": "&gcirc", - "description": "Bad named entity: gcirc without a semi-colon", + "input": "&gcirc", + "description": "Bad named entity: gcirc without a semi-colon", "output": [ [ - "Character", + "Character", "&gcirc" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ĝ", - "description": "Named entity: gcirc; with a semi-colon", + "input": "ĝ", + "description": "Named entity: gcirc; with a semi-colon", "output": [ [ - "Character", + "Character", "\u011d" ] ] - }, + }, { - "input": "&gcy", - "description": "Bad named entity: gcy without a semi-colon", + "input": "&gcy", + "description": "Bad named entity: gcy without a semi-colon", "output": [ [ - "Character", + "Character", "&gcy" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "г", - "description": "Named entity: gcy; with a semi-colon", + "input": "г", + "description": "Named entity: gcy; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0433" ] ] - }, + }, { - "input": "&gdot", - "description": "Bad named entity: gdot without a semi-colon", + "input": "&gdot", + "description": "Bad named entity: gdot without a semi-colon", "output": [ [ - "Character", + "Character", "&gdot" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ġ", - "description": "Named entity: gdot; with a semi-colon", + "input": "ġ", + "description": "Named entity: gdot; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0121" ] ] - }, + }, { - "input": "&ge", - "description": "Bad named entity: ge without a semi-colon", + "input": "&ge", + "description": "Bad named entity: ge without a semi-colon", "output": [ [ - "Character", + "Character", "&ge" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≥", - "description": "Named entity: ge; with a semi-colon", + "input": "≥", + "description": "Named entity: ge; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2265" ] ] - }, + }, { - "input": "&gel", - "description": "Bad named entity: gel without a semi-colon", + "input": "&gel", + "description": "Bad named entity: gel without a semi-colon", "output": [ [ - "Character", + "Character", "&gel" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⋛", - "description": "Named entity: gel; with a semi-colon", + "input": "⋛", + "description": "Named entity: gel; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22db" ] ] - }, + }, { - "input": "&geq", - "description": "Bad named entity: geq without a semi-colon", + "input": "&geq", + "description": "Bad named entity: geq without a semi-colon", "output": [ [ - "Character", + "Character", "&geq" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≥", - "description": "Named entity: geq; with a semi-colon", + "input": "≥", + "description": "Named entity: geq; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2265" ] ] - }, + }, { - "input": "&geqq", - "description": "Bad named entity: geqq without a semi-colon", + "input": "&geqq", + "description": "Bad named entity: geqq without a semi-colon", "output": [ [ - "Character", + "Character", "&geqq" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≧", - "description": "Named entity: geqq; with a semi-colon", + "input": "≧", + "description": "Named entity: geqq; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2267" ] ] - }, + }, { - "input": "&geqslant", - "description": "Bad named entity: geqslant without a semi-colon", + "input": "&geqslant", + "description": "Bad named entity: geqslant without a semi-colon", "output": [ [ - "Character", + "Character", "&geqslant" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⩾", - "description": "Named entity: geqslant; with a semi-colon", + "input": "⩾", + "description": "Named entity: geqslant; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a7e" ] ] - }, + }, { - "input": "&ges", - "description": "Bad named entity: ges without a semi-colon", + "input": "&ges", + "description": "Bad named entity: ges without a semi-colon", "output": [ [ - "Character", + "Character", "&ges" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⩾", - "description": "Named entity: ges; with a semi-colon", + "input": "⩾", + "description": "Named entity: ges; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a7e" ] ] - }, + }, { - "input": "&gescc", - "description": "Bad named entity: gescc without a semi-colon", + "input": "&gescc", + "description": "Bad named entity: gescc without a semi-colon", "output": [ [ - "Character", + "Character", "&gescc" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⪩", - "description": "Named entity: gescc; with a semi-colon", + "input": "⪩", + "description": "Named entity: gescc; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2aa9" ] ] - }, + }, { - "input": "&gesdot", - "description": "Bad named entity: gesdot without a semi-colon", + "input": "&gesdot", + "description": "Bad named entity: gesdot without a semi-colon", "output": [ [ - "Character", + "Character", "&gesdot" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⪀", - "description": "Named entity: gesdot; with a semi-colon", + "input": "⪀", + "description": "Named entity: gesdot; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a80" ] ] - }, + }, { - "input": "&gesdoto", - "description": "Bad named entity: gesdoto without a semi-colon", + "input": "&gesdoto", + "description": "Bad named entity: gesdoto without a semi-colon", "output": [ [ - "Character", + "Character", "&gesdoto" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⪂", - "description": "Named entity: gesdoto; with a semi-colon", + "input": "⪂", + "description": "Named entity: gesdoto; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a82" ] ] - }, + }, { - "input": "&gesdotol", - "description": "Bad named entity: gesdotol without a semi-colon", + "input": "&gesdotol", + "description": "Bad named entity: gesdotol without a semi-colon", "output": [ [ - "Character", + "Character", "&gesdotol" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⪄", - "description": "Named entity: gesdotol; with a semi-colon", + "input": "⪄", + "description": "Named entity: gesdotol; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a84" ] ] - }, + }, { - "input": "&gesl", - "description": "Bad named entity: gesl without a semi-colon", + "input": "&gesl", + "description": "Bad named entity: gesl without a semi-colon", "output": [ [ - "Character", + "Character", "&gesl" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⋛︀", - "description": "Named entity: gesl; with a semi-colon", + "input": "⋛︀", + "description": "Named entity: gesl; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22db\ufe00" ] ] - }, + }, { - "input": "&gesles", - "description": "Bad named entity: gesles without a semi-colon", + "input": "&gesles", + "description": "Bad named entity: gesles without a semi-colon", "output": [ [ - "Character", + "Character", "&gesles" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⪔", - "description": "Named entity: gesles; with a semi-colon", + "input": "⪔", + "description": "Named entity: gesles; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a94" ] ] - }, + }, { - "input": "&gfr", - "description": "Bad named entity: gfr without a semi-colon", + "input": "&gfr", + "description": "Bad named entity: gfr without a semi-colon", "output": [ [ - "Character", + "Character", "&gfr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝔤", - "description": "Named entity: gfr; with a semi-colon", + "input": "𝔤", + "description": "Named entity: gfr; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udd24" ] ] - }, + }, { - "input": "&gg", - "description": "Bad named entity: gg without a semi-colon", + "input": "&gg", + "description": "Bad named entity: gg without a semi-colon", "output": [ [ - "Character", + "Character", "&gg" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≫", - "description": "Named entity: gg; with a semi-colon", + "input": "≫", + "description": "Named entity: gg; with a semi-colon", "output": [ [ - "Character", + "Character", "\u226b" ] ] - }, + }, { - "input": "&ggg", - "description": "Bad named entity: ggg without a semi-colon", + "input": "&ggg", + "description": "Bad named entity: ggg without a semi-colon", "output": [ [ - "Character", + "Character", "&ggg" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⋙", - "description": "Named entity: ggg; with a semi-colon", + "input": "⋙", + "description": "Named entity: ggg; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22d9" ] ] - }, + }, { - "input": "&gimel", - "description": "Bad named entity: gimel without a semi-colon", + "input": "&gimel", + "description": "Bad named entity: gimel without a semi-colon", "output": [ [ - "Character", + "Character", "&gimel" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ℷ", - "description": "Named entity: gimel; with a semi-colon", + "input": "ℷ", + "description": "Named entity: gimel; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2137" ] ] - }, + }, { - "input": "&gjcy", - "description": "Bad named entity: gjcy without a semi-colon", + "input": "&gjcy", + "description": "Bad named entity: gjcy without a semi-colon", "output": [ [ - "Character", + "Character", "&gjcy" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ѓ", - "description": "Named entity: gjcy; with a semi-colon", + "input": "ѓ", + "description": "Named entity: gjcy; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0453" ] ] - }, + }, { - "input": "&gl", - "description": "Bad named entity: gl without a semi-colon", + "input": "&gl", + "description": "Bad named entity: gl without a semi-colon", "output": [ [ - "Character", + "Character", "&gl" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≷", - "description": "Named entity: gl; with a semi-colon", + "input": "≷", + "description": "Named entity: gl; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2277" ] ] - }, + }, { - "input": "&glE", - "description": "Bad named entity: glE without a semi-colon", + "input": "&glE", + "description": "Bad named entity: glE without a semi-colon", "output": [ [ - "Character", + "Character", "&glE" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⪒", - "description": "Named entity: glE; with a semi-colon", + "input": "⪒", + "description": "Named entity: glE; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a92" ] ] - }, + }, { - "input": "&gla", - "description": "Bad named entity: gla without a semi-colon", + "input": "&gla", + "description": "Bad named entity: gla without a semi-colon", "output": [ [ - "Character", + "Character", "&gla" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⪥", - "description": "Named entity: gla; with a semi-colon", + "input": "⪥", + "description": "Named entity: gla; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2aa5" ] ] - }, + }, { - "input": "&glj", - "description": "Bad named entity: glj without a semi-colon", + "input": "&glj", + "description": "Bad named entity: glj without a semi-colon", "output": [ [ - "Character", + "Character", "&glj" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⪤", - "description": "Named entity: glj; with a semi-colon", + "input": "⪤", + "description": "Named entity: glj; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2aa4" ] ] - }, + }, { - "input": "&gnE", - "description": "Bad named entity: gnE without a semi-colon", + "input": "&gnE", + "description": "Bad named entity: gnE without a semi-colon", "output": [ [ - "Character", + "Character", "&gnE" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≩", - "description": "Named entity: gnE; with a semi-colon", + "input": "≩", + "description": "Named entity: gnE; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2269" ] ] - }, + }, { - "input": "&gnap", - "description": "Bad named entity: gnap without a semi-colon", + "input": "&gnap", + "description": "Bad named entity: gnap without a semi-colon", "output": [ [ - "Character", + "Character", "&gnap" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⪊", - "description": "Named entity: gnap; with a semi-colon", + "input": "⪊", + "description": "Named entity: gnap; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a8a" ] ] - }, + }, { - "input": "&gnapprox", - "description": "Bad named entity: gnapprox without a semi-colon", + "input": "&gnapprox", + "description": "Bad named entity: gnapprox without a semi-colon", "output": [ [ - "Character", + "Character", "&gnapprox" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⪊", - "description": "Named entity: gnapprox; with a semi-colon", + "input": "⪊", + "description": "Named entity: gnapprox; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a8a" ] ] - }, + }, { - "input": "&gne", - "description": "Bad named entity: gne without a semi-colon", + "input": "&gne", + "description": "Bad named entity: gne without a semi-colon", "output": [ [ - "Character", + "Character", "&gne" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⪈", - "description": "Named entity: gne; with a semi-colon", + "input": "⪈", + "description": "Named entity: gne; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a88" ] ] - }, + }, { - "input": "&gneq", - "description": "Bad named entity: gneq without a semi-colon", + "input": "&gneq", + "description": "Bad named entity: gneq without a semi-colon", "output": [ [ - "Character", + "Character", "&gneq" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⪈", - "description": "Named entity: gneq; with a semi-colon", + "input": "⪈", + "description": "Named entity: gneq; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a88" ] ] - }, + }, { - "input": "&gneqq", - "description": "Bad named entity: gneqq without a semi-colon", + "input": "&gneqq", + "description": "Bad named entity: gneqq without a semi-colon", "output": [ [ - "Character", + "Character", "&gneqq" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≩", - "description": "Named entity: gneqq; with a semi-colon", + "input": "≩", + "description": "Named entity: gneqq; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2269" ] ] - }, + }, { - "input": "&gnsim", - "description": "Bad named entity: gnsim without a semi-colon", + "input": "&gnsim", + "description": "Bad named entity: gnsim without a semi-colon", "output": [ [ - "Character", + "Character", "&gnsim" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⋧", - "description": "Named entity: gnsim; with a semi-colon", + "input": "⋧", + "description": "Named entity: gnsim; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22e7" ] ] - }, + }, { - "input": "&gopf", - "description": "Bad named entity: gopf without a semi-colon", + "input": "&gopf", + "description": "Bad named entity: gopf without a semi-colon", "output": [ [ - "Character", + "Character", "&gopf" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝕘", - "description": "Named entity: gopf; with a semi-colon", + "input": "𝕘", + "description": "Named entity: gopf; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udd58" ] ] - }, + }, { - "input": "&grave", - "description": "Bad named entity: grave without a semi-colon", + "input": "&grave", + "description": "Bad named entity: grave without a semi-colon", "output": [ [ - "Character", + "Character", "&grave" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "`", - "description": "Named entity: grave; with a semi-colon", + "input": "`", + "description": "Named entity: grave; with a semi-colon", "output": [ [ - "Character", + "Character", "`" ] ] - }, + }, { - "input": "&gscr", - "description": "Bad named entity: gscr without a semi-colon", + "input": "&gscr", + "description": "Bad named entity: gscr without a semi-colon", "output": [ [ - "Character", + "Character", "&gscr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ℊ", - "description": "Named entity: gscr; with a semi-colon", + "input": "ℊ", + "description": "Named entity: gscr; with a semi-colon", "output": [ [ - "Character", + "Character", "\u210a" ] ] - }, + }, { - "input": "&gsim", - "description": "Bad named entity: gsim without a semi-colon", + "input": "&gsim", + "description": "Bad named entity: gsim without a semi-colon", "output": [ [ - "Character", + "Character", "&gsim" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≳", - "description": "Named entity: gsim; with a semi-colon", + "input": "≳", + "description": "Named entity: gsim; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2273" ] ] - }, + }, { - "input": "&gsime", - "description": "Bad named entity: gsime without a semi-colon", + "input": "&gsime", + "description": "Bad named entity: gsime without a semi-colon", "output": [ [ - "Character", + "Character", "&gsime" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⪎", - "description": "Named entity: gsime; with a semi-colon", + "input": "⪎", + "description": "Named entity: gsime; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a8e" ] ] - }, + }, { - "input": "&gsiml", - "description": "Bad named entity: gsiml without a semi-colon", + "input": "&gsiml", + "description": "Bad named entity: gsiml without a semi-colon", "output": [ [ - "Character", + "Character", "&gsiml" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⪐", - "description": "Named entity: gsiml; with a semi-colon", + "input": "⪐", + "description": "Named entity: gsiml; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a90" ] ] - }, + }, { - "input": ">", - "description": "Named entity: gt without a semi-colon", + "input": ">", + "description": "Named entity: gt without a semi-colon", "output": [ [ - "Character", + "Character", ">" ] ], "errors": [ { "code": "missing-semicolon-after-character-reference", "line": 1, "col": 4 } ] - }, + }, { - "input": ">", - "description": "Named entity: gt; with a semi-colon", + "input": ">", + "description": "Named entity: gt; with a semi-colon", "output": [ [ - "Character", + "Character", ">" ] ] - }, + }, { - "input": "⪧", - "description": "Named entity: gtcc; with a semi-colon", + "input": "⪧", + "description": "Named entity: gtcc; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2aa7" ] ] - }, + }, { - "input": "⩺", - "description": "Named entity: gtcir; with a semi-colon", + "input": "⩺", + "description": "Named entity: gtcir; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a7a" ] ] - }, + }, { - "input": "⋗", - "description": "Named entity: gtdot; with a semi-colon", + "input": "⋗", + "description": "Named entity: gtdot; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22d7" ] ] - }, + }, { - "input": "⦕", - "description": "Named entity: gtlPar; with a semi-colon", + "input": "⦕", + "description": "Named entity: gtlPar; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2995" ] ] - }, + }, { - "input": "⩼", - "description": "Named entity: gtquest; with a semi-colon", + "input": "⩼", + "description": "Named entity: gtquest; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a7c" ] ] - }, + }, { - "input": "⪆", - "description": "Named entity: gtrapprox; with a semi-colon", + "input": "⪆", + "description": "Named entity: gtrapprox; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a86" ] ] - }, + }, { - "input": "⥸", - "description": "Named entity: gtrarr; with a semi-colon", + "input": "⥸", + "description": "Named entity: gtrarr; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2978" ] ] - }, + }, { - "input": "⋗", - "description": "Named entity: gtrdot; with a semi-colon", + "input": "⋗", + "description": "Named entity: gtrdot; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22d7" ] ] - }, + }, { - "input": "⋛", - "description": "Named entity: gtreqless; with a semi-colon", + "input": "⋛", + "description": "Named entity: gtreqless; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22db" ] ] - }, + }, { - "input": "⪌", - "description": "Named entity: gtreqqless; with a semi-colon", + "input": "⪌", + "description": "Named entity: gtreqqless; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a8c" ] ] - }, + }, { - "input": "≷", - "description": "Named entity: gtrless; with a semi-colon", + "input": "≷", + "description": "Named entity: gtrless; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2277" ] ] - }, + }, { - "input": "≳", - "description": "Named entity: gtrsim; with a semi-colon", + "input": "≳", + "description": "Named entity: gtrsim; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2273" ] ] - }, + }, { - "input": "&gvertneqq", - "description": "Bad named entity: gvertneqq without a semi-colon", + "input": "&gvertneqq", + "description": "Bad named entity: gvertneqq without a semi-colon", "output": [ [ - "Character", + "Character", "&gvertneqq" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≩︀", - "description": "Named entity: gvertneqq; with a semi-colon", + "input": "≩︀", + "description": "Named entity: gvertneqq; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2269\ufe00" ] ] - }, + }, { - "input": "&gvnE", - "description": "Bad named entity: gvnE without a semi-colon", + "input": "&gvnE", + "description": "Bad named entity: gvnE without a semi-colon", "output": [ [ - "Character", + "Character", "&gvnE" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≩︀", - "description": "Named entity: gvnE; with a semi-colon", + "input": "≩︀", + "description": "Named entity: gvnE; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2269\ufe00" ] ] - }, + }, { - "input": "&hArr", - "description": "Bad named entity: hArr without a semi-colon", + "input": "&hArr", + "description": "Bad named entity: hArr without a semi-colon", "output": [ [ - "Character", + "Character", "&hArr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⇔", - "description": "Named entity: hArr; with a semi-colon", + "input": "⇔", + "description": "Named entity: hArr; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21d4" ] ] - }, + }, { - "input": "&hairsp", - "description": "Bad named entity: hairsp without a semi-colon", + "input": "&hairsp", + "description": "Bad named entity: hairsp without a semi-colon", "output": [ [ - "Character", + "Character", "&hairsp" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": " ", - "description": "Named entity: hairsp; with a semi-colon", + "input": " ", + "description": "Named entity: hairsp; with a semi-colon", "output": [ [ - "Character", + "Character", "\u200a" ] ] - }, + }, { - "input": "&half", - "description": "Bad named entity: half without a semi-colon", + "input": "&half", + "description": "Bad named entity: half without a semi-colon", "output": [ [ - "Character", + "Character", "&half" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "½", - "description": "Named entity: half; with a semi-colon", + "input": "½", + "description": "Named entity: half; with a semi-colon", "output": [ [ - "Character", + "Character", "\u00bd" ] ] - }, + }, { - "input": "&hamilt", - "description": "Bad named entity: hamilt without a semi-colon", + "input": "&hamilt", + "description": "Bad named entity: hamilt without a semi-colon", "output": [ [ - "Character", + "Character", "&hamilt" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ℋ", - "description": "Named entity: hamilt; with a semi-colon", + "input": "ℋ", + "description": "Named entity: hamilt; with a semi-colon", "output": [ [ - "Character", + "Character", "\u210b" ] ] - }, + }, { - "input": "&hardcy", - "description": "Bad named entity: hardcy without a semi-colon", + "input": "&hardcy", + "description": "Bad named entity: hardcy without a semi-colon", "output": [ [ - "Character", + "Character", "&hardcy" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ъ", - "description": "Named entity: hardcy; with a semi-colon", + "input": "ъ", + "description": "Named entity: hardcy; with a semi-colon", "output": [ [ - "Character", + "Character", "\u044a" ] ] - }, + }, { - "input": "&harr", - "description": "Bad named entity: harr without a semi-colon", + "input": "&harr", + "description": "Bad named entity: harr without a semi-colon", "output": [ [ - "Character", + "Character", "&harr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "↔", - "description": "Named entity: harr; with a semi-colon", + "input": "↔", + "description": "Named entity: harr; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2194" ] ] - }, + }, { - "input": "&harrcir", - "description": "Bad named entity: harrcir without a semi-colon", + "input": "&harrcir", + "description": "Bad named entity: harrcir without a semi-colon", "output": [ [ - "Character", + "Character", "&harrcir" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⥈", - "description": "Named entity: harrcir; with a semi-colon", + "input": "⥈", + "description": "Named entity: harrcir; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2948" ] ] - }, + }, { - "input": "&harrw", - "description": "Bad named entity: harrw without a semi-colon", + "input": "&harrw", + "description": "Bad named entity: harrw without a semi-colon", "output": [ [ - "Character", + "Character", "&harrw" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "↭", - "description": "Named entity: harrw; with a semi-colon", + "input": "↭", + "description": "Named entity: harrw; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21ad" ] ] - }, + }, { - "input": "&hbar", - "description": "Bad named entity: hbar without a semi-colon", + "input": "&hbar", + "description": "Bad named entity: hbar without a semi-colon", "output": [ [ - "Character", + "Character", "&hbar" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ℏ", - "description": "Named entity: hbar; with a semi-colon", + "input": "ℏ", + "description": "Named entity: hbar; with a semi-colon", "output": [ [ - "Character", + "Character", "\u210f" ] ] - }, + }, { - "input": "&hcirc", - "description": "Bad named entity: hcirc without a semi-colon", + "input": "&hcirc", + "description": "Bad named entity: hcirc without a semi-colon", "output": [ [ - "Character", + "Character", "&hcirc" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ĥ", - "description": "Named entity: hcirc; with a semi-colon", + "input": "ĥ", + "description": "Named entity: hcirc; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0125" ] ] - }, + }, { - "input": "&hearts", - "description": "Bad named entity: hearts without a semi-colon", + "input": "&hearts", + "description": "Bad named entity: hearts without a semi-colon", "output": [ [ - "Character", + "Character", "&hearts" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "♥", - "description": "Named entity: hearts; with a semi-colon", + "input": "♥", + "description": "Named entity: hearts; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2665" ] ] - }, + }, { - "input": "&heartsuit", - "description": "Bad named entity: heartsuit without a semi-colon", + "input": "&heartsuit", + "description": "Bad named entity: heartsuit without a semi-colon", "output": [ [ - "Character", + "Character", "&heartsuit" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "♥", - "description": "Named entity: heartsuit; with a semi-colon", + "input": "♥", + "description": "Named entity: heartsuit; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2665" ] ] - }, + }, { - "input": "&hellip", - "description": "Bad named entity: hellip without a semi-colon", + "input": "&hellip", + "description": "Bad named entity: hellip without a semi-colon", "output": [ [ - "Character", + "Character", "&hellip" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "…", - "description": "Named entity: hellip; with a semi-colon", + "input": "…", + "description": "Named entity: hellip; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2026" ] ] - }, + }, { - "input": "&hercon", - "description": "Bad named entity: hercon without a semi-colon", + "input": "&hercon", + "description": "Bad named entity: hercon without a semi-colon", "output": [ [ - "Character", + "Character", "&hercon" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊹", - "description": "Named entity: hercon; with a semi-colon", + "input": "⊹", + "description": "Named entity: hercon; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22b9" ] ] - }, + }, { - "input": "&hfr", - "description": "Bad named entity: hfr without a semi-colon", + "input": "&hfr", + "description": "Bad named entity: hfr without a semi-colon", "output": [ [ - "Character", + "Character", "&hfr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝔥", - "description": "Named entity: hfr; with a semi-colon", + "input": "𝔥", + "description": "Named entity: hfr; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udd25" ] ] - }, + }, { - "input": "&hksearow", - "description": "Bad named entity: hksearow without a semi-colon", + "input": "&hksearow", + "description": "Bad named entity: hksearow without a semi-colon", "output": [ [ - "Character", + "Character", "&hksearow" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⤥", - "description": "Named entity: hksearow; with a semi-colon", + "input": "⤥", + "description": "Named entity: hksearow; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2925" ] ] - }, + }, { - "input": "&hkswarow", - "description": "Bad named entity: hkswarow without a semi-colon", + "input": "&hkswarow", + "description": "Bad named entity: hkswarow without a semi-colon", "output": [ [ - "Character", + "Character", "&hkswarow" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⤦", - "description": "Named entity: hkswarow; with a semi-colon", + "input": "⤦", + "description": "Named entity: hkswarow; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2926" ] ] - }, + }, { - "input": "&hoarr", - "description": "Bad named entity: hoarr without a semi-colon", + "input": "&hoarr", + "description": "Bad named entity: hoarr without a semi-colon", "output": [ [ - "Character", + "Character", "&hoarr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⇿", - "description": "Named entity: hoarr; with a semi-colon", + "input": "⇿", + "description": "Named entity: hoarr; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21ff" ] ] - }, + }, { - "input": "&homtht", - "description": "Bad named entity: homtht without a semi-colon", + "input": "&homtht", + "description": "Bad named entity: homtht without a semi-colon", "output": [ [ - "Character", + "Character", "&homtht" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∻", - "description": "Named entity: homtht; with a semi-colon", + "input": "∻", + "description": "Named entity: homtht; with a semi-colon", "output": [ [ - "Character", + "Character", "\u223b" ] ] - }, + }, { - "input": "&hookleftarrow", - "description": "Bad named entity: hookleftarrow without a semi-colon", + "input": "&hookleftarrow", + "description": "Bad named entity: hookleftarrow without a semi-colon", "output": [ [ - "Character", + "Character", "&hookleftarrow" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "↩", - "description": "Named entity: hookleftarrow; with a semi-colon", + "input": "↩", + "description": "Named entity: hookleftarrow; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21a9" ] ] - }, + }, { - "input": "&hookrightarrow", - "description": "Bad named entity: hookrightarrow without a semi-colon", + "input": "&hookrightarrow", + "description": "Bad named entity: hookrightarrow without a semi-colon", "output": [ [ - "Character", + "Character", "&hookrightarrow" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "↪", - "description": "Named entity: hookrightarrow; with a semi-colon", + "input": "↪", + "description": "Named entity: hookrightarrow; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21aa" ] ] - }, + }, { - "input": "&hopf", - "description": "Bad named entity: hopf without a semi-colon", + "input": "&hopf", + "description": "Bad named entity: hopf without a semi-colon", "output": [ [ - "Character", + "Character", "&hopf" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝕙", - "description": "Named entity: hopf; with a semi-colon", + "input": "𝕙", + "description": "Named entity: hopf; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udd59" ] ] - }, + }, { - "input": "&horbar", - "description": "Bad named entity: horbar without a semi-colon", + "input": "&horbar", + "description": "Bad named entity: horbar without a semi-colon", "output": [ [ - "Character", + "Character", "&horbar" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "―", - "description": "Named entity: horbar; with a semi-colon", + "input": "―", + "description": "Named entity: horbar; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2015" ] ] - }, + }, { - "input": "&hscr", - "description": "Bad named entity: hscr without a semi-colon", + "input": "&hscr", + "description": "Bad named entity: hscr without a semi-colon", "output": [ [ - "Character", + "Character", "&hscr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝒽", - "description": "Named entity: hscr; with a semi-colon", + "input": "𝒽", + "description": "Named entity: hscr; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udcbd" ] ] - }, + }, { - "input": "&hslash", - "description": "Bad named entity: hslash without a semi-colon", + "input": "&hslash", + "description": "Bad named entity: hslash without a semi-colon", "output": [ [ - "Character", + "Character", "&hslash" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ℏ", - "description": "Named entity: hslash; with a semi-colon", + "input": "ℏ", + "description": "Named entity: hslash; with a semi-colon", "output": [ [ - "Character", + "Character", "\u210f" ] ] - }, + }, { - "input": "&hstrok", - "description": "Bad named entity: hstrok without a semi-colon", + "input": "&hstrok", + "description": "Bad named entity: hstrok without a semi-colon", "output": [ [ - "Character", + "Character", "&hstrok" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ħ", - "description": "Named entity: hstrok; with a semi-colon", + "input": "ħ", + "description": "Named entity: hstrok; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0127" ] ] - }, + }, { - "input": "&hybull", - "description": "Bad named entity: hybull without a semi-colon", + "input": "&hybull", + "description": "Bad named entity: hybull without a semi-colon", "output": [ [ - "Character", + "Character", "&hybull" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⁃", - "description": "Named entity: hybull; with a semi-colon", + "input": "⁃", + "description": "Named entity: hybull; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2043" ] ] - }, + }, { - "input": "&hyphen", - "description": "Bad named entity: hyphen without a semi-colon", + "input": "&hyphen", + "description": "Bad named entity: hyphen without a semi-colon", "output": [ [ - "Character", + "Character", "&hyphen" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "‐", - "description": "Named entity: hyphen; with a semi-colon", + "input": "‐", + "description": "Named entity: hyphen; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2010" ] ] - }, + }, { - "input": "í", - "description": "Named entity: iacute without a semi-colon", + "input": "í", + "description": "Named entity: iacute without a semi-colon", "output": [ [ - "Character", + "Character", "\u00ed" ] ], "errors": [ { "code": "missing-semicolon-after-character-reference", "line": 1, "col": 8 } ] - }, + }, { - "input": "í", - "description": "Named entity: iacute; with a semi-colon", + "input": "í", + "description": "Named entity: iacute; with a semi-colon", "output": [ [ - "Character", + "Character", "\u00ed" ] ] - }, + }, { - "input": "&ic", - "description": "Bad named entity: ic without a semi-colon", + "input": "&ic", + "description": "Bad named entity: ic without a semi-colon", "output": [ [ - "Character", + "Character", "&ic" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⁣", - "description": "Named entity: ic; with a semi-colon", + "input": "⁣", + "description": "Named entity: ic; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2063" ] ] - }, + }, { - "input": "î", - "description": "Named entity: icirc without a semi-colon", + "input": "î", + "description": "Named entity: icirc without a semi-colon", "output": [ [ - "Character", + "Character", "\u00ee" ] ], "errors": [ { "code": "missing-semicolon-after-character-reference", "line": 1, "col": 7 } ] - }, + }, { - "input": "î", - "description": "Named entity: icirc; with a semi-colon", + "input": "î", + "description": "Named entity: icirc; with a semi-colon", "output": [ [ - "Character", + "Character", "\u00ee" ] ] - }, + }, { - "input": "&icy", - "description": "Bad named entity: icy without a semi-colon", + "input": "&icy", + "description": "Bad named entity: icy without a semi-colon", "output": [ [ - "Character", + "Character", "&icy" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "и", - "description": "Named entity: icy; with a semi-colon", + "input": "и", + "description": "Named entity: icy; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0438" ] ] - }, + }, { - "input": "&iecy", - "description": "Bad named entity: iecy without a semi-colon", + "input": "&iecy", + "description": "Bad named entity: iecy without a semi-colon", "output": [ [ - "Character", + "Character", "&iecy" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "е", - "description": "Named entity: iecy; with a semi-colon", + "input": "е", + "description": "Named entity: iecy; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0435" ] ] - }, + }, { - "input": "¡", - "description": "Named entity: iexcl without a semi-colon", + "input": "¡", + "description": "Named entity: iexcl without a semi-colon", "output": [ [ - "Character", + "Character", "\u00a1" ] ], "errors": [ { "code": "missing-semicolon-after-character-reference", "line": 1, "col": 7 } ] - }, + }, { - "input": "¡", - "description": "Named entity: iexcl; with a semi-colon", + "input": "¡", + "description": "Named entity: iexcl; with a semi-colon", "output": [ [ - "Character", + "Character", "\u00a1" ] ] - }, + }, { - "input": "&iff", - "description": "Bad named entity: iff without a semi-colon", + "input": "&iff", + "description": "Bad named entity: iff without a semi-colon", "output": [ [ - "Character", + "Character", "&iff" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⇔", - "description": "Named entity: iff; with a semi-colon", + "input": "⇔", + "description": "Named entity: iff; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21d4" ] ] - }, + }, { - "input": "&ifr", - "description": "Bad named entity: ifr without a semi-colon", + "input": "&ifr", + "description": "Bad named entity: ifr without a semi-colon", "output": [ [ - "Character", + "Character", "&ifr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝔦", - "description": "Named entity: ifr; with a semi-colon", + "input": "𝔦", + "description": "Named entity: ifr; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udd26" ] ] - }, + }, { - "input": "ì", - "description": "Named entity: igrave without a semi-colon", + "input": "ì", + "description": "Named entity: igrave without a semi-colon", "output": [ [ - "Character", + "Character", "\u00ec" ] ], "errors": [ { "code": "missing-semicolon-after-character-reference", "line": 1, "col": 8 } ] - }, + }, { - "input": "ì", - "description": "Named entity: igrave; with a semi-colon", + "input": "ì", + "description": "Named entity: igrave; with a semi-colon", "output": [ [ - "Character", + "Character", "\u00ec" ] ] - }, + }, { - "input": "&ii", - "description": "Bad named entity: ii without a semi-colon", + "input": "&ii", + "description": "Bad named entity: ii without a semi-colon", "output": [ [ - "Character", + "Character", "&ii" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ⅈ", - "description": "Named entity: ii; with a semi-colon", + "input": "ⅈ", + "description": "Named entity: ii; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2148" ] ] - }, + }, { - "input": "&iiiint", - "description": "Bad named entity: iiiint without a semi-colon", + "input": "&iiiint", + "description": "Bad named entity: iiiint without a semi-colon", "output": [ [ - "Character", + "Character", "&iiiint" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⨌", - "description": "Named entity: iiiint; with a semi-colon", + "input": "⨌", + "description": "Named entity: iiiint; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a0c" ] ] - }, + }, { - "input": "&iiint", - "description": "Bad named entity: iiint without a semi-colon", + "input": "&iiint", + "description": "Bad named entity: iiint without a semi-colon", "output": [ [ - "Character", + "Character", "&iiint" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∭", - "description": "Named entity: iiint; with a semi-colon", + "input": "∭", + "description": "Named entity: iiint; with a semi-colon", "output": [ [ - "Character", + "Character", "\u222d" ] ] - }, + }, { - "input": "&iinfin", - "description": "Bad named entity: iinfin without a semi-colon", + "input": "&iinfin", + "description": "Bad named entity: iinfin without a semi-colon", "output": [ [ - "Character", + "Character", "&iinfin" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⧜", - "description": "Named entity: iinfin; with a semi-colon", + "input": "⧜", + "description": "Named entity: iinfin; with a semi-colon", "output": [ [ - "Character", + "Character", "\u29dc" ] ] - }, + }, { - "input": "&iiota", - "description": "Bad named entity: iiota without a semi-colon", + "input": "&iiota", + "description": "Bad named entity: iiota without a semi-colon", "output": [ [ - "Character", + "Character", "&iiota" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "℩", - "description": "Named entity: iiota; with a semi-colon", + "input": "℩", + "description": "Named entity: iiota; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2129" ] ] - }, + }, { - "input": "&ijlig", - "description": "Bad named entity: ijlig without a semi-colon", + "input": "&ijlig", + "description": "Bad named entity: ijlig without a semi-colon", "output": [ [ - "Character", + "Character", "&ijlig" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ij", - "description": "Named entity: ijlig; with a semi-colon", + "input": "ij", + "description": "Named entity: ijlig; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0133" ] ] - }, + }, { - "input": "&imacr", - "description": "Bad named entity: imacr without a semi-colon", + "input": "&imacr", + "description": "Bad named entity: imacr without a semi-colon", "output": [ [ - "Character", + "Character", "&imacr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ī", - "description": "Named entity: imacr; with a semi-colon", + "input": "ī", + "description": "Named entity: imacr; with a semi-colon", "output": [ [ - "Character", + "Character", "\u012b" ] ] - }, + }, { - "input": "&image", - "description": "Bad named entity: image without a semi-colon", + "input": "&image", + "description": "Bad named entity: image without a semi-colon", "output": [ [ - "Character", + "Character", "&image" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ℑ", - "description": "Named entity: image; with a semi-colon", + "input": "ℑ", + "description": "Named entity: image; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2111" ] ] - }, + }, { - "input": "&imagline", - "description": "Bad named entity: imagline without a semi-colon", + "input": "&imagline", + "description": "Bad named entity: imagline without a semi-colon", "output": [ [ - "Character", + "Character", "&imagline" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ℐ", - "description": "Named entity: imagline; with a semi-colon", + "input": "ℐ", + "description": "Named entity: imagline; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2110" ] ] - }, + }, { - "input": "&imagpart", - "description": "Bad named entity: imagpart without a semi-colon", + "input": "&imagpart", + "description": "Bad named entity: imagpart without a semi-colon", "output": [ [ - "Character", + "Character", "&imagpart" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ℑ", - "description": "Named entity: imagpart; with a semi-colon", + "input": "ℑ", + "description": "Named entity: imagpart; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2111" ] ] - }, + }, { - "input": "&imath", - "description": "Bad named entity: imath without a semi-colon", + "input": "&imath", + "description": "Bad named entity: imath without a semi-colon", "output": [ [ - "Character", + "Character", "&imath" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ı", - "description": "Named entity: imath; with a semi-colon", + "input": "ı", + "description": "Named entity: imath; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0131" ] ] - }, + }, { - "input": "&imof", - "description": "Bad named entity: imof without a semi-colon", + "input": "&imof", + "description": "Bad named entity: imof without a semi-colon", "output": [ [ - "Character", + "Character", "&imof" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊷", - "description": "Named entity: imof; with a semi-colon", + "input": "⊷", + "description": "Named entity: imof; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22b7" ] ] - }, + }, { - "input": "&imped", - "description": "Bad named entity: imped without a semi-colon", + "input": "&imped", + "description": "Bad named entity: imped without a semi-colon", "output": [ [ - "Character", + "Character", "&imped" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Ƶ", - "description": "Named entity: imped; with a semi-colon", + "input": "Ƶ", + "description": "Named entity: imped; with a semi-colon", "output": [ [ - "Character", + "Character", "\u01b5" ] ] - }, + }, { - "input": "&in", - "description": "Bad named entity: in without a semi-colon", + "input": "&in", + "description": "Bad named entity: in without a semi-colon", "output": [ [ - "Character", + "Character", "&in" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∈", - "description": "Named entity: in; with a semi-colon", + "input": "∈", + "description": "Named entity: in; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2208" ] ] - }, + }, { - "input": "&incare", - "description": "Bad named entity: incare without a semi-colon", + "input": "&incare", + "description": "Bad named entity: incare without a semi-colon", "output": [ [ - "Character", + "Character", "&incare" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "℅", - "description": "Named entity: incare; with a semi-colon", + "input": "℅", + "description": "Named entity: incare; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2105" ] ] - }, + }, { - "input": "&infin", - "description": "Bad named entity: infin without a semi-colon", + "input": "&infin", + "description": "Bad named entity: infin without a semi-colon", "output": [ [ - "Character", + "Character", "&infin" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∞", - "description": "Named entity: infin; with a semi-colon", + "input": "∞", + "description": "Named entity: infin; with a semi-colon", "output": [ [ - "Character", + "Character", "\u221e" ] ] - }, + }, { - "input": "&infintie", - "description": "Bad named entity: infintie without a semi-colon", + "input": "&infintie", + "description": "Bad named entity: infintie without a semi-colon", "output": [ [ - "Character", + "Character", "&infintie" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⧝", - "description": "Named entity: infintie; with a semi-colon", + "input": "⧝", + "description": "Named entity: infintie; with a semi-colon", "output": [ [ - "Character", + "Character", "\u29dd" ] ] - }, + }, { - "input": "&inodot", - "description": "Bad named entity: inodot without a semi-colon", + "input": "&inodot", + "description": "Bad named entity: inodot without a semi-colon", "output": [ [ - "Character", + "Character", "&inodot" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ı", - "description": "Named entity: inodot; with a semi-colon", + "input": "ı", + "description": "Named entity: inodot; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0131" ] ] - }, + }, { - "input": "&int", - "description": "Bad named entity: int without a semi-colon", + "input": "&int", + "description": "Bad named entity: int without a semi-colon", "output": [ [ - "Character", + "Character", "&int" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∫", - "description": "Named entity: int; with a semi-colon", + "input": "∫", + "description": "Named entity: int; with a semi-colon", "output": [ [ - "Character", + "Character", "\u222b" ] ] - }, + }, { - "input": "&intcal", - "description": "Bad named entity: intcal without a semi-colon", + "input": "&intcal", + "description": "Bad named entity: intcal without a semi-colon", "output": [ [ - "Character", + "Character", "&intcal" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊺", - "description": "Named entity: intcal; with a semi-colon", + "input": "⊺", + "description": "Named entity: intcal; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22ba" ] ] - }, + }, { - "input": "&integers", - "description": "Bad named entity: integers without a semi-colon", + "input": "&integers", + "description": "Bad named entity: integers without a semi-colon", "output": [ [ - "Character", + "Character", "&integers" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ℤ", - "description": "Named entity: integers; with a semi-colon", + "input": "ℤ", + "description": "Named entity: integers; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2124" ] ] - }, + }, { - "input": "&intercal", - "description": "Bad named entity: intercal without a semi-colon", + "input": "&intercal", + "description": "Bad named entity: intercal without a semi-colon", "output": [ [ - "Character", + "Character", "&intercal" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊺", - "description": "Named entity: intercal; with a semi-colon", + "input": "⊺", + "description": "Named entity: intercal; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22ba" ] ] - }, + }, { - "input": "&intlarhk", - "description": "Bad named entity: intlarhk without a semi-colon", + "input": "&intlarhk", + "description": "Bad named entity: intlarhk without a semi-colon", "output": [ [ - "Character", + "Character", "&intlarhk" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⨗", - "description": "Named entity: intlarhk; with a semi-colon", + "input": "⨗", + "description": "Named entity: intlarhk; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a17" ] ] - }, + }, { - "input": "&intprod", - "description": "Bad named entity: intprod without a semi-colon", + "input": "&intprod", + "description": "Bad named entity: intprod without a semi-colon", "output": [ [ - "Character", + "Character", "&intprod" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⨼", - "description": "Named entity: intprod; with a semi-colon", + "input": "⨼", + "description": "Named entity: intprod; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a3c" ] ] - }, + }, { - "input": "&iocy", - "description": "Bad named entity: iocy without a semi-colon", + "input": "&iocy", + "description": "Bad named entity: iocy without a semi-colon", "output": [ [ - "Character", + "Character", "&iocy" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ё", - "description": "Named entity: iocy; with a semi-colon", + "input": "ё", + "description": "Named entity: iocy; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0451" ] ] - }, + }, { - "input": "&iogon", - "description": "Bad named entity: iogon without a semi-colon", + "input": "&iogon", + "description": "Bad named entity: iogon without a semi-colon", "output": [ [ - "Character", + "Character", "&iogon" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "į", - "description": "Named entity: iogon; with a semi-colon", + "input": "į", + "description": "Named entity: iogon; with a semi-colon", "output": [ [ - "Character", + "Character", "\u012f" ] ] - }, + }, { - "input": "&iopf", - "description": "Bad named entity: iopf without a semi-colon", + "input": "&iopf", + "description": "Bad named entity: iopf without a semi-colon", "output": [ [ - "Character", + "Character", "&iopf" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝕚", - "description": "Named entity: iopf; with a semi-colon", + "input": "𝕚", + "description": "Named entity: iopf; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udd5a" ] ] - }, + }, { - "input": "&iota", - "description": "Bad named entity: iota without a semi-colon", + "input": "&iota", + "description": "Bad named entity: iota without a semi-colon", "output": [ [ - "Character", + "Character", "&iota" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ι", - "description": "Named entity: iota; with a semi-colon", + "input": "ι", + "description": "Named entity: iota; with a semi-colon", "output": [ [ - "Character", + "Character", "\u03b9" ] ] - }, + }, { - "input": "&iprod", - "description": "Bad named entity: iprod without a semi-colon", + "input": "&iprod", + "description": "Bad named entity: iprod without a semi-colon", "output": [ [ - "Character", + "Character", "&iprod" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⨼", - "description": "Named entity: iprod; with a semi-colon", + "input": "⨼", + "description": "Named entity: iprod; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a3c" ] ] - }, + }, { - "input": "¿", - "description": "Named entity: iquest without a semi-colon", + "input": "¿", + "description": "Named entity: iquest without a semi-colon", "output": [ [ - "Character", + "Character", "\u00bf" ] ], "errors": [ { "code": "missing-semicolon-after-character-reference", "line": 1, "col": 8 } ] - }, + }, { - "input": "¿", - "description": "Named entity: iquest; with a semi-colon", + "input": "¿", + "description": "Named entity: iquest; with a semi-colon", "output": [ [ - "Character", + "Character", "\u00bf" ] ] - }, + }, { - "input": "&iscr", - "description": "Bad named entity: iscr without a semi-colon", + "input": "&iscr", + "description": "Bad named entity: iscr without a semi-colon", "output": [ [ - "Character", + "Character", "&iscr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝒾", - "description": "Named entity: iscr; with a semi-colon", + "input": "𝒾", + "description": "Named entity: iscr; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udcbe" ] ] - }, + }, { - "input": "&isin", - "description": "Bad named entity: isin without a semi-colon", + "input": "&isin", + "description": "Bad named entity: isin without a semi-colon", "output": [ [ - "Character", + "Character", "&isin" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∈", - "description": "Named entity: isin; with a semi-colon", + "input": "∈", + "description": "Named entity: isin; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2208" ] ] - }, + }, { - "input": "&isinE", - "description": "Bad named entity: isinE without a semi-colon", + "input": "&isinE", + "description": "Bad named entity: isinE without a semi-colon", "output": [ [ - "Character", + "Character", "&isinE" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⋹", - "description": "Named entity: isinE; with a semi-colon", + "input": "⋹", + "description": "Named entity: isinE; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22f9" ] ] - }, + }, { - "input": "&isindot", - "description": "Bad named entity: isindot without a semi-colon", + "input": "&isindot", + "description": "Bad named entity: isindot without a semi-colon", "output": [ [ - "Character", + "Character", "&isindot" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⋵", - "description": "Named entity: isindot; with a semi-colon", + "input": "⋵", + "description": "Named entity: isindot; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22f5" ] ] - }, + }, { - "input": "&isins", - "description": "Bad named entity: isins without a semi-colon", + "input": "&isins", + "description": "Bad named entity: isins without a semi-colon", "output": [ [ - "Character", + "Character", "&isins" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⋴", - "description": "Named entity: isins; with a semi-colon", + "input": "⋴", + "description": "Named entity: isins; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22f4" ] ] - }, + }, { - "input": "&isinsv", - "description": "Bad named entity: isinsv without a semi-colon", + "input": "&isinsv", + "description": "Bad named entity: isinsv without a semi-colon", "output": [ [ - "Character", + "Character", "&isinsv" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⋳", - "description": "Named entity: isinsv; with a semi-colon", + "input": "⋳", + "description": "Named entity: isinsv; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22f3" ] ] - }, + }, { - "input": "&isinv", - "description": "Bad named entity: isinv without a semi-colon", + "input": "&isinv", + "description": "Bad named entity: isinv without a semi-colon", "output": [ [ - "Character", + "Character", "&isinv" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∈", - "description": "Named entity: isinv; with a semi-colon", + "input": "∈", + "description": "Named entity: isinv; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2208" ] ] - }, + }, { - "input": "&it", - "description": "Bad named entity: it without a semi-colon", + "input": "&it", + "description": "Bad named entity: it without a semi-colon", "output": [ [ - "Character", + "Character", "&it" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⁢", - "description": "Named entity: it; with a semi-colon", + "input": "⁢", + "description": "Named entity: it; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2062" ] ] - }, + }, { - "input": "&itilde", - "description": "Bad named entity: itilde without a semi-colon", + "input": "&itilde", + "description": "Bad named entity: itilde without a semi-colon", "output": [ [ - "Character", + "Character", "&itilde" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ĩ", - "description": "Named entity: itilde; with a semi-colon", + "input": "ĩ", + "description": "Named entity: itilde; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0129" ] ] - }, + }, { - "input": "&iukcy", - "description": "Bad named entity: iukcy without a semi-colon", + "input": "&iukcy", + "description": "Bad named entity: iukcy without a semi-colon", "output": [ [ - "Character", + "Character", "&iukcy" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "і", - "description": "Named entity: iukcy; with a semi-colon", + "input": "і", + "description": "Named entity: iukcy; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0456" ] ] - }, + }, { - "input": "ï", - "description": "Named entity: iuml without a semi-colon", + "input": "ï", + "description": "Named entity: iuml without a semi-colon", "output": [ [ - "Character", + "Character", "\u00ef" ] ], "errors": [ { "code": "missing-semicolon-after-character-reference", "line": 1, "col": 6 } ] - }, + }, { - "input": "ï", - "description": "Named entity: iuml; with a semi-colon", + "input": "ï", + "description": "Named entity: iuml; with a semi-colon", "output": [ [ - "Character", + "Character", "\u00ef" ] ] - }, + }, { - "input": "&jcirc", - "description": "Bad named entity: jcirc without a semi-colon", + "input": "&jcirc", + "description": "Bad named entity: jcirc without a semi-colon", "output": [ [ - "Character", + "Character", "&jcirc" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ĵ", - "description": "Named entity: jcirc; with a semi-colon", + "input": "ĵ", + "description": "Named entity: jcirc; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0135" ] ] - }, + }, { - "input": "&jcy", - "description": "Bad named entity: jcy without a semi-colon", + "input": "&jcy", + "description": "Bad named entity: jcy without a semi-colon", "output": [ [ - "Character", + "Character", "&jcy" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "й", - "description": "Named entity: jcy; with a semi-colon", + "input": "й", + "description": "Named entity: jcy; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0439" ] ] - }, + }, { - "input": "&jfr", - "description": "Bad named entity: jfr without a semi-colon", + "input": "&jfr", + "description": "Bad named entity: jfr without a semi-colon", "output": [ [ - "Character", + "Character", "&jfr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝔧", - "description": "Named entity: jfr; with a semi-colon", + "input": "𝔧", + "description": "Named entity: jfr; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udd27" ] ] - }, + }, { - "input": "&jmath", - "description": "Bad named entity: jmath without a semi-colon", + "input": "&jmath", + "description": "Bad named entity: jmath without a semi-colon", "output": [ [ - "Character", + "Character", "&jmath" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ȷ", - "description": "Named entity: jmath; with a semi-colon", + "input": "ȷ", + "description": "Named entity: jmath; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0237" ] ] - }, + }, { - "input": "&jopf", - "description": "Bad named entity: jopf without a semi-colon", + "input": "&jopf", + "description": "Bad named entity: jopf without a semi-colon", "output": [ [ - "Character", + "Character", "&jopf" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝕛", - "description": "Named entity: jopf; with a semi-colon", + "input": "𝕛", + "description": "Named entity: jopf; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udd5b" ] ] - }, + }, { - "input": "&jscr", - "description": "Bad named entity: jscr without a semi-colon", + "input": "&jscr", + "description": "Bad named entity: jscr without a semi-colon", "output": [ [ - "Character", + "Character", "&jscr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝒿", - "description": "Named entity: jscr; with a semi-colon", + "input": "𝒿", + "description": "Named entity: jscr; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udcbf" ] ] - }, + }, { - "input": "&jsercy", - "description": "Bad named entity: jsercy without a semi-colon", + "input": "&jsercy", + "description": "Bad named entity: jsercy without a semi-colon", "output": [ [ - "Character", + "Character", "&jsercy" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ј", - "description": "Named entity: jsercy; with a semi-colon", + "input": "ј", + "description": "Named entity: jsercy; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0458" ] ] - }, + }, { - "input": "&jukcy", - "description": "Bad named entity: jukcy without a semi-colon", + "input": "&jukcy", + "description": "Bad named entity: jukcy without a semi-colon", "output": [ [ - "Character", + "Character", "&jukcy" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "є", - "description": "Named entity: jukcy; with a semi-colon", + "input": "є", + "description": "Named entity: jukcy; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0454" ] ] - }, + }, { - "input": "&kappa", - "description": "Bad named entity: kappa without a semi-colon", + "input": "&kappa", + "description": "Bad named entity: kappa without a semi-colon", "output": [ [ - "Character", + "Character", "&kappa" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "κ", - "description": "Named entity: kappa; with a semi-colon", + "input": "κ", + "description": "Named entity: kappa; with a semi-colon", "output": [ [ - "Character", + "Character", "\u03ba" ] ] - }, + }, { - "input": "&kappav", - "description": "Bad named entity: kappav without a semi-colon", + "input": "&kappav", + "description": "Bad named entity: kappav without a semi-colon", "output": [ [ - "Character", + "Character", "&kappav" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ϰ", - "description": "Named entity: kappav; with a semi-colon", + "input": "ϰ", + "description": "Named entity: kappav; with a semi-colon", "output": [ [ - "Character", + "Character", "\u03f0" ] ] - }, + }, { - "input": "&kcedil", - "description": "Bad named entity: kcedil without a semi-colon", + "input": "&kcedil", + "description": "Bad named entity: kcedil without a semi-colon", "output": [ [ - "Character", + "Character", "&kcedil" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ķ", - "description": "Named entity: kcedil; with a semi-colon", + "input": "ķ", + "description": "Named entity: kcedil; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0137" ] ] - }, + }, { - "input": "&kcy", - "description": "Bad named entity: kcy without a semi-colon", + "input": "&kcy", + "description": "Bad named entity: kcy without a semi-colon", "output": [ [ - "Character", + "Character", "&kcy" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "к", - "description": "Named entity: kcy; with a semi-colon", + "input": "к", + "description": "Named entity: kcy; with a semi-colon", "output": [ [ - "Character", + "Character", "\u043a" ] ] - }, + }, { - "input": "&kfr", - "description": "Bad named entity: kfr without a semi-colon", + "input": "&kfr", + "description": "Bad named entity: kfr without a semi-colon", "output": [ [ - "Character", + "Character", "&kfr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝔨", - "description": "Named entity: kfr; with a semi-colon", + "input": "𝔨", + "description": "Named entity: kfr; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udd28" ] ] - }, + }, { - "input": "&kgreen", - "description": "Bad named entity: kgreen without a semi-colon", + "input": "&kgreen", + "description": "Bad named entity: kgreen without a semi-colon", "output": [ [ - "Character", + "Character", "&kgreen" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ĸ", - "description": "Named entity: kgreen; with a semi-colon", + "input": "ĸ", + "description": "Named entity: kgreen; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0138" ] ] - }, + }, { - "input": "&khcy", - "description": "Bad named entity: khcy without a semi-colon", + "input": "&khcy", + "description": "Bad named entity: khcy without a semi-colon", "output": [ [ - "Character", + "Character", "&khcy" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "х", - "description": "Named entity: khcy; with a semi-colon", + "input": "х", + "description": "Named entity: khcy; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0445" ] ] - }, + }, { - "input": "&kjcy", - "description": "Bad named entity: kjcy without a semi-colon", + "input": "&kjcy", + "description": "Bad named entity: kjcy without a semi-colon", "output": [ [ - "Character", + "Character", "&kjcy" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ќ", - "description": "Named entity: kjcy; with a semi-colon", + "input": "ќ", + "description": "Named entity: kjcy; with a semi-colon", "output": [ [ - "Character", + "Character", "\u045c" ] ] - }, + }, { - "input": "&kopf", - "description": "Bad named entity: kopf without a semi-colon", + "input": "&kopf", + "description": "Bad named entity: kopf without a semi-colon", "output": [ [ - "Character", + "Character", "&kopf" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝕜", - "description": "Named entity: kopf; with a semi-colon", + "input": "𝕜", + "description": "Named entity: kopf; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udd5c" ] ] - }, + }, { - "input": "&kscr", - "description": "Bad named entity: kscr without a semi-colon", + "input": "&kscr", + "description": "Bad named entity: kscr without a semi-colon", "output": [ [ - "Character", + "Character", "&kscr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝓀", - "description": "Named entity: kscr; with a semi-colon", + "input": "𝓀", + "description": "Named entity: kscr; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udcc0" ] ] - }, + }, { - "input": "&lAarr", - "description": "Bad named entity: lAarr without a semi-colon", + "input": "&lAarr", + "description": "Bad named entity: lAarr without a semi-colon", "output": [ [ - "Character", + "Character", "&lAarr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⇚", - "description": "Named entity: lAarr; with a semi-colon", + "input": "⇚", + "description": "Named entity: lAarr; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21da" ] ] - }, + }, { - "input": "&lArr", - "description": "Bad named entity: lArr without a semi-colon", + "input": "&lArr", + "description": "Bad named entity: lArr without a semi-colon", "output": [ [ - "Character", + "Character", "&lArr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⇐", - "description": "Named entity: lArr; with a semi-colon", + "input": "⇐", + "description": "Named entity: lArr; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21d0" ] ] - }, + }, { - "input": "&lAtail", - "description": "Bad named entity: lAtail without a semi-colon", + "input": "&lAtail", + "description": "Bad named entity: lAtail without a semi-colon", "output": [ [ - "Character", + "Character", "&lAtail" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⤛", - "description": "Named entity: lAtail; with a semi-colon", + "input": "⤛", + "description": "Named entity: lAtail; with a semi-colon", "output": [ [ - "Character", + "Character", "\u291b" ] ] - }, + }, { - "input": "&lBarr", - "description": "Bad named entity: lBarr without a semi-colon", + "input": "&lBarr", + "description": "Bad named entity: lBarr without a semi-colon", "output": [ [ - "Character", + "Character", "&lBarr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⤎", - "description": "Named entity: lBarr; with a semi-colon", + "input": "⤎", + "description": "Named entity: lBarr; with a semi-colon", "output": [ [ - "Character", + "Character", "\u290e" ] ] - }, + }, { - "input": "&lE", - "description": "Bad named entity: lE without a semi-colon", + "input": "&lE", + "description": "Bad named entity: lE without a semi-colon", "output": [ [ - "Character", + "Character", "&lE" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≦", - "description": "Named entity: lE; with a semi-colon", + "input": "≦", + "description": "Named entity: lE; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2266" ] ] - }, + }, { - "input": "&lEg", - "description": "Bad named entity: lEg without a semi-colon", + "input": "&lEg", + "description": "Bad named entity: lEg without a semi-colon", "output": [ [ - "Character", + "Character", "&lEg" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⪋", - "description": "Named entity: lEg; with a semi-colon", + "input": "⪋", + "description": "Named entity: lEg; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a8b" ] ] - }, + }, { - "input": "&lHar", - "description": "Bad named entity: lHar without a semi-colon", + "input": "&lHar", + "description": "Bad named entity: lHar without a semi-colon", "output": [ [ - "Character", + "Character", "&lHar" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⥢", - "description": "Named entity: lHar; with a semi-colon", + "input": "⥢", + "description": "Named entity: lHar; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2962" ] ] - }, + }, { - "input": "&lacute", - "description": "Bad named entity: lacute without a semi-colon", + "input": "&lacute", + "description": "Bad named entity: lacute without a semi-colon", "output": [ [ - "Character", + "Character", "&lacute" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ĺ", - "description": "Named entity: lacute; with a semi-colon", + "input": "ĺ", + "description": "Named entity: lacute; with a semi-colon", "output": [ [ - "Character", + "Character", "\u013a" ] ] - }, + }, { - "input": "&laemptyv", - "description": "Bad named entity: laemptyv without a semi-colon", + "input": "&laemptyv", + "description": "Bad named entity: laemptyv without a semi-colon", "output": [ [ - "Character", + "Character", "&laemptyv" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⦴", - "description": "Named entity: laemptyv; with a semi-colon", + "input": "⦴", + "description": "Named entity: laemptyv; with a semi-colon", "output": [ [ - "Character", + "Character", "\u29b4" ] ] - }, + }, { - "input": "&lagran", - "description": "Bad named entity: lagran without a semi-colon", + "input": "&lagran", + "description": "Bad named entity: lagran without a semi-colon", "output": [ [ - "Character", + "Character", "&lagran" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ℒ", - "description": "Named entity: lagran; with a semi-colon", + "input": "ℒ", + "description": "Named entity: lagran; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2112" ] ] - }, + }, { - "input": "&lambda", - "description": "Bad named entity: lambda without a semi-colon", + "input": "&lambda", + "description": "Bad named entity: lambda without a semi-colon", "output": [ [ - "Character", + "Character", "&lambda" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "λ", - "description": "Named entity: lambda; with a semi-colon", + "input": "λ", + "description": "Named entity: lambda; with a semi-colon", "output": [ [ - "Character", + "Character", "\u03bb" ] ] - }, + }, { - "input": "&lang", - "description": "Bad named entity: lang without a semi-colon", + "input": "&lang", + "description": "Bad named entity: lang without a semi-colon", "output": [ [ - "Character", + "Character", "&lang" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⟨", - "description": "Named entity: lang; with a semi-colon", + "input": "⟨", + "description": "Named entity: lang; with a semi-colon", "output": [ [ - "Character", + "Character", "\u27e8" ] ] - }, + }, { - "input": "&langd", - "description": "Bad named entity: langd without a semi-colon", + "input": "&langd", + "description": "Bad named entity: langd without a semi-colon", "output": [ [ - "Character", + "Character", "&langd" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⦑", - "description": "Named entity: langd; with a semi-colon", + "input": "⦑", + "description": "Named entity: langd; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2991" ] ] - }, + }, { - "input": "&langle", - "description": "Bad named entity: langle without a semi-colon", + "input": "&langle", + "description": "Bad named entity: langle without a semi-colon", "output": [ [ - "Character", + "Character", "&langle" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⟨", - "description": "Named entity: langle; with a semi-colon", + "input": "⟨", + "description": "Named entity: langle; with a semi-colon", "output": [ [ - "Character", + "Character", "\u27e8" ] ] - }, + }, { - "input": "&lap", - "description": "Bad named entity: lap without a semi-colon", + "input": "&lap", + "description": "Bad named entity: lap without a semi-colon", "output": [ [ - "Character", + "Character", "&lap" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⪅", - "description": "Named entity: lap; with a semi-colon", + "input": "⪅", + "description": "Named entity: lap; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a85" ] ] - }, + }, { - "input": "«", - "description": "Named entity: laquo without a semi-colon", + "input": "«", + "description": "Named entity: laquo without a semi-colon", "output": [ [ - "Character", + "Character", "\u00ab" ] ], "errors": [ { "code": "missing-semicolon-after-character-reference", "line": 1, "col": 7 } ] - }, + }, { - "input": "«", - "description": "Named entity: laquo; with a semi-colon", + "input": "«", + "description": "Named entity: laquo; with a semi-colon", "output": [ [ - "Character", + "Character", "\u00ab" ] ] - }, + }, { - "input": "&larr", - "description": "Bad named entity: larr without a semi-colon", + "input": "&larr", + "description": "Bad named entity: larr without a semi-colon", "output": [ [ - "Character", + "Character", "&larr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "←", - "description": "Named entity: larr; with a semi-colon", + "input": "←", + "description": "Named entity: larr; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2190" ] ] - }, + }, { - "input": "&larrb", - "description": "Bad named entity: larrb without a semi-colon", + "input": "&larrb", + "description": "Bad named entity: larrb without a semi-colon", "output": [ [ - "Character", + "Character", "&larrb" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⇤", - "description": "Named entity: larrb; with a semi-colon", + "input": "⇤", + "description": "Named entity: larrb; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21e4" ] ] - }, + }, { - "input": "&larrbfs", - "description": "Bad named entity: larrbfs without a semi-colon", + "input": "&larrbfs", + "description": "Bad named entity: larrbfs without a semi-colon", "output": [ [ - "Character", + "Character", "&larrbfs" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⤟", - "description": "Named entity: larrbfs; with a semi-colon", + "input": "⤟", + "description": "Named entity: larrbfs; with a semi-colon", "output": [ [ - "Character", + "Character", "\u291f" ] ] - }, + }, { - "input": "&larrfs", - "description": "Bad named entity: larrfs without a semi-colon", + "input": "&larrfs", + "description": "Bad named entity: larrfs without a semi-colon", "output": [ [ - "Character", + "Character", "&larrfs" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⤝", - "description": "Named entity: larrfs; with a semi-colon", + "input": "⤝", + "description": "Named entity: larrfs; with a semi-colon", "output": [ [ - "Character", + "Character", "\u291d" ] ] - }, + }, { - "input": "&larrhk", - "description": "Bad named entity: larrhk without a semi-colon", + "input": "&larrhk", + "description": "Bad named entity: larrhk without a semi-colon", "output": [ [ - "Character", + "Character", "&larrhk" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "↩", - "description": "Named entity: larrhk; with a semi-colon", + "input": "↩", + "description": "Named entity: larrhk; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21a9" ] ] - }, + }, { - "input": "&larrlp", - "description": "Bad named entity: larrlp without a semi-colon", + "input": "&larrlp", + "description": "Bad named entity: larrlp without a semi-colon", "output": [ [ - "Character", + "Character", "&larrlp" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "↫", - "description": "Named entity: larrlp; with a semi-colon", + "input": "↫", + "description": "Named entity: larrlp; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21ab" ] ] - }, + }, { - "input": "&larrpl", - "description": "Bad named entity: larrpl without a semi-colon", + "input": "&larrpl", + "description": "Bad named entity: larrpl without a semi-colon", "output": [ [ - "Character", + "Character", "&larrpl" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⤹", - "description": "Named entity: larrpl; with a semi-colon", + "input": "⤹", + "description": "Named entity: larrpl; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2939" ] ] - }, + }, { - "input": "&larrsim", - "description": "Bad named entity: larrsim without a semi-colon", + "input": "&larrsim", + "description": "Bad named entity: larrsim without a semi-colon", "output": [ [ - "Character", + "Character", "&larrsim" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⥳", - "description": "Named entity: larrsim; with a semi-colon", + "input": "⥳", + "description": "Named entity: larrsim; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2973" ] ] - }, + }, { - "input": "&larrtl", - "description": "Bad named entity: larrtl without a semi-colon", + "input": "&larrtl", + "description": "Bad named entity: larrtl without a semi-colon", "output": [ [ - "Character", + "Character", "&larrtl" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "↢", - "description": "Named entity: larrtl; with a semi-colon", + "input": "↢", + "description": "Named entity: larrtl; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21a2" ] ] - }, + }, { - "input": "&lat", - "description": "Bad named entity: lat without a semi-colon", + "input": "&lat", + "description": "Bad named entity: lat without a semi-colon", "output": [ [ - "Character", + "Character", "&lat" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⪫", - "description": "Named entity: lat; with a semi-colon", + "input": "⪫", + "description": "Named entity: lat; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2aab" ] ] - }, + }, { - "input": "&latail", - "description": "Bad named entity: latail without a semi-colon", + "input": "&latail", + "description": "Bad named entity: latail without a semi-colon", "output": [ [ - "Character", + "Character", "&latail" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⤙", - "description": "Named entity: latail; with a semi-colon", + "input": "⤙", + "description": "Named entity: latail; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2919" ] ] - }, + }, { - "input": "&late", - "description": "Bad named entity: late without a semi-colon", + "input": "&late", + "description": "Bad named entity: late without a semi-colon", "output": [ [ - "Character", + "Character", "&late" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⪭", - "description": "Named entity: late; with a semi-colon", + "input": "⪭", + "description": "Named entity: late; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2aad" ] ] - }, + }, { - "input": "&lates", - "description": "Bad named entity: lates without a semi-colon", + "input": "&lates", + "description": "Bad named entity: lates without a semi-colon", "output": [ [ - "Character", + "Character", "&lates" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⪭︀", - "description": "Named entity: lates; with a semi-colon", + "input": "⪭︀", + "description": "Named entity: lates; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2aad\ufe00" ] ] - }, + }, { - "input": "&lbarr", - "description": "Bad named entity: lbarr without a semi-colon", + "input": "&lbarr", + "description": "Bad named entity: lbarr without a semi-colon", "output": [ [ - "Character", + "Character", "&lbarr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⤌", - "description": "Named entity: lbarr; with a semi-colon", + "input": "⤌", + "description": "Named entity: lbarr; with a semi-colon", "output": [ [ - "Character", + "Character", "\u290c" ] ] - }, + }, { - "input": "&lbbrk", - "description": "Bad named entity: lbbrk without a semi-colon", + "input": "&lbbrk", + "description": "Bad named entity: lbbrk without a semi-colon", "output": [ [ - "Character", + "Character", "&lbbrk" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "❲", - "description": "Named entity: lbbrk; with a semi-colon", + "input": "❲", + "description": "Named entity: lbbrk; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2772" ] ] - }, + }, { - "input": "&lbrace", - "description": "Bad named entity: lbrace without a semi-colon", + "input": "&lbrace", + "description": "Bad named entity: lbrace without a semi-colon", "output": [ [ - "Character", + "Character", "&lbrace" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "{", - "description": "Named entity: lbrace; with a semi-colon", + "input": "{", + "description": "Named entity: lbrace; with a semi-colon", "output": [ [ - "Character", + "Character", "{" ] ] - }, + }, { - "input": "&lbrack", - "description": "Bad named entity: lbrack without a semi-colon", + "input": "&lbrack", + "description": "Bad named entity: lbrack without a semi-colon", "output": [ [ - "Character", + "Character", "&lbrack" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "[", - "description": "Named entity: lbrack; with a semi-colon", + "input": "[", + "description": "Named entity: lbrack; with a semi-colon", "output": [ [ - "Character", + "Character", "[" ] ] - }, + }, { - "input": "&lbrke", - "description": "Bad named entity: lbrke without a semi-colon", + "input": "&lbrke", + "description": "Bad named entity: lbrke without a semi-colon", "output": [ [ - "Character", + "Character", "&lbrke" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⦋", - "description": "Named entity: lbrke; with a semi-colon", + "input": "⦋", + "description": "Named entity: lbrke; with a semi-colon", "output": [ [ - "Character", + "Character", "\u298b" ] ] - }, + }, { - "input": "&lbrksld", - "description": "Bad named entity: lbrksld without a semi-colon", + "input": "&lbrksld", + "description": "Bad named entity: lbrksld without a semi-colon", "output": [ [ - "Character", + "Character", "&lbrksld" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⦏", - "description": "Named entity: lbrksld; with a semi-colon", + "input": "⦏", + "description": "Named entity: lbrksld; with a semi-colon", "output": [ [ - "Character", + "Character", "\u298f" ] ] - }, + }, { - "input": "&lbrkslu", - "description": "Bad named entity: lbrkslu without a semi-colon", + "input": "&lbrkslu", + "description": "Bad named entity: lbrkslu without a semi-colon", "output": [ [ - "Character", + "Character", "&lbrkslu" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⦍", - "description": "Named entity: lbrkslu; with a semi-colon", + "input": "⦍", + "description": "Named entity: lbrkslu; with a semi-colon", "output": [ [ - "Character", + "Character", "\u298d" ] ] - }, + }, { - "input": "&lcaron", - "description": "Bad named entity: lcaron without a semi-colon", + "input": "&lcaron", + "description": "Bad named entity: lcaron without a semi-colon", "output": [ [ - "Character", + "Character", "&lcaron" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ľ", - "description": "Named entity: lcaron; with a semi-colon", + "input": "ľ", + "description": "Named entity: lcaron; with a semi-colon", "output": [ [ - "Character", + "Character", "\u013e" ] ] - }, + }, { - "input": "&lcedil", - "description": "Bad named entity: lcedil without a semi-colon", + "input": "&lcedil", + "description": "Bad named entity: lcedil without a semi-colon", "output": [ [ - "Character", + "Character", "&lcedil" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ļ", - "description": "Named entity: lcedil; with a semi-colon", + "input": "ļ", + "description": "Named entity: lcedil; with a semi-colon", "output": [ [ - "Character", + "Character", "\u013c" ] ] - }, + }, { - "input": "&lceil", - "description": "Bad named entity: lceil without a semi-colon", + "input": "&lceil", + "description": "Bad named entity: lceil without a semi-colon", "output": [ [ - "Character", + "Character", "&lceil" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⌈", - "description": "Named entity: lceil; with a semi-colon", + "input": "⌈", + "description": "Named entity: lceil; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2308" ] ] - }, + }, { - "input": "&lcub", - "description": "Bad named entity: lcub without a semi-colon", + "input": "&lcub", + "description": "Bad named entity: lcub without a semi-colon", "output": [ [ - "Character", + "Character", "&lcub" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "{", - "description": "Named entity: lcub; with a semi-colon", + "input": "{", + "description": "Named entity: lcub; with a semi-colon", "output": [ [ - "Character", + "Character", "{" ] ] - }, + }, { - "input": "&lcy", - "description": "Bad named entity: lcy without a semi-colon", + "input": "&lcy", + "description": "Bad named entity: lcy without a semi-colon", "output": [ [ - "Character", + "Character", "&lcy" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "л", - "description": "Named entity: lcy; with a semi-colon", + "input": "л", + "description": "Named entity: lcy; with a semi-colon", "output": [ [ - "Character", + "Character", "\u043b" ] ] - }, + }, { - "input": "&ldca", - "description": "Bad named entity: ldca without a semi-colon", + "input": "&ldca", + "description": "Bad named entity: ldca without a semi-colon", "output": [ [ - "Character", + "Character", "&ldca" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⤶", - "description": "Named entity: ldca; with a semi-colon", + "input": "⤶", + "description": "Named entity: ldca; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2936" ] ] - }, + }, { - "input": "&ldquo", - "description": "Bad named entity: ldquo without a semi-colon", + "input": "&ldquo", + "description": "Bad named entity: ldquo without a semi-colon", "output": [ [ - "Character", + "Character", "&ldquo" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "“", - "description": "Named entity: ldquo; with a semi-colon", + "input": "“", + "description": "Named entity: ldquo; with a semi-colon", "output": [ [ - "Character", + "Character", "\u201c" ] ] - }, + }, { - "input": "&ldquor", - "description": "Bad named entity: ldquor without a semi-colon", + "input": "&ldquor", + "description": "Bad named entity: ldquor without a semi-colon", "output": [ [ - "Character", + "Character", "&ldquor" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "„", - "description": "Named entity: ldquor; with a semi-colon", + "input": "„", + "description": "Named entity: ldquor; with a semi-colon", "output": [ [ - "Character", + "Character", "\u201e" ] ] - }, + }, { - "input": "&ldrdhar", - "description": "Bad named entity: ldrdhar without a semi-colon", + "input": "&ldrdhar", + "description": "Bad named entity: ldrdhar without a semi-colon", "output": [ [ - "Character", + "Character", "&ldrdhar" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⥧", - "description": "Named entity: ldrdhar; with a semi-colon", + "input": "⥧", + "description": "Named entity: ldrdhar; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2967" ] ] - }, + }, { - "input": "&ldrushar", - "description": "Bad named entity: ldrushar without a semi-colon", + "input": "&ldrushar", + "description": "Bad named entity: ldrushar without a semi-colon", "output": [ [ - "Character", + "Character", "&ldrushar" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⥋", - "description": "Named entity: ldrushar; with a semi-colon", + "input": "⥋", + "description": "Named entity: ldrushar; with a semi-colon", "output": [ [ - "Character", + "Character", "\u294b" ] ] - }, + }, { - "input": "&ldsh", - "description": "Bad named entity: ldsh without a semi-colon", + "input": "&ldsh", + "description": "Bad named entity: ldsh without a semi-colon", "output": [ [ - "Character", + "Character", "&ldsh" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "↲", - "description": "Named entity: ldsh; with a semi-colon", + "input": "↲", + "description": "Named entity: ldsh; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21b2" ] ] - }, + }, { - "input": "&le", - "description": "Bad named entity: le without a semi-colon", + "input": "&le", + "description": "Bad named entity: le without a semi-colon", "output": [ [ - "Character", + "Character", "&le" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≤", - "description": "Named entity: le; with a semi-colon", + "input": "≤", + "description": "Named entity: le; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2264" ] ] - }, + }, { - "input": "&leftarrow", - "description": "Bad named entity: leftarrow without a semi-colon", + "input": "&leftarrow", + "description": "Bad named entity: leftarrow without a semi-colon", "output": [ [ - "Character", + "Character", "&leftarrow" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "←", - "description": "Named entity: leftarrow; with a semi-colon", + "input": "←", + "description": "Named entity: leftarrow; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2190" ] ] - }, + }, { - "input": "&leftarrowtail", - "description": "Bad named entity: leftarrowtail without a semi-colon", + "input": "&leftarrowtail", + "description": "Bad named entity: leftarrowtail without a semi-colon", "output": [ [ - "Character", + "Character", "&leftarrowtail" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "↢", - "description": "Named entity: leftarrowtail; with a semi-colon", + "input": "↢", + "description": "Named entity: leftarrowtail; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21a2" ] ] - }, + }, { - "input": "&leftharpoondown", - "description": "Bad named entity: leftharpoondown without a semi-colon", + "input": "&leftharpoondown", + "description": "Bad named entity: leftharpoondown without a semi-colon", "output": [ [ - "Character", + "Character", "&leftharpoondown" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "↽", - "description": "Named entity: leftharpoondown; with a semi-colon", + "input": "↽", + "description": "Named entity: leftharpoondown; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21bd" ] ] - }, + }, { - "input": "&leftharpoonup", - "description": "Bad named entity: leftharpoonup without a semi-colon", + "input": "&leftharpoonup", + "description": "Bad named entity: leftharpoonup without a semi-colon", "output": [ [ - "Character", + "Character", "&leftharpoonup" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "↼", - "description": "Named entity: leftharpoonup; with a semi-colon", + "input": "↼", + "description": "Named entity: leftharpoonup; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21bc" ] ] - }, + }, { - "input": "&leftleftarrows", - "description": "Bad named entity: leftleftarrows without a semi-colon", + "input": "&leftleftarrows", + "description": "Bad named entity: leftleftarrows without a semi-colon", "output": [ [ - "Character", + "Character", "&leftleftarrows" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⇇", - "description": "Named entity: leftleftarrows; with a semi-colon", + "input": "⇇", + "description": "Named entity: leftleftarrows; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21c7" ] ] - }, + }, { - "input": "&leftrightarrow", - "description": "Bad named entity: leftrightarrow without a semi-colon", + "input": "&leftrightarrow", + "description": "Bad named entity: leftrightarrow without a semi-colon", "output": [ [ - "Character", + "Character", "&leftrightarrow" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "↔", - "description": "Named entity: leftrightarrow; with a semi-colon", + "input": "↔", + "description": "Named entity: leftrightarrow; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2194" ] ] - }, + }, { - "input": "&leftrightarrows", - "description": "Bad named entity: leftrightarrows without a semi-colon", + "input": "&leftrightarrows", + "description": "Bad named entity: leftrightarrows without a semi-colon", "output": [ [ - "Character", + "Character", "&leftrightarrows" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⇆", - "description": "Named entity: leftrightarrows; with a semi-colon", + "input": "⇆", + "description": "Named entity: leftrightarrows; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21c6" ] ] - }, + }, { - "input": "&leftrightharpoons", - "description": "Bad named entity: leftrightharpoons without a semi-colon", + "input": "&leftrightharpoons", + "description": "Bad named entity: leftrightharpoons without a semi-colon", "output": [ [ - "Character", + "Character", "&leftrightharpoons" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⇋", - "description": "Named entity: leftrightharpoons; with a semi-colon", + "input": "⇋", + "description": "Named entity: leftrightharpoons; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21cb" ] ] - }, + }, { - "input": "&leftrightsquigarrow", - "description": "Bad named entity: leftrightsquigarrow without a semi-colon", + "input": "&leftrightsquigarrow", + "description": "Bad named entity: leftrightsquigarrow without a semi-colon", "output": [ [ - "Character", + "Character", "&leftrightsquigarrow" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "↭", - "description": "Named entity: leftrightsquigarrow; with a semi-colon", + "input": "↭", + "description": "Named entity: leftrightsquigarrow; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21ad" ] ] - }, + }, { - "input": "&leftthreetimes", - "description": "Bad named entity: leftthreetimes without a semi-colon", + "input": "&leftthreetimes", + "description": "Bad named entity: leftthreetimes without a semi-colon", "output": [ [ - "Character", + "Character", "&leftthreetimes" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⋋", - "description": "Named entity: leftthreetimes; with a semi-colon", + "input": "⋋", + "description": "Named entity: leftthreetimes; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22cb" ] ] - }, + }, { - "input": "&leg", - "description": "Bad named entity: leg without a semi-colon", + "input": "&leg", + "description": "Bad named entity: leg without a semi-colon", "output": [ [ - "Character", + "Character", "&leg" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⋚", - "description": "Named entity: leg; with a semi-colon", + "input": "⋚", + "description": "Named entity: leg; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22da" ] ] - }, + }, { - "input": "&leq", - "description": "Bad named entity: leq without a semi-colon", + "input": "&leq", + "description": "Bad named entity: leq without a semi-colon", "output": [ [ - "Character", + "Character", "&leq" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≤", - "description": "Named entity: leq; with a semi-colon", + "input": "≤", + "description": "Named entity: leq; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2264" ] ] - }, + }, { - "input": "&leqq", - "description": "Bad named entity: leqq without a semi-colon", + "input": "&leqq", + "description": "Bad named entity: leqq without a semi-colon", "output": [ [ - "Character", + "Character", "&leqq" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≦", - "description": "Named entity: leqq; with a semi-colon", + "input": "≦", + "description": "Named entity: leqq; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2266" ] ] - }, + }, { - "input": "&leqslant", - "description": "Bad named entity: leqslant without a semi-colon", + "input": "&leqslant", + "description": "Bad named entity: leqslant without a semi-colon", "output": [ [ - "Character", + "Character", "&leqslant" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⩽", - "description": "Named entity: leqslant; with a semi-colon", + "input": "⩽", + "description": "Named entity: leqslant; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a7d" ] ] - }, + }, { - "input": "&les", - "description": "Bad named entity: les without a semi-colon", + "input": "&les", + "description": "Bad named entity: les without a semi-colon", "output": [ [ - "Character", + "Character", "&les" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⩽", - "description": "Named entity: les; with a semi-colon", + "input": "⩽", + "description": "Named entity: les; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a7d" ] ] - }, + }, { - "input": "&lescc", - "description": "Bad named entity: lescc without a semi-colon", + "input": "&lescc", + "description": "Bad named entity: lescc without a semi-colon", "output": [ [ - "Character", + "Character", "&lescc" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⪨", - "description": "Named entity: lescc; with a semi-colon", + "input": "⪨", + "description": "Named entity: lescc; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2aa8" ] ] - }, + }, { - "input": "&lesdot", - "description": "Bad named entity: lesdot without a semi-colon", + "input": "&lesdot", + "description": "Bad named entity: lesdot without a semi-colon", "output": [ [ - "Character", + "Character", "&lesdot" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⩿", - "description": "Named entity: lesdot; with a semi-colon", + "input": "⩿", + "description": "Named entity: lesdot; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a7f" ] ] - }, + }, { - "input": "&lesdoto", - "description": "Bad named entity: lesdoto without a semi-colon", + "input": "&lesdoto", + "description": "Bad named entity: lesdoto without a semi-colon", "output": [ [ - "Character", + "Character", "&lesdoto" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⪁", - "description": "Named entity: lesdoto; with a semi-colon", + "input": "⪁", + "description": "Named entity: lesdoto; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a81" ] ] - }, + }, { - "input": "&lesdotor", - "description": "Bad named entity: lesdotor without a semi-colon", + "input": "&lesdotor", + "description": "Bad named entity: lesdotor without a semi-colon", "output": [ [ - "Character", + "Character", "&lesdotor" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⪃", - "description": "Named entity: lesdotor; with a semi-colon", + "input": "⪃", + "description": "Named entity: lesdotor; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a83" ] ] - }, + }, { - "input": "&lesg", - "description": "Bad named entity: lesg without a semi-colon", + "input": "&lesg", + "description": "Bad named entity: lesg without a semi-colon", "output": [ [ - "Character", + "Character", "&lesg" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⋚︀", - "description": "Named entity: lesg; with a semi-colon", + "input": "⋚︀", + "description": "Named entity: lesg; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22da\ufe00" ] ] - }, + }, { - "input": "&lesges", - "description": "Bad named entity: lesges without a semi-colon", + "input": "&lesges", + "description": "Bad named entity: lesges without a semi-colon", "output": [ [ - "Character", + "Character", "&lesges" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⪓", - "description": "Named entity: lesges; with a semi-colon", + "input": "⪓", + "description": "Named entity: lesges; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a93" ] ] - }, + }, { - "input": "&lessapprox", - "description": "Bad named entity: lessapprox without a semi-colon", + "input": "&lessapprox", + "description": "Bad named entity: lessapprox without a semi-colon", "output": [ [ - "Character", + "Character", "&lessapprox" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⪅", - "description": "Named entity: lessapprox; with a semi-colon", + "input": "⪅", + "description": "Named entity: lessapprox; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a85" ] ] - }, + }, { - "input": "&lessdot", - "description": "Bad named entity: lessdot without a semi-colon", + "input": "&lessdot", + "description": "Bad named entity: lessdot without a semi-colon", "output": [ [ - "Character", + "Character", "&lessdot" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⋖", - "description": "Named entity: lessdot; with a semi-colon", + "input": "⋖", + "description": "Named entity: lessdot; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22d6" ] ] - }, + }, { - "input": "&lesseqgtr", - "description": "Bad named entity: lesseqgtr without a semi-colon", + "input": "&lesseqgtr", + "description": "Bad named entity: lesseqgtr without a semi-colon", "output": [ [ - "Character", + "Character", "&lesseqgtr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⋚", - "description": "Named entity: lesseqgtr; with a semi-colon", + "input": "⋚", + "description": "Named entity: lesseqgtr; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22da" ] ] - }, + }, { - "input": "&lesseqqgtr", - "description": "Bad named entity: lesseqqgtr without a semi-colon", + "input": "&lesseqqgtr", + "description": "Bad named entity: lesseqqgtr without a semi-colon", "output": [ [ - "Character", + "Character", "&lesseqqgtr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⪋", - "description": "Named entity: lesseqqgtr; with a semi-colon", + "input": "⪋", + "description": "Named entity: lesseqqgtr; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a8b" ] ] - }, + }, { - "input": "&lessgtr", - "description": "Bad named entity: lessgtr without a semi-colon", + "input": "&lessgtr", + "description": "Bad named entity: lessgtr without a semi-colon", "output": [ [ - "Character", + "Character", "&lessgtr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≶", - "description": "Named entity: lessgtr; with a semi-colon", + "input": "≶", + "description": "Named entity: lessgtr; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2276" ] ] - }, + }, { - "input": "&lesssim", - "description": "Bad named entity: lesssim without a semi-colon", + "input": "&lesssim", + "description": "Bad named entity: lesssim without a semi-colon", "output": [ [ - "Character", + "Character", "&lesssim" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≲", - "description": "Named entity: lesssim; with a semi-colon", + "input": "≲", + "description": "Named entity: lesssim; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2272" ] ] - }, + }, { - "input": "&lfisht", - "description": "Bad named entity: lfisht without a semi-colon", + "input": "&lfisht", + "description": "Bad named entity: lfisht without a semi-colon", "output": [ [ - "Character", + "Character", "&lfisht" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⥼", - "description": "Named entity: lfisht; with a semi-colon", + "input": "⥼", + "description": "Named entity: lfisht; with a semi-colon", "output": [ [ - "Character", + "Character", "\u297c" ] ] - }, + }, { - "input": "&lfloor", - "description": "Bad named entity: lfloor without a semi-colon", + "input": "&lfloor", + "description": "Bad named entity: lfloor without a semi-colon", "output": [ [ - "Character", + "Character", "&lfloor" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⌊", - "description": "Named entity: lfloor; with a semi-colon", + "input": "⌊", + "description": "Named entity: lfloor; with a semi-colon", "output": [ [ - "Character", + "Character", "\u230a" ] ] - }, + }, { - "input": "&lfr", - "description": "Bad named entity: lfr without a semi-colon", + "input": "&lfr", + "description": "Bad named entity: lfr without a semi-colon", "output": [ [ - "Character", + "Character", "&lfr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝔩", - "description": "Named entity: lfr; with a semi-colon", + "input": "𝔩", + "description": "Named entity: lfr; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udd29" ] ] - }, + }, { - "input": "&lg", - "description": "Bad named entity: lg without a semi-colon", + "input": "&lg", + "description": "Bad named entity: lg without a semi-colon", "output": [ [ - "Character", + "Character", "&lg" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≶", - "description": "Named entity: lg; with a semi-colon", + "input": "≶", + "description": "Named entity: lg; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2276" ] ] - }, + }, { - "input": "&lgE", - "description": "Bad named entity: lgE without a semi-colon", + "input": "&lgE", + "description": "Bad named entity: lgE without a semi-colon", "output": [ [ - "Character", + "Character", "&lgE" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⪑", - "description": "Named entity: lgE; with a semi-colon", + "input": "⪑", + "description": "Named entity: lgE; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a91" ] ] - }, + }, { - "input": "&lhard", - "description": "Bad named entity: lhard without a semi-colon", + "input": "&lhard", + "description": "Bad named entity: lhard without a semi-colon", "output": [ [ - "Character", + "Character", "&lhard" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "↽", - "description": "Named entity: lhard; with a semi-colon", + "input": "↽", + "description": "Named entity: lhard; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21bd" ] ] - }, + }, { - "input": "&lharu", - "description": "Bad named entity: lharu without a semi-colon", + "input": "&lharu", + "description": "Bad named entity: lharu without a semi-colon", "output": [ [ - "Character", + "Character", "&lharu" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "↼", - "description": "Named entity: lharu; with a semi-colon", + "input": "↼", + "description": "Named entity: lharu; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21bc" ] ] - }, + }, { - "input": "&lharul", - "description": "Bad named entity: lharul without a semi-colon", + "input": "&lharul", + "description": "Bad named entity: lharul without a semi-colon", "output": [ [ - "Character", + "Character", "&lharul" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⥪", - "description": "Named entity: lharul; with a semi-colon", + "input": "⥪", + "description": "Named entity: lharul; with a semi-colon", "output": [ [ - "Character", + "Character", "\u296a" ] ] - }, + }, { - "input": "&lhblk", - "description": "Bad named entity: lhblk without a semi-colon", + "input": "&lhblk", + "description": "Bad named entity: lhblk without a semi-colon", "output": [ [ - "Character", + "Character", "&lhblk" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "▄", - "description": "Named entity: lhblk; with a semi-colon", + "input": "▄", + "description": "Named entity: lhblk; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2584" ] ] - }, + }, { - "input": "&ljcy", - "description": "Bad named entity: ljcy without a semi-colon", + "input": "&ljcy", + "description": "Bad named entity: ljcy without a semi-colon", "output": [ [ - "Character", + "Character", "&ljcy" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "љ", - "description": "Named entity: ljcy; with a semi-colon", + "input": "љ", + "description": "Named entity: ljcy; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0459" ] ] - }, + }, { - "input": "&ll", - "description": "Bad named entity: ll without a semi-colon", + "input": "&ll", + "description": "Bad named entity: ll without a semi-colon", "output": [ [ - "Character", + "Character", "&ll" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≪", - "description": "Named entity: ll; with a semi-colon", + "input": "≪", + "description": "Named entity: ll; with a semi-colon", "output": [ [ - "Character", + "Character", "\u226a" ] ] - }, + }, { - "input": "&llarr", - "description": "Bad named entity: llarr without a semi-colon", + "input": "&llarr", + "description": "Bad named entity: llarr without a semi-colon", "output": [ [ - "Character", + "Character", "&llarr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⇇", - "description": "Named entity: llarr; with a semi-colon", + "input": "⇇", + "description": "Named entity: llarr; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21c7" ] ] - }, + }, { - "input": "&llcorner", - "description": "Bad named entity: llcorner without a semi-colon", + "input": "&llcorner", + "description": "Bad named entity: llcorner without a semi-colon", "output": [ [ - "Character", + "Character", "&llcorner" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⌞", - "description": "Named entity: llcorner; with a semi-colon", + "input": "⌞", + "description": "Named entity: llcorner; with a semi-colon", "output": [ [ - "Character", + "Character", "\u231e" ] ] - }, + }, { - "input": "&llhard", - "description": "Bad named entity: llhard without a semi-colon", + "input": "&llhard", + "description": "Bad named entity: llhard without a semi-colon", "output": [ [ - "Character", + "Character", "&llhard" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⥫", - "description": "Named entity: llhard; with a semi-colon", + "input": "⥫", + "description": "Named entity: llhard; with a semi-colon", "output": [ [ - "Character", + "Character", "\u296b" ] ] - }, + }, { - "input": "&lltri", - "description": "Bad named entity: lltri without a semi-colon", + "input": "&lltri", + "description": "Bad named entity: lltri without a semi-colon", "output": [ [ - "Character", + "Character", "&lltri" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "◺", - "description": "Named entity: lltri; with a semi-colon", + "input": "◺", + "description": "Named entity: lltri; with a semi-colon", "output": [ [ - "Character", + "Character", "\u25fa" ] ] - }, + }, { - "input": "&lmidot", - "description": "Bad named entity: lmidot without a semi-colon", + "input": "&lmidot", + "description": "Bad named entity: lmidot without a semi-colon", "output": [ [ - "Character", + "Character", "&lmidot" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ŀ", - "description": "Named entity: lmidot; with a semi-colon", + "input": "ŀ", + "description": "Named entity: lmidot; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0140" ] ] - }, + }, { - "input": "&lmoust", - "description": "Bad named entity: lmoust without a semi-colon", + "input": "&lmoust", + "description": "Bad named entity: lmoust without a semi-colon", "output": [ [ - "Character", + "Character", "&lmoust" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⎰", - "description": "Named entity: lmoust; with a semi-colon", + "input": "⎰", + "description": "Named entity: lmoust; with a semi-colon", "output": [ [ - "Character", + "Character", "\u23b0" ] ] - }, + }, { - "input": "&lmoustache", - "description": "Bad named entity: lmoustache without a semi-colon", + "input": "&lmoustache", + "description": "Bad named entity: lmoustache without a semi-colon", "output": [ [ - "Character", + "Character", "&lmoustache" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⎰", - "description": "Named entity: lmoustache; with a semi-colon", + "input": "⎰", + "description": "Named entity: lmoustache; with a semi-colon", "output": [ [ - "Character", + "Character", "\u23b0" ] ] - }, + }, { - "input": "&lnE", - "description": "Bad named entity: lnE without a semi-colon", + "input": "&lnE", + "description": "Bad named entity: lnE without a semi-colon", "output": [ [ - "Character", + "Character", "&lnE" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≨", - "description": "Named entity: lnE; with a semi-colon", + "input": "≨", + "description": "Named entity: lnE; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2268" ] ] - }, + }, { - "input": "&lnap", - "description": "Bad named entity: lnap without a semi-colon", + "input": "&lnap", + "description": "Bad named entity: lnap without a semi-colon", "output": [ [ - "Character", + "Character", "&lnap" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⪉", - "description": "Named entity: lnap; with a semi-colon", + "input": "⪉", + "description": "Named entity: lnap; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a89" ] ] - }, + }, { - "input": "&lnapprox", - "description": "Bad named entity: lnapprox without a semi-colon", + "input": "&lnapprox", + "description": "Bad named entity: lnapprox without a semi-colon", "output": [ [ - "Character", + "Character", "&lnapprox" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⪉", - "description": "Named entity: lnapprox; with a semi-colon", + "input": "⪉", + "description": "Named entity: lnapprox; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a89" ] ] - }, + }, { - "input": "&lne", - "description": "Bad named entity: lne without a semi-colon", + "input": "&lne", + "description": "Bad named entity: lne without a semi-colon", "output": [ [ - "Character", + "Character", "&lne" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⪇", - "description": "Named entity: lne; with a semi-colon", + "input": "⪇", + "description": "Named entity: lne; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a87" ] ] - }, + }, { - "input": "&lneq", - "description": "Bad named entity: lneq without a semi-colon", + "input": "&lneq", + "description": "Bad named entity: lneq without a semi-colon", "output": [ [ - "Character", + "Character", "&lneq" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⪇", - "description": "Named entity: lneq; with a semi-colon", + "input": "⪇", + "description": "Named entity: lneq; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a87" ] ] - }, + }, { - "input": "&lneqq", - "description": "Bad named entity: lneqq without a semi-colon", + "input": "&lneqq", + "description": "Bad named entity: lneqq without a semi-colon", "output": [ [ - "Character", + "Character", "&lneqq" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≨", - "description": "Named entity: lneqq; with a semi-colon", + "input": "≨", + "description": "Named entity: lneqq; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2268" ] ] - }, + }, { - "input": "&lnsim", - "description": "Bad named entity: lnsim without a semi-colon", + "input": "&lnsim", + "description": "Bad named entity: lnsim without a semi-colon", "output": [ [ - "Character", + "Character", "&lnsim" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⋦", - "description": "Named entity: lnsim; with a semi-colon", + "input": "⋦", + "description": "Named entity: lnsim; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22e6" ] ] - }, + }, { - "input": "&loang", - "description": "Bad named entity: loang without a semi-colon", + "input": "&loang", + "description": "Bad named entity: loang without a semi-colon", "output": [ [ - "Character", + "Character", "&loang" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⟬", - "description": "Named entity: loang; with a semi-colon", + "input": "⟬", + "description": "Named entity: loang; with a semi-colon", "output": [ [ - "Character", + "Character", "\u27ec" ] ] - }, + }, { - "input": "&loarr", - "description": "Bad named entity: loarr without a semi-colon", + "input": "&loarr", + "description": "Bad named entity: loarr without a semi-colon", "output": [ [ - "Character", + "Character", "&loarr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⇽", - "description": "Named entity: loarr; with a semi-colon", + "input": "⇽", + "description": "Named entity: loarr; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21fd" ] ] - }, + }, { - "input": "&lobrk", - "description": "Bad named entity: lobrk without a semi-colon", + "input": "&lobrk", + "description": "Bad named entity: lobrk without a semi-colon", "output": [ [ - "Character", + "Character", "&lobrk" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⟦", - "description": "Named entity: lobrk; with a semi-colon", + "input": "⟦", + "description": "Named entity: lobrk; with a semi-colon", "output": [ [ - "Character", + "Character", "\u27e6" ] ] - }, + }, { - "input": "&longleftarrow", - "description": "Bad named entity: longleftarrow without a semi-colon", + "input": "&longleftarrow", + "description": "Bad named entity: longleftarrow without a semi-colon", "output": [ [ - "Character", + "Character", "&longleftarrow" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⟵", - "description": "Named entity: longleftarrow; with a semi-colon", + "input": "⟵", + "description": "Named entity: longleftarrow; with a semi-colon", "output": [ [ - "Character", + "Character", "\u27f5" ] ] - }, + }, { - "input": "&longleftrightarrow", - "description": "Bad named entity: longleftrightarrow without a semi-colon", + "input": "&longleftrightarrow", + "description": "Bad named entity: longleftrightarrow without a semi-colon", "output": [ [ - "Character", + "Character", "&longleftrightarrow" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⟷", - "description": "Named entity: longleftrightarrow; with a semi-colon", + "input": "⟷", + "description": "Named entity: longleftrightarrow; with a semi-colon", "output": [ [ - "Character", + "Character", "\u27f7" ] ] - }, + }, { - "input": "&longmapsto", - "description": "Bad named entity: longmapsto without a semi-colon", + "input": "&longmapsto", + "description": "Bad named entity: longmapsto without a semi-colon", "output": [ [ - "Character", + "Character", "&longmapsto" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⟼", - "description": "Named entity: longmapsto; with a semi-colon", + "input": "⟼", + "description": "Named entity: longmapsto; with a semi-colon", "output": [ [ - "Character", + "Character", "\u27fc" ] ] - }, + }, { - "input": "&longrightarrow", - "description": "Bad named entity: longrightarrow without a semi-colon", + "input": "&longrightarrow", + "description": "Bad named entity: longrightarrow without a semi-colon", "output": [ [ - "Character", + "Character", "&longrightarrow" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⟶", - "description": "Named entity: longrightarrow; with a semi-colon", + "input": "⟶", + "description": "Named entity: longrightarrow; with a semi-colon", "output": [ [ - "Character", + "Character", "\u27f6" ] ] - }, + }, { - "input": "&looparrowleft", - "description": "Bad named entity: looparrowleft without a semi-colon", + "input": "&looparrowleft", + "description": "Bad named entity: looparrowleft without a semi-colon", "output": [ [ - "Character", + "Character", "&looparrowleft" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "↫", - "description": "Named entity: looparrowleft; with a semi-colon", + "input": "↫", + "description": "Named entity: looparrowleft; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21ab" ] ] - }, + }, { - "input": "&looparrowright", - "description": "Bad named entity: looparrowright without a semi-colon", + "input": "&looparrowright", + "description": "Bad named entity: looparrowright without a semi-colon", "output": [ [ - "Character", + "Character", "&looparrowright" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "↬", - "description": "Named entity: looparrowright; with a semi-colon", + "input": "↬", + "description": "Named entity: looparrowright; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21ac" ] ] - }, + }, { - "input": "&lopar", - "description": "Bad named entity: lopar without a semi-colon", + "input": "&lopar", + "description": "Bad named entity: lopar without a semi-colon", "output": [ [ - "Character", + "Character", "&lopar" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⦅", - "description": "Named entity: lopar; with a semi-colon", + "input": "⦅", + "description": "Named entity: lopar; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2985" ] ] - }, + }, { - "input": "&lopf", - "description": "Bad named entity: lopf without a semi-colon", + "input": "&lopf", + "description": "Bad named entity: lopf without a semi-colon", "output": [ [ - "Character", + "Character", "&lopf" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝕝", - "description": "Named entity: lopf; with a semi-colon", + "input": "𝕝", + "description": "Named entity: lopf; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udd5d" ] ] - }, + }, { - "input": "&loplus", - "description": "Bad named entity: loplus without a semi-colon", + "input": "&loplus", + "description": "Bad named entity: loplus without a semi-colon", "output": [ [ - "Character", + "Character", "&loplus" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⨭", - "description": "Named entity: loplus; with a semi-colon", + "input": "⨭", + "description": "Named entity: loplus; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a2d" ] ] - }, + }, { - "input": "&lotimes", - "description": "Bad named entity: lotimes without a semi-colon", + "input": "&lotimes", + "description": "Bad named entity: lotimes without a semi-colon", "output": [ [ - "Character", + "Character", "&lotimes" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⨴", - "description": "Named entity: lotimes; with a semi-colon", + "input": "⨴", + "description": "Named entity: lotimes; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a34" ] ] - }, + }, { - "input": "&lowast", - "description": "Bad named entity: lowast without a semi-colon", + "input": "&lowast", + "description": "Bad named entity: lowast without a semi-colon", "output": [ [ - "Character", + "Character", "&lowast" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∗", - "description": "Named entity: lowast; with a semi-colon", + "input": "∗", + "description": "Named entity: lowast; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2217" ] ] - }, + }, { - "input": "&lowbar", - "description": "Bad named entity: lowbar without a semi-colon", + "input": "&lowbar", + "description": "Bad named entity: lowbar without a semi-colon", "output": [ [ - "Character", + "Character", "&lowbar" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "_", - "description": "Named entity: lowbar; with a semi-colon", + "input": "_", + "description": "Named entity: lowbar; with a semi-colon", "output": [ [ - "Character", + "Character", "_" ] ] - }, + }, { - "input": "&loz", - "description": "Bad named entity: loz without a semi-colon", + "input": "&loz", + "description": "Bad named entity: loz without a semi-colon", "output": [ [ - "Character", + "Character", "&loz" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "◊", - "description": "Named entity: loz; with a semi-colon", + "input": "◊", + "description": "Named entity: loz; with a semi-colon", "output": [ [ - "Character", + "Character", "\u25ca" ] ] - }, + }, { - "input": "&lozenge", - "description": "Bad named entity: lozenge without a semi-colon", + "input": "&lozenge", + "description": "Bad named entity: lozenge without a semi-colon", "output": [ [ - "Character", + "Character", "&lozenge" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "◊", - "description": "Named entity: lozenge; with a semi-colon", + "input": "◊", + "description": "Named entity: lozenge; with a semi-colon", "output": [ [ - "Character", + "Character", "\u25ca" ] ] - }, + }, { - "input": "&lozf", - "description": "Bad named entity: lozf without a semi-colon", + "input": "&lozf", + "description": "Bad named entity: lozf without a semi-colon", "output": [ [ - "Character", + "Character", "&lozf" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⧫", - "description": "Named entity: lozf; with a semi-colon", + "input": "⧫", + "description": "Named entity: lozf; with a semi-colon", "output": [ [ - "Character", + "Character", "\u29eb" ] ] - }, + }, { - "input": "&lpar", - "description": "Bad named entity: lpar without a semi-colon", + "input": "&lpar", + "description": "Bad named entity: lpar without a semi-colon", "output": [ [ - "Character", + "Character", "&lpar" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "(", - "description": "Named entity: lpar; with a semi-colon", + "input": "(", + "description": "Named entity: lpar; with a semi-colon", "output": [ [ - "Character", + "Character", "(" ] ] - }, + }, { - "input": "&lparlt", - "description": "Bad named entity: lparlt without a semi-colon", + "input": "&lparlt", + "description": "Bad named entity: lparlt without a semi-colon", "output": [ [ - "Character", + "Character", "&lparlt" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⦓", - "description": "Named entity: lparlt; with a semi-colon", + "input": "⦓", + "description": "Named entity: lparlt; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2993" ] ] - }, + }, { - "input": "&lrarr", - "description": "Bad named entity: lrarr without a semi-colon", + "input": "&lrarr", + "description": "Bad named entity: lrarr without a semi-colon", "output": [ [ - "Character", + "Character", "&lrarr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⇆", - "description": "Named entity: lrarr; with a semi-colon", + "input": "⇆", + "description": "Named entity: lrarr; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21c6" ] ] - }, + }, { - "input": "&lrcorner", - "description": "Bad named entity: lrcorner without a semi-colon", + "input": "&lrcorner", + "description": "Bad named entity: lrcorner without a semi-colon", "output": [ [ - "Character", + "Character", "&lrcorner" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⌟", - "description": "Named entity: lrcorner; with a semi-colon", + "input": "⌟", + "description": "Named entity: lrcorner; with a semi-colon", "output": [ [ - "Character", + "Character", "\u231f" ] ] - }, + }, { - "input": "&lrhar", - "description": "Bad named entity: lrhar without a semi-colon", + "input": "&lrhar", + "description": "Bad named entity: lrhar without a semi-colon", "output": [ [ - "Character", + "Character", "&lrhar" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⇋", - "description": "Named entity: lrhar; with a semi-colon", + "input": "⇋", + "description": "Named entity: lrhar; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21cb" ] ] - }, + }, { - "input": "&lrhard", - "description": "Bad named entity: lrhard without a semi-colon", + "input": "&lrhard", + "description": "Bad named entity: lrhard without a semi-colon", "output": [ [ - "Character", + "Character", "&lrhard" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⥭", - "description": "Named entity: lrhard; with a semi-colon", + "input": "⥭", + "description": "Named entity: lrhard; with a semi-colon", "output": [ [ - "Character", + "Character", "\u296d" ] ] - }, + }, { - "input": "&lrm", - "description": "Bad named entity: lrm without a semi-colon", + "input": "&lrm", + "description": "Bad named entity: lrm without a semi-colon", "output": [ [ - "Character", + "Character", "&lrm" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "‎", - "description": "Named entity: lrm; with a semi-colon", + "input": "‎", + "description": "Named entity: lrm; with a semi-colon", "output": [ [ - "Character", + "Character", "\u200e" ] ] - }, + }, { - "input": "&lrtri", - "description": "Bad named entity: lrtri without a semi-colon", + "input": "&lrtri", + "description": "Bad named entity: lrtri without a semi-colon", "output": [ [ - "Character", + "Character", "&lrtri" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊿", - "description": "Named entity: lrtri; with a semi-colon", + "input": "⊿", + "description": "Named entity: lrtri; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22bf" ] ] - }, + }, { - "input": "&lsaquo", - "description": "Bad named entity: lsaquo without a semi-colon", + "input": "&lsaquo", + "description": "Bad named entity: lsaquo without a semi-colon", "output": [ [ - "Character", + "Character", "&lsaquo" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "‹", - "description": "Named entity: lsaquo; with a semi-colon", + "input": "‹", + "description": "Named entity: lsaquo; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2039" ] ] - }, + }, { - "input": "&lscr", - "description": "Bad named entity: lscr without a semi-colon", + "input": "&lscr", + "description": "Bad named entity: lscr without a semi-colon", "output": [ [ - "Character", + "Character", "&lscr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝓁", - "description": "Named entity: lscr; with a semi-colon", + "input": "𝓁", + "description": "Named entity: lscr; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udcc1" ] ] - }, + }, { - "input": "&lsh", - "description": "Bad named entity: lsh without a semi-colon", + "input": "&lsh", + "description": "Bad named entity: lsh without a semi-colon", "output": [ [ - "Character", + "Character", "&lsh" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "↰", - "description": "Named entity: lsh; with a semi-colon", + "input": "↰", + "description": "Named entity: lsh; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21b0" ] ] - }, + }, { - "input": "&lsim", - "description": "Bad named entity: lsim without a semi-colon", + "input": "&lsim", + "description": "Bad named entity: lsim without a semi-colon", "output": [ [ - "Character", + "Character", "&lsim" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≲", - "description": "Named entity: lsim; with a semi-colon", + "input": "≲", + "description": "Named entity: lsim; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2272" ] ] - }, + }, { - "input": "&lsime", - "description": "Bad named entity: lsime without a semi-colon", + "input": "&lsime", + "description": "Bad named entity: lsime without a semi-colon", "output": [ [ - "Character", + "Character", "&lsime" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⪍", - "description": "Named entity: lsime; with a semi-colon", + "input": "⪍", + "description": "Named entity: lsime; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a8d" ] ] - }, + }, { - "input": "&lsimg", - "description": "Bad named entity: lsimg without a semi-colon", + "input": "&lsimg", + "description": "Bad named entity: lsimg without a semi-colon", "output": [ [ - "Character", + "Character", "&lsimg" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⪏", - "description": "Named entity: lsimg; with a semi-colon", + "input": "⪏", + "description": "Named entity: lsimg; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a8f" ] ] - }, + }, { - "input": "&lsqb", - "description": "Bad named entity: lsqb without a semi-colon", + "input": "&lsqb", + "description": "Bad named entity: lsqb without a semi-colon", "output": [ [ - "Character", + "Character", "&lsqb" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "[", - "description": "Named entity: lsqb; with a semi-colon", + "input": "[", + "description": "Named entity: lsqb; with a semi-colon", "output": [ [ - "Character", + "Character", "[" ] ] - }, + }, { - "input": "&lsquo", - "description": "Bad named entity: lsquo without a semi-colon", + "input": "&lsquo", + "description": "Bad named entity: lsquo without a semi-colon", "output": [ [ - "Character", + "Character", "&lsquo" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "‘", - "description": "Named entity: lsquo; with a semi-colon", + "input": "‘", + "description": "Named entity: lsquo; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2018" ] ] - }, + }, { - "input": "&lsquor", - "description": "Bad named entity: lsquor without a semi-colon", + "input": "&lsquor", + "description": "Bad named entity: lsquor without a semi-colon", "output": [ [ - "Character", + "Character", "&lsquor" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "‚", - "description": "Named entity: lsquor; with a semi-colon", + "input": "‚", + "description": "Named entity: lsquor; with a semi-colon", "output": [ [ - "Character", + "Character", "\u201a" ] ] - }, + }, { - "input": "&lstrok", - "description": "Bad named entity: lstrok without a semi-colon", + "input": "&lstrok", + "description": "Bad named entity: lstrok without a semi-colon", "output": [ [ - "Character", + "Character", "&lstrok" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ł", - "description": "Named entity: lstrok; with a semi-colon", + "input": "ł", + "description": "Named entity: lstrok; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0142" ] ] - }, + }, { - "input": "<", - "description": "Named entity: lt without a semi-colon", + "input": "<", + "description": "Named entity: lt without a semi-colon", "output": [ [ - "Character", + "Character", "<" ] ], "errors": [ { "code": "missing-semicolon-after-character-reference", "line": 1, "col": 4 } ] - }, + }, { - "input": "<", - "description": "Named entity: lt; with a semi-colon", + "input": "<", + "description": "Named entity: lt; with a semi-colon", "output": [ [ - "Character", + "Character", "<" ] ] - }, + }, { - "input": "⪦", - "description": "Named entity: ltcc; with a semi-colon", + "input": "⪦", + "description": "Named entity: ltcc; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2aa6" ] ] - }, + }, { - "input": "⩹", - "description": "Named entity: ltcir; with a semi-colon", + "input": "⩹", + "description": "Named entity: ltcir; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a79" ] ] - }, + }, { - "input": "⋖", - "description": "Named entity: ltdot; with a semi-colon", + "input": "⋖", + "description": "Named entity: ltdot; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22d6" ] ] - }, + }, { - "input": "⋋", - "description": "Named entity: lthree; with a semi-colon", + "input": "⋋", + "description": "Named entity: lthree; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22cb" ] ] - }, + }, { - "input": "⋉", - "description": "Named entity: ltimes; with a semi-colon", + "input": "⋉", + "description": "Named entity: ltimes; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22c9" ] ] - }, + }, { - "input": "⥶", - "description": "Named entity: ltlarr; with a semi-colon", + "input": "⥶", + "description": "Named entity: ltlarr; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2976" ] ] - }, + }, { - "input": "⩻", - "description": "Named entity: ltquest; with a semi-colon", + "input": "⩻", + "description": "Named entity: ltquest; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a7b" ] ] - }, + }, { - "input": "⦖", - "description": "Named entity: ltrPar; with a semi-colon", + "input": "⦖", + "description": "Named entity: ltrPar; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2996" ] ] - }, + }, { - "input": "◃", - "description": "Named entity: ltri; with a semi-colon", + "input": "◃", + "description": "Named entity: ltri; with a semi-colon", "output": [ [ - "Character", + "Character", "\u25c3" ] ] - }, + }, { - "input": "⊴", - "description": "Named entity: ltrie; with a semi-colon", + "input": "⊴", + "description": "Named entity: ltrie; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22b4" ] ] - }, + }, { - "input": "◂", - "description": "Named entity: ltrif; with a semi-colon", + "input": "◂", + "description": "Named entity: ltrif; with a semi-colon", "output": [ [ - "Character", + "Character", "\u25c2" ] ] - }, + }, { - "input": "&lurdshar", - "description": "Bad named entity: lurdshar without a semi-colon", + "input": "&lurdshar", + "description": "Bad named entity: lurdshar without a semi-colon", "output": [ [ - "Character", + "Character", "&lurdshar" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⥊", - "description": "Named entity: lurdshar; with a semi-colon", + "input": "⥊", + "description": "Named entity: lurdshar; with a semi-colon", "output": [ [ - "Character", + "Character", "\u294a" ] ] - }, + }, { - "input": "&luruhar", - "description": "Bad named entity: luruhar without a semi-colon", + "input": "&luruhar", + "description": "Bad named entity: luruhar without a semi-colon", "output": [ [ - "Character", + "Character", "&luruhar" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⥦", - "description": "Named entity: luruhar; with a semi-colon", + "input": "⥦", + "description": "Named entity: luruhar; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2966" ] ] - }, + }, { - "input": "&lvertneqq", - "description": "Bad named entity: lvertneqq without a semi-colon", + "input": "&lvertneqq", + "description": "Bad named entity: lvertneqq without a semi-colon", "output": [ [ - "Character", + "Character", "&lvertneqq" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≨︀", - "description": "Named entity: lvertneqq; with a semi-colon", + "input": "≨︀", + "description": "Named entity: lvertneqq; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2268\ufe00" ] ] - }, + }, { - "input": "&lvnE", - "description": "Bad named entity: lvnE without a semi-colon", + "input": "&lvnE", + "description": "Bad named entity: lvnE without a semi-colon", "output": [ [ - "Character", + "Character", "&lvnE" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≨︀", - "description": "Named entity: lvnE; with a semi-colon", + "input": "≨︀", + "description": "Named entity: lvnE; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2268\ufe00" ] ] - }, + }, { - "input": "&mDDot", - "description": "Bad named entity: mDDot without a semi-colon", + "input": "&mDDot", + "description": "Bad named entity: mDDot without a semi-colon", "output": [ [ - "Character", + "Character", "&mDDot" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∺", - "description": "Named entity: mDDot; with a semi-colon", + "input": "∺", + "description": "Named entity: mDDot; with a semi-colon", "output": [ [ - "Character", + "Character", "\u223a" ] ] - }, + }, { - "input": "¯", - "description": "Named entity: macr without a semi-colon", + "input": "¯", + "description": "Named entity: macr without a semi-colon", "output": [ [ - "Character", + "Character", "\u00af" ] ], "errors": [ { "code": "missing-semicolon-after-character-reference", "line": 1, "col": 6 } ] - }, + }, { - "input": "¯", - "description": "Named entity: macr; with a semi-colon", + "input": "¯", + "description": "Named entity: macr; with a semi-colon", "output": [ [ - "Character", + "Character", "\u00af" ] ] - }, + }, { - "input": "&male", - "description": "Bad named entity: male without a semi-colon", + "input": "&male", + "description": "Bad named entity: male without a semi-colon", "output": [ [ - "Character", + "Character", "&male" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "♂", - "description": "Named entity: male; with a semi-colon", + "input": "♂", + "description": "Named entity: male; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2642" ] ] - }, + }, { - "input": "&malt", - "description": "Bad named entity: malt without a semi-colon", + "input": "&malt", + "description": "Bad named entity: malt without a semi-colon", "output": [ [ - "Character", + "Character", "&malt" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "✠", - "description": "Named entity: malt; with a semi-colon", + "input": "✠", + "description": "Named entity: malt; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2720" ] ] - }, + }, { - "input": "&maltese", - "description": "Bad named entity: maltese without a semi-colon", + "input": "&maltese", + "description": "Bad named entity: maltese without a semi-colon", "output": [ [ - "Character", + "Character", "&maltese" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "✠", - "description": "Named entity: maltese; with a semi-colon", + "input": "✠", + "description": "Named entity: maltese; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2720" ] ] - }, + }, { - "input": "&map", - "description": "Bad named entity: map without a semi-colon", + "input": "&map", + "description": "Bad named entity: map without a semi-colon", "output": [ [ - "Character", + "Character", "&map" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "↦", - "description": "Named entity: map; with a semi-colon", + "input": "↦", + "description": "Named entity: map; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21a6" ] ] - }, + }, { - "input": "&mapsto", - "description": "Bad named entity: mapsto without a semi-colon", + "input": "&mapsto", + "description": "Bad named entity: mapsto without a semi-colon", "output": [ [ - "Character", + "Character", "&mapsto" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "↦", - "description": "Named entity: mapsto; with a semi-colon", + "input": "↦", + "description": "Named entity: mapsto; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21a6" ] ] - }, + }, { - "input": "&mapstodown", - "description": "Bad named entity: mapstodown without a semi-colon", + "input": "&mapstodown", + "description": "Bad named entity: mapstodown without a semi-colon", "output": [ [ - "Character", + "Character", "&mapstodown" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "↧", - "description": "Named entity: mapstodown; with a semi-colon", + "input": "↧", + "description": "Named entity: mapstodown; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21a7" ] ] - }, + }, { - "input": "&mapstoleft", - "description": "Bad named entity: mapstoleft without a semi-colon", + "input": "&mapstoleft", + "description": "Bad named entity: mapstoleft without a semi-colon", "output": [ [ - "Character", + "Character", "&mapstoleft" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "↤", - "description": "Named entity: mapstoleft; with a semi-colon", + "input": "↤", + "description": "Named entity: mapstoleft; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21a4" ] ] - }, + }, { - "input": "&mapstoup", - "description": "Bad named entity: mapstoup without a semi-colon", + "input": "&mapstoup", + "description": "Bad named entity: mapstoup without a semi-colon", "output": [ [ - "Character", + "Character", "&mapstoup" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "↥", - "description": "Named entity: mapstoup; with a semi-colon", + "input": "↥", + "description": "Named entity: mapstoup; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21a5" ] ] - }, + }, { - "input": "&marker", - "description": "Bad named entity: marker without a semi-colon", + "input": "&marker", + "description": "Bad named entity: marker without a semi-colon", "output": [ [ - "Character", + "Character", "&marker" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "▮", - "description": "Named entity: marker; with a semi-colon", + "input": "▮", + "description": "Named entity: marker; with a semi-colon", "output": [ [ - "Character", + "Character", "\u25ae" ] ] - }, + }, { - "input": "&mcomma", - "description": "Bad named entity: mcomma without a semi-colon", + "input": "&mcomma", + "description": "Bad named entity: mcomma without a semi-colon", "output": [ [ - "Character", + "Character", "&mcomma" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⨩", - "description": "Named entity: mcomma; with a semi-colon", + "input": "⨩", + "description": "Named entity: mcomma; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a29" ] ] - }, + }, { - "input": "&mcy", - "description": "Bad named entity: mcy without a semi-colon", + "input": "&mcy", + "description": "Bad named entity: mcy without a semi-colon", "output": [ [ - "Character", + "Character", "&mcy" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "м", - "description": "Named entity: mcy; with a semi-colon", + "input": "м", + "description": "Named entity: mcy; with a semi-colon", "output": [ [ - "Character", + "Character", "\u043c" ] ] - }, + }, { - "input": "&mdash", - "description": "Bad named entity: mdash without a semi-colon", + "input": "&mdash", + "description": "Bad named entity: mdash without a semi-colon", "output": [ [ - "Character", + "Character", "&mdash" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "—", - "description": "Named entity: mdash; with a semi-colon", + "input": "—", + "description": "Named entity: mdash; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2014" ] ] - }, + }, { - "input": "&measuredangle", - "description": "Bad named entity: measuredangle without a semi-colon", + "input": "&measuredangle", + "description": "Bad named entity: measuredangle without a semi-colon", "output": [ [ - "Character", + "Character", "&measuredangle" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∡", - "description": "Named entity: measuredangle; with a semi-colon", + "input": "∡", + "description": "Named entity: measuredangle; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2221" ] ] - }, + }, { - "input": "&mfr", - "description": "Bad named entity: mfr without a semi-colon", + "input": "&mfr", + "description": "Bad named entity: mfr without a semi-colon", "output": [ [ - "Character", + "Character", "&mfr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝔪", - "description": "Named entity: mfr; with a semi-colon", + "input": "𝔪", + "description": "Named entity: mfr; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udd2a" ] ] - }, + }, { - "input": "&mho", - "description": "Bad named entity: mho without a semi-colon", + "input": "&mho", + "description": "Bad named entity: mho without a semi-colon", "output": [ [ - "Character", + "Character", "&mho" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "℧", - "description": "Named entity: mho; with a semi-colon", + "input": "℧", + "description": "Named entity: mho; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2127" ] ] - }, + }, { - "input": "µ", - "description": "Named entity: micro without a semi-colon", + "input": "µ", + "description": "Named entity: micro without a semi-colon", "output": [ [ - "Character", + "Character", "\u00b5" ] ], "errors": [ { "code": "missing-semicolon-after-character-reference", "line": 1, "col": 7 } ] - }, + }, { - "input": "µ", - "description": "Named entity: micro; with a semi-colon", + "input": "µ", + "description": "Named entity: micro; with a semi-colon", "output": [ [ - "Character", + "Character", "\u00b5" ] ] - }, + }, { - "input": "&mid", - "description": "Bad named entity: mid without a semi-colon", + "input": "&mid", + "description": "Bad named entity: mid without a semi-colon", "output": [ [ - "Character", + "Character", "&mid" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∣", - "description": "Named entity: mid; with a semi-colon", + "input": "∣", + "description": "Named entity: mid; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2223" ] ] - }, + }, { - "input": "&midast", - "description": "Bad named entity: midast without a semi-colon", + "input": "&midast", + "description": "Bad named entity: midast without a semi-colon", "output": [ [ - "Character", + "Character", "&midast" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "*", - "description": "Named entity: midast; with a semi-colon", + "input": "*", + "description": "Named entity: midast; with a semi-colon", "output": [ [ - "Character", + "Character", "*" ] ] - }, + }, { - "input": "&midcir", - "description": "Bad named entity: midcir without a semi-colon", + "input": "&midcir", + "description": "Bad named entity: midcir without a semi-colon", "output": [ [ - "Character", + "Character", "&midcir" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⫰", - "description": "Named entity: midcir; with a semi-colon", + "input": "⫰", + "description": "Named entity: midcir; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2af0" ] ] - }, + }, { - "input": "·", - "description": "Named entity: middot without a semi-colon", + "input": "·", + "description": "Named entity: middot without a semi-colon", "output": [ [ - "Character", + "Character", "\u00b7" ] ], "errors": [ { "code": "missing-semicolon-after-character-reference", "line": 1, "col": 8 } ] - }, + }, { - "input": "·", - "description": "Named entity: middot; with a semi-colon", + "input": "·", + "description": "Named entity: middot; with a semi-colon", "output": [ [ - "Character", + "Character", "\u00b7" ] ] - }, + }, { - "input": "&minus", - "description": "Bad named entity: minus without a semi-colon", + "input": "&minus", + "description": "Bad named entity: minus without a semi-colon", "output": [ [ - "Character", + "Character", "&minus" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "−", - "description": "Named entity: minus; with a semi-colon", + "input": "−", + "description": "Named entity: minus; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2212" ] ] - }, + }, { - "input": "&minusb", - "description": "Bad named entity: minusb without a semi-colon", + "input": "&minusb", + "description": "Bad named entity: minusb without a semi-colon", "output": [ [ - "Character", + "Character", "&minusb" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊟", - "description": "Named entity: minusb; with a semi-colon", + "input": "⊟", + "description": "Named entity: minusb; with a semi-colon", "output": [ [ - "Character", + "Character", "\u229f" ] ] - }, + }, { - "input": "&minusd", - "description": "Bad named entity: minusd without a semi-colon", + "input": "&minusd", + "description": "Bad named entity: minusd without a semi-colon", "output": [ [ - "Character", + "Character", "&minusd" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∸", - "description": "Named entity: minusd; with a semi-colon", + "input": "∸", + "description": "Named entity: minusd; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2238" ] ] - }, + }, { - "input": "&minusdu", - "description": "Bad named entity: minusdu without a semi-colon", + "input": "&minusdu", + "description": "Bad named entity: minusdu without a semi-colon", "output": [ [ - "Character", + "Character", "&minusdu" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⨪", - "description": "Named entity: minusdu; with a semi-colon", + "input": "⨪", + "description": "Named entity: minusdu; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a2a" ] ] - }, + }, { - "input": "&mlcp", - "description": "Bad named entity: mlcp without a semi-colon", + "input": "&mlcp", + "description": "Bad named entity: mlcp without a semi-colon", "output": [ [ - "Character", + "Character", "&mlcp" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⫛", - "description": "Named entity: mlcp; with a semi-colon", + "input": "⫛", + "description": "Named entity: mlcp; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2adb" ] ] - }, + }, { - "input": "&mldr", - "description": "Bad named entity: mldr without a semi-colon", + "input": "&mldr", + "description": "Bad named entity: mldr without a semi-colon", "output": [ [ - "Character", + "Character", "&mldr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "…", - "description": "Named entity: mldr; with a semi-colon", + "input": "…", + "description": "Named entity: mldr; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2026" ] ] - }, + }, { - "input": "&mnplus", - "description": "Bad named entity: mnplus without a semi-colon", + "input": "&mnplus", + "description": "Bad named entity: mnplus without a semi-colon", "output": [ [ - "Character", + "Character", "&mnplus" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∓", - "description": "Named entity: mnplus; with a semi-colon", + "input": "∓", + "description": "Named entity: mnplus; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2213" ] ] - }, + }, { - "input": "&models", - "description": "Bad named entity: models without a semi-colon", + "input": "&models", + "description": "Bad named entity: models without a semi-colon", "output": [ [ - "Character", + "Character", "&models" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊧", - "description": "Named entity: models; with a semi-colon", + "input": "⊧", + "description": "Named entity: models; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22a7" ] ] - }, + }, { - "input": "&mopf", - "description": "Bad named entity: mopf without a semi-colon", + "input": "&mopf", + "description": "Bad named entity: mopf without a semi-colon", "output": [ [ - "Character", + "Character", "&mopf" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝕞", - "description": "Named entity: mopf; with a semi-colon", + "input": "𝕞", + "description": "Named entity: mopf; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udd5e" ] ] - }, + }, { - "input": "&mp", - "description": "Bad named entity: mp without a semi-colon", + "input": "&mp", + "description": "Bad named entity: mp without a semi-colon", "output": [ [ - "Character", + "Character", "&mp" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∓", - "description": "Named entity: mp; with a semi-colon", + "input": "∓", + "description": "Named entity: mp; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2213" ] ] - }, + }, { - "input": "&mscr", - "description": "Bad named entity: mscr without a semi-colon", + "input": "&mscr", + "description": "Bad named entity: mscr without a semi-colon", "output": [ [ - "Character", + "Character", "&mscr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝓂", - "description": "Named entity: mscr; with a semi-colon", + "input": "𝓂", + "description": "Named entity: mscr; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udcc2" ] ] - }, + }, { - "input": "&mstpos", - "description": "Bad named entity: mstpos without a semi-colon", + "input": "&mstpos", + "description": "Bad named entity: mstpos without a semi-colon", "output": [ [ - "Character", + "Character", "&mstpos" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∾", - "description": "Named entity: mstpos; with a semi-colon", + "input": "∾", + "description": "Named entity: mstpos; with a semi-colon", "output": [ [ - "Character", + "Character", "\u223e" ] ] - }, + }, { - "input": "&mu", - "description": "Bad named entity: mu without a semi-colon", + "input": "&mu", + "description": "Bad named entity: mu without a semi-colon", "output": [ [ - "Character", + "Character", "&mu" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "μ", - "description": "Named entity: mu; with a semi-colon", + "input": "μ", + "description": "Named entity: mu; with a semi-colon", "output": [ [ - "Character", + "Character", "\u03bc" ] ] - }, + }, { - "input": "&multimap", - "description": "Bad named entity: multimap without a semi-colon", + "input": "&multimap", + "description": "Bad named entity: multimap without a semi-colon", "output": [ [ - "Character", + "Character", "&multimap" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊸", - "description": "Named entity: multimap; with a semi-colon", + "input": "⊸", + "description": "Named entity: multimap; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22b8" ] ] - }, + }, { - "input": "&mumap", - "description": "Bad named entity: mumap without a semi-colon", + "input": "&mumap", + "description": "Bad named entity: mumap without a semi-colon", "output": [ [ - "Character", + "Character", "&mumap" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊸", - "description": "Named entity: mumap; with a semi-colon", + "input": "⊸", + "description": "Named entity: mumap; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22b8" ] ] - }, + }, { - "input": "&nGg", - "description": "Bad named entity: nGg without a semi-colon", + "input": "&nGg", + "description": "Bad named entity: nGg without a semi-colon", "output": [ [ - "Character", + "Character", "&nGg" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⋙̸", - "description": "Named entity: nGg; with a semi-colon", + "input": "⋙̸", + "description": "Named entity: nGg; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22d9\u0338" ] ] - }, + }, { - "input": "&nGt", - "description": "Bad named entity: nGt without a semi-colon", + "input": "&nGt", + "description": "Bad named entity: nGt without a semi-colon", "output": [ [ - "Character", + "Character", "&nGt" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≫⃒", - "description": "Named entity: nGt; with a semi-colon", + "input": "≫⃒", + "description": "Named entity: nGt; with a semi-colon", "output": [ [ - "Character", + "Character", "\u226b\u20d2" ] ] - }, + }, { - "input": "&nGtv", - "description": "Bad named entity: nGtv without a semi-colon", + "input": "&nGtv", + "description": "Bad named entity: nGtv without a semi-colon", "output": [ [ - "Character", + "Character", "&nGtv" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≫̸", - "description": "Named entity: nGtv; with a semi-colon", + "input": "≫̸", + "description": "Named entity: nGtv; with a semi-colon", "output": [ [ - "Character", + "Character", "\u226b\u0338" ] ] - }, + }, { - "input": "&nLeftarrow", - "description": "Bad named entity: nLeftarrow without a semi-colon", + "input": "&nLeftarrow", + "description": "Bad named entity: nLeftarrow without a semi-colon", "output": [ [ - "Character", + "Character", "&nLeftarrow" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⇍", - "description": "Named entity: nLeftarrow; with a semi-colon", + "input": "⇍", + "description": "Named entity: nLeftarrow; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21cd" ] ] - }, + }, { - "input": "&nLeftrightarrow", - "description": "Bad named entity: nLeftrightarrow without a semi-colon", + "input": "&nLeftrightarrow", + "description": "Bad named entity: nLeftrightarrow without a semi-colon", "output": [ [ - "Character", + "Character", "&nLeftrightarrow" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⇎", - "description": "Named entity: nLeftrightarrow; with a semi-colon", + "input": "⇎", + "description": "Named entity: nLeftrightarrow; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21ce" ] ] - }, + }, { - "input": "&nLl", - "description": "Bad named entity: nLl without a semi-colon", + "input": "&nLl", + "description": "Bad named entity: nLl without a semi-colon", "output": [ [ - "Character", + "Character", "&nLl" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⋘̸", - "description": "Named entity: nLl; with a semi-colon", + "input": "⋘̸", + "description": "Named entity: nLl; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22d8\u0338" ] ] - }, + }, { - "input": "&nLt", - "description": "Bad named entity: nLt without a semi-colon", + "input": "&nLt", + "description": "Bad named entity: nLt without a semi-colon", "output": [ [ - "Character", + "Character", "&nLt" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≪⃒", - "description": "Named entity: nLt; with a semi-colon", + "input": "≪⃒", + "description": "Named entity: nLt; with a semi-colon", "output": [ [ - "Character", + "Character", "\u226a\u20d2" ] ] - }, + }, { - "input": "&nLtv", - "description": "Bad named entity: nLtv without a semi-colon", + "input": "&nLtv", + "description": "Bad named entity: nLtv without a semi-colon", "output": [ [ - "Character", + "Character", "&nLtv" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≪̸", - "description": "Named entity: nLtv; with a semi-colon", + "input": "≪̸", + "description": "Named entity: nLtv; with a semi-colon", "output": [ [ - "Character", + "Character", "\u226a\u0338" ] ] - }, + }, { - "input": "&nRightarrow", - "description": "Bad named entity: nRightarrow without a semi-colon", + "input": "&nRightarrow", + "description": "Bad named entity: nRightarrow without a semi-colon", "output": [ [ - "Character", + "Character", "&nRightarrow" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⇏", - "description": "Named entity: nRightarrow; with a semi-colon", + "input": "⇏", + "description": "Named entity: nRightarrow; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21cf" ] ] - }, + }, { - "input": "&nVDash", - "description": "Bad named entity: nVDash without a semi-colon", + "input": "&nVDash", + "description": "Bad named entity: nVDash without a semi-colon", "output": [ [ - "Character", + "Character", "&nVDash" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊯", - "description": "Named entity: nVDash; with a semi-colon", + "input": "⊯", + "description": "Named entity: nVDash; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22af" ] ] - }, + }, { - "input": "&nVdash", - "description": "Bad named entity: nVdash without a semi-colon", + "input": "&nVdash", + "description": "Bad named entity: nVdash without a semi-colon", "output": [ [ - "Character", + "Character", "&nVdash" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊮", - "description": "Named entity: nVdash; with a semi-colon", + "input": "⊮", + "description": "Named entity: nVdash; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22ae" ] ] - }, + }, { - "input": "&nabla", - "description": "Bad named entity: nabla without a semi-colon", + "input": "&nabla", + "description": "Bad named entity: nabla without a semi-colon", "output": [ [ - "Character", + "Character", "&nabla" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∇", - "description": "Named entity: nabla; with a semi-colon", + "input": "∇", + "description": "Named entity: nabla; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2207" ] ] - }, + }, { - "input": "&nacute", - "description": "Bad named entity: nacute without a semi-colon", + "input": "&nacute", + "description": "Bad named entity: nacute without a semi-colon", "output": [ [ - "Character", + "Character", "&nacute" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ń", - "description": "Named entity: nacute; with a semi-colon", + "input": "ń", + "description": "Named entity: nacute; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0144" ] ] - }, + }, { - "input": "&nang", - "description": "Bad named entity: nang without a semi-colon", + "input": "&nang", + "description": "Bad named entity: nang without a semi-colon", "output": [ [ - "Character", + "Character", "&nang" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∠⃒", - "description": "Named entity: nang; with a semi-colon", + "input": "∠⃒", + "description": "Named entity: nang; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2220\u20d2" ] ] - }, + }, { - "input": "&nap", - "description": "Bad named entity: nap without a semi-colon", + "input": "&nap", + "description": "Bad named entity: nap without a semi-colon", "output": [ [ - "Character", + "Character", "&nap" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≉", - "description": "Named entity: nap; with a semi-colon", + "input": "≉", + "description": "Named entity: nap; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2249" ] ] - }, + }, { - "input": "&napE", - "description": "Bad named entity: napE without a semi-colon", + "input": "&napE", + "description": "Bad named entity: napE without a semi-colon", "output": [ [ - "Character", + "Character", "&napE" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⩰̸", - "description": "Named entity: napE; with a semi-colon", + "input": "⩰̸", + "description": "Named entity: napE; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a70\u0338" ] ] - }, + }, { - "input": "&napid", - "description": "Bad named entity: napid without a semi-colon", + "input": "&napid", + "description": "Bad named entity: napid without a semi-colon", "output": [ [ - "Character", + "Character", "&napid" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≋̸", - "description": "Named entity: napid; with a semi-colon", + "input": "≋̸", + "description": "Named entity: napid; with a semi-colon", "output": [ [ - "Character", + "Character", "\u224b\u0338" ] ] - }, + }, { - "input": "&napos", - "description": "Bad named entity: napos without a semi-colon", + "input": "&napos", + "description": "Bad named entity: napos without a semi-colon", "output": [ [ - "Character", + "Character", "&napos" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ʼn", - "description": "Named entity: napos; with a semi-colon", + "input": "ʼn", + "description": "Named entity: napos; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0149" ] ] - }, + }, { - "input": "&napprox", - "description": "Bad named entity: napprox without a semi-colon", + "input": "&napprox", + "description": "Bad named entity: napprox without a semi-colon", "output": [ [ - "Character", + "Character", "&napprox" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≉", - "description": "Named entity: napprox; with a semi-colon", + "input": "≉", + "description": "Named entity: napprox; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2249" ] ] - }, + }, { - "input": "&natur", - "description": "Bad named entity: natur without a semi-colon", + "input": "&natur", + "description": "Bad named entity: natur without a semi-colon", "output": [ [ - "Character", + "Character", "&natur" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "♮", - "description": "Named entity: natur; with a semi-colon", + "input": "♮", + "description": "Named entity: natur; with a semi-colon", "output": [ [ - "Character", + "Character", "\u266e" ] ] - }, + }, { - "input": "&natural", - "description": "Bad named entity: natural without a semi-colon", + "input": "&natural", + "description": "Bad named entity: natural without a semi-colon", "output": [ [ - "Character", + "Character", "&natural" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "♮", - "description": "Named entity: natural; with a semi-colon", + "input": "♮", + "description": "Named entity: natural; with a semi-colon", "output": [ [ - "Character", + "Character", "\u266e" ] ] - }, + }, { - "input": "&naturals", - "description": "Bad named entity: naturals without a semi-colon", + "input": "&naturals", + "description": "Bad named entity: naturals without a semi-colon", "output": [ [ - "Character", + "Character", "&naturals" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ℕ", - "description": "Named entity: naturals; with a semi-colon", + "input": "ℕ", + "description": "Named entity: naturals; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2115" ] ] - }, + }, { - "input": " ", - "description": "Named entity: nbsp without a semi-colon", + "input": " ", + "description": "Named entity: nbsp without a semi-colon", "output": [ [ - "Character", + "Character", "\u00a0" ] ], "errors": [ { "code": "missing-semicolon-after-character-reference", "line": 1, "col": 6 } ] - }, + }, { - "input": " ", - "description": "Named entity: nbsp; with a semi-colon", + "input": " ", + "description": "Named entity: nbsp; with a semi-colon", "output": [ [ - "Character", + "Character", "\u00a0" ] ] - }, + }, { - "input": "&nbump", - "description": "Bad named entity: nbump without a semi-colon", + "input": "&nbump", + "description": "Bad named entity: nbump without a semi-colon", "output": [ [ - "Character", + "Character", "&nbump" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≎̸", - "description": "Named entity: nbump; with a semi-colon", + "input": "≎̸", + "description": "Named entity: nbump; with a semi-colon", "output": [ [ - "Character", + "Character", "\u224e\u0338" ] ] - }, + }, { - "input": "&nbumpe", - "description": "Bad named entity: nbumpe without a semi-colon", + "input": "&nbumpe", + "description": "Bad named entity: nbumpe without a semi-colon", "output": [ [ - "Character", + "Character", "&nbumpe" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≏̸", - "description": "Named entity: nbumpe; with a semi-colon", + "input": "≏̸", + "description": "Named entity: nbumpe; with a semi-colon", "output": [ [ - "Character", + "Character", "\u224f\u0338" ] ] - }, + }, { - "input": "&ncap", - "description": "Bad named entity: ncap without a semi-colon", + "input": "&ncap", + "description": "Bad named entity: ncap without a semi-colon", "output": [ [ - "Character", + "Character", "&ncap" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⩃", - "description": "Named entity: ncap; with a semi-colon", + "input": "⩃", + "description": "Named entity: ncap; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a43" ] ] - }, + }, { - "input": "&ncaron", - "description": "Bad named entity: ncaron without a semi-colon", + "input": "&ncaron", + "description": "Bad named entity: ncaron without a semi-colon", "output": [ [ - "Character", + "Character", "&ncaron" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ň", - "description": "Named entity: ncaron; with a semi-colon", + "input": "ň", + "description": "Named entity: ncaron; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0148" ] ] - }, + }, { - "input": "&ncedil", - "description": "Bad named entity: ncedil without a semi-colon", + "input": "&ncedil", + "description": "Bad named entity: ncedil without a semi-colon", "output": [ [ - "Character", + "Character", "&ncedil" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ņ", - "description": "Named entity: ncedil; with a semi-colon", + "input": "ņ", + "description": "Named entity: ncedil; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0146" ] ] - }, + }, { - "input": "&ncong", - "description": "Bad named entity: ncong without a semi-colon", + "input": "&ncong", + "description": "Bad named entity: ncong without a semi-colon", "output": [ [ - "Character", + "Character", "&ncong" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≇", - "description": "Named entity: ncong; with a semi-colon", + "input": "≇", + "description": "Named entity: ncong; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2247" ] ] - }, + }, { - "input": "&ncongdot", - "description": "Bad named entity: ncongdot without a semi-colon", + "input": "&ncongdot", + "description": "Bad named entity: ncongdot without a semi-colon", "output": [ [ - "Character", + "Character", "&ncongdot" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⩭̸", - "description": "Named entity: ncongdot; with a semi-colon", + "input": "⩭̸", + "description": "Named entity: ncongdot; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a6d\u0338" ] ] - }, + }, { - "input": "&ncup", - "description": "Bad named entity: ncup without a semi-colon", + "input": "&ncup", + "description": "Bad named entity: ncup without a semi-colon", "output": [ [ - "Character", + "Character", "&ncup" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⩂", - "description": "Named entity: ncup; with a semi-colon", + "input": "⩂", + "description": "Named entity: ncup; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a42" ] ] - }, + }, { - "input": "&ncy", - "description": "Bad named entity: ncy without a semi-colon", + "input": "&ncy", + "description": "Bad named entity: ncy without a semi-colon", "output": [ [ - "Character", + "Character", "&ncy" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "н", - "description": "Named entity: ncy; with a semi-colon", + "input": "н", + "description": "Named entity: ncy; with a semi-colon", "output": [ [ - "Character", + "Character", "\u043d" ] ] - }, + }, { - "input": "&ndash", - "description": "Bad named entity: ndash without a semi-colon", + "input": "&ndash", + "description": "Bad named entity: ndash without a semi-colon", "output": [ [ - "Character", + "Character", "&ndash" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "–", - "description": "Named entity: ndash; with a semi-colon", + "input": "–", + "description": "Named entity: ndash; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2013" ] ] - }, + }, { - "input": "&ne", - "description": "Bad named entity: ne without a semi-colon", + "input": "&ne", + "description": "Bad named entity: ne without a semi-colon", "output": [ [ - "Character", + "Character", "&ne" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≠", - "description": "Named entity: ne; with a semi-colon", + "input": "≠", + "description": "Named entity: ne; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2260" ] ] - }, + }, { - "input": "&neArr", - "description": "Bad named entity: neArr without a semi-colon", + "input": "&neArr", + "description": "Bad named entity: neArr without a semi-colon", "output": [ [ - "Character", + "Character", "&neArr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⇗", - "description": "Named entity: neArr; with a semi-colon", + "input": "⇗", + "description": "Named entity: neArr; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21d7" ] ] - }, + }, { - "input": "&nearhk", - "description": "Bad named entity: nearhk without a semi-colon", + "input": "&nearhk", + "description": "Bad named entity: nearhk without a semi-colon", "output": [ [ - "Character", + "Character", "&nearhk" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⤤", - "description": "Named entity: nearhk; with a semi-colon", + "input": "⤤", + "description": "Named entity: nearhk; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2924" ] ] - }, + }, { - "input": "&nearr", - "description": "Bad named entity: nearr without a semi-colon", + "input": "&nearr", + "description": "Bad named entity: nearr without a semi-colon", "output": [ [ - "Character", + "Character", "&nearr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "↗", - "description": "Named entity: nearr; with a semi-colon", + "input": "↗", + "description": "Named entity: nearr; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2197" ] ] - }, + }, { - "input": "&nearrow", - "description": "Bad named entity: nearrow without a semi-colon", + "input": "&nearrow", + "description": "Bad named entity: nearrow without a semi-colon", "output": [ [ - "Character", + "Character", "&nearrow" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "↗", - "description": "Named entity: nearrow; with a semi-colon", + "input": "↗", + "description": "Named entity: nearrow; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2197" ] ] - }, + }, { - "input": "&nedot", - "description": "Bad named entity: nedot without a semi-colon", + "input": "&nedot", + "description": "Bad named entity: nedot without a semi-colon", "output": [ [ - "Character", + "Character", "&nedot" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≐̸", - "description": "Named entity: nedot; with a semi-colon", + "input": "≐̸", + "description": "Named entity: nedot; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2250\u0338" ] ] - }, + }, { - "input": "&nequiv", - "description": "Bad named entity: nequiv without a semi-colon", + "input": "&nequiv", + "description": "Bad named entity: nequiv without a semi-colon", "output": [ [ - "Character", + "Character", "&nequiv" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≢", - "description": "Named entity: nequiv; with a semi-colon", + "input": "≢", + "description": "Named entity: nequiv; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2262" ] ] - }, + }, { - "input": "&nesear", - "description": "Bad named entity: nesear without a semi-colon", + "input": "&nesear", + "description": "Bad named entity: nesear without a semi-colon", "output": [ [ - "Character", + "Character", "&nesear" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⤨", - "description": "Named entity: nesear; with a semi-colon", + "input": "⤨", + "description": "Named entity: nesear; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2928" ] ] - }, + }, { - "input": "&nesim", - "description": "Bad named entity: nesim without a semi-colon", + "input": "&nesim", + "description": "Bad named entity: nesim without a semi-colon", "output": [ [ - "Character", + "Character", "&nesim" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≂̸", - "description": "Named entity: nesim; with a semi-colon", + "input": "≂̸", + "description": "Named entity: nesim; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2242\u0338" ] ] - }, + }, { - "input": "&nexist", - "description": "Bad named entity: nexist without a semi-colon", + "input": "&nexist", + "description": "Bad named entity: nexist without a semi-colon", "output": [ [ - "Character", + "Character", "&nexist" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∄", - "description": "Named entity: nexist; with a semi-colon", + "input": "∄", + "description": "Named entity: nexist; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2204" ] ] - }, + }, { - "input": "&nexists", - "description": "Bad named entity: nexists without a semi-colon", + "input": "&nexists", + "description": "Bad named entity: nexists without a semi-colon", "output": [ [ - "Character", + "Character", "&nexists" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∄", - "description": "Named entity: nexists; with a semi-colon", + "input": "∄", + "description": "Named entity: nexists; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2204" ] ] - }, + }, { - "input": "&nfr", - "description": "Bad named entity: nfr without a semi-colon", + "input": "&nfr", + "description": "Bad named entity: nfr without a semi-colon", "output": [ [ - "Character", + "Character", "&nfr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝔫", - "description": "Named entity: nfr; with a semi-colon", + "input": "𝔫", + "description": "Named entity: nfr; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udd2b" ] ] - }, + }, { - "input": "&ngE", - "description": "Bad named entity: ngE without a semi-colon", + "input": "&ngE", + "description": "Bad named entity: ngE without a semi-colon", "output": [ [ - "Character", + "Character", "&ngE" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≧̸", - "description": "Named entity: ngE; with a semi-colon", + "input": "≧̸", + "description": "Named entity: ngE; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2267\u0338" ] ] - }, + }, { - "input": "&nge", - "description": "Bad named entity: nge without a semi-colon", + "input": "&nge", + "description": "Bad named entity: nge without a semi-colon", "output": [ [ - "Character", + "Character", "&nge" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≱", - "description": "Named entity: nge; with a semi-colon", + "input": "≱", + "description": "Named entity: nge; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2271" ] ] - }, + }, { - "input": "&ngeq", - "description": "Bad named entity: ngeq without a semi-colon", + "input": "&ngeq", + "description": "Bad named entity: ngeq without a semi-colon", "output": [ [ - "Character", + "Character", "&ngeq" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≱", - "description": "Named entity: ngeq; with a semi-colon", + "input": "≱", + "description": "Named entity: ngeq; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2271" ] ] - }, + }, { - "input": "&ngeqq", - "description": "Bad named entity: ngeqq without a semi-colon", + "input": "&ngeqq", + "description": "Bad named entity: ngeqq without a semi-colon", "output": [ [ - "Character", + "Character", "&ngeqq" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≧̸", - "description": "Named entity: ngeqq; with a semi-colon", + "input": "≧̸", + "description": "Named entity: ngeqq; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2267\u0338" ] ] - }, + }, { - "input": "&ngeqslant", - "description": "Bad named entity: ngeqslant without a semi-colon", + "input": "&ngeqslant", + "description": "Bad named entity: ngeqslant without a semi-colon", "output": [ [ - "Character", + "Character", "&ngeqslant" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⩾̸", - "description": "Named entity: ngeqslant; with a semi-colon", + "input": "⩾̸", + "description": "Named entity: ngeqslant; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a7e\u0338" ] ] - }, + }, { - "input": "&nges", - "description": "Bad named entity: nges without a semi-colon", + "input": "&nges", + "description": "Bad named entity: nges without a semi-colon", "output": [ [ - "Character", + "Character", "&nges" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⩾̸", - "description": "Named entity: nges; with a semi-colon", + "input": "⩾̸", + "description": "Named entity: nges; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a7e\u0338" ] ] - }, + }, { - "input": "&ngsim", - "description": "Bad named entity: ngsim without a semi-colon", + "input": "&ngsim", + "description": "Bad named entity: ngsim without a semi-colon", "output": [ [ - "Character", + "Character", "&ngsim" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≵", - "description": "Named entity: ngsim; with a semi-colon", + "input": "≵", + "description": "Named entity: ngsim; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2275" ] ] - }, + }, { - "input": "&ngt", - "description": "Bad named entity: ngt without a semi-colon", + "input": "&ngt", + "description": "Bad named entity: ngt without a semi-colon", "output": [ [ - "Character", + "Character", "&ngt" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≯", - "description": "Named entity: ngt; with a semi-colon", + "input": "≯", + "description": "Named entity: ngt; with a semi-colon", "output": [ [ - "Character", + "Character", "\u226f" ] ] - }, + }, { - "input": "&ngtr", - "description": "Bad named entity: ngtr without a semi-colon", + "input": "&ngtr", + "description": "Bad named entity: ngtr without a semi-colon", "output": [ [ - "Character", + "Character", "&ngtr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≯", - "description": "Named entity: ngtr; with a semi-colon", + "input": "≯", + "description": "Named entity: ngtr; with a semi-colon", "output": [ [ - "Character", + "Character", "\u226f" ] ] - }, + }, { - "input": "&nhArr", - "description": "Bad named entity: nhArr without a semi-colon", + "input": "&nhArr", + "description": "Bad named entity: nhArr without a semi-colon", "output": [ [ - "Character", + "Character", "&nhArr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⇎", - "description": "Named entity: nhArr; with a semi-colon", + "input": "⇎", + "description": "Named entity: nhArr; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21ce" ] ] - }, + }, { - "input": "&nharr", - "description": "Bad named entity: nharr without a semi-colon", + "input": "&nharr", + "description": "Bad named entity: nharr without a semi-colon", "output": [ [ - "Character", + "Character", "&nharr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "↮", - "description": "Named entity: nharr; with a semi-colon", + "input": "↮", + "description": "Named entity: nharr; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21ae" ] ] - }, + }, { - "input": "&nhpar", - "description": "Bad named entity: nhpar without a semi-colon", + "input": "&nhpar", + "description": "Bad named entity: nhpar without a semi-colon", "output": [ [ - "Character", + "Character", "&nhpar" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⫲", - "description": "Named entity: nhpar; with a semi-colon", + "input": "⫲", + "description": "Named entity: nhpar; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2af2" ] ] - }, + }, { - "input": "&ni", - "description": "Bad named entity: ni without a semi-colon", + "input": "&ni", + "description": "Bad named entity: ni without a semi-colon", "output": [ [ - "Character", + "Character", "&ni" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∋", - "description": "Named entity: ni; with a semi-colon", + "input": "∋", + "description": "Named entity: ni; with a semi-colon", "output": [ [ - "Character", + "Character", "\u220b" ] ] - }, + }, { - "input": "&nis", - "description": "Bad named entity: nis without a semi-colon", + "input": "&nis", + "description": "Bad named entity: nis without a semi-colon", "output": [ [ - "Character", + "Character", "&nis" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⋼", - "description": "Named entity: nis; with a semi-colon", + "input": "⋼", + "description": "Named entity: nis; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22fc" ] ] - }, + }, { - "input": "&nisd", - "description": "Bad named entity: nisd without a semi-colon", + "input": "&nisd", + "description": "Bad named entity: nisd without a semi-colon", "output": [ [ - "Character", + "Character", "&nisd" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⋺", - "description": "Named entity: nisd; with a semi-colon", + "input": "⋺", + "description": "Named entity: nisd; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22fa" ] ] - }, + }, { - "input": "&niv", - "description": "Bad named entity: niv without a semi-colon", + "input": "&niv", + "description": "Bad named entity: niv without a semi-colon", "output": [ [ - "Character", + "Character", "&niv" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∋", - "description": "Named entity: niv; with a semi-colon", + "input": "∋", + "description": "Named entity: niv; with a semi-colon", "output": [ [ - "Character", + "Character", "\u220b" ] ] - }, + }, { - "input": "&njcy", - "description": "Bad named entity: njcy without a semi-colon", + "input": "&njcy", + "description": "Bad named entity: njcy without a semi-colon", "output": [ [ - "Character", + "Character", "&njcy" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "њ", - "description": "Named entity: njcy; with a semi-colon", + "input": "њ", + "description": "Named entity: njcy; with a semi-colon", "output": [ [ - "Character", + "Character", "\u045a" ] ] - }, + }, { - "input": "&nlArr", - "description": "Bad named entity: nlArr without a semi-colon", + "input": "&nlArr", + "description": "Bad named entity: nlArr without a semi-colon", "output": [ [ - "Character", + "Character", "&nlArr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⇍", - "description": "Named entity: nlArr; with a semi-colon", + "input": "⇍", + "description": "Named entity: nlArr; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21cd" ] ] - }, + }, { - "input": "&nlE", - "description": "Bad named entity: nlE without a semi-colon", + "input": "&nlE", + "description": "Bad named entity: nlE without a semi-colon", "output": [ [ - "Character", + "Character", "&nlE" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≦̸", - "description": "Named entity: nlE; with a semi-colon", + "input": "≦̸", + "description": "Named entity: nlE; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2266\u0338" ] ] - }, + }, { - "input": "&nlarr", - "description": "Bad named entity: nlarr without a semi-colon", + "input": "&nlarr", + "description": "Bad named entity: nlarr without a semi-colon", "output": [ [ - "Character", + "Character", "&nlarr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "↚", - "description": "Named entity: nlarr; with a semi-colon", + "input": "↚", + "description": "Named entity: nlarr; with a semi-colon", "output": [ [ - "Character", + "Character", "\u219a" ] ] - }, + }, { - "input": "&nldr", - "description": "Bad named entity: nldr without a semi-colon", + "input": "&nldr", + "description": "Bad named entity: nldr without a semi-colon", "output": [ [ - "Character", + "Character", "&nldr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "‥", - "description": "Named entity: nldr; with a semi-colon", + "input": "‥", + "description": "Named entity: nldr; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2025" ] ] - }, + }, { - "input": "&nle", - "description": "Bad named entity: nle without a semi-colon", + "input": "&nle", + "description": "Bad named entity: nle without a semi-colon", "output": [ [ - "Character", + "Character", "&nle" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≰", - "description": "Named entity: nle; with a semi-colon", + "input": "≰", + "description": "Named entity: nle; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2270" ] ] - }, + }, { - "input": "&nleftarrow", - "description": "Bad named entity: nleftarrow without a semi-colon", + "input": "&nleftarrow", + "description": "Bad named entity: nleftarrow without a semi-colon", "output": [ [ - "Character", + "Character", "&nleftarrow" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "↚", - "description": "Named entity: nleftarrow; with a semi-colon", + "input": "↚", + "description": "Named entity: nleftarrow; with a semi-colon", "output": [ [ - "Character", + "Character", "\u219a" ] ] - }, + }, { - "input": "&nleftrightarrow", - "description": "Bad named entity: nleftrightarrow without a semi-colon", + "input": "&nleftrightarrow", + "description": "Bad named entity: nleftrightarrow without a semi-colon", "output": [ [ - "Character", + "Character", "&nleftrightarrow" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "↮", - "description": "Named entity: nleftrightarrow; with a semi-colon", + "input": "↮", + "description": "Named entity: nleftrightarrow; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21ae" ] ] - }, + }, { - "input": "&nleq", - "description": "Bad named entity: nleq without a semi-colon", + "input": "&nleq", + "description": "Bad named entity: nleq without a semi-colon", "output": [ [ - "Character", + "Character", "&nleq" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≰", - "description": "Named entity: nleq; with a semi-colon", + "input": "≰", + "description": "Named entity: nleq; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2270" ] ] - }, + }, { - "input": "&nleqq", - "description": "Bad named entity: nleqq without a semi-colon", + "input": "&nleqq", + "description": "Bad named entity: nleqq without a semi-colon", "output": [ [ - "Character", + "Character", "&nleqq" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≦̸", - "description": "Named entity: nleqq; with a semi-colon", + "input": "≦̸", + "description": "Named entity: nleqq; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2266\u0338" ] ] - }, + }, { - "input": "&nleqslant", - "description": "Bad named entity: nleqslant without a semi-colon", + "input": "&nleqslant", + "description": "Bad named entity: nleqslant without a semi-colon", "output": [ [ - "Character", + "Character", "&nleqslant" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⩽̸", - "description": "Named entity: nleqslant; with a semi-colon", + "input": "⩽̸", + "description": "Named entity: nleqslant; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a7d\u0338" ] ] - }, + }, { - "input": "&nles", - "description": "Bad named entity: nles without a semi-colon", + "input": "&nles", + "description": "Bad named entity: nles without a semi-colon", "output": [ [ - "Character", + "Character", "&nles" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⩽̸", - "description": "Named entity: nles; with a semi-colon", + "input": "⩽̸", + "description": "Named entity: nles; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a7d\u0338" ] ] - }, + }, { - "input": "&nless", - "description": "Bad named entity: nless without a semi-colon", + "input": "&nless", + "description": "Bad named entity: nless without a semi-colon", "output": [ [ - "Character", + "Character", "&nless" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≮", - "description": "Named entity: nless; with a semi-colon", + "input": "≮", + "description": "Named entity: nless; with a semi-colon", "output": [ [ - "Character", + "Character", "\u226e" ] ] - }, + }, { - "input": "&nlsim", - "description": "Bad named entity: nlsim without a semi-colon", + "input": "&nlsim", + "description": "Bad named entity: nlsim without a semi-colon", "output": [ [ - "Character", + "Character", "&nlsim" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≴", - "description": "Named entity: nlsim; with a semi-colon", + "input": "≴", + "description": "Named entity: nlsim; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2274" ] ] - }, + }, { - "input": "&nlt", - "description": "Bad named entity: nlt without a semi-colon", + "input": "&nlt", + "description": "Bad named entity: nlt without a semi-colon", "output": [ [ - "Character", + "Character", "&nlt" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≮", - "description": "Named entity: nlt; with a semi-colon", + "input": "≮", + "description": "Named entity: nlt; with a semi-colon", "output": [ [ - "Character", + "Character", "\u226e" ] ] - }, + }, { - "input": "&nltri", - "description": "Bad named entity: nltri without a semi-colon", + "input": "&nltri", + "description": "Bad named entity: nltri without a semi-colon", "output": [ [ - "Character", + "Character", "&nltri" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⋪", - "description": "Named entity: nltri; with a semi-colon", + "input": "⋪", + "description": "Named entity: nltri; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22ea" ] ] - }, + }, { - "input": "&nltrie", - "description": "Bad named entity: nltrie without a semi-colon", + "input": "&nltrie", + "description": "Bad named entity: nltrie without a semi-colon", "output": [ [ - "Character", + "Character", "&nltrie" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⋬", - "description": "Named entity: nltrie; with a semi-colon", + "input": "⋬", + "description": "Named entity: nltrie; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22ec" ] ] - }, + }, { - "input": "&nmid", - "description": "Bad named entity: nmid without a semi-colon", + "input": "&nmid", + "description": "Bad named entity: nmid without a semi-colon", "output": [ [ - "Character", + "Character", "&nmid" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∤", - "description": "Named entity: nmid; with a semi-colon", + "input": "∤", + "description": "Named entity: nmid; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2224" ] ] - }, + }, { - "input": "&nopf", - "description": "Bad named entity: nopf without a semi-colon", + "input": "&nopf", + "description": "Bad named entity: nopf without a semi-colon", "output": [ [ - "Character", + "Character", "&nopf" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝕟", - "description": "Named entity: nopf; with a semi-colon", + "input": "𝕟", + "description": "Named entity: nopf; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udd5f" ] ] - }, + }, { - "input": "¬", - "description": "Named entity: not without a semi-colon", + "input": "¬", + "description": "Named entity: not without a semi-colon", "output": [ [ - "Character", + "Character", "\u00ac" ] ], "errors": [ { "code": "missing-semicolon-after-character-reference", "line": 1, "col": 5 } ] - }, + }, { - "input": "¬", - "description": "Named entity: not; with a semi-colon", + "input": "¬", + "description": "Named entity: not; with a semi-colon", "output": [ [ - "Character", + "Character", "\u00ac" ] ] - }, + }, { - "input": "∉", - "description": "Named entity: notin; with a semi-colon", + "input": "∉", + "description": "Named entity: notin; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2209" ] ] - }, + }, { - "input": "⋹̸", - "description": "Named entity: notinE; with a semi-colon", + "input": "⋹̸", + "description": "Named entity: notinE; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22f9\u0338" ] ] - }, + }, { - "input": "⋵̸", - "description": "Named entity: notindot; with a semi-colon", + "input": "⋵̸", + "description": "Named entity: notindot; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22f5\u0338" ] ] - }, + }, { - "input": "∉", - "description": "Named entity: notinva; with a semi-colon", + "input": "∉", + "description": "Named entity: notinva; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2209" ] ] - }, + }, { - "input": "⋷", - "description": "Named entity: notinvb; with a semi-colon", + "input": "⋷", + "description": "Named entity: notinvb; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22f7" ] ] - }, + }, { - "input": "⋶", - "description": "Named entity: notinvc; with a semi-colon", + "input": "⋶", + "description": "Named entity: notinvc; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22f6" ] ] - }, + }, { - "input": "∌", - "description": "Named entity: notni; with a semi-colon", + "input": "∌", + "description": "Named entity: notni; with a semi-colon", "output": [ [ - "Character", + "Character", "\u220c" ] ] - }, + }, { - "input": "∌", - "description": "Named entity: notniva; with a semi-colon", + "input": "∌", + "description": "Named entity: notniva; with a semi-colon", "output": [ [ - "Character", + "Character", "\u220c" ] ] - }, + }, { - "input": "⋾", - "description": "Named entity: notnivb; with a semi-colon", + "input": "⋾", + "description": "Named entity: notnivb; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22fe" ] ] - }, + }, { - "input": "⋽", - "description": "Named entity: notnivc; with a semi-colon", + "input": "⋽", + "description": "Named entity: notnivc; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22fd" ] ] - }, + }, { - "input": "&npar", - "description": "Bad named entity: npar without a semi-colon", + "input": "&npar", + "description": "Bad named entity: npar without a semi-colon", "output": [ [ - "Character", + "Character", "&npar" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∦", - "description": "Named entity: npar; with a semi-colon", + "input": "∦", + "description": "Named entity: npar; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2226" ] ] - }, + }, { - "input": "&nparallel", - "description": "Bad named entity: nparallel without a semi-colon", + "input": "&nparallel", + "description": "Bad named entity: nparallel without a semi-colon", "output": [ [ - "Character", + "Character", "&nparallel" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∦", - "description": "Named entity: nparallel; with a semi-colon", + "input": "∦", + "description": "Named entity: nparallel; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2226" ] ] - }, + }, { - "input": "&nparsl", - "description": "Bad named entity: nparsl without a semi-colon", + "input": "&nparsl", + "description": "Bad named entity: nparsl without a semi-colon", "output": [ [ - "Character", + "Character", "&nparsl" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⫽⃥", - "description": "Named entity: nparsl; with a semi-colon", + "input": "⫽⃥", + "description": "Named entity: nparsl; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2afd\u20e5" ] ] - }, + }, { - "input": "&npart", - "description": "Bad named entity: npart without a semi-colon", + "input": "&npart", + "description": "Bad named entity: npart without a semi-colon", "output": [ [ - "Character", + "Character", "&npart" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∂̸", - "description": "Named entity: npart; with a semi-colon", + "input": "∂̸", + "description": "Named entity: npart; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2202\u0338" ] ] - }, + }, { - "input": "&npolint", - "description": "Bad named entity: npolint without a semi-colon", + "input": "&npolint", + "description": "Bad named entity: npolint without a semi-colon", "output": [ [ - "Character", + "Character", "&npolint" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⨔", - "description": "Named entity: npolint; with a semi-colon", + "input": "⨔", + "description": "Named entity: npolint; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a14" ] ] - }, + }, { - "input": "&npr", - "description": "Bad named entity: npr without a semi-colon", + "input": "&npr", + "description": "Bad named entity: npr without a semi-colon", "output": [ [ - "Character", + "Character", "&npr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊀", - "description": "Named entity: npr; with a semi-colon", + "input": "⊀", + "description": "Named entity: npr; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2280" ] ] - }, + }, { - "input": "&nprcue", - "description": "Bad named entity: nprcue without a semi-colon", + "input": "&nprcue", + "description": "Bad named entity: nprcue without a semi-colon", "output": [ [ - "Character", + "Character", "&nprcue" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⋠", - "description": "Named entity: nprcue; with a semi-colon", + "input": "⋠", + "description": "Named entity: nprcue; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22e0" ] ] - }, + }, { - "input": "&npre", - "description": "Bad named entity: npre without a semi-colon", + "input": "&npre", + "description": "Bad named entity: npre without a semi-colon", "output": [ [ - "Character", + "Character", "&npre" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⪯̸", - "description": "Named entity: npre; with a semi-colon", + "input": "⪯̸", + "description": "Named entity: npre; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2aaf\u0338" ] ] - }, + }, { - "input": "&nprec", - "description": "Bad named entity: nprec without a semi-colon", + "input": "&nprec", + "description": "Bad named entity: nprec without a semi-colon", "output": [ [ - "Character", + "Character", "&nprec" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊀", - "description": "Named entity: nprec; with a semi-colon", + "input": "⊀", + "description": "Named entity: nprec; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2280" ] ] - }, + }, { - "input": "&npreceq", - "description": "Bad named entity: npreceq without a semi-colon", + "input": "&npreceq", + "description": "Bad named entity: npreceq without a semi-colon", "output": [ [ - "Character", + "Character", "&npreceq" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⪯̸", - "description": "Named entity: npreceq; with a semi-colon", + "input": "⪯̸", + "description": "Named entity: npreceq; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2aaf\u0338" ] ] - }, + }, { - "input": "&nrArr", - "description": "Bad named entity: nrArr without a semi-colon", + "input": "&nrArr", + "description": "Bad named entity: nrArr without a semi-colon", "output": [ [ - "Character", + "Character", "&nrArr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⇏", - "description": "Named entity: nrArr; with a semi-colon", + "input": "⇏", + "description": "Named entity: nrArr; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21cf" ] ] - }, + }, { - "input": "&nrarr", - "description": "Bad named entity: nrarr without a semi-colon", + "input": "&nrarr", + "description": "Bad named entity: nrarr without a semi-colon", "output": [ [ - "Character", + "Character", "&nrarr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "↛", - "description": "Named entity: nrarr; with a semi-colon", + "input": "↛", + "description": "Named entity: nrarr; with a semi-colon", "output": [ [ - "Character", + "Character", "\u219b" ] ] - }, + }, { - "input": "&nrarrc", - "description": "Bad named entity: nrarrc without a semi-colon", + "input": "&nrarrc", + "description": "Bad named entity: nrarrc without a semi-colon", "output": [ [ - "Character", + "Character", "&nrarrc" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⤳̸", - "description": "Named entity: nrarrc; with a semi-colon", + "input": "⤳̸", + "description": "Named entity: nrarrc; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2933\u0338" ] ] - }, + }, { - "input": "&nrarrw", - "description": "Bad named entity: nrarrw without a semi-colon", + "input": "&nrarrw", + "description": "Bad named entity: nrarrw without a semi-colon", "output": [ [ - "Character", + "Character", "&nrarrw" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "↝̸", - "description": "Named entity: nrarrw; with a semi-colon", + "input": "↝̸", + "description": "Named entity: nrarrw; with a semi-colon", "output": [ [ - "Character", + "Character", "\u219d\u0338" ] ] - }, + }, { - "input": "&nrightarrow", - "description": "Bad named entity: nrightarrow without a semi-colon", + "input": "&nrightarrow", + "description": "Bad named entity: nrightarrow without a semi-colon", "output": [ [ - "Character", + "Character", "&nrightarrow" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "↛", - "description": "Named entity: nrightarrow; with a semi-colon", + "input": "↛", + "description": "Named entity: nrightarrow; with a semi-colon", "output": [ [ - "Character", + "Character", "\u219b" ] ] - }, + }, { - "input": "&nrtri", - "description": "Bad named entity: nrtri without a semi-colon", + "input": "&nrtri", + "description": "Bad named entity: nrtri without a semi-colon", "output": [ [ - "Character", + "Character", "&nrtri" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⋫", - "description": "Named entity: nrtri; with a semi-colon", + "input": "⋫", + "description": "Named entity: nrtri; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22eb" ] ] - }, + }, { - "input": "&nrtrie", - "description": "Bad named entity: nrtrie without a semi-colon", + "input": "&nrtrie", + "description": "Bad named entity: nrtrie without a semi-colon", "output": [ [ - "Character", + "Character", "&nrtrie" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⋭", - "description": "Named entity: nrtrie; with a semi-colon", + "input": "⋭", + "description": "Named entity: nrtrie; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22ed" ] ] - }, + }, { - "input": "&nsc", - "description": "Bad named entity: nsc without a semi-colon", + "input": "&nsc", + "description": "Bad named entity: nsc without a semi-colon", "output": [ [ - "Character", + "Character", "&nsc" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊁", - "description": "Named entity: nsc; with a semi-colon", + "input": "⊁", + "description": "Named entity: nsc; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2281" ] ] - }, + }, { - "input": "&nsccue", - "description": "Bad named entity: nsccue without a semi-colon", + "input": "&nsccue", + "description": "Bad named entity: nsccue without a semi-colon", "output": [ [ - "Character", + "Character", "&nsccue" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⋡", - "description": "Named entity: nsccue; with a semi-colon", + "input": "⋡", + "description": "Named entity: nsccue; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22e1" ] ] - }, + }, { - "input": "&nsce", - "description": "Bad named entity: nsce without a semi-colon", + "input": "&nsce", + "description": "Bad named entity: nsce without a semi-colon", "output": [ [ - "Character", + "Character", "&nsce" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⪰̸", - "description": "Named entity: nsce; with a semi-colon", + "input": "⪰̸", + "description": "Named entity: nsce; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2ab0\u0338" ] ] - }, + }, { - "input": "&nscr", - "description": "Bad named entity: nscr without a semi-colon", + "input": "&nscr", + "description": "Bad named entity: nscr without a semi-colon", "output": [ [ - "Character", + "Character", "&nscr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝓃", - "description": "Named entity: nscr; with a semi-colon", + "input": "𝓃", + "description": "Named entity: nscr; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udcc3" ] ] - }, + }, { - "input": "&nshortmid", - "description": "Bad named entity: nshortmid without a semi-colon", + "input": "&nshortmid", + "description": "Bad named entity: nshortmid without a semi-colon", "output": [ [ - "Character", + "Character", "&nshortmid" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∤", - "description": "Named entity: nshortmid; with a semi-colon", + "input": "∤", + "description": "Named entity: nshortmid; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2224" ] ] - }, + }, { - "input": "&nshortparallel", - "description": "Bad named entity: nshortparallel without a semi-colon", + "input": "&nshortparallel", + "description": "Bad named entity: nshortparallel without a semi-colon", "output": [ [ - "Character", + "Character", "&nshortparallel" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∦", - "description": "Named entity: nshortparallel; with a semi-colon", + "input": "∦", + "description": "Named entity: nshortparallel; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2226" ] ] - }, + }, { - "input": "&nsim", - "description": "Bad named entity: nsim without a semi-colon", + "input": "&nsim", + "description": "Bad named entity: nsim without a semi-colon", "output": [ [ - "Character", + "Character", "&nsim" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≁", - "description": "Named entity: nsim; with a semi-colon", + "input": "≁", + "description": "Named entity: nsim; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2241" ] ] - }, + }, { - "input": "&nsime", - "description": "Bad named entity: nsime without a semi-colon", + "input": "&nsime", + "description": "Bad named entity: nsime without a semi-colon", "output": [ [ - "Character", + "Character", "&nsime" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≄", - "description": "Named entity: nsime; with a semi-colon", + "input": "≄", + "description": "Named entity: nsime; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2244" ] ] - }, + }, { - "input": "&nsimeq", - "description": "Bad named entity: nsimeq without a semi-colon", + "input": "&nsimeq", + "description": "Bad named entity: nsimeq without a semi-colon", "output": [ [ - "Character", + "Character", "&nsimeq" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≄", - "description": "Named entity: nsimeq; with a semi-colon", + "input": "≄", + "description": "Named entity: nsimeq; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2244" ] ] - }, + }, { - "input": "&nsmid", - "description": "Bad named entity: nsmid without a semi-colon", + "input": "&nsmid", + "description": "Bad named entity: nsmid without a semi-colon", "output": [ [ - "Character", + "Character", "&nsmid" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∤", - "description": "Named entity: nsmid; with a semi-colon", + "input": "∤", + "description": "Named entity: nsmid; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2224" ] ] - }, + }, { - "input": "&nspar", - "description": "Bad named entity: nspar without a semi-colon", + "input": "&nspar", + "description": "Bad named entity: nspar without a semi-colon", "output": [ [ - "Character", + "Character", "&nspar" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∦", - "description": "Named entity: nspar; with a semi-colon", + "input": "∦", + "description": "Named entity: nspar; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2226" ] ] - }, + }, { - "input": "&nsqsube", - "description": "Bad named entity: nsqsube without a semi-colon", + "input": "&nsqsube", + "description": "Bad named entity: nsqsube without a semi-colon", "output": [ [ - "Character", + "Character", "&nsqsube" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⋢", - "description": "Named entity: nsqsube; with a semi-colon", + "input": "⋢", + "description": "Named entity: nsqsube; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22e2" ] ] - }, + }, { - "input": "&nsqsupe", - "description": "Bad named entity: nsqsupe without a semi-colon", + "input": "&nsqsupe", + "description": "Bad named entity: nsqsupe without a semi-colon", "output": [ [ - "Character", + "Character", "&nsqsupe" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⋣", - "description": "Named entity: nsqsupe; with a semi-colon", + "input": "⋣", + "description": "Named entity: nsqsupe; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22e3" ] ] - }, + }, { - "input": "&nsub", - "description": "Bad named entity: nsub without a semi-colon", + "input": "&nsub", + "description": "Bad named entity: nsub without a semi-colon", "output": [ [ - "Character", + "Character", "&nsub" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊄", - "description": "Named entity: nsub; with a semi-colon", + "input": "⊄", + "description": "Named entity: nsub; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2284" ] ] - }, + }, { - "input": "&nsubE", - "description": "Bad named entity: nsubE without a semi-colon", + "input": "&nsubE", + "description": "Bad named entity: nsubE without a semi-colon", "output": [ [ - "Character", + "Character", "&nsubE" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⫅̸", - "description": "Named entity: nsubE; with a semi-colon", + "input": "⫅̸", + "description": "Named entity: nsubE; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2ac5\u0338" ] ] - }, + }, { - "input": "&nsube", - "description": "Bad named entity: nsube without a semi-colon", + "input": "&nsube", + "description": "Bad named entity: nsube without a semi-colon", "output": [ [ - "Character", + "Character", "&nsube" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊈", - "description": "Named entity: nsube; with a semi-colon", + "input": "⊈", + "description": "Named entity: nsube; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2288" ] ] - }, + }, { - "input": "&nsubset", - "description": "Bad named entity: nsubset without a semi-colon", + "input": "&nsubset", + "description": "Bad named entity: nsubset without a semi-colon", "output": [ [ - "Character", + "Character", "&nsubset" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊂⃒", - "description": "Named entity: nsubset; with a semi-colon", + "input": "⊂⃒", + "description": "Named entity: nsubset; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2282\u20d2" ] ] - }, + }, { - "input": "&nsubseteq", - "description": "Bad named entity: nsubseteq without a semi-colon", + "input": "&nsubseteq", + "description": "Bad named entity: nsubseteq without a semi-colon", "output": [ [ - "Character", + "Character", "&nsubseteq" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊈", - "description": "Named entity: nsubseteq; with a semi-colon", + "input": "⊈", + "description": "Named entity: nsubseteq; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2288" ] ] - }, + }, { - "input": "&nsubseteqq", - "description": "Bad named entity: nsubseteqq without a semi-colon", + "input": "&nsubseteqq", + "description": "Bad named entity: nsubseteqq without a semi-colon", "output": [ [ - "Character", + "Character", "&nsubseteqq" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⫅̸", - "description": "Named entity: nsubseteqq; with a semi-colon", + "input": "⫅̸", + "description": "Named entity: nsubseteqq; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2ac5\u0338" ] ] - }, + }, { - "input": "&nsucc", - "description": "Bad named entity: nsucc without a semi-colon", + "input": "&nsucc", + "description": "Bad named entity: nsucc without a semi-colon", "output": [ [ - "Character", + "Character", "&nsucc" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊁", - "description": "Named entity: nsucc; with a semi-colon", + "input": "⊁", + "description": "Named entity: nsucc; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2281" ] ] - }, + }, { - "input": "&nsucceq", - "description": "Bad named entity: nsucceq without a semi-colon", + "input": "&nsucceq", + "description": "Bad named entity: nsucceq without a semi-colon", "output": [ [ - "Character", + "Character", "&nsucceq" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⪰̸", - "description": "Named entity: nsucceq; with a semi-colon", + "input": "⪰̸", + "description": "Named entity: nsucceq; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2ab0\u0338" ] ] - }, + }, { - "input": "&nsup", - "description": "Bad named entity: nsup without a semi-colon", + "input": "&nsup", + "description": "Bad named entity: nsup without a semi-colon", "output": [ [ - "Character", + "Character", "&nsup" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊅", - "description": "Named entity: nsup; with a semi-colon", + "input": "⊅", + "description": "Named entity: nsup; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2285" ] ] - }, + }, { - "input": "&nsupE", - "description": "Bad named entity: nsupE without a semi-colon", + "input": "&nsupE", + "description": "Bad named entity: nsupE without a semi-colon", "output": [ [ - "Character", + "Character", "&nsupE" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⫆̸", - "description": "Named entity: nsupE; with a semi-colon", + "input": "⫆̸", + "description": "Named entity: nsupE; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2ac6\u0338" ] ] - }, + }, { - "input": "&nsupe", - "description": "Bad named entity: nsupe without a semi-colon", + "input": "&nsupe", + "description": "Bad named entity: nsupe without a semi-colon", "output": [ [ - "Character", + "Character", "&nsupe" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊉", - "description": "Named entity: nsupe; with a semi-colon", + "input": "⊉", + "description": "Named entity: nsupe; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2289" ] ] - }, + }, { - "input": "&nsupset", - "description": "Bad named entity: nsupset without a semi-colon", + "input": "&nsupset", + "description": "Bad named entity: nsupset without a semi-colon", "output": [ [ - "Character", + "Character", "&nsupset" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊃⃒", - "description": "Named entity: nsupset; with a semi-colon", + "input": "⊃⃒", + "description": "Named entity: nsupset; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2283\u20d2" ] ] - }, + }, { - "input": "&nsupseteq", - "description": "Bad named entity: nsupseteq without a semi-colon", + "input": "&nsupseteq", + "description": "Bad named entity: nsupseteq without a semi-colon", "output": [ [ - "Character", + "Character", "&nsupseteq" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊉", - "description": "Named entity: nsupseteq; with a semi-colon", + "input": "⊉", + "description": "Named entity: nsupseteq; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2289" ] ] - }, + }, { - "input": "&nsupseteqq", - "description": "Bad named entity: nsupseteqq without a semi-colon", + "input": "&nsupseteqq", + "description": "Bad named entity: nsupseteqq without a semi-colon", "output": [ [ - "Character", + "Character", "&nsupseteqq" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⫆̸", - "description": "Named entity: nsupseteqq; with a semi-colon", + "input": "⫆̸", + "description": "Named entity: nsupseteqq; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2ac6\u0338" ] ] - }, + }, { - "input": "&ntgl", - "description": "Bad named entity: ntgl without a semi-colon", + "input": "&ntgl", + "description": "Bad named entity: ntgl without a semi-colon", "output": [ [ - "Character", + "Character", "&ntgl" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≹", - "description": "Named entity: ntgl; with a semi-colon", + "input": "≹", + "description": "Named entity: ntgl; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2279" ] ] - }, + }, { - "input": "ñ", - "description": "Named entity: ntilde without a semi-colon", + "input": "ñ", + "description": "Named entity: ntilde without a semi-colon", "output": [ [ - "Character", + "Character", "\u00f1" ] ], "errors": [ { "code": "missing-semicolon-after-character-reference", "line": 1, "col": 8 } ] - }, + }, { - "input": "ñ", - "description": "Named entity: ntilde; with a semi-colon", + "input": "ñ", + "description": "Named entity: ntilde; with a semi-colon", "output": [ [ - "Character", + "Character", "\u00f1" ] ] - }, + }, { - "input": "&ntlg", - "description": "Bad named entity: ntlg without a semi-colon", + "input": "&ntlg", + "description": "Bad named entity: ntlg without a semi-colon", "output": [ [ - "Character", + "Character", "&ntlg" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≸", - "description": "Named entity: ntlg; with a semi-colon", + "input": "≸", + "description": "Named entity: ntlg; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2278" ] ] - }, + }, { - "input": "&ntriangleleft", - "description": "Bad named entity: ntriangleleft without a semi-colon", + "input": "&ntriangleleft", + "description": "Bad named entity: ntriangleleft without a semi-colon", "output": [ [ - "Character", + "Character", "&ntriangleleft" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⋪", - "description": "Named entity: ntriangleleft; with a semi-colon", + "input": "⋪", + "description": "Named entity: ntriangleleft; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22ea" ] ] - }, + }, { - "input": "&ntrianglelefteq", - "description": "Bad named entity: ntrianglelefteq without a semi-colon", + "input": "&ntrianglelefteq", + "description": "Bad named entity: ntrianglelefteq without a semi-colon", "output": [ [ - "Character", + "Character", "&ntrianglelefteq" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⋬", - "description": "Named entity: ntrianglelefteq; with a semi-colon", + "input": "⋬", + "description": "Named entity: ntrianglelefteq; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22ec" ] ] - }, + }, { - "input": "&ntriangleright", - "description": "Bad named entity: ntriangleright without a semi-colon", + "input": "&ntriangleright", + "description": "Bad named entity: ntriangleright without a semi-colon", "output": [ [ - "Character", + "Character", "&ntriangleright" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⋫", - "description": "Named entity: ntriangleright; with a semi-colon", + "input": "⋫", + "description": "Named entity: ntriangleright; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22eb" ] ] - }, + }, { - "input": "&ntrianglerighteq", - "description": "Bad named entity: ntrianglerighteq without a semi-colon", + "input": "&ntrianglerighteq", + "description": "Bad named entity: ntrianglerighteq without a semi-colon", "output": [ [ - "Character", + "Character", "&ntrianglerighteq" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⋭", - "description": "Named entity: ntrianglerighteq; with a semi-colon", + "input": "⋭", + "description": "Named entity: ntrianglerighteq; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22ed" ] ] - }, + }, { - "input": "&nu", - "description": "Bad named entity: nu without a semi-colon", + "input": "&nu", + "description": "Bad named entity: nu without a semi-colon", "output": [ [ - "Character", + "Character", "&nu" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ν", - "description": "Named entity: nu; with a semi-colon", + "input": "ν", + "description": "Named entity: nu; with a semi-colon", "output": [ [ - "Character", + "Character", "\u03bd" ] ] - }, + }, { - "input": "&num", - "description": "Bad named entity: num without a semi-colon", + "input": "&num", + "description": "Bad named entity: num without a semi-colon", "output": [ [ - "Character", + "Character", "&num" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "#", - "description": "Named entity: num; with a semi-colon", + "input": "#", + "description": "Named entity: num; with a semi-colon", "output": [ [ - "Character", + "Character", "#" ] ] - }, + }, { - "input": "&numero", - "description": "Bad named entity: numero without a semi-colon", + "input": "&numero", + "description": "Bad named entity: numero without a semi-colon", "output": [ [ - "Character", + "Character", "&numero" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "№", - "description": "Named entity: numero; with a semi-colon", + "input": "№", + "description": "Named entity: numero; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2116" ] ] - }, + }, { - "input": "&numsp", - "description": "Bad named entity: numsp without a semi-colon", + "input": "&numsp", + "description": "Bad named entity: numsp without a semi-colon", "output": [ [ - "Character", + "Character", "&numsp" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": " ", - "description": "Named entity: numsp; with a semi-colon", + "input": " ", + "description": "Named entity: numsp; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2007" ] ] - }, + }, { - "input": "&nvDash", - "description": "Bad named entity: nvDash without a semi-colon", + "input": "&nvDash", + "description": "Bad named entity: nvDash without a semi-colon", "output": [ [ - "Character", + "Character", "&nvDash" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊭", - "description": "Named entity: nvDash; with a semi-colon", + "input": "⊭", + "description": "Named entity: nvDash; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22ad" ] ] - }, + }, { - "input": "&nvHarr", - "description": "Bad named entity: nvHarr without a semi-colon", + "input": "&nvHarr", + "description": "Bad named entity: nvHarr without a semi-colon", "output": [ [ - "Character", + "Character", "&nvHarr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⤄", - "description": "Named entity: nvHarr; with a semi-colon", + "input": "⤄", + "description": "Named entity: nvHarr; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2904" ] ] - }, + }, { - "input": "&nvap", - "description": "Bad named entity: nvap without a semi-colon", + "input": "&nvap", + "description": "Bad named entity: nvap without a semi-colon", "output": [ [ - "Character", + "Character", "&nvap" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≍⃒", - "description": "Named entity: nvap; with a semi-colon", + "input": "≍⃒", + "description": "Named entity: nvap; with a semi-colon", "output": [ [ - "Character", + "Character", "\u224d\u20d2" ] ] - }, + }, { - "input": "&nvdash", - "description": "Bad named entity: nvdash without a semi-colon", + "input": "&nvdash", + "description": "Bad named entity: nvdash without a semi-colon", "output": [ [ - "Character", + "Character", "&nvdash" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊬", - "description": "Named entity: nvdash; with a semi-colon", + "input": "⊬", + "description": "Named entity: nvdash; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22ac" ] ] - }, + }, { - "input": "&nvge", - "description": "Bad named entity: nvge without a semi-colon", + "input": "&nvge", + "description": "Bad named entity: nvge without a semi-colon", "output": [ [ - "Character", + "Character", "&nvge" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≥⃒", - "description": "Named entity: nvge; with a semi-colon", + "input": "≥⃒", + "description": "Named entity: nvge; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2265\u20d2" ] ] - }, + }, { - "input": "&nvgt", - "description": "Bad named entity: nvgt without a semi-colon", + "input": "&nvgt", + "description": "Bad named entity: nvgt without a semi-colon", "output": [ [ - "Character", + "Character", "&nvgt" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": ">⃒", - "description": "Named entity: nvgt; with a semi-colon", + "input": ">⃒", + "description": "Named entity: nvgt; with a semi-colon", "output": [ [ - "Character", + "Character", ">\u20d2" ] ] - }, + }, { - "input": "&nvinfin", - "description": "Bad named entity: nvinfin without a semi-colon", + "input": "&nvinfin", + "description": "Bad named entity: nvinfin without a semi-colon", "output": [ [ - "Character", + "Character", "&nvinfin" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⧞", - "description": "Named entity: nvinfin; with a semi-colon", + "input": "⧞", + "description": "Named entity: nvinfin; with a semi-colon", "output": [ [ - "Character", + "Character", "\u29de" ] ] - }, + }, { - "input": "&nvlArr", - "description": "Bad named entity: nvlArr without a semi-colon", + "input": "&nvlArr", + "description": "Bad named entity: nvlArr without a semi-colon", "output": [ [ - "Character", + "Character", "&nvlArr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⤂", - "description": "Named entity: nvlArr; with a semi-colon", + "input": "⤂", + "description": "Named entity: nvlArr; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2902" ] ] - }, + }, { - "input": "&nvle", - "description": "Bad named entity: nvle without a semi-colon", + "input": "&nvle", + "description": "Bad named entity: nvle without a semi-colon", "output": [ [ - "Character", + "Character", "&nvle" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≤⃒", - "description": "Named entity: nvle; with a semi-colon", + "input": "≤⃒", + "description": "Named entity: nvle; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2264\u20d2" ] ] - }, + }, { - "input": "&nvlt", - "description": "Bad named entity: nvlt without a semi-colon", + "input": "&nvlt", + "description": "Bad named entity: nvlt without a semi-colon", "output": [ [ - "Character", + "Character", "&nvlt" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "<⃒", - "description": "Named entity: nvlt; with a semi-colon", + "input": "<⃒", + "description": "Named entity: nvlt; with a semi-colon", "output": [ [ - "Character", + "Character", "<\u20d2" ] ] - }, + }, { - "input": "&nvltrie", - "description": "Bad named entity: nvltrie without a semi-colon", + "input": "&nvltrie", + "description": "Bad named entity: nvltrie without a semi-colon", "output": [ [ - "Character", + "Character", "&nvltrie" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊴⃒", - "description": "Named entity: nvltrie; with a semi-colon", + "input": "⊴⃒", + "description": "Named entity: nvltrie; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22b4\u20d2" ] ] - }, + }, { - "input": "&nvrArr", - "description": "Bad named entity: nvrArr without a semi-colon", + "input": "&nvrArr", + "description": "Bad named entity: nvrArr without a semi-colon", "output": [ [ - "Character", + "Character", "&nvrArr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⤃", - "description": "Named entity: nvrArr; with a semi-colon", + "input": "⤃", + "description": "Named entity: nvrArr; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2903" ] ] - }, + }, { - "input": "&nvrtrie", - "description": "Bad named entity: nvrtrie without a semi-colon", + "input": "&nvrtrie", + "description": "Bad named entity: nvrtrie without a semi-colon", "output": [ [ - "Character", + "Character", "&nvrtrie" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊵⃒", - "description": "Named entity: nvrtrie; with a semi-colon", + "input": "⊵⃒", + "description": "Named entity: nvrtrie; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22b5\u20d2" ] ] - }, + }, { - "input": "&nvsim", - "description": "Bad named entity: nvsim without a semi-colon", + "input": "&nvsim", + "description": "Bad named entity: nvsim without a semi-colon", "output": [ [ - "Character", + "Character", "&nvsim" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∼⃒", - "description": "Named entity: nvsim; with a semi-colon", + "input": "∼⃒", + "description": "Named entity: nvsim; with a semi-colon", "output": [ [ - "Character", + "Character", "\u223c\u20d2" ] ] - }, + }, { - "input": "&nwArr", - "description": "Bad named entity: nwArr without a semi-colon", + "input": "&nwArr", + "description": "Bad named entity: nwArr without a semi-colon", "output": [ [ - "Character", + "Character", "&nwArr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⇖", - "description": "Named entity: nwArr; with a semi-colon", + "input": "⇖", + "description": "Named entity: nwArr; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21d6" ] ] - }, + }, { - "input": "&nwarhk", - "description": "Bad named entity: nwarhk without a semi-colon", + "input": "&nwarhk", + "description": "Bad named entity: nwarhk without a semi-colon", "output": [ [ - "Character", + "Character", "&nwarhk" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⤣", - "description": "Named entity: nwarhk; with a semi-colon", + "input": "⤣", + "description": "Named entity: nwarhk; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2923" ] ] - }, + }, { - "input": "&nwarr", - "description": "Bad named entity: nwarr without a semi-colon", + "input": "&nwarr", + "description": "Bad named entity: nwarr without a semi-colon", "output": [ [ - "Character", + "Character", "&nwarr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "↖", - "description": "Named entity: nwarr; with a semi-colon", + "input": "↖", + "description": "Named entity: nwarr; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2196" ] ] - }, + }, { - "input": "&nwarrow", - "description": "Bad named entity: nwarrow without a semi-colon", + "input": "&nwarrow", + "description": "Bad named entity: nwarrow without a semi-colon", "output": [ [ - "Character", + "Character", "&nwarrow" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "↖", - "description": "Named entity: nwarrow; with a semi-colon", + "input": "↖", + "description": "Named entity: nwarrow; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2196" ] ] - }, + }, { - "input": "&nwnear", - "description": "Bad named entity: nwnear without a semi-colon", + "input": "&nwnear", + "description": "Bad named entity: nwnear without a semi-colon", "output": [ [ - "Character", + "Character", "&nwnear" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⤧", - "description": "Named entity: nwnear; with a semi-colon", + "input": "⤧", + "description": "Named entity: nwnear; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2927" ] ] - }, + }, { - "input": "&oS", - "description": "Bad named entity: oS without a semi-colon", + "input": "&oS", + "description": "Bad named entity: oS without a semi-colon", "output": [ [ - "Character", + "Character", "&oS" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Ⓢ", - "description": "Named entity: oS; with a semi-colon", + "input": "Ⓢ", + "description": "Named entity: oS; with a semi-colon", "output": [ [ - "Character", + "Character", "\u24c8" ] ] - }, + }, { - "input": "ó", - "description": "Named entity: oacute without a semi-colon", + "input": "ó", + "description": "Named entity: oacute without a semi-colon", "output": [ [ - "Character", + "Character", "\u00f3" ] ], "errors": [ { "code": "missing-semicolon-after-character-reference", "line": 1, "col": 8 } ] - }, + }, { - "input": "ó", - "description": "Named entity: oacute; with a semi-colon", + "input": "ó", + "description": "Named entity: oacute; with a semi-colon", "output": [ [ - "Character", + "Character", "\u00f3" ] ] - }, + }, { - "input": "&oast", - "description": "Bad named entity: oast without a semi-colon", + "input": "&oast", + "description": "Bad named entity: oast without a semi-colon", "output": [ [ - "Character", + "Character", "&oast" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊛", - "description": "Named entity: oast; with a semi-colon", + "input": "⊛", + "description": "Named entity: oast; with a semi-colon", "output": [ [ - "Character", + "Character", "\u229b" ] ] - }, + }, { - "input": "&ocir", - "description": "Bad named entity: ocir without a semi-colon", + "input": "&ocir", + "description": "Bad named entity: ocir without a semi-colon", "output": [ [ - "Character", + "Character", "&ocir" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊚", - "description": "Named entity: ocir; with a semi-colon", + "input": "⊚", + "description": "Named entity: ocir; with a semi-colon", "output": [ [ - "Character", + "Character", "\u229a" ] ] - }, + }, { - "input": "ô", - "description": "Named entity: ocirc without a semi-colon", + "input": "ô", + "description": "Named entity: ocirc without a semi-colon", "output": [ [ - "Character", + "Character", "\u00f4" ] ], "errors": [ { "code": "missing-semicolon-after-character-reference", "line": 1, "col": 7 } ] - }, + }, { - "input": "ô", - "description": "Named entity: ocirc; with a semi-colon", + "input": "ô", + "description": "Named entity: ocirc; with a semi-colon", "output": [ [ - "Character", + "Character", "\u00f4" ] ] - }, + }, { - "input": "&ocy", - "description": "Bad named entity: ocy without a semi-colon", + "input": "&ocy", + "description": "Bad named entity: ocy without a semi-colon", "output": [ [ - "Character", + "Character", "&ocy" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "о", - "description": "Named entity: ocy; with a semi-colon", + "input": "о", + "description": "Named entity: ocy; with a semi-colon", "output": [ [ - "Character", + "Character", "\u043e" ] ] - }, + }, { - "input": "&odash", - "description": "Bad named entity: odash without a semi-colon", + "input": "&odash", + "description": "Bad named entity: odash without a semi-colon", "output": [ [ - "Character", + "Character", "&odash" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊝", - "description": "Named entity: odash; with a semi-colon", + "input": "⊝", + "description": "Named entity: odash; with a semi-colon", "output": [ [ - "Character", + "Character", "\u229d" ] ] - }, + }, { - "input": "&odblac", - "description": "Bad named entity: odblac without a semi-colon", + "input": "&odblac", + "description": "Bad named entity: odblac without a semi-colon", "output": [ [ - "Character", + "Character", "&odblac" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ő", - "description": "Named entity: odblac; with a semi-colon", + "input": "ő", + "description": "Named entity: odblac; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0151" ] ] - }, + }, { - "input": "&odiv", - "description": "Bad named entity: odiv without a semi-colon", + "input": "&odiv", + "description": "Bad named entity: odiv without a semi-colon", "output": [ [ - "Character", + "Character", "&odiv" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⨸", - "description": "Named entity: odiv; with a semi-colon", + "input": "⨸", + "description": "Named entity: odiv; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a38" ] ] - }, + }, { - "input": "&odot", - "description": "Bad named entity: odot without a semi-colon", + "input": "&odot", + "description": "Bad named entity: odot without a semi-colon", "output": [ [ - "Character", + "Character", "&odot" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊙", - "description": "Named entity: odot; with a semi-colon", + "input": "⊙", + "description": "Named entity: odot; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2299" ] ] - }, + }, { - "input": "&odsold", - "description": "Bad named entity: odsold without a semi-colon", + "input": "&odsold", + "description": "Bad named entity: odsold without a semi-colon", "output": [ [ - "Character", + "Character", "&odsold" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⦼", - "description": "Named entity: odsold; with a semi-colon", + "input": "⦼", + "description": "Named entity: odsold; with a semi-colon", "output": [ [ - "Character", + "Character", "\u29bc" ] ] - }, + }, { - "input": "&oelig", - "description": "Bad named entity: oelig without a semi-colon", + "input": "&oelig", + "description": "Bad named entity: oelig without a semi-colon", "output": [ [ - "Character", + "Character", "&oelig" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "œ", - "description": "Named entity: oelig; with a semi-colon", + "input": "œ", + "description": "Named entity: oelig; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0153" ] ] - }, + }, { - "input": "&ofcir", - "description": "Bad named entity: ofcir without a semi-colon", + "input": "&ofcir", + "description": "Bad named entity: ofcir without a semi-colon", "output": [ [ - "Character", + "Character", "&ofcir" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⦿", - "description": "Named entity: ofcir; with a semi-colon", + "input": "⦿", + "description": "Named entity: ofcir; with a semi-colon", "output": [ [ - "Character", + "Character", "\u29bf" ] ] - }, + }, { - "input": "&ofr", - "description": "Bad named entity: ofr without a semi-colon", + "input": "&ofr", + "description": "Bad named entity: ofr without a semi-colon", "output": [ [ - "Character", + "Character", "&ofr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝔬", - "description": "Named entity: ofr; with a semi-colon", + "input": "𝔬", + "description": "Named entity: ofr; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udd2c" ] ] - }, + }, { - "input": "&ogon", - "description": "Bad named entity: ogon without a semi-colon", + "input": "&ogon", + "description": "Bad named entity: ogon without a semi-colon", "output": [ [ - "Character", + "Character", "&ogon" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "˛", - "description": "Named entity: ogon; with a semi-colon", + "input": "˛", + "description": "Named entity: ogon; with a semi-colon", "output": [ [ - "Character", + "Character", "\u02db" ] ] - }, + }, { - "input": "ò", - "description": "Named entity: ograve without a semi-colon", + "input": "ò", + "description": "Named entity: ograve without a semi-colon", "output": [ [ - "Character", + "Character", "\u00f2" ] ], "errors": [ { "code": "missing-semicolon-after-character-reference", "line": 1, "col": 8 } ] - }, + }, { - "input": "ò", - "description": "Named entity: ograve; with a semi-colon", + "input": "ò", + "description": "Named entity: ograve; with a semi-colon", "output": [ [ - "Character", + "Character", "\u00f2" ] ] - }, + }, { - "input": "&ogt", - "description": "Bad named entity: ogt without a semi-colon", + "input": "&ogt", + "description": "Bad named entity: ogt without a semi-colon", "output": [ [ - "Character", + "Character", "&ogt" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⧁", - "description": "Named entity: ogt; with a semi-colon", + "input": "⧁", + "description": "Named entity: ogt; with a semi-colon", "output": [ [ - "Character", + "Character", "\u29c1" ] ] - }, + }, { - "input": "&ohbar", - "description": "Bad named entity: ohbar without a semi-colon", + "input": "&ohbar", + "description": "Bad named entity: ohbar without a semi-colon", "output": [ [ - "Character", + "Character", "&ohbar" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⦵", - "description": "Named entity: ohbar; with a semi-colon", + "input": "⦵", + "description": "Named entity: ohbar; with a semi-colon", "output": [ [ - "Character", + "Character", "\u29b5" ] ] - }, + }, { - "input": "&ohm", - "description": "Bad named entity: ohm without a semi-colon", + "input": "&ohm", + "description": "Bad named entity: ohm without a semi-colon", "output": [ [ - "Character", + "Character", "&ohm" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "Ω", - "description": "Named entity: ohm; with a semi-colon", + "input": "Ω", + "description": "Named entity: ohm; with a semi-colon", "output": [ [ - "Character", + "Character", "\u03a9" ] ] - }, + }, { - "input": "&oint", - "description": "Bad named entity: oint without a semi-colon", + "input": "&oint", + "description": "Bad named entity: oint without a semi-colon", "output": [ [ - "Character", + "Character", "&oint" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∮", - "description": "Named entity: oint; with a semi-colon", + "input": "∮", + "description": "Named entity: oint; with a semi-colon", "output": [ [ - "Character", + "Character", "\u222e" ] ] - }, + }, { - "input": "&olarr", - "description": "Bad named entity: olarr without a semi-colon", + "input": "&olarr", + "description": "Bad named entity: olarr without a semi-colon", "output": [ [ - "Character", + "Character", "&olarr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "↺", - "description": "Named entity: olarr; with a semi-colon", + "input": "↺", + "description": "Named entity: olarr; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21ba" ] ] - }, + }, { - "input": "&olcir", - "description": "Bad named entity: olcir without a semi-colon", + "input": "&olcir", + "description": "Bad named entity: olcir without a semi-colon", "output": [ [ - "Character", + "Character", "&olcir" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⦾", - "description": "Named entity: olcir; with a semi-colon", + "input": "⦾", + "description": "Named entity: olcir; with a semi-colon", "output": [ [ - "Character", + "Character", "\u29be" ] ] - }, + }, { - "input": "&olcross", - "description": "Bad named entity: olcross without a semi-colon", + "input": "&olcross", + "description": "Bad named entity: olcross without a semi-colon", "output": [ [ - "Character", + "Character", "&olcross" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⦻", - "description": "Named entity: olcross; with a semi-colon", + "input": "⦻", + "description": "Named entity: olcross; with a semi-colon", "output": [ [ - "Character", + "Character", "\u29bb" ] ] - }, + }, { - "input": "&oline", - "description": "Bad named entity: oline without a semi-colon", + "input": "&oline", + "description": "Bad named entity: oline without a semi-colon", "output": [ [ - "Character", + "Character", "&oline" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "‾", - "description": "Named entity: oline; with a semi-colon", + "input": "‾", + "description": "Named entity: oline; with a semi-colon", "output": [ [ - "Character", + "Character", "\u203e" ] ] - }, + }, { - "input": "&olt", - "description": "Bad named entity: olt without a semi-colon", + "input": "&olt", + "description": "Bad named entity: olt without a semi-colon", "output": [ [ - "Character", + "Character", "&olt" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⧀", - "description": "Named entity: olt; with a semi-colon", + "input": "⧀", + "description": "Named entity: olt; with a semi-colon", "output": [ [ - "Character", + "Character", "\u29c0" ] ] - }, + }, { - "input": "&omacr", - "description": "Bad named entity: omacr without a semi-colon", + "input": "&omacr", + "description": "Bad named entity: omacr without a semi-colon", "output": [ [ - "Character", + "Character", "&omacr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ō", - "description": "Named entity: omacr; with a semi-colon", + "input": "ō", + "description": "Named entity: omacr; with a semi-colon", "output": [ [ - "Character", + "Character", "\u014d" ] ] - }, + }, { - "input": "&omega", - "description": "Bad named entity: omega without a semi-colon", + "input": "&omega", + "description": "Bad named entity: omega without a semi-colon", "output": [ [ - "Character", + "Character", "&omega" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ω", - "description": "Named entity: omega; with a semi-colon", + "input": "ω", + "description": "Named entity: omega; with a semi-colon", "output": [ [ - "Character", + "Character", "\u03c9" ] ] - }, + }, { - "input": "&omicron", - "description": "Bad named entity: omicron without a semi-colon", + "input": "&omicron", + "description": "Bad named entity: omicron without a semi-colon", "output": [ [ - "Character", + "Character", "&omicron" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ο", - "description": "Named entity: omicron; with a semi-colon", + "input": "ο", + "description": "Named entity: omicron; with a semi-colon", "output": [ [ - "Character", + "Character", "\u03bf" ] ] - }, + }, { - "input": "&omid", - "description": "Bad named entity: omid without a semi-colon", + "input": "&omid", + "description": "Bad named entity: omid without a semi-colon", "output": [ [ - "Character", + "Character", "&omid" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⦶", - "description": "Named entity: omid; with a semi-colon", + "input": "⦶", + "description": "Named entity: omid; with a semi-colon", "output": [ [ - "Character", + "Character", "\u29b6" ] ] - }, + }, { - "input": "&ominus", - "description": "Bad named entity: ominus without a semi-colon", + "input": "&ominus", + "description": "Bad named entity: ominus without a semi-colon", "output": [ [ - "Character", + "Character", "&ominus" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊖", - "description": "Named entity: ominus; with a semi-colon", + "input": "⊖", + "description": "Named entity: ominus; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2296" ] ] - }, + }, { - "input": "&oopf", - "description": "Bad named entity: oopf without a semi-colon", + "input": "&oopf", + "description": "Bad named entity: oopf without a semi-colon", "output": [ [ - "Character", + "Character", "&oopf" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝕠", - "description": "Named entity: oopf; with a semi-colon", + "input": "𝕠", + "description": "Named entity: oopf; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udd60" ] ] - }, + }, { - "input": "&opar", - "description": "Bad named entity: opar without a semi-colon", + "input": "&opar", + "description": "Bad named entity: opar without a semi-colon", "output": [ [ - "Character", + "Character", "&opar" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⦷", - "description": "Named entity: opar; with a semi-colon", + "input": "⦷", + "description": "Named entity: opar; with a semi-colon", "output": [ [ - "Character", + "Character", "\u29b7" ] ] - }, + }, { - "input": "&operp", - "description": "Bad named entity: operp without a semi-colon", + "input": "&operp", + "description": "Bad named entity: operp without a semi-colon", "output": [ [ - "Character", + "Character", "&operp" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⦹", - "description": "Named entity: operp; with a semi-colon", + "input": "⦹", + "description": "Named entity: operp; with a semi-colon", "output": [ [ - "Character", + "Character", "\u29b9" ] ] - }, + }, { - "input": "&oplus", - "description": "Bad named entity: oplus without a semi-colon", + "input": "&oplus", + "description": "Bad named entity: oplus without a semi-colon", "output": [ [ - "Character", + "Character", "&oplus" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊕", - "description": "Named entity: oplus; with a semi-colon", + "input": "⊕", + "description": "Named entity: oplus; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2295" ] ] - }, + }, { - "input": "&or", - "description": "Bad named entity: or without a semi-colon", + "input": "&or", + "description": "Bad named entity: or without a semi-colon", "output": [ [ - "Character", + "Character", "&or" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∨", - "description": "Named entity: or; with a semi-colon", + "input": "∨", + "description": "Named entity: or; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2228" ] ] - }, + }, { - "input": "&orarr", - "description": "Bad named entity: orarr without a semi-colon", + "input": "&orarr", + "description": "Bad named entity: orarr without a semi-colon", "output": [ [ - "Character", + "Character", "&orarr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "↻", - "description": "Named entity: orarr; with a semi-colon", + "input": "↻", + "description": "Named entity: orarr; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21bb" ] ] - }, + }, { - "input": "&ord", - "description": "Bad named entity: ord without a semi-colon", + "input": "&ord", + "description": "Bad named entity: ord without a semi-colon", "output": [ [ - "Character", + "Character", "&ord" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⩝", - "description": "Named entity: ord; with a semi-colon", + "input": "⩝", + "description": "Named entity: ord; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a5d" ] ] - }, + }, { - "input": "&order", - "description": "Bad named entity: order without a semi-colon", + "input": "&order", + "description": "Bad named entity: order without a semi-colon", "output": [ [ - "Character", + "Character", "&order" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ℴ", - "description": "Named entity: order; with a semi-colon", + "input": "ℴ", + "description": "Named entity: order; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2134" ] ] - }, + }, { - "input": "&orderof", - "description": "Bad named entity: orderof without a semi-colon", + "input": "&orderof", + "description": "Bad named entity: orderof without a semi-colon", "output": [ [ - "Character", + "Character", "&orderof" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ℴ", - "description": "Named entity: orderof; with a semi-colon", + "input": "ℴ", + "description": "Named entity: orderof; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2134" ] ] - }, + }, { - "input": "ª", - "description": "Named entity: ordf without a semi-colon", + "input": "ª", + "description": "Named entity: ordf without a semi-colon", "output": [ [ - "Character", + "Character", "\u00aa" ] ], "errors": [ { "code": "missing-semicolon-after-character-reference", "line": 1, "col": 6 } ] - }, + }, { - "input": "ª", - "description": "Named entity: ordf; with a semi-colon", + "input": "ª", + "description": "Named entity: ordf; with a semi-colon", "output": [ [ - "Character", + "Character", "\u00aa" ] ] - }, + }, { - "input": "º", - "description": "Named entity: ordm without a semi-colon", + "input": "º", + "description": "Named entity: ordm without a semi-colon", "output": [ [ - "Character", + "Character", "\u00ba" ] ], "errors": [ { "code": "missing-semicolon-after-character-reference", "line": 1, "col": 6 } ] - }, + }, { - "input": "º", - "description": "Named entity: ordm; with a semi-colon", + "input": "º", + "description": "Named entity: ordm; with a semi-colon", "output": [ [ - "Character", + "Character", "\u00ba" ] ] - }, + }, { - "input": "&origof", - "description": "Bad named entity: origof without a semi-colon", + "input": "&origof", + "description": "Bad named entity: origof without a semi-colon", "output": [ [ - "Character", + "Character", "&origof" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊶", - "description": "Named entity: origof; with a semi-colon", + "input": "⊶", + "description": "Named entity: origof; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22b6" ] ] - }, + }, { - "input": "&oror", - "description": "Bad named entity: oror without a semi-colon", + "input": "&oror", + "description": "Bad named entity: oror without a semi-colon", "output": [ [ - "Character", + "Character", "&oror" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⩖", - "description": "Named entity: oror; with a semi-colon", + "input": "⩖", + "description": "Named entity: oror; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a56" ] ] - }, + }, { - "input": "&orslope", - "description": "Bad named entity: orslope without a semi-colon", + "input": "&orslope", + "description": "Bad named entity: orslope without a semi-colon", "output": [ [ - "Character", + "Character", "&orslope" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⩗", - "description": "Named entity: orslope; with a semi-colon", + "input": "⩗", + "description": "Named entity: orslope; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a57" ] ] - }, + }, { - "input": "&orv", - "description": "Bad named entity: orv without a semi-colon", + "input": "&orv", + "description": "Bad named entity: orv without a semi-colon", "output": [ [ - "Character", + "Character", "&orv" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⩛", - "description": "Named entity: orv; with a semi-colon", + "input": "⩛", + "description": "Named entity: orv; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a5b" ] ] - }, + }, { - "input": "&oscr", - "description": "Bad named entity: oscr without a semi-colon", + "input": "&oscr", + "description": "Bad named entity: oscr without a semi-colon", "output": [ [ - "Character", + "Character", "&oscr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ℴ", - "description": "Named entity: oscr; with a semi-colon", + "input": "ℴ", + "description": "Named entity: oscr; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2134" ] ] - }, + }, { - "input": "ø", - "description": "Named entity: oslash without a semi-colon", + "input": "ø", + "description": "Named entity: oslash without a semi-colon", "output": [ [ - "Character", + "Character", "\u00f8" ] ], "errors": [ { "code": "missing-semicolon-after-character-reference", "line": 1, "col": 8 } ] - }, + }, { - "input": "ø", - "description": "Named entity: oslash; with a semi-colon", + "input": "ø", + "description": "Named entity: oslash; with a semi-colon", "output": [ [ - "Character", + "Character", "\u00f8" ] ] - }, + }, { - "input": "&osol", - "description": "Bad named entity: osol without a semi-colon", + "input": "&osol", + "description": "Bad named entity: osol without a semi-colon", "output": [ [ - "Character", + "Character", "&osol" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊘", - "description": "Named entity: osol; with a semi-colon", + "input": "⊘", + "description": "Named entity: osol; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2298" ] ] - }, + }, { - "input": "õ", - "description": "Named entity: otilde without a semi-colon", + "input": "õ", + "description": "Named entity: otilde without a semi-colon", "output": [ [ - "Character", + "Character", "\u00f5" ] ], "errors": [ { "code": "missing-semicolon-after-character-reference", "line": 1, "col": 8 } ] - }, + }, { - "input": "õ", - "description": "Named entity: otilde; with a semi-colon", + "input": "õ", + "description": "Named entity: otilde; with a semi-colon", "output": [ [ - "Character", + "Character", "\u00f5" ] ] - }, + }, { - "input": "&otimes", - "description": "Bad named entity: otimes without a semi-colon", + "input": "&otimes", + "description": "Bad named entity: otimes without a semi-colon", "output": [ [ - "Character", + "Character", "&otimes" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊗", - "description": "Named entity: otimes; with a semi-colon", + "input": "⊗", + "description": "Named entity: otimes; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2297" ] ] - }, + }, { - "input": "&otimesas", - "description": "Bad named entity: otimesas without a semi-colon", + "input": "&otimesas", + "description": "Bad named entity: otimesas without a semi-colon", "output": [ [ - "Character", + "Character", "&otimesas" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⨶", - "description": "Named entity: otimesas; with a semi-colon", + "input": "⨶", + "description": "Named entity: otimesas; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a36" ] ] - }, + }, { - "input": "ö", - "description": "Named entity: ouml without a semi-colon", + "input": "ö", + "description": "Named entity: ouml without a semi-colon", "output": [ [ - "Character", + "Character", "\u00f6" ] ], "errors": [ { "code": "missing-semicolon-after-character-reference", "line": 1, "col": 6 } ] - }, + }, { - "input": "ö", - "description": "Named entity: ouml; with a semi-colon", + "input": "ö", + "description": "Named entity: ouml; with a semi-colon", "output": [ [ - "Character", + "Character", "\u00f6" ] ] - }, + }, { - "input": "&ovbar", - "description": "Bad named entity: ovbar without a semi-colon", + "input": "&ovbar", + "description": "Bad named entity: ovbar without a semi-colon", "output": [ [ - "Character", + "Character", "&ovbar" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⌽", - "description": "Named entity: ovbar; with a semi-colon", + "input": "⌽", + "description": "Named entity: ovbar; with a semi-colon", "output": [ [ - "Character", + "Character", "\u233d" ] ] - }, + }, { - "input": "&par", - "description": "Bad named entity: par without a semi-colon", + "input": "&par", + "description": "Bad named entity: par without a semi-colon", "output": [ [ - "Character", + "Character", "&par" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∥", - "description": "Named entity: par; with a semi-colon", + "input": "∥", + "description": "Named entity: par; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2225" ] ] - }, + }, { - "input": "¶", - "description": "Named entity: para without a semi-colon", + "input": "¶", + "description": "Named entity: para without a semi-colon", "output": [ [ - "Character", + "Character", "\u00b6" ] ], "errors": [ { "code": "missing-semicolon-after-character-reference", "line": 1, "col": 6 } ] - }, + }, { - "input": "¶", - "description": "Named entity: para; with a semi-colon", + "input": "¶", + "description": "Named entity: para; with a semi-colon", "output": [ [ - "Character", + "Character", "\u00b6" ] ] - }, + }, { - "input": "∥", - "description": "Named entity: parallel; with a semi-colon", + "input": "∥", + "description": "Named entity: parallel; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2225" ] ] - }, + }, { - "input": "&parsim", - "description": "Bad named entity: parsim without a semi-colon", + "input": "&parsim", + "description": "Bad named entity: parsim without a semi-colon", "output": [ [ - "Character", + "Character", "&parsim" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⫳", - "description": "Named entity: parsim; with a semi-colon", + "input": "⫳", + "description": "Named entity: parsim; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2af3" ] ] - }, + }, { - "input": "&parsl", - "description": "Bad named entity: parsl without a semi-colon", + "input": "&parsl", + "description": "Bad named entity: parsl without a semi-colon", "output": [ [ - "Character", + "Character", "&parsl" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⫽", - "description": "Named entity: parsl; with a semi-colon", + "input": "⫽", + "description": "Named entity: parsl; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2afd" ] ] - }, + }, { - "input": "&part", - "description": "Bad named entity: part without a semi-colon", + "input": "&part", + "description": "Bad named entity: part without a semi-colon", "output": [ [ - "Character", + "Character", "&part" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∂", - "description": "Named entity: part; with a semi-colon", + "input": "∂", + "description": "Named entity: part; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2202" ] ] - }, + }, { - "input": "&pcy", - "description": "Bad named entity: pcy without a semi-colon", + "input": "&pcy", + "description": "Bad named entity: pcy without a semi-colon", "output": [ [ - "Character", + "Character", "&pcy" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "п", - "description": "Named entity: pcy; with a semi-colon", + "input": "п", + "description": "Named entity: pcy; with a semi-colon", "output": [ [ - "Character", + "Character", "\u043f" ] ] - }, + }, { - "input": "&percnt", - "description": "Bad named entity: percnt without a semi-colon", + "input": "&percnt", + "description": "Bad named entity: percnt without a semi-colon", "output": [ [ - "Character", + "Character", "&percnt" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "%", - "description": "Named entity: percnt; with a semi-colon", + "input": "%", + "description": "Named entity: percnt; with a semi-colon", "output": [ [ - "Character", + "Character", "%" ] ] - }, + }, { - "input": "&period", - "description": "Bad named entity: period without a semi-colon", + "input": "&period", + "description": "Bad named entity: period without a semi-colon", "output": [ [ - "Character", + "Character", "&period" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": ".", - "description": "Named entity: period; with a semi-colon", + "input": ".", + "description": "Named entity: period; with a semi-colon", "output": [ [ - "Character", + "Character", "." ] ] - }, + }, { - "input": "&permil", - "description": "Bad named entity: permil without a semi-colon", + "input": "&permil", + "description": "Bad named entity: permil without a semi-colon", "output": [ [ - "Character", + "Character", "&permil" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "‰", - "description": "Named entity: permil; with a semi-colon", + "input": "‰", + "description": "Named entity: permil; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2030" ] ] - }, + }, { - "input": "&perp", - "description": "Bad named entity: perp without a semi-colon", + "input": "&perp", + "description": "Bad named entity: perp without a semi-colon", "output": [ [ - "Character", + "Character", "&perp" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊥", - "description": "Named entity: perp; with a semi-colon", + "input": "⊥", + "description": "Named entity: perp; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22a5" ] ] - }, + }, { - "input": "&pertenk", - "description": "Bad named entity: pertenk without a semi-colon", + "input": "&pertenk", + "description": "Bad named entity: pertenk without a semi-colon", "output": [ [ - "Character", + "Character", "&pertenk" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "‱", - "description": "Named entity: pertenk; with a semi-colon", + "input": "‱", + "description": "Named entity: pertenk; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2031" ] ] - }, + }, { - "input": "&pfr", - "description": "Bad named entity: pfr without a semi-colon", + "input": "&pfr", + "description": "Bad named entity: pfr without a semi-colon", "output": [ [ - "Character", + "Character", "&pfr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝔭", - "description": "Named entity: pfr; with a semi-colon", + "input": "𝔭", + "description": "Named entity: pfr; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udd2d" ] ] - }, + }, { - "input": "&phi", - "description": "Bad named entity: phi without a semi-colon", + "input": "&phi", + "description": "Bad named entity: phi without a semi-colon", "output": [ [ - "Character", + "Character", "&phi" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "φ", - "description": "Named entity: phi; with a semi-colon", + "input": "φ", + "description": "Named entity: phi; with a semi-colon", "output": [ [ - "Character", + "Character", "\u03c6" ] ] - }, + }, { - "input": "&phiv", - "description": "Bad named entity: phiv without a semi-colon", + "input": "&phiv", + "description": "Bad named entity: phiv without a semi-colon", "output": [ [ - "Character", + "Character", "&phiv" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ϕ", - "description": "Named entity: phiv; with a semi-colon", + "input": "ϕ", + "description": "Named entity: phiv; with a semi-colon", "output": [ [ - "Character", + "Character", "\u03d5" ] ] - }, + }, { - "input": "&phmmat", - "description": "Bad named entity: phmmat without a semi-colon", + "input": "&phmmat", + "description": "Bad named entity: phmmat without a semi-colon", "output": [ [ - "Character", + "Character", "&phmmat" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ℳ", - "description": "Named entity: phmmat; with a semi-colon", + "input": "ℳ", + "description": "Named entity: phmmat; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2133" ] ] - }, + }, { - "input": "&phone", - "description": "Bad named entity: phone without a semi-colon", + "input": "&phone", + "description": "Bad named entity: phone without a semi-colon", "output": [ [ - "Character", + "Character", "&phone" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "☎", - "description": "Named entity: phone; with a semi-colon", + "input": "☎", + "description": "Named entity: phone; with a semi-colon", "output": [ [ - "Character", + "Character", "\u260e" ] ] - }, + }, { - "input": "&pi", - "description": "Bad named entity: pi without a semi-colon", + "input": "&pi", + "description": "Bad named entity: pi without a semi-colon", "output": [ [ - "Character", + "Character", "&pi" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "π", - "description": "Named entity: pi; with a semi-colon", + "input": "π", + "description": "Named entity: pi; with a semi-colon", "output": [ [ - "Character", + "Character", "\u03c0" ] ] - }, + }, { - "input": "&pitchfork", - "description": "Bad named entity: pitchfork without a semi-colon", + "input": "&pitchfork", + "description": "Bad named entity: pitchfork without a semi-colon", "output": [ [ - "Character", + "Character", "&pitchfork" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⋔", - "description": "Named entity: pitchfork; with a semi-colon", + "input": "⋔", + "description": "Named entity: pitchfork; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22d4" ] ] - }, + }, { - "input": "&piv", - "description": "Bad named entity: piv without a semi-colon", + "input": "&piv", + "description": "Bad named entity: piv without a semi-colon", "output": [ [ - "Character", + "Character", "&piv" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ϖ", - "description": "Named entity: piv; with a semi-colon", + "input": "ϖ", + "description": "Named entity: piv; with a semi-colon", "output": [ [ - "Character", + "Character", "\u03d6" ] ] - }, + }, { - "input": "&planck", - "description": "Bad named entity: planck without a semi-colon", + "input": "&planck", + "description": "Bad named entity: planck without a semi-colon", "output": [ [ - "Character", + "Character", "&planck" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ℏ", - "description": "Named entity: planck; with a semi-colon", + "input": "ℏ", + "description": "Named entity: planck; with a semi-colon", "output": [ [ - "Character", + "Character", "\u210f" ] ] - }, + }, { - "input": "&planckh", - "description": "Bad named entity: planckh without a semi-colon", + "input": "&planckh", + "description": "Bad named entity: planckh without a semi-colon", "output": [ [ - "Character", + "Character", "&planckh" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ℎ", - "description": "Named entity: planckh; with a semi-colon", + "input": "ℎ", + "description": "Named entity: planckh; with a semi-colon", "output": [ [ - "Character", + "Character", "\u210e" ] ] - }, + }, { - "input": "&plankv", - "description": "Bad named entity: plankv without a semi-colon", + "input": "&plankv", + "description": "Bad named entity: plankv without a semi-colon", "output": [ [ - "Character", + "Character", "&plankv" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ℏ", - "description": "Named entity: plankv; with a semi-colon", + "input": "ℏ", + "description": "Named entity: plankv; with a semi-colon", "output": [ [ - "Character", + "Character", "\u210f" ] ] - }, + }, { - "input": "&plus", - "description": "Bad named entity: plus without a semi-colon", + "input": "&plus", + "description": "Bad named entity: plus without a semi-colon", "output": [ [ - "Character", + "Character", "&plus" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "+", - "description": "Named entity: plus; with a semi-colon", + "input": "+", + "description": "Named entity: plus; with a semi-colon", "output": [ [ - "Character", + "Character", "+" ] ] - }, + }, { - "input": "&plusacir", - "description": "Bad named entity: plusacir without a semi-colon", + "input": "&plusacir", + "description": "Bad named entity: plusacir without a semi-colon", "output": [ [ - "Character", + "Character", "&plusacir" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⨣", - "description": "Named entity: plusacir; with a semi-colon", + "input": "⨣", + "description": "Named entity: plusacir; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a23" ] ] - }, + }, { - "input": "&plusb", - "description": "Bad named entity: plusb without a semi-colon", + "input": "&plusb", + "description": "Bad named entity: plusb without a semi-colon", "output": [ [ - "Character", + "Character", "&plusb" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊞", - "description": "Named entity: plusb; with a semi-colon", + "input": "⊞", + "description": "Named entity: plusb; with a semi-colon", "output": [ [ - "Character", + "Character", "\u229e" ] ] - }, + }, { - "input": "&pluscir", - "description": "Bad named entity: pluscir without a semi-colon", + "input": "&pluscir", + "description": "Bad named entity: pluscir without a semi-colon", "output": [ [ - "Character", + "Character", "&pluscir" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⨢", - "description": "Named entity: pluscir; with a semi-colon", + "input": "⨢", + "description": "Named entity: pluscir; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a22" ] ] - }, + }, { - "input": "&plusdo", - "description": "Bad named entity: plusdo without a semi-colon", + "input": "&plusdo", + "description": "Bad named entity: plusdo without a semi-colon", "output": [ [ - "Character", + "Character", "&plusdo" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∔", - "description": "Named entity: plusdo; with a semi-colon", + "input": "∔", + "description": "Named entity: plusdo; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2214" ] ] - }, + }, { - "input": "&plusdu", - "description": "Bad named entity: plusdu without a semi-colon", + "input": "&plusdu", + "description": "Bad named entity: plusdu without a semi-colon", "output": [ [ - "Character", + "Character", "&plusdu" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⨥", - "description": "Named entity: plusdu; with a semi-colon", + "input": "⨥", + "description": "Named entity: plusdu; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a25" ] ] - }, + }, { - "input": "&pluse", - "description": "Bad named entity: pluse without a semi-colon", + "input": "&pluse", + "description": "Bad named entity: pluse without a semi-colon", "output": [ [ - "Character", + "Character", "&pluse" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⩲", - "description": "Named entity: pluse; with a semi-colon", + "input": "⩲", + "description": "Named entity: pluse; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a72" ] ] - }, + }, { - "input": "±", - "description": "Named entity: plusmn without a semi-colon", + "input": "±", + "description": "Named entity: plusmn without a semi-colon", "output": [ [ - "Character", + "Character", "\u00b1" ] ], "errors": [ { "code": "missing-semicolon-after-character-reference", "line": 1, "col": 8 } ] - }, + }, { - "input": "±", - "description": "Named entity: plusmn; with a semi-colon", + "input": "±", + "description": "Named entity: plusmn; with a semi-colon", "output": [ [ - "Character", + "Character", "\u00b1" ] ] - }, + }, { - "input": "&plussim", - "description": "Bad named entity: plussim without a semi-colon", + "input": "&plussim", + "description": "Bad named entity: plussim without a semi-colon", "output": [ [ - "Character", + "Character", "&plussim" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⨦", - "description": "Named entity: plussim; with a semi-colon", + "input": "⨦", + "description": "Named entity: plussim; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a26" ] ] - }, + }, { - "input": "&plustwo", - "description": "Bad named entity: plustwo without a semi-colon", + "input": "&plustwo", + "description": "Bad named entity: plustwo without a semi-colon", "output": [ [ - "Character", + "Character", "&plustwo" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⨧", - "description": "Named entity: plustwo; with a semi-colon", + "input": "⨧", + "description": "Named entity: plustwo; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a27" ] ] - }, + }, { - "input": "&pm", - "description": "Bad named entity: pm without a semi-colon", + "input": "&pm", + "description": "Bad named entity: pm without a semi-colon", "output": [ [ - "Character", + "Character", "&pm" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "±", - "description": "Named entity: pm; with a semi-colon", + "input": "±", + "description": "Named entity: pm; with a semi-colon", "output": [ [ - "Character", + "Character", "\u00b1" ] ] - }, + }, { - "input": "&pointint", - "description": "Bad named entity: pointint without a semi-colon", + "input": "&pointint", + "description": "Bad named entity: pointint without a semi-colon", "output": [ [ - "Character", + "Character", "&pointint" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⨕", - "description": "Named entity: pointint; with a semi-colon", + "input": "⨕", + "description": "Named entity: pointint; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a15" ] ] - }, + }, { - "input": "&popf", - "description": "Bad named entity: popf without a semi-colon", + "input": "&popf", + "description": "Bad named entity: popf without a semi-colon", "output": [ [ - "Character", + "Character", "&popf" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝕡", - "description": "Named entity: popf; with a semi-colon", + "input": "𝕡", + "description": "Named entity: popf; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udd61" ] ] - }, + }, { - "input": "£", - "description": "Named entity: pound without a semi-colon", + "input": "£", + "description": "Named entity: pound without a semi-colon", "output": [ [ - "Character", + "Character", "\u00a3" ] ], "errors": [ { "code": "missing-semicolon-after-character-reference", "line": 1, "col": 7 } ] - }, + }, { - "input": "£", - "description": "Named entity: pound; with a semi-colon", + "input": "£", + "description": "Named entity: pound; with a semi-colon", "output": [ [ - "Character", + "Character", "\u00a3" ] ] - }, + }, { - "input": "&pr", - "description": "Bad named entity: pr without a semi-colon", + "input": "&pr", + "description": "Bad named entity: pr without a semi-colon", "output": [ [ - "Character", + "Character", "&pr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≺", - "description": "Named entity: pr; with a semi-colon", + "input": "≺", + "description": "Named entity: pr; with a semi-colon", "output": [ [ - "Character", + "Character", "\u227a" ] ] - }, + }, { - "input": "&prE", - "description": "Bad named entity: prE without a semi-colon", + "input": "&prE", + "description": "Bad named entity: prE without a semi-colon", "output": [ [ - "Character", + "Character", "&prE" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⪳", - "description": "Named entity: prE; with a semi-colon", + "input": "⪳", + "description": "Named entity: prE; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2ab3" ] ] - }, + }, { - "input": "&prap", - "description": "Bad named entity: prap without a semi-colon", + "input": "&prap", + "description": "Bad named entity: prap without a semi-colon", "output": [ [ - "Character", + "Character", "&prap" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⪷", - "description": "Named entity: prap; with a semi-colon", + "input": "⪷", + "description": "Named entity: prap; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2ab7" ] ] - }, + }, { - "input": "&prcue", - "description": "Bad named entity: prcue without a semi-colon", + "input": "&prcue", + "description": "Bad named entity: prcue without a semi-colon", "output": [ [ - "Character", + "Character", "&prcue" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≼", - "description": "Named entity: prcue; with a semi-colon", + "input": "≼", + "description": "Named entity: prcue; with a semi-colon", "output": [ [ - "Character", + "Character", "\u227c" ] ] - }, + }, { - "input": "&pre", - "description": "Bad named entity: pre without a semi-colon", + "input": "&pre", + "description": "Bad named entity: pre without a semi-colon", "output": [ [ - "Character", + "Character", "&pre" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⪯", - "description": "Named entity: pre; with a semi-colon", + "input": "⪯", + "description": "Named entity: pre; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2aaf" ] ] - }, + }, { - "input": "&prec", - "description": "Bad named entity: prec without a semi-colon", + "input": "&prec", + "description": "Bad named entity: prec without a semi-colon", "output": [ [ - "Character", + "Character", "&prec" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≺", - "description": "Named entity: prec; with a semi-colon", + "input": "≺", + "description": "Named entity: prec; with a semi-colon", "output": [ [ - "Character", + "Character", "\u227a" ] ] - }, + }, { - "input": "&precapprox", - "description": "Bad named entity: precapprox without a semi-colon", + "input": "&precapprox", + "description": "Bad named entity: precapprox without a semi-colon", "output": [ [ - "Character", + "Character", "&precapprox" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⪷", - "description": "Named entity: precapprox; with a semi-colon", + "input": "⪷", + "description": "Named entity: precapprox; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2ab7" ] ] - }, + }, { - "input": "&preccurlyeq", - "description": "Bad named entity: preccurlyeq without a semi-colon", + "input": "&preccurlyeq", + "description": "Bad named entity: preccurlyeq without a semi-colon", "output": [ [ - "Character", + "Character", "&preccurlyeq" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≼", - "description": "Named entity: preccurlyeq; with a semi-colon", + "input": "≼", + "description": "Named entity: preccurlyeq; with a semi-colon", "output": [ [ - "Character", + "Character", "\u227c" ] ] - }, + }, { - "input": "&preceq", - "description": "Bad named entity: preceq without a semi-colon", + "input": "&preceq", + "description": "Bad named entity: preceq without a semi-colon", "output": [ [ - "Character", + "Character", "&preceq" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⪯", - "description": "Named entity: preceq; with a semi-colon", + "input": "⪯", + "description": "Named entity: preceq; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2aaf" ] ] - }, + }, { - "input": "&precnapprox", - "description": "Bad named entity: precnapprox without a semi-colon", + "input": "&precnapprox", + "description": "Bad named entity: precnapprox without a semi-colon", "output": [ [ - "Character", + "Character", "&precnapprox" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⪹", - "description": "Named entity: precnapprox; with a semi-colon", + "input": "⪹", + "description": "Named entity: precnapprox; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2ab9" ] ] - }, + }, { - "input": "&precneqq", - "description": "Bad named entity: precneqq without a semi-colon", + "input": "&precneqq", + "description": "Bad named entity: precneqq without a semi-colon", "output": [ [ - "Character", + "Character", "&precneqq" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⪵", - "description": "Named entity: precneqq; with a semi-colon", + "input": "⪵", + "description": "Named entity: precneqq; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2ab5" ] ] - }, + }, { - "input": "&precnsim", - "description": "Bad named entity: precnsim without a semi-colon", + "input": "&precnsim", + "description": "Bad named entity: precnsim without a semi-colon", "output": [ [ - "Character", + "Character", "&precnsim" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⋨", - "description": "Named entity: precnsim; with a semi-colon", + "input": "⋨", + "description": "Named entity: precnsim; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22e8" ] ] - }, + }, { - "input": "&precsim", - "description": "Bad named entity: precsim without a semi-colon", + "input": "&precsim", + "description": "Bad named entity: precsim without a semi-colon", "output": [ [ - "Character", + "Character", "&precsim" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≾", - "description": "Named entity: precsim; with a semi-colon", + "input": "≾", + "description": "Named entity: precsim; with a semi-colon", "output": [ [ - "Character", + "Character", "\u227e" ] ] - }, + }, { - "input": "&prime", - "description": "Bad named entity: prime without a semi-colon", + "input": "&prime", + "description": "Bad named entity: prime without a semi-colon", "output": [ [ - "Character", + "Character", "&prime" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "′", - "description": "Named entity: prime; with a semi-colon", + "input": "′", + "description": "Named entity: prime; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2032" ] ] - }, + }, { - "input": "&primes", - "description": "Bad named entity: primes without a semi-colon", + "input": "&primes", + "description": "Bad named entity: primes without a semi-colon", "output": [ [ - "Character", + "Character", "&primes" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ℙ", - "description": "Named entity: primes; with a semi-colon", + "input": "ℙ", + "description": "Named entity: primes; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2119" ] ] - }, + }, { - "input": "&prnE", - "description": "Bad named entity: prnE without a semi-colon", + "input": "&prnE", + "description": "Bad named entity: prnE without a semi-colon", "output": [ [ - "Character", + "Character", "&prnE" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⪵", - "description": "Named entity: prnE; with a semi-colon", + "input": "⪵", + "description": "Named entity: prnE; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2ab5" ] ] - }, + }, { - "input": "&prnap", - "description": "Bad named entity: prnap without a semi-colon", + "input": "&prnap", + "description": "Bad named entity: prnap without a semi-colon", "output": [ [ - "Character", + "Character", "&prnap" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⪹", - "description": "Named entity: prnap; with a semi-colon", + "input": "⪹", + "description": "Named entity: prnap; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2ab9" ] ] - }, + }, { - "input": "&prnsim", - "description": "Bad named entity: prnsim without a semi-colon", + "input": "&prnsim", + "description": "Bad named entity: prnsim without a semi-colon", "output": [ [ - "Character", + "Character", "&prnsim" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⋨", - "description": "Named entity: prnsim; with a semi-colon", + "input": "⋨", + "description": "Named entity: prnsim; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22e8" ] ] - }, + }, { - "input": "&prod", - "description": "Bad named entity: prod without a semi-colon", + "input": "&prod", + "description": "Bad named entity: prod without a semi-colon", "output": [ [ - "Character", + "Character", "&prod" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∏", - "description": "Named entity: prod; with a semi-colon", + "input": "∏", + "description": "Named entity: prod; with a semi-colon", "output": [ [ - "Character", + "Character", "\u220f" ] ] - }, + }, { - "input": "&profalar", - "description": "Bad named entity: profalar without a semi-colon", + "input": "&profalar", + "description": "Bad named entity: profalar without a semi-colon", "output": [ [ - "Character", + "Character", "&profalar" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⌮", - "description": "Named entity: profalar; with a semi-colon", + "input": "⌮", + "description": "Named entity: profalar; with a semi-colon", "output": [ [ - "Character", + "Character", "\u232e" ] ] - }, + }, { - "input": "&profline", - "description": "Bad named entity: profline without a semi-colon", + "input": "&profline", + "description": "Bad named entity: profline without a semi-colon", "output": [ [ - "Character", + "Character", "&profline" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⌒", - "description": "Named entity: profline; with a semi-colon", + "input": "⌒", + "description": "Named entity: profline; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2312" ] ] - }, + }, { - "input": "&profsurf", - "description": "Bad named entity: profsurf without a semi-colon", + "input": "&profsurf", + "description": "Bad named entity: profsurf without a semi-colon", "output": [ [ - "Character", + "Character", "&profsurf" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⌓", - "description": "Named entity: profsurf; with a semi-colon", + "input": "⌓", + "description": "Named entity: profsurf; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2313" ] ] - }, + }, { - "input": "&prop", - "description": "Bad named entity: prop without a semi-colon", + "input": "&prop", + "description": "Bad named entity: prop without a semi-colon", "output": [ [ - "Character", + "Character", "&prop" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∝", - "description": "Named entity: prop; with a semi-colon", + "input": "∝", + "description": "Named entity: prop; with a semi-colon", "output": [ [ - "Character", + "Character", "\u221d" ] ] - }, + }, { - "input": "&propto", - "description": "Bad named entity: propto without a semi-colon", + "input": "&propto", + "description": "Bad named entity: propto without a semi-colon", "output": [ [ - "Character", + "Character", "&propto" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∝", - "description": "Named entity: propto; with a semi-colon", + "input": "∝", + "description": "Named entity: propto; with a semi-colon", "output": [ [ - "Character", + "Character", "\u221d" ] ] - }, + }, { - "input": "&prsim", - "description": "Bad named entity: prsim without a semi-colon", + "input": "&prsim", + "description": "Bad named entity: prsim without a semi-colon", "output": [ [ - "Character", + "Character", "&prsim" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≾", - "description": "Named entity: prsim; with a semi-colon", + "input": "≾", + "description": "Named entity: prsim; with a semi-colon", "output": [ [ - "Character", + "Character", "\u227e" ] ] - }, + }, { - "input": "&prurel", - "description": "Bad named entity: prurel without a semi-colon", + "input": "&prurel", + "description": "Bad named entity: prurel without a semi-colon", "output": [ [ - "Character", + "Character", "&prurel" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊰", - "description": "Named entity: prurel; with a semi-colon", + "input": "⊰", + "description": "Named entity: prurel; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22b0" ] ] - }, + }, { - "input": "&pscr", - "description": "Bad named entity: pscr without a semi-colon", + "input": "&pscr", + "description": "Bad named entity: pscr without a semi-colon", "output": [ [ - "Character", + "Character", "&pscr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝓅", - "description": "Named entity: pscr; with a semi-colon", + "input": "𝓅", + "description": "Named entity: pscr; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udcc5" ] ] - }, + }, { - "input": "&psi", - "description": "Bad named entity: psi without a semi-colon", + "input": "&psi", + "description": "Bad named entity: psi without a semi-colon", "output": [ [ - "Character", + "Character", "&psi" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ψ", - "description": "Named entity: psi; with a semi-colon", + "input": "ψ", + "description": "Named entity: psi; with a semi-colon", "output": [ [ - "Character", + "Character", "\u03c8" ] ] - }, + }, { - "input": "&puncsp", - "description": "Bad named entity: puncsp without a semi-colon", + "input": "&puncsp", + "description": "Bad named entity: puncsp without a semi-colon", "output": [ [ - "Character", + "Character", "&puncsp" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": " ", - "description": "Named entity: puncsp; with a semi-colon", + "input": " ", + "description": "Named entity: puncsp; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2008" ] ] - }, + }, { - "input": "&qfr", - "description": "Bad named entity: qfr without a semi-colon", + "input": "&qfr", + "description": "Bad named entity: qfr without a semi-colon", "output": [ [ - "Character", + "Character", "&qfr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝔮", - "description": "Named entity: qfr; with a semi-colon", + "input": "𝔮", + "description": "Named entity: qfr; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udd2e" ] ] - }, + }, { - "input": "&qint", - "description": "Bad named entity: qint without a semi-colon", + "input": "&qint", + "description": "Bad named entity: qint without a semi-colon", "output": [ [ - "Character", + "Character", "&qint" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⨌", - "description": "Named entity: qint; with a semi-colon", + "input": "⨌", + "description": "Named entity: qint; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a0c" ] ] - }, + }, { - "input": "&qopf", - "description": "Bad named entity: qopf without a semi-colon", + "input": "&qopf", + "description": "Bad named entity: qopf without a semi-colon", "output": [ [ - "Character", + "Character", "&qopf" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝕢", - "description": "Named entity: qopf; with a semi-colon", + "input": "𝕢", + "description": "Named entity: qopf; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udd62" ] ] - }, + }, { - "input": "&qprime", - "description": "Bad named entity: qprime without a semi-colon", + "input": "&qprime", + "description": "Bad named entity: qprime without a semi-colon", "output": [ [ - "Character", + "Character", "&qprime" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⁗", - "description": "Named entity: qprime; with a semi-colon", + "input": "⁗", + "description": "Named entity: qprime; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2057" ] ] - }, + }, { - "input": "&qscr", - "description": "Bad named entity: qscr without a semi-colon", + "input": "&qscr", + "description": "Bad named entity: qscr without a semi-colon", "output": [ [ - "Character", + "Character", "&qscr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝓆", - "description": "Named entity: qscr; with a semi-colon", + "input": "𝓆", + "description": "Named entity: qscr; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udcc6" ] ] - }, + }, { - "input": "&quaternions", - "description": "Bad named entity: quaternions without a semi-colon", + "input": "&quaternions", + "description": "Bad named entity: quaternions without a semi-colon", "output": [ [ - "Character", + "Character", "&quaternions" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ℍ", - "description": "Named entity: quaternions; with a semi-colon", + "input": "ℍ", + "description": "Named entity: quaternions; with a semi-colon", "output": [ [ - "Character", + "Character", "\u210d" ] ] - }, + }, { - "input": "&quatint", - "description": "Bad named entity: quatint without a semi-colon", + "input": "&quatint", + "description": "Bad named entity: quatint without a semi-colon", "output": [ [ - "Character", + "Character", "&quatint" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⨖", - "description": "Named entity: quatint; with a semi-colon", + "input": "⨖", + "description": "Named entity: quatint; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a16" ] ] - }, + }, { - "input": "&quest", - "description": "Bad named entity: quest without a semi-colon", + "input": "&quest", + "description": "Bad named entity: quest without a semi-colon", "output": [ [ - "Character", + "Character", "&quest" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "?", - "description": "Named entity: quest; with a semi-colon", + "input": "?", + "description": "Named entity: quest; with a semi-colon", "output": [ [ - "Character", + "Character", "?" ] ] - }, + }, { - "input": "&questeq", - "description": "Bad named entity: questeq without a semi-colon", + "input": "&questeq", + "description": "Bad named entity: questeq without a semi-colon", "output": [ [ - "Character", + "Character", "&questeq" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≟", - "description": "Named entity: questeq; with a semi-colon", + "input": "≟", + "description": "Named entity: questeq; with a semi-colon", "output": [ [ - "Character", + "Character", "\u225f" ] ] - }, + }, { - "input": """, - "description": "Named entity: quot without a semi-colon", + "input": """, + "description": "Named entity: quot without a semi-colon", "output": [ [ - "Character", + "Character", "\"" ] ], "errors": [ { "code": "missing-semicolon-after-character-reference", "line": 1, "col": 6 } ] - }, + }, { - "input": """, - "description": "Named entity: quot; with a semi-colon", + "input": """, + "description": "Named entity: quot; with a semi-colon", "output": [ [ - "Character", + "Character", "\"" ] ] - }, + }, { - "input": "&rAarr", - "description": "Bad named entity: rAarr without a semi-colon", + "input": "&rAarr", + "description": "Bad named entity: rAarr without a semi-colon", "output": [ [ - "Character", + "Character", "&rAarr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⇛", - "description": "Named entity: rAarr; with a semi-colon", + "input": "⇛", + "description": "Named entity: rAarr; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21db" ] ] - }, + }, { - "input": "&rArr", - "description": "Bad named entity: rArr without a semi-colon", + "input": "&rArr", + "description": "Bad named entity: rArr without a semi-colon", "output": [ [ - "Character", + "Character", "&rArr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⇒", - "description": "Named entity: rArr; with a semi-colon", + "input": "⇒", + "description": "Named entity: rArr; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21d2" ] ] - }, + }, { - "input": "&rAtail", - "description": "Bad named entity: rAtail without a semi-colon", + "input": "&rAtail", + "description": "Bad named entity: rAtail without a semi-colon", "output": [ [ - "Character", + "Character", "&rAtail" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⤜", - "description": "Named entity: rAtail; with a semi-colon", + "input": "⤜", + "description": "Named entity: rAtail; with a semi-colon", "output": [ [ - "Character", + "Character", "\u291c" ] ] - }, + }, { - "input": "&rBarr", - "description": "Bad named entity: rBarr without a semi-colon", + "input": "&rBarr", + "description": "Bad named entity: rBarr without a semi-colon", "output": [ [ - "Character", + "Character", "&rBarr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⤏", - "description": "Named entity: rBarr; with a semi-colon", + "input": "⤏", + "description": "Named entity: rBarr; with a semi-colon", "output": [ [ - "Character", + "Character", "\u290f" ] ] - }, + }, { - "input": "&rHar", - "description": "Bad named entity: rHar without a semi-colon", + "input": "&rHar", + "description": "Bad named entity: rHar without a semi-colon", "output": [ [ - "Character", + "Character", "&rHar" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⥤", - "description": "Named entity: rHar; with a semi-colon", + "input": "⥤", + "description": "Named entity: rHar; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2964" ] ] - }, + }, { - "input": "&race", - "description": "Bad named entity: race without a semi-colon", + "input": "&race", + "description": "Bad named entity: race without a semi-colon", "output": [ [ - "Character", + "Character", "&race" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∽̱", - "description": "Named entity: race; with a semi-colon", + "input": "∽̱", + "description": "Named entity: race; with a semi-colon", "output": [ [ - "Character", + "Character", "\u223d\u0331" ] ] - }, + }, { - "input": "&racute", - "description": "Bad named entity: racute without a semi-colon", + "input": "&racute", + "description": "Bad named entity: racute without a semi-colon", "output": [ [ - "Character", + "Character", "&racute" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ŕ", - "description": "Named entity: racute; with a semi-colon", + "input": "ŕ", + "description": "Named entity: racute; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0155" ] ] - }, + }, { - "input": "&radic", - "description": "Bad named entity: radic without a semi-colon", + "input": "&radic", + "description": "Bad named entity: radic without a semi-colon", "output": [ [ - "Character", + "Character", "&radic" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "√", - "description": "Named entity: radic; with a semi-colon", + "input": "√", + "description": "Named entity: radic; with a semi-colon", "output": [ [ - "Character", + "Character", "\u221a" ] ] - }, + }, { - "input": "&raemptyv", - "description": "Bad named entity: raemptyv without a semi-colon", + "input": "&raemptyv", + "description": "Bad named entity: raemptyv without a semi-colon", "output": [ [ - "Character", + "Character", "&raemptyv" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⦳", - "description": "Named entity: raemptyv; with a semi-colon", + "input": "⦳", + "description": "Named entity: raemptyv; with a semi-colon", "output": [ [ - "Character", + "Character", "\u29b3" ] ] - }, + }, { - "input": "&rang", - "description": "Bad named entity: rang without a semi-colon", + "input": "&rang", + "description": "Bad named entity: rang without a semi-colon", "output": [ [ - "Character", + "Character", "&rang" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⟩", - "description": "Named entity: rang; with a semi-colon", + "input": "⟩", + "description": "Named entity: rang; with a semi-colon", "output": [ [ - "Character", + "Character", "\u27e9" ] ] - }, + }, { - "input": "&rangd", - "description": "Bad named entity: rangd without a semi-colon", + "input": "&rangd", + "description": "Bad named entity: rangd without a semi-colon", "output": [ [ - "Character", + "Character", "&rangd" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⦒", - "description": "Named entity: rangd; with a semi-colon", + "input": "⦒", + "description": "Named entity: rangd; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2992" ] ] - }, + }, { - "input": "&range", - "description": "Bad named entity: range without a semi-colon", + "input": "&range", + "description": "Bad named entity: range without a semi-colon", "output": [ [ - "Character", + "Character", "&range" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⦥", - "description": "Named entity: range; with a semi-colon", + "input": "⦥", + "description": "Named entity: range; with a semi-colon", "output": [ [ - "Character", + "Character", "\u29a5" ] ] - }, + }, { - "input": "&rangle", - "description": "Bad named entity: rangle without a semi-colon", + "input": "&rangle", + "description": "Bad named entity: rangle without a semi-colon", "output": [ [ - "Character", + "Character", "&rangle" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⟩", - "description": "Named entity: rangle; with a semi-colon", + "input": "⟩", + "description": "Named entity: rangle; with a semi-colon", "output": [ [ - "Character", + "Character", "\u27e9" ] ] - }, + }, { - "input": "»", - "description": "Named entity: raquo without a semi-colon", + "input": "»", + "description": "Named entity: raquo without a semi-colon", "output": [ [ - "Character", + "Character", "\u00bb" ] ], "errors": [ { "code": "missing-semicolon-after-character-reference", "line": 1, "col": 7 } ] - }, + }, { - "input": "»", - "description": "Named entity: raquo; with a semi-colon", + "input": "»", + "description": "Named entity: raquo; with a semi-colon", "output": [ [ - "Character", + "Character", "\u00bb" ] ] - }, + }, { - "input": "&rarr", - "description": "Bad named entity: rarr without a semi-colon", + "input": "&rarr", + "description": "Bad named entity: rarr without a semi-colon", "output": [ [ - "Character", + "Character", "&rarr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "→", - "description": "Named entity: rarr; with a semi-colon", + "input": "→", + "description": "Named entity: rarr; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2192" ] ] - }, + }, { - "input": "&rarrap", - "description": "Bad named entity: rarrap without a semi-colon", + "input": "&rarrap", + "description": "Bad named entity: rarrap without a semi-colon", "output": [ [ - "Character", + "Character", "&rarrap" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⥵", - "description": "Named entity: rarrap; with a semi-colon", + "input": "⥵", + "description": "Named entity: rarrap; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2975" ] ] - }, + }, { - "input": "&rarrb", - "description": "Bad named entity: rarrb without a semi-colon", + "input": "&rarrb", + "description": "Bad named entity: rarrb without a semi-colon", "output": [ [ - "Character", + "Character", "&rarrb" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⇥", - "description": "Named entity: rarrb; with a semi-colon", + "input": "⇥", + "description": "Named entity: rarrb; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21e5" ] ] - }, + }, { - "input": "&rarrbfs", - "description": "Bad named entity: rarrbfs without a semi-colon", + "input": "&rarrbfs", + "description": "Bad named entity: rarrbfs without a semi-colon", "output": [ [ - "Character", + "Character", "&rarrbfs" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⤠", - "description": "Named entity: rarrbfs; with a semi-colon", + "input": "⤠", + "description": "Named entity: rarrbfs; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2920" ] ] - }, + }, { - "input": "&rarrc", - "description": "Bad named entity: rarrc without a semi-colon", + "input": "&rarrc", + "description": "Bad named entity: rarrc without a semi-colon", "output": [ [ - "Character", + "Character", "&rarrc" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⤳", - "description": "Named entity: rarrc; with a semi-colon", + "input": "⤳", + "description": "Named entity: rarrc; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2933" ] ] - }, + }, { - "input": "&rarrfs", - "description": "Bad named entity: rarrfs without a semi-colon", + "input": "&rarrfs", + "description": "Bad named entity: rarrfs without a semi-colon", "output": [ [ - "Character", + "Character", "&rarrfs" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⤞", - "description": "Named entity: rarrfs; with a semi-colon", + "input": "⤞", + "description": "Named entity: rarrfs; with a semi-colon", "output": [ [ - "Character", + "Character", "\u291e" ] ] - }, + }, { - "input": "&rarrhk", - "description": "Bad named entity: rarrhk without a semi-colon", + "input": "&rarrhk", + "description": "Bad named entity: rarrhk without a semi-colon", "output": [ [ - "Character", + "Character", "&rarrhk" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "↪", - "description": "Named entity: rarrhk; with a semi-colon", + "input": "↪", + "description": "Named entity: rarrhk; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21aa" ] ] - }, + }, { - "input": "&rarrlp", - "description": "Bad named entity: rarrlp without a semi-colon", + "input": "&rarrlp", + "description": "Bad named entity: rarrlp without a semi-colon", "output": [ [ - "Character", + "Character", "&rarrlp" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "↬", - "description": "Named entity: rarrlp; with a semi-colon", + "input": "↬", + "description": "Named entity: rarrlp; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21ac" ] ] - }, + }, { - "input": "&rarrpl", - "description": "Bad named entity: rarrpl without a semi-colon", + "input": "&rarrpl", + "description": "Bad named entity: rarrpl without a semi-colon", "output": [ [ - "Character", + "Character", "&rarrpl" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⥅", - "description": "Named entity: rarrpl; with a semi-colon", + "input": "⥅", + "description": "Named entity: rarrpl; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2945" ] ] - }, + }, { - "input": "&rarrsim", - "description": "Bad named entity: rarrsim without a semi-colon", + "input": "&rarrsim", + "description": "Bad named entity: rarrsim without a semi-colon", "output": [ [ - "Character", + "Character", "&rarrsim" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⥴", - "description": "Named entity: rarrsim; with a semi-colon", + "input": "⥴", + "description": "Named entity: rarrsim; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2974" ] ] - }, + }, { - "input": "&rarrtl", - "description": "Bad named entity: rarrtl without a semi-colon", + "input": "&rarrtl", + "description": "Bad named entity: rarrtl without a semi-colon", "output": [ [ - "Character", + "Character", "&rarrtl" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "↣", - "description": "Named entity: rarrtl; with a semi-colon", + "input": "↣", + "description": "Named entity: rarrtl; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21a3" ] ] - }, + }, { - "input": "&rarrw", - "description": "Bad named entity: rarrw without a semi-colon", + "input": "&rarrw", + "description": "Bad named entity: rarrw without a semi-colon", "output": [ [ - "Character", + "Character", "&rarrw" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "↝", - "description": "Named entity: rarrw; with a semi-colon", + "input": "↝", + "description": "Named entity: rarrw; with a semi-colon", "output": [ [ - "Character", + "Character", "\u219d" ] ] - }, + }, { - "input": "&ratail", - "description": "Bad named entity: ratail without a semi-colon", + "input": "&ratail", + "description": "Bad named entity: ratail without a semi-colon", "output": [ [ - "Character", + "Character", "&ratail" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⤚", - "description": "Named entity: ratail; with a semi-colon", + "input": "⤚", + "description": "Named entity: ratail; with a semi-colon", "output": [ [ - "Character", + "Character", "\u291a" ] ] - }, + }, { - "input": "&ratio", - "description": "Bad named entity: ratio without a semi-colon", + "input": "&ratio", + "description": "Bad named entity: ratio without a semi-colon", "output": [ [ - "Character", + "Character", "&ratio" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∶", - "description": "Named entity: ratio; with a semi-colon", + "input": "∶", + "description": "Named entity: ratio; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2236" ] ] - }, + }, { - "input": "&rationals", - "description": "Bad named entity: rationals without a semi-colon", + "input": "&rationals", + "description": "Bad named entity: rationals without a semi-colon", "output": [ [ - "Character", + "Character", "&rationals" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ℚ", - "description": "Named entity: rationals; with a semi-colon", + "input": "ℚ", + "description": "Named entity: rationals; with a semi-colon", "output": [ [ - "Character", + "Character", "\u211a" ] ] - }, + }, { - "input": "&rbarr", - "description": "Bad named entity: rbarr without a semi-colon", + "input": "&rbarr", + "description": "Bad named entity: rbarr without a semi-colon", "output": [ [ - "Character", + "Character", "&rbarr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⤍", - "description": "Named entity: rbarr; with a semi-colon", + "input": "⤍", + "description": "Named entity: rbarr; with a semi-colon", "output": [ [ - "Character", + "Character", "\u290d" ] ] - }, + }, { - "input": "&rbbrk", - "description": "Bad named entity: rbbrk without a semi-colon", + "input": "&rbbrk", + "description": "Bad named entity: rbbrk without a semi-colon", "output": [ [ - "Character", + "Character", "&rbbrk" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "❳", - "description": "Named entity: rbbrk; with a semi-colon", + "input": "❳", + "description": "Named entity: rbbrk; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2773" ] ] - }, + }, { - "input": "&rbrace", - "description": "Bad named entity: rbrace without a semi-colon", + "input": "&rbrace", + "description": "Bad named entity: rbrace without a semi-colon", "output": [ [ - "Character", + "Character", "&rbrace" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "}", - "description": "Named entity: rbrace; with a semi-colon", + "input": "}", + "description": "Named entity: rbrace; with a semi-colon", "output": [ [ - "Character", + "Character", "}" ] ] - }, + }, { - "input": "&rbrack", - "description": "Bad named entity: rbrack without a semi-colon", + "input": "&rbrack", + "description": "Bad named entity: rbrack without a semi-colon", "output": [ [ - "Character", + "Character", "&rbrack" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "]", - "description": "Named entity: rbrack; with a semi-colon", + "input": "]", + "description": "Named entity: rbrack; with a semi-colon", "output": [ [ - "Character", + "Character", "]" ] ] - }, + }, { - "input": "&rbrke", - "description": "Bad named entity: rbrke without a semi-colon", + "input": "&rbrke", + "description": "Bad named entity: rbrke without a semi-colon", "output": [ [ - "Character", + "Character", "&rbrke" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⦌", - "description": "Named entity: rbrke; with a semi-colon", + "input": "⦌", + "description": "Named entity: rbrke; with a semi-colon", "output": [ [ - "Character", + "Character", "\u298c" ] ] - }, + }, { - "input": "&rbrksld", - "description": "Bad named entity: rbrksld without a semi-colon", + "input": "&rbrksld", + "description": "Bad named entity: rbrksld without a semi-colon", "output": [ [ - "Character", + "Character", "&rbrksld" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⦎", - "description": "Named entity: rbrksld; with a semi-colon", + "input": "⦎", + "description": "Named entity: rbrksld; with a semi-colon", "output": [ [ - "Character", + "Character", "\u298e" ] ] - }, + }, { - "input": "&rbrkslu", - "description": "Bad named entity: rbrkslu without a semi-colon", + "input": "&rbrkslu", + "description": "Bad named entity: rbrkslu without a semi-colon", "output": [ [ - "Character", + "Character", "&rbrkslu" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⦐", - "description": "Named entity: rbrkslu; with a semi-colon", + "input": "⦐", + "description": "Named entity: rbrkslu; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2990" ] ] - }, + }, { - "input": "&rcaron", - "description": "Bad named entity: rcaron without a semi-colon", + "input": "&rcaron", + "description": "Bad named entity: rcaron without a semi-colon", "output": [ [ - "Character", + "Character", "&rcaron" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ř", - "description": "Named entity: rcaron; with a semi-colon", + "input": "ř", + "description": "Named entity: rcaron; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0159" ] ] - }, + }, { - "input": "&rcedil", - "description": "Bad named entity: rcedil without a semi-colon", + "input": "&rcedil", + "description": "Bad named entity: rcedil without a semi-colon", "output": [ [ - "Character", + "Character", "&rcedil" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ŗ", - "description": "Named entity: rcedil; with a semi-colon", + "input": "ŗ", + "description": "Named entity: rcedil; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0157" ] ] - }, + }, { - "input": "&rceil", - "description": "Bad named entity: rceil without a semi-colon", + "input": "&rceil", + "description": "Bad named entity: rceil without a semi-colon", "output": [ [ - "Character", + "Character", "&rceil" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⌉", - "description": "Named entity: rceil; with a semi-colon", + "input": "⌉", + "description": "Named entity: rceil; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2309" ] ] - }, + }, { - "input": "&rcub", - "description": "Bad named entity: rcub without a semi-colon", + "input": "&rcub", + "description": "Bad named entity: rcub without a semi-colon", "output": [ [ - "Character", + "Character", "&rcub" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "}", - "description": "Named entity: rcub; with a semi-colon", + "input": "}", + "description": "Named entity: rcub; with a semi-colon", "output": [ [ - "Character", + "Character", "}" ] ] - }, + }, { - "input": "&rcy", - "description": "Bad named entity: rcy without a semi-colon", + "input": "&rcy", + "description": "Bad named entity: rcy without a semi-colon", "output": [ [ - "Character", + "Character", "&rcy" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "р", - "description": "Named entity: rcy; with a semi-colon", + "input": "р", + "description": "Named entity: rcy; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0440" ] ] - }, + }, { - "input": "&rdca", - "description": "Bad named entity: rdca without a semi-colon", + "input": "&rdca", + "description": "Bad named entity: rdca without a semi-colon", "output": [ [ - "Character", + "Character", "&rdca" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⤷", - "description": "Named entity: rdca; with a semi-colon", + "input": "⤷", + "description": "Named entity: rdca; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2937" ] ] - }, + }, { - "input": "&rdldhar", - "description": "Bad named entity: rdldhar without a semi-colon", + "input": "&rdldhar", + "description": "Bad named entity: rdldhar without a semi-colon", "output": [ [ - "Character", + "Character", "&rdldhar" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⥩", - "description": "Named entity: rdldhar; with a semi-colon", + "input": "⥩", + "description": "Named entity: rdldhar; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2969" ] ] - }, + }, { - "input": "&rdquo", - "description": "Bad named entity: rdquo without a semi-colon", + "input": "&rdquo", + "description": "Bad named entity: rdquo without a semi-colon", "output": [ [ - "Character", + "Character", "&rdquo" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "”", - "description": "Named entity: rdquo; with a semi-colon", + "input": "”", + "description": "Named entity: rdquo; with a semi-colon", "output": [ [ - "Character", + "Character", "\u201d" ] ] - }, + }, { - "input": "&rdquor", - "description": "Bad named entity: rdquor without a semi-colon", + "input": "&rdquor", + "description": "Bad named entity: rdquor without a semi-colon", "output": [ [ - "Character", + "Character", "&rdquor" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "”", - "description": "Named entity: rdquor; with a semi-colon", + "input": "”", + "description": "Named entity: rdquor; with a semi-colon", "output": [ [ - "Character", + "Character", "\u201d" ] ] - }, + }, { - "input": "&rdsh", - "description": "Bad named entity: rdsh without a semi-colon", + "input": "&rdsh", + "description": "Bad named entity: rdsh without a semi-colon", "output": [ [ - "Character", + "Character", "&rdsh" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "↳", - "description": "Named entity: rdsh; with a semi-colon", + "input": "↳", + "description": "Named entity: rdsh; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21b3" ] ] - }, + }, { - "input": "&real", - "description": "Bad named entity: real without a semi-colon", + "input": "&real", + "description": "Bad named entity: real without a semi-colon", "output": [ [ - "Character", + "Character", "&real" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ℜ", - "description": "Named entity: real; with a semi-colon", + "input": "ℜ", + "description": "Named entity: real; with a semi-colon", "output": [ [ - "Character", + "Character", "\u211c" ] ] - }, + }, { - "input": "&realine", - "description": "Bad named entity: realine without a semi-colon", + "input": "&realine", + "description": "Bad named entity: realine without a semi-colon", "output": [ [ - "Character", + "Character", "&realine" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ℛ", - "description": "Named entity: realine; with a semi-colon", + "input": "ℛ", + "description": "Named entity: realine; with a semi-colon", "output": [ [ - "Character", + "Character", "\u211b" ] ] - }, + }, { - "input": "&realpart", - "description": "Bad named entity: realpart without a semi-colon", + "input": "&realpart", + "description": "Bad named entity: realpart without a semi-colon", "output": [ [ - "Character", + "Character", "&realpart" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ℜ", - "description": "Named entity: realpart; with a semi-colon", + "input": "ℜ", + "description": "Named entity: realpart; with a semi-colon", "output": [ [ - "Character", + "Character", "\u211c" ] ] - }, + }, { - "input": "&reals", - "description": "Bad named entity: reals without a semi-colon", + "input": "&reals", + "description": "Bad named entity: reals without a semi-colon", "output": [ [ - "Character", + "Character", "&reals" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ℝ", - "description": "Named entity: reals; with a semi-colon", + "input": "ℝ", + "description": "Named entity: reals; with a semi-colon", "output": [ [ - "Character", + "Character", "\u211d" ] ] - }, + }, { - "input": "&rect", - "description": "Bad named entity: rect without a semi-colon", + "input": "&rect", + "description": "Bad named entity: rect without a semi-colon", "output": [ [ - "Character", + "Character", "&rect" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "▭", - "description": "Named entity: rect; with a semi-colon", + "input": "▭", + "description": "Named entity: rect; with a semi-colon", "output": [ [ - "Character", + "Character", "\u25ad" ] ] - }, + }, { - "input": "®", - "description": "Named entity: reg without a semi-colon", + "input": "®", + "description": "Named entity: reg without a semi-colon", "output": [ [ - "Character", + "Character", "\u00ae" ] ], "errors": [ { "code": "missing-semicolon-after-character-reference", "line": 1, "col": 5 } ] - }, + }, { - "input": "®", - "description": "Named entity: reg; with a semi-colon", + "input": "®", + "description": "Named entity: reg; with a semi-colon", "output": [ [ - "Character", + "Character", "\u00ae" ] ] - }, + }, { - "input": "&rfisht", - "description": "Bad named entity: rfisht without a semi-colon", + "input": "&rfisht", + "description": "Bad named entity: rfisht without a semi-colon", "output": [ [ - "Character", + "Character", "&rfisht" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⥽", - "description": "Named entity: rfisht; with a semi-colon", + "input": "⥽", + "description": "Named entity: rfisht; with a semi-colon", "output": [ [ - "Character", + "Character", "\u297d" ] ] - }, + }, { - "input": "&rfloor", - "description": "Bad named entity: rfloor without a semi-colon", + "input": "&rfloor", + "description": "Bad named entity: rfloor without a semi-colon", "output": [ [ - "Character", + "Character", "&rfloor" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⌋", - "description": "Named entity: rfloor; with a semi-colon", + "input": "⌋", + "description": "Named entity: rfloor; with a semi-colon", "output": [ [ - "Character", + "Character", "\u230b" ] ] - }, + }, { - "input": "&rfr", - "description": "Bad named entity: rfr without a semi-colon", + "input": "&rfr", + "description": "Bad named entity: rfr without a semi-colon", "output": [ [ - "Character", + "Character", "&rfr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝔯", - "description": "Named entity: rfr; with a semi-colon", + "input": "𝔯", + "description": "Named entity: rfr; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udd2f" ] ] - }, + }, { - "input": "&rhard", - "description": "Bad named entity: rhard without a semi-colon", + "input": "&rhard", + "description": "Bad named entity: rhard without a semi-colon", "output": [ [ - "Character", + "Character", "&rhard" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⇁", - "description": "Named entity: rhard; with a semi-colon", + "input": "⇁", + "description": "Named entity: rhard; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21c1" ] ] - }, + }, { - "input": "&rharu", - "description": "Bad named entity: rharu without a semi-colon", + "input": "&rharu", + "description": "Bad named entity: rharu without a semi-colon", "output": [ [ - "Character", + "Character", "&rharu" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⇀", - "description": "Named entity: rharu; with a semi-colon", + "input": "⇀", + "description": "Named entity: rharu; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21c0" ] ] - }, + }, { - "input": "&rharul", - "description": "Bad named entity: rharul without a semi-colon", + "input": "&rharul", + "description": "Bad named entity: rharul without a semi-colon", "output": [ [ - "Character", + "Character", "&rharul" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⥬", - "description": "Named entity: rharul; with a semi-colon", + "input": "⥬", + "description": "Named entity: rharul; with a semi-colon", "output": [ [ - "Character", + "Character", "\u296c" ] ] - }, + }, { - "input": "&rho", - "description": "Bad named entity: rho without a semi-colon", + "input": "&rho", + "description": "Bad named entity: rho without a semi-colon", "output": [ [ - "Character", + "Character", "&rho" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ρ", - "description": "Named entity: rho; with a semi-colon", + "input": "ρ", + "description": "Named entity: rho; with a semi-colon", "output": [ [ - "Character", + "Character", "\u03c1" ] ] - }, + }, { - "input": "&rhov", - "description": "Bad named entity: rhov without a semi-colon", + "input": "&rhov", + "description": "Bad named entity: rhov without a semi-colon", "output": [ [ - "Character", + "Character", "&rhov" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ϱ", - "description": "Named entity: rhov; with a semi-colon", + "input": "ϱ", + "description": "Named entity: rhov; with a semi-colon", "output": [ [ - "Character", + "Character", "\u03f1" ] ] - }, + }, { - "input": "&rightarrow", - "description": "Bad named entity: rightarrow without a semi-colon", + "input": "&rightarrow", + "description": "Bad named entity: rightarrow without a semi-colon", "output": [ [ - "Character", + "Character", "&rightarrow" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "→", - "description": "Named entity: rightarrow; with a semi-colon", + "input": "→", + "description": "Named entity: rightarrow; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2192" ] ] - }, + }, { - "input": "&rightarrowtail", - "description": "Bad named entity: rightarrowtail without a semi-colon", + "input": "&rightarrowtail", + "description": "Bad named entity: rightarrowtail without a semi-colon", "output": [ [ - "Character", + "Character", "&rightarrowtail" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "↣", - "description": "Named entity: rightarrowtail; with a semi-colon", + "input": "↣", + "description": "Named entity: rightarrowtail; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21a3" ] ] - }, + }, { - "input": "&rightharpoondown", - "description": "Bad named entity: rightharpoondown without a semi-colon", + "input": "&rightharpoondown", + "description": "Bad named entity: rightharpoondown without a semi-colon", "output": [ [ - "Character", + "Character", "&rightharpoondown" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⇁", - "description": "Named entity: rightharpoondown; with a semi-colon", + "input": "⇁", + "description": "Named entity: rightharpoondown; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21c1" ] ] - }, + }, { - "input": "&rightharpoonup", - "description": "Bad named entity: rightharpoonup without a semi-colon", + "input": "&rightharpoonup", + "description": "Bad named entity: rightharpoonup without a semi-colon", "output": [ [ - "Character", + "Character", "&rightharpoonup" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⇀", - "description": "Named entity: rightharpoonup; with a semi-colon", + "input": "⇀", + "description": "Named entity: rightharpoonup; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21c0" ] ] - }, + }, { - "input": "&rightleftarrows", - "description": "Bad named entity: rightleftarrows without a semi-colon", + "input": "&rightleftarrows", + "description": "Bad named entity: rightleftarrows without a semi-colon", "output": [ [ - "Character", + "Character", "&rightleftarrows" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⇄", - "description": "Named entity: rightleftarrows; with a semi-colon", + "input": "⇄", + "description": "Named entity: rightleftarrows; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21c4" ] ] - }, + }, { - "input": "&rightleftharpoons", - "description": "Bad named entity: rightleftharpoons without a semi-colon", + "input": "&rightleftharpoons", + "description": "Bad named entity: rightleftharpoons without a semi-colon", "output": [ [ - "Character", + "Character", "&rightleftharpoons" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⇌", - "description": "Named entity: rightleftharpoons; with a semi-colon", + "input": "⇌", + "description": "Named entity: rightleftharpoons; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21cc" ] ] - }, + }, { - "input": "&rightrightarrows", - "description": "Bad named entity: rightrightarrows without a semi-colon", + "input": "&rightrightarrows", + "description": "Bad named entity: rightrightarrows without a semi-colon", "output": [ [ - "Character", + "Character", "&rightrightarrows" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⇉", - "description": "Named entity: rightrightarrows; with a semi-colon", + "input": "⇉", + "description": "Named entity: rightrightarrows; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21c9" ] ] - }, + }, { - "input": "&rightsquigarrow", - "description": "Bad named entity: rightsquigarrow without a semi-colon", + "input": "&rightsquigarrow", + "description": "Bad named entity: rightsquigarrow without a semi-colon", "output": [ [ - "Character", + "Character", "&rightsquigarrow" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "↝", - "description": "Named entity: rightsquigarrow; with a semi-colon", + "input": "↝", + "description": "Named entity: rightsquigarrow; with a semi-colon", "output": [ [ - "Character", + "Character", "\u219d" ] ] - }, + }, { - "input": "&rightthreetimes", - "description": "Bad named entity: rightthreetimes without a semi-colon", + "input": "&rightthreetimes", + "description": "Bad named entity: rightthreetimes without a semi-colon", "output": [ [ - "Character", + "Character", "&rightthreetimes" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⋌", - "description": "Named entity: rightthreetimes; with a semi-colon", + "input": "⋌", + "description": "Named entity: rightthreetimes; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22cc" ] ] - }, + }, { - "input": "&ring", - "description": "Bad named entity: ring without a semi-colon", + "input": "&ring", + "description": "Bad named entity: ring without a semi-colon", "output": [ [ - "Character", + "Character", "&ring" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "˚", - "description": "Named entity: ring; with a semi-colon", + "input": "˚", + "description": "Named entity: ring; with a semi-colon", "output": [ [ - "Character", + "Character", "\u02da" ] ] - }, + }, { - "input": "&risingdotseq", - "description": "Bad named entity: risingdotseq without a semi-colon", + "input": "&risingdotseq", + "description": "Bad named entity: risingdotseq without a semi-colon", "output": [ [ - "Character", + "Character", "&risingdotseq" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≓", - "description": "Named entity: risingdotseq; with a semi-colon", + "input": "≓", + "description": "Named entity: risingdotseq; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2253" ] ] - }, + }, { - "input": "&rlarr", - "description": "Bad named entity: rlarr without a semi-colon", + "input": "&rlarr", + "description": "Bad named entity: rlarr without a semi-colon", "output": [ [ - "Character", + "Character", "&rlarr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⇄", - "description": "Named entity: rlarr; with a semi-colon", + "input": "⇄", + "description": "Named entity: rlarr; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21c4" ] ] - }, + }, { - "input": "&rlhar", - "description": "Bad named entity: rlhar without a semi-colon", + "input": "&rlhar", + "description": "Bad named entity: rlhar without a semi-colon", "output": [ [ - "Character", + "Character", "&rlhar" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⇌", - "description": "Named entity: rlhar; with a semi-colon", + "input": "⇌", + "description": "Named entity: rlhar; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21cc" ] ] - }, + }, { - "input": "&rlm", - "description": "Bad named entity: rlm without a semi-colon", + "input": "&rlm", + "description": "Bad named entity: rlm without a semi-colon", "output": [ [ - "Character", + "Character", "&rlm" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "‏", - "description": "Named entity: rlm; with a semi-colon", + "input": "‏", + "description": "Named entity: rlm; with a semi-colon", "output": [ [ - "Character", + "Character", "\u200f" ] ] - }, + }, { - "input": "&rmoust", - "description": "Bad named entity: rmoust without a semi-colon", + "input": "&rmoust", + "description": "Bad named entity: rmoust without a semi-colon", "output": [ [ - "Character", + "Character", "&rmoust" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⎱", - "description": "Named entity: rmoust; with a semi-colon", + "input": "⎱", + "description": "Named entity: rmoust; with a semi-colon", "output": [ [ - "Character", + "Character", "\u23b1" ] ] - }, + }, { - "input": "&rmoustache", - "description": "Bad named entity: rmoustache without a semi-colon", + "input": "&rmoustache", + "description": "Bad named entity: rmoustache without a semi-colon", "output": [ [ - "Character", + "Character", "&rmoustache" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⎱", - "description": "Named entity: rmoustache; with a semi-colon", + "input": "⎱", + "description": "Named entity: rmoustache; with a semi-colon", "output": [ [ - "Character", + "Character", "\u23b1" ] ] - }, + }, { - "input": "&rnmid", - "description": "Bad named entity: rnmid without a semi-colon", + "input": "&rnmid", + "description": "Bad named entity: rnmid without a semi-colon", "output": [ [ - "Character", + "Character", "&rnmid" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⫮", - "description": "Named entity: rnmid; with a semi-colon", + "input": "⫮", + "description": "Named entity: rnmid; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2aee" ] ] - }, + }, { - "input": "&roang", - "description": "Bad named entity: roang without a semi-colon", + "input": "&roang", + "description": "Bad named entity: roang without a semi-colon", "output": [ [ - "Character", + "Character", "&roang" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⟭", - "description": "Named entity: roang; with a semi-colon", + "input": "⟭", + "description": "Named entity: roang; with a semi-colon", "output": [ [ - "Character", + "Character", "\u27ed" ] ] - }, + }, { - "input": "&roarr", - "description": "Bad named entity: roarr without a semi-colon", + "input": "&roarr", + "description": "Bad named entity: roarr without a semi-colon", "output": [ [ - "Character", + "Character", "&roarr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⇾", - "description": "Named entity: roarr; with a semi-colon", + "input": "⇾", + "description": "Named entity: roarr; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21fe" ] ] - }, + }, { - "input": "&robrk", - "description": "Bad named entity: robrk without a semi-colon", + "input": "&robrk", + "description": "Bad named entity: robrk without a semi-colon", "output": [ [ - "Character", + "Character", "&robrk" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⟧", - "description": "Named entity: robrk; with a semi-colon", + "input": "⟧", + "description": "Named entity: robrk; with a semi-colon", "output": [ [ - "Character", + "Character", "\u27e7" ] ] - }, + }, { - "input": "&ropar", - "description": "Bad named entity: ropar without a semi-colon", + "input": "&ropar", + "description": "Bad named entity: ropar without a semi-colon", "output": [ [ - "Character", + "Character", "&ropar" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⦆", - "description": "Named entity: ropar; with a semi-colon", + "input": "⦆", + "description": "Named entity: ropar; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2986" ] ] - }, + }, { - "input": "&ropf", - "description": "Bad named entity: ropf without a semi-colon", + "input": "&ropf", + "description": "Bad named entity: ropf without a semi-colon", "output": [ [ - "Character", + "Character", "&ropf" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝕣", - "description": "Named entity: ropf; with a semi-colon", + "input": "𝕣", + "description": "Named entity: ropf; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udd63" ] ] - }, + }, { - "input": "&roplus", - "description": "Bad named entity: roplus without a semi-colon", + "input": "&roplus", + "description": "Bad named entity: roplus without a semi-colon", "output": [ [ - "Character", + "Character", "&roplus" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⨮", - "description": "Named entity: roplus; with a semi-colon", + "input": "⨮", + "description": "Named entity: roplus; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a2e" ] ] - }, + }, { - "input": "&rotimes", - "description": "Bad named entity: rotimes without a semi-colon", + "input": "&rotimes", + "description": "Bad named entity: rotimes without a semi-colon", "output": [ [ - "Character", + "Character", "&rotimes" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⨵", - "description": "Named entity: rotimes; with a semi-colon", + "input": "⨵", + "description": "Named entity: rotimes; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a35" ] ] - }, + }, { - "input": "&rpar", - "description": "Bad named entity: rpar without a semi-colon", + "input": "&rpar", + "description": "Bad named entity: rpar without a semi-colon", "output": [ [ - "Character", + "Character", "&rpar" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": ")", - "description": "Named entity: rpar; with a semi-colon", + "input": ")", + "description": "Named entity: rpar; with a semi-colon", "output": [ [ - "Character", + "Character", ")" ] ] - }, + }, { - "input": "&rpargt", - "description": "Bad named entity: rpargt without a semi-colon", + "input": "&rpargt", + "description": "Bad named entity: rpargt without a semi-colon", "output": [ [ - "Character", + "Character", "&rpargt" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⦔", - "description": "Named entity: rpargt; with a semi-colon", + "input": "⦔", + "description": "Named entity: rpargt; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2994" ] ] - }, + }, { - "input": "&rppolint", - "description": "Bad named entity: rppolint without a semi-colon", + "input": "&rppolint", + "description": "Bad named entity: rppolint without a semi-colon", "output": [ [ - "Character", + "Character", "&rppolint" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⨒", - "description": "Named entity: rppolint; with a semi-colon", + "input": "⨒", + "description": "Named entity: rppolint; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a12" ] ] - }, + }, { - "input": "&rrarr", - "description": "Bad named entity: rrarr without a semi-colon", + "input": "&rrarr", + "description": "Bad named entity: rrarr without a semi-colon", "output": [ [ - "Character", + "Character", "&rrarr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⇉", - "description": "Named entity: rrarr; with a semi-colon", + "input": "⇉", + "description": "Named entity: rrarr; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21c9" ] ] - }, + }, { - "input": "&rsaquo", - "description": "Bad named entity: rsaquo without a semi-colon", + "input": "&rsaquo", + "description": "Bad named entity: rsaquo without a semi-colon", "output": [ [ - "Character", + "Character", "&rsaquo" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "›", - "description": "Named entity: rsaquo; with a semi-colon", + "input": "›", + "description": "Named entity: rsaquo; with a semi-colon", "output": [ [ - "Character", + "Character", "\u203a" ] ] - }, + }, { - "input": "&rscr", - "description": "Bad named entity: rscr without a semi-colon", + "input": "&rscr", + "description": "Bad named entity: rscr without a semi-colon", "output": [ [ - "Character", + "Character", "&rscr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝓇", - "description": "Named entity: rscr; with a semi-colon", + "input": "𝓇", + "description": "Named entity: rscr; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udcc7" ] ] - }, + }, { - "input": "&rsh", - "description": "Bad named entity: rsh without a semi-colon", + "input": "&rsh", + "description": "Bad named entity: rsh without a semi-colon", "output": [ [ - "Character", + "Character", "&rsh" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "↱", - "description": "Named entity: rsh; with a semi-colon", + "input": "↱", + "description": "Named entity: rsh; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21b1" ] ] - }, + }, { - "input": "&rsqb", - "description": "Bad named entity: rsqb without a semi-colon", + "input": "&rsqb", + "description": "Bad named entity: rsqb without a semi-colon", "output": [ [ - "Character", + "Character", "&rsqb" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "]", - "description": "Named entity: rsqb; with a semi-colon", + "input": "]", + "description": "Named entity: rsqb; with a semi-colon", "output": [ [ - "Character", + "Character", "]" ] ] - }, + }, { - "input": "&rsquo", - "description": "Bad named entity: rsquo without a semi-colon", + "input": "&rsquo", + "description": "Bad named entity: rsquo without a semi-colon", "output": [ [ - "Character", + "Character", "&rsquo" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "’", - "description": "Named entity: rsquo; with a semi-colon", + "input": "’", + "description": "Named entity: rsquo; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2019" ] ] - }, + }, { - "input": "&rsquor", - "description": "Bad named entity: rsquor without a semi-colon", + "input": "&rsquor", + "description": "Bad named entity: rsquor without a semi-colon", "output": [ [ - "Character", + "Character", "&rsquor" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "’", - "description": "Named entity: rsquor; with a semi-colon", + "input": "’", + "description": "Named entity: rsquor; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2019" ] ] - }, + }, { - "input": "&rthree", - "description": "Bad named entity: rthree without a semi-colon", + "input": "&rthree", + "description": "Bad named entity: rthree without a semi-colon", "output": [ [ - "Character", + "Character", "&rthree" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⋌", - "description": "Named entity: rthree; with a semi-colon", + "input": "⋌", + "description": "Named entity: rthree; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22cc" ] ] - }, + }, { - "input": "&rtimes", - "description": "Bad named entity: rtimes without a semi-colon", + "input": "&rtimes", + "description": "Bad named entity: rtimes without a semi-colon", "output": [ [ - "Character", + "Character", "&rtimes" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⋊", - "description": "Named entity: rtimes; with a semi-colon", + "input": "⋊", + "description": "Named entity: rtimes; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22ca" ] ] - }, + }, { - "input": "&rtri", - "description": "Bad named entity: rtri without a semi-colon", + "input": "&rtri", + "description": "Bad named entity: rtri without a semi-colon", "output": [ [ - "Character", + "Character", "&rtri" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "▹", - "description": "Named entity: rtri; with a semi-colon", + "input": "▹", + "description": "Named entity: rtri; with a semi-colon", "output": [ [ - "Character", + "Character", "\u25b9" ] ] - }, + }, { - "input": "&rtrie", - "description": "Bad named entity: rtrie without a semi-colon", + "input": "&rtrie", + "description": "Bad named entity: rtrie without a semi-colon", "output": [ [ - "Character", + "Character", "&rtrie" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊵", - "description": "Named entity: rtrie; with a semi-colon", + "input": "⊵", + "description": "Named entity: rtrie; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22b5" ] ] - }, + }, { - "input": "&rtrif", - "description": "Bad named entity: rtrif without a semi-colon", + "input": "&rtrif", + "description": "Bad named entity: rtrif without a semi-colon", "output": [ [ - "Character", + "Character", "&rtrif" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "▸", - "description": "Named entity: rtrif; with a semi-colon", + "input": "▸", + "description": "Named entity: rtrif; with a semi-colon", "output": [ [ - "Character", + "Character", "\u25b8" ] ] - }, + }, { - "input": "&rtriltri", - "description": "Bad named entity: rtriltri without a semi-colon", + "input": "&rtriltri", + "description": "Bad named entity: rtriltri without a semi-colon", "output": [ [ - "Character", + "Character", "&rtriltri" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⧎", - "description": "Named entity: rtriltri; with a semi-colon", + "input": "⧎", + "description": "Named entity: rtriltri; with a semi-colon", "output": [ [ - "Character", + "Character", "\u29ce" ] ] - }, + }, { - "input": "&ruluhar", - "description": "Bad named entity: ruluhar without a semi-colon", + "input": "&ruluhar", + "description": "Bad named entity: ruluhar without a semi-colon", "output": [ [ - "Character", + "Character", "&ruluhar" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⥨", - "description": "Named entity: ruluhar; with a semi-colon", + "input": "⥨", + "description": "Named entity: ruluhar; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2968" ] ] - }, + }, { - "input": "&rx", - "description": "Bad named entity: rx without a semi-colon", + "input": "&rx", + "description": "Bad named entity: rx without a semi-colon", "output": [ [ - "Character", + "Character", "&rx" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "℞", - "description": "Named entity: rx; with a semi-colon", + "input": "℞", + "description": "Named entity: rx; with a semi-colon", "output": [ [ - "Character", + "Character", "\u211e" ] ] - }, + }, { - "input": "&sacute", - "description": "Bad named entity: sacute without a semi-colon", + "input": "&sacute", + "description": "Bad named entity: sacute without a semi-colon", "output": [ [ - "Character", + "Character", "&sacute" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ś", - "description": "Named entity: sacute; with a semi-colon", + "input": "ś", + "description": "Named entity: sacute; with a semi-colon", "output": [ [ - "Character", + "Character", "\u015b" ] ] - }, + }, { - "input": "&sbquo", - "description": "Bad named entity: sbquo without a semi-colon", + "input": "&sbquo", + "description": "Bad named entity: sbquo without a semi-colon", "output": [ [ - "Character", + "Character", "&sbquo" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "‚", - "description": "Named entity: sbquo; with a semi-colon", + "input": "‚", + "description": "Named entity: sbquo; with a semi-colon", "output": [ [ - "Character", + "Character", "\u201a" ] ] - }, + }, { - "input": "&sc", - "description": "Bad named entity: sc without a semi-colon", + "input": "&sc", + "description": "Bad named entity: sc without a semi-colon", "output": [ [ - "Character", + "Character", "&sc" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≻", - "description": "Named entity: sc; with a semi-colon", + "input": "≻", + "description": "Named entity: sc; with a semi-colon", "output": [ [ - "Character", + "Character", "\u227b" ] ] - }, + }, { - "input": "&scE", - "description": "Bad named entity: scE without a semi-colon", + "input": "&scE", + "description": "Bad named entity: scE without a semi-colon", "output": [ [ - "Character", + "Character", "&scE" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⪴", - "description": "Named entity: scE; with a semi-colon", + "input": "⪴", + "description": "Named entity: scE; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2ab4" ] ] - }, + }, { - "input": "&scap", - "description": "Bad named entity: scap without a semi-colon", + "input": "&scap", + "description": "Bad named entity: scap without a semi-colon", "output": [ [ - "Character", + "Character", "&scap" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⪸", - "description": "Named entity: scap; with a semi-colon", + "input": "⪸", + "description": "Named entity: scap; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2ab8" ] ] - }, + }, { - "input": "&scaron", - "description": "Bad named entity: scaron without a semi-colon", + "input": "&scaron", + "description": "Bad named entity: scaron without a semi-colon", "output": [ [ - "Character", + "Character", "&scaron" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "š", - "description": "Named entity: scaron; with a semi-colon", + "input": "š", + "description": "Named entity: scaron; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0161" ] ] - }, + }, { - "input": "&sccue", - "description": "Bad named entity: sccue without a semi-colon", + "input": "&sccue", + "description": "Bad named entity: sccue without a semi-colon", "output": [ [ - "Character", + "Character", "&sccue" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≽", - "description": "Named entity: sccue; with a semi-colon", + "input": "≽", + "description": "Named entity: sccue; with a semi-colon", "output": [ [ - "Character", + "Character", "\u227d" ] ] - }, + }, { - "input": "&sce", - "description": "Bad named entity: sce without a semi-colon", + "input": "&sce", + "description": "Bad named entity: sce without a semi-colon", "output": [ [ - "Character", + "Character", "&sce" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⪰", - "description": "Named entity: sce; with a semi-colon", + "input": "⪰", + "description": "Named entity: sce; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2ab0" ] ] - }, + }, { - "input": "&scedil", - "description": "Bad named entity: scedil without a semi-colon", + "input": "&scedil", + "description": "Bad named entity: scedil without a semi-colon", "output": [ [ - "Character", + "Character", "&scedil" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ş", - "description": "Named entity: scedil; with a semi-colon", + "input": "ş", + "description": "Named entity: scedil; with a semi-colon", "output": [ [ - "Character", + "Character", "\u015f" ] ] - }, + }, { - "input": "&scirc", - "description": "Bad named entity: scirc without a semi-colon", + "input": "&scirc", + "description": "Bad named entity: scirc without a semi-colon", "output": [ [ - "Character", + "Character", "&scirc" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ŝ", - "description": "Named entity: scirc; with a semi-colon", + "input": "ŝ", + "description": "Named entity: scirc; with a semi-colon", "output": [ [ - "Character", + "Character", "\u015d" ] ] - }, + }, { - "input": "&scnE", - "description": "Bad named entity: scnE without a semi-colon", + "input": "&scnE", + "description": "Bad named entity: scnE without a semi-colon", "output": [ [ - "Character", + "Character", "&scnE" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⪶", - "description": "Named entity: scnE; with a semi-colon", + "input": "⪶", + "description": "Named entity: scnE; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2ab6" ] ] - }, + }, { - "input": "&scnap", - "description": "Bad named entity: scnap without a semi-colon", + "input": "&scnap", + "description": "Bad named entity: scnap without a semi-colon", "output": [ [ - "Character", + "Character", "&scnap" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⪺", - "description": "Named entity: scnap; with a semi-colon", + "input": "⪺", + "description": "Named entity: scnap; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2aba" ] ] - }, + }, { - "input": "&scnsim", - "description": "Bad named entity: scnsim without a semi-colon", + "input": "&scnsim", + "description": "Bad named entity: scnsim without a semi-colon", "output": [ [ - "Character", + "Character", "&scnsim" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⋩", - "description": "Named entity: scnsim; with a semi-colon", + "input": "⋩", + "description": "Named entity: scnsim; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22e9" ] ] - }, + }, { - "input": "&scpolint", - "description": "Bad named entity: scpolint without a semi-colon", + "input": "&scpolint", + "description": "Bad named entity: scpolint without a semi-colon", "output": [ [ - "Character", + "Character", "&scpolint" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⨓", - "description": "Named entity: scpolint; with a semi-colon", + "input": "⨓", + "description": "Named entity: scpolint; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a13" ] ] - }, + }, { - "input": "&scsim", - "description": "Bad named entity: scsim without a semi-colon", + "input": "&scsim", + "description": "Bad named entity: scsim without a semi-colon", "output": [ [ - "Character", + "Character", "&scsim" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≿", - "description": "Named entity: scsim; with a semi-colon", + "input": "≿", + "description": "Named entity: scsim; with a semi-colon", "output": [ [ - "Character", + "Character", "\u227f" ] ] - }, + }, { - "input": "&scy", - "description": "Bad named entity: scy without a semi-colon", + "input": "&scy", + "description": "Bad named entity: scy without a semi-colon", "output": [ [ - "Character", + "Character", "&scy" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "с", - "description": "Named entity: scy; with a semi-colon", + "input": "с", + "description": "Named entity: scy; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0441" ] ] - }, + }, { - "input": "&sdot", - "description": "Bad named entity: sdot without a semi-colon", + "input": "&sdot", + "description": "Bad named entity: sdot without a semi-colon", "output": [ [ - "Character", + "Character", "&sdot" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⋅", - "description": "Named entity: sdot; with a semi-colon", + "input": "⋅", + "description": "Named entity: sdot; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22c5" ] ] - }, + }, { - "input": "&sdotb", - "description": "Bad named entity: sdotb without a semi-colon", + "input": "&sdotb", + "description": "Bad named entity: sdotb without a semi-colon", "output": [ [ - "Character", + "Character", "&sdotb" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊡", - "description": "Named entity: sdotb; with a semi-colon", + "input": "⊡", + "description": "Named entity: sdotb; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22a1" ] ] - }, + }, { - "input": "&sdote", - "description": "Bad named entity: sdote without a semi-colon", + "input": "&sdote", + "description": "Bad named entity: sdote without a semi-colon", "output": [ [ - "Character", + "Character", "&sdote" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⩦", - "description": "Named entity: sdote; with a semi-colon", + "input": "⩦", + "description": "Named entity: sdote; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a66" ] ] - }, + }, { - "input": "&seArr", - "description": "Bad named entity: seArr without a semi-colon", + "input": "&seArr", + "description": "Bad named entity: seArr without a semi-colon", "output": [ [ - "Character", + "Character", "&seArr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⇘", - "description": "Named entity: seArr; with a semi-colon", + "input": "⇘", + "description": "Named entity: seArr; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21d8" ] ] - }, + }, { - "input": "&searhk", - "description": "Bad named entity: searhk without a semi-colon", + "input": "&searhk", + "description": "Bad named entity: searhk without a semi-colon", "output": [ [ - "Character", + "Character", "&searhk" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⤥", - "description": "Named entity: searhk; with a semi-colon", + "input": "⤥", + "description": "Named entity: searhk; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2925" ] ] - }, + }, { - "input": "&searr", - "description": "Bad named entity: searr without a semi-colon", + "input": "&searr", + "description": "Bad named entity: searr without a semi-colon", "output": [ [ - "Character", + "Character", "&searr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "↘", - "description": "Named entity: searr; with a semi-colon", + "input": "↘", + "description": "Named entity: searr; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2198" ] ] - }, + }, { - "input": "&searrow", - "description": "Bad named entity: searrow without a semi-colon", + "input": "&searrow", + "description": "Bad named entity: searrow without a semi-colon", "output": [ [ - "Character", + "Character", "&searrow" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "↘", - "description": "Named entity: searrow; with a semi-colon", + "input": "↘", + "description": "Named entity: searrow; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2198" ] ] - }, + }, { - "input": "§", - "description": "Named entity: sect without a semi-colon", + "input": "§", + "description": "Named entity: sect without a semi-colon", "output": [ [ - "Character", + "Character", "\u00a7" ] ], "errors": [ { "code": "missing-semicolon-after-character-reference", "line": 1, "col": 6 } ] - }, + }, { - "input": "§", - "description": "Named entity: sect; with a semi-colon", + "input": "§", + "description": "Named entity: sect; with a semi-colon", "output": [ [ - "Character", + "Character", "\u00a7" ] ] - }, + }, { - "input": "&semi", - "description": "Bad named entity: semi without a semi-colon", + "input": "&semi", + "description": "Bad named entity: semi without a semi-colon", "output": [ [ - "Character", + "Character", "&semi" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": ";", - "description": "Named entity: semi; with a semi-colon", + "input": ";", + "description": "Named entity: semi; with a semi-colon", "output": [ [ - "Character", + "Character", ";" ] ] - }, + }, { - "input": "&seswar", - "description": "Bad named entity: seswar without a semi-colon", + "input": "&seswar", + "description": "Bad named entity: seswar without a semi-colon", "output": [ [ - "Character", + "Character", "&seswar" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⤩", - "description": "Named entity: seswar; with a semi-colon", + "input": "⤩", + "description": "Named entity: seswar; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2929" ] ] - }, + }, { - "input": "&setminus", - "description": "Bad named entity: setminus without a semi-colon", + "input": "&setminus", + "description": "Bad named entity: setminus without a semi-colon", "output": [ [ - "Character", + "Character", "&setminus" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∖", - "description": "Named entity: setminus; with a semi-colon", + "input": "∖", + "description": "Named entity: setminus; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2216" ] ] - }, + }, { - "input": "&setmn", - "description": "Bad named entity: setmn without a semi-colon", + "input": "&setmn", + "description": "Bad named entity: setmn without a semi-colon", "output": [ [ - "Character", + "Character", "&setmn" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∖", - "description": "Named entity: setmn; with a semi-colon", + "input": "∖", + "description": "Named entity: setmn; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2216" ] ] - }, + }, { - "input": "&sext", - "description": "Bad named entity: sext without a semi-colon", + "input": "&sext", + "description": "Bad named entity: sext without a semi-colon", "output": [ [ - "Character", + "Character", "&sext" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "✶", - "description": "Named entity: sext; with a semi-colon", + "input": "✶", + "description": "Named entity: sext; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2736" ] ] - }, + }, { - "input": "&sfr", - "description": "Bad named entity: sfr without a semi-colon", + "input": "&sfr", + "description": "Bad named entity: sfr without a semi-colon", "output": [ [ - "Character", + "Character", "&sfr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝔰", - "description": "Named entity: sfr; with a semi-colon", + "input": "𝔰", + "description": "Named entity: sfr; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udd30" ] ] - }, + }, { - "input": "&sfrown", - "description": "Bad named entity: sfrown without a semi-colon", + "input": "&sfrown", + "description": "Bad named entity: sfrown without a semi-colon", "output": [ [ - "Character", + "Character", "&sfrown" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⌢", - "description": "Named entity: sfrown; with a semi-colon", + "input": "⌢", + "description": "Named entity: sfrown; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2322" ] ] - }, + }, { - "input": "&sharp", - "description": "Bad named entity: sharp without a semi-colon", + "input": "&sharp", + "description": "Bad named entity: sharp without a semi-colon", "output": [ [ - "Character", + "Character", "&sharp" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "♯", - "description": "Named entity: sharp; with a semi-colon", + "input": "♯", + "description": "Named entity: sharp; with a semi-colon", "output": [ [ - "Character", + "Character", "\u266f" ] ] - }, + }, { - "input": "&shchcy", - "description": "Bad named entity: shchcy without a semi-colon", + "input": "&shchcy", + "description": "Bad named entity: shchcy without a semi-colon", "output": [ [ - "Character", + "Character", "&shchcy" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "щ", - "description": "Named entity: shchcy; with a semi-colon", + "input": "щ", + "description": "Named entity: shchcy; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0449" ] ] - }, + }, { - "input": "&shcy", - "description": "Bad named entity: shcy without a semi-colon", + "input": "&shcy", + "description": "Bad named entity: shcy without a semi-colon", "output": [ [ - "Character", + "Character", "&shcy" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ш", - "description": "Named entity: shcy; with a semi-colon", + "input": "ш", + "description": "Named entity: shcy; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0448" ] ] - }, + }, { - "input": "&shortmid", - "description": "Bad named entity: shortmid without a semi-colon", + "input": "&shortmid", + "description": "Bad named entity: shortmid without a semi-colon", "output": [ [ - "Character", + "Character", "&shortmid" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∣", - "description": "Named entity: shortmid; with a semi-colon", + "input": "∣", + "description": "Named entity: shortmid; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2223" ] ] - }, + }, { - "input": "&shortparallel", - "description": "Bad named entity: shortparallel without a semi-colon", + "input": "&shortparallel", + "description": "Bad named entity: shortparallel without a semi-colon", "output": [ [ - "Character", + "Character", "&shortparallel" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∥", - "description": "Named entity: shortparallel; with a semi-colon", + "input": "∥", + "description": "Named entity: shortparallel; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2225" ] ] - }, + }, { - "input": "­", - "description": "Named entity: shy without a semi-colon", + "input": "­", + "description": "Named entity: shy without a semi-colon", "output": [ [ - "Character", + "Character", "\u00ad" ] ], "errors": [ { "code": "missing-semicolon-after-character-reference", "line": 1, "col": 5 } ] - }, + }, { - "input": "­", - "description": "Named entity: shy; with a semi-colon", + "input": "­", + "description": "Named entity: shy; with a semi-colon", "output": [ [ - "Character", + "Character", "\u00ad" ] ] - }, + }, { - "input": "&sigma", - "description": "Bad named entity: sigma without a semi-colon", + "input": "&sigma", + "description": "Bad named entity: sigma without a semi-colon", "output": [ [ - "Character", + "Character", "&sigma" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "σ", - "description": "Named entity: sigma; with a semi-colon", + "input": "σ", + "description": "Named entity: sigma; with a semi-colon", "output": [ [ - "Character", + "Character", "\u03c3" ] ] - }, + }, { - "input": "&sigmaf", - "description": "Bad named entity: sigmaf without a semi-colon", + "input": "&sigmaf", + "description": "Bad named entity: sigmaf without a semi-colon", "output": [ [ - "Character", + "Character", "&sigmaf" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ς", - "description": "Named entity: sigmaf; with a semi-colon", + "input": "ς", + "description": "Named entity: sigmaf; with a semi-colon", "output": [ [ - "Character", + "Character", "\u03c2" ] ] - }, + }, { - "input": "&sigmav", - "description": "Bad named entity: sigmav without a semi-colon", + "input": "&sigmav", + "description": "Bad named entity: sigmav without a semi-colon", "output": [ [ - "Character", + "Character", "&sigmav" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ς", - "description": "Named entity: sigmav; with a semi-colon", + "input": "ς", + "description": "Named entity: sigmav; with a semi-colon", "output": [ [ - "Character", + "Character", "\u03c2" ] ] - }, + }, { - "input": "&sim", - "description": "Bad named entity: sim without a semi-colon", + "input": "&sim", + "description": "Bad named entity: sim without a semi-colon", "output": [ [ - "Character", + "Character", "&sim" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∼", - "description": "Named entity: sim; with a semi-colon", + "input": "∼", + "description": "Named entity: sim; with a semi-colon", "output": [ [ - "Character", + "Character", "\u223c" ] ] - }, + }, { - "input": "&simdot", - "description": "Bad named entity: simdot without a semi-colon", + "input": "&simdot", + "description": "Bad named entity: simdot without a semi-colon", "output": [ [ - "Character", + "Character", "&simdot" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⩪", - "description": "Named entity: simdot; with a semi-colon", + "input": "⩪", + "description": "Named entity: simdot; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a6a" ] ] - }, + }, { - "input": "&sime", - "description": "Bad named entity: sime without a semi-colon", + "input": "&sime", + "description": "Bad named entity: sime without a semi-colon", "output": [ [ - "Character", + "Character", "&sime" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≃", - "description": "Named entity: sime; with a semi-colon", + "input": "≃", + "description": "Named entity: sime; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2243" ] ] - }, + }, { - "input": "&simeq", - "description": "Bad named entity: simeq without a semi-colon", + "input": "&simeq", + "description": "Bad named entity: simeq without a semi-colon", "output": [ [ - "Character", + "Character", "&simeq" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≃", - "description": "Named entity: simeq; with a semi-colon", + "input": "≃", + "description": "Named entity: simeq; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2243" ] ] - }, + }, { - "input": "&simg", - "description": "Bad named entity: simg without a semi-colon", + "input": "&simg", + "description": "Bad named entity: simg without a semi-colon", "output": [ [ - "Character", + "Character", "&simg" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⪞", - "description": "Named entity: simg; with a semi-colon", + "input": "⪞", + "description": "Named entity: simg; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a9e" ] ] - }, + }, { - "input": "&simgE", - "description": "Bad named entity: simgE without a semi-colon", + "input": "&simgE", + "description": "Bad named entity: simgE without a semi-colon", "output": [ [ - "Character", + "Character", "&simgE" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⪠", - "description": "Named entity: simgE; with a semi-colon", + "input": "⪠", + "description": "Named entity: simgE; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2aa0" ] ] - }, + }, { - "input": "&siml", - "description": "Bad named entity: siml without a semi-colon", + "input": "&siml", + "description": "Bad named entity: siml without a semi-colon", "output": [ [ - "Character", + "Character", "&siml" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⪝", - "description": "Named entity: siml; with a semi-colon", + "input": "⪝", + "description": "Named entity: siml; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a9d" ] ] - }, + }, { - "input": "&simlE", - "description": "Bad named entity: simlE without a semi-colon", + "input": "&simlE", + "description": "Bad named entity: simlE without a semi-colon", "output": [ [ - "Character", + "Character", "&simlE" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⪟", - "description": "Named entity: simlE; with a semi-colon", + "input": "⪟", + "description": "Named entity: simlE; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a9f" ] ] - }, + }, { - "input": "&simne", - "description": "Bad named entity: simne without a semi-colon", + "input": "&simne", + "description": "Bad named entity: simne without a semi-colon", "output": [ [ - "Character", + "Character", "&simne" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≆", - "description": "Named entity: simne; with a semi-colon", + "input": "≆", + "description": "Named entity: simne; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2246" ] ] - }, + }, { - "input": "&simplus", - "description": "Bad named entity: simplus without a semi-colon", + "input": "&simplus", + "description": "Bad named entity: simplus without a semi-colon", "output": [ [ - "Character", + "Character", "&simplus" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⨤", - "description": "Named entity: simplus; with a semi-colon", + "input": "⨤", + "description": "Named entity: simplus; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a24" ] ] - }, + }, { - "input": "&simrarr", - "description": "Bad named entity: simrarr without a semi-colon", + "input": "&simrarr", + "description": "Bad named entity: simrarr without a semi-colon", "output": [ [ - "Character", + "Character", "&simrarr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⥲", - "description": "Named entity: simrarr; with a semi-colon", + "input": "⥲", + "description": "Named entity: simrarr; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2972" ] ] - }, + }, { - "input": "&slarr", - "description": "Bad named entity: slarr without a semi-colon", + "input": "&slarr", + "description": "Bad named entity: slarr without a semi-colon", "output": [ [ - "Character", + "Character", "&slarr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "←", - "description": "Named entity: slarr; with a semi-colon", + "input": "←", + "description": "Named entity: slarr; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2190" ] ] - }, + }, { - "input": "&smallsetminus", - "description": "Bad named entity: smallsetminus without a semi-colon", + "input": "&smallsetminus", + "description": "Bad named entity: smallsetminus without a semi-colon", "output": [ [ - "Character", + "Character", "&smallsetminus" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∖", - "description": "Named entity: smallsetminus; with a semi-colon", + "input": "∖", + "description": "Named entity: smallsetminus; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2216" ] ] - }, + }, { - "input": "&smashp", - "description": "Bad named entity: smashp without a semi-colon", + "input": "&smashp", + "description": "Bad named entity: smashp without a semi-colon", "output": [ [ - "Character", + "Character", "&smashp" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⨳", - "description": "Named entity: smashp; with a semi-colon", + "input": "⨳", + "description": "Named entity: smashp; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a33" ] ] - }, + }, { - "input": "&smeparsl", - "description": "Bad named entity: smeparsl without a semi-colon", + "input": "&smeparsl", + "description": "Bad named entity: smeparsl without a semi-colon", "output": [ [ - "Character", + "Character", "&smeparsl" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⧤", - "description": "Named entity: smeparsl; with a semi-colon", + "input": "⧤", + "description": "Named entity: smeparsl; with a semi-colon", "output": [ [ - "Character", + "Character", "\u29e4" ] ] - }, + }, { - "input": "&smid", - "description": "Bad named entity: smid without a semi-colon", + "input": "&smid", + "description": "Bad named entity: smid without a semi-colon", "output": [ [ - "Character", + "Character", "&smid" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∣", - "description": "Named entity: smid; with a semi-colon", + "input": "∣", + "description": "Named entity: smid; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2223" ] ] - }, + }, { - "input": "&smile", - "description": "Bad named entity: smile without a semi-colon", + "input": "&smile", + "description": "Bad named entity: smile without a semi-colon", "output": [ [ - "Character", + "Character", "&smile" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⌣", - "description": "Named entity: smile; with a semi-colon", + "input": "⌣", + "description": "Named entity: smile; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2323" ] ] - }, + }, { - "input": "&smt", - "description": "Bad named entity: smt without a semi-colon", + "input": "&smt", + "description": "Bad named entity: smt without a semi-colon", "output": [ [ - "Character", + "Character", "&smt" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⪪", - "description": "Named entity: smt; with a semi-colon", + "input": "⪪", + "description": "Named entity: smt; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2aaa" ] ] - }, + }, { - "input": "&smte", - "description": "Bad named entity: smte without a semi-colon", + "input": "&smte", + "description": "Bad named entity: smte without a semi-colon", "output": [ [ - "Character", + "Character", "&smte" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⪬", - "description": "Named entity: smte; with a semi-colon", + "input": "⪬", + "description": "Named entity: smte; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2aac" ] ] - }, + }, { - "input": "&smtes", - "description": "Bad named entity: smtes without a semi-colon", + "input": "&smtes", + "description": "Bad named entity: smtes without a semi-colon", "output": [ [ - "Character", + "Character", "&smtes" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⪬︀", - "description": "Named entity: smtes; with a semi-colon", + "input": "⪬︀", + "description": "Named entity: smtes; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2aac\ufe00" ] ] - }, + }, { - "input": "&softcy", - "description": "Bad named entity: softcy without a semi-colon", + "input": "&softcy", + "description": "Bad named entity: softcy without a semi-colon", "output": [ [ - "Character", + "Character", "&softcy" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ь", - "description": "Named entity: softcy; with a semi-colon", + "input": "ь", + "description": "Named entity: softcy; with a semi-colon", "output": [ [ - "Character", + "Character", "\u044c" ] ] - }, + }, { - "input": "&sol", - "description": "Bad named entity: sol without a semi-colon", + "input": "&sol", + "description": "Bad named entity: sol without a semi-colon", "output": [ [ - "Character", + "Character", "&sol" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "/", - "description": "Named entity: sol; with a semi-colon", + "input": "/", + "description": "Named entity: sol; with a semi-colon", "output": [ [ - "Character", + "Character", "/" ] ] - }, + }, { - "input": "&solb", - "description": "Bad named entity: solb without a semi-colon", + "input": "&solb", + "description": "Bad named entity: solb without a semi-colon", "output": [ [ - "Character", + "Character", "&solb" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⧄", - "description": "Named entity: solb; with a semi-colon", + "input": "⧄", + "description": "Named entity: solb; with a semi-colon", "output": [ [ - "Character", + "Character", "\u29c4" ] ] - }, + }, { - "input": "&solbar", - "description": "Bad named entity: solbar without a semi-colon", + "input": "&solbar", + "description": "Bad named entity: solbar without a semi-colon", "output": [ [ - "Character", + "Character", "&solbar" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⌿", - "description": "Named entity: solbar; with a semi-colon", + "input": "⌿", + "description": "Named entity: solbar; with a semi-colon", "output": [ [ - "Character", + "Character", "\u233f" ] ] - }, + }, { - "input": "&sopf", - "description": "Bad named entity: sopf without a semi-colon", + "input": "&sopf", + "description": "Bad named entity: sopf without a semi-colon", "output": [ [ - "Character", + "Character", "&sopf" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝕤", - "description": "Named entity: sopf; with a semi-colon", + "input": "𝕤", + "description": "Named entity: sopf; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udd64" ] ] - }, + }, { - "input": "&spades", - "description": "Bad named entity: spades without a semi-colon", + "input": "&spades", + "description": "Bad named entity: spades without a semi-colon", "output": [ [ - "Character", + "Character", "&spades" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "♠", - "description": "Named entity: spades; with a semi-colon", + "input": "♠", + "description": "Named entity: spades; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2660" ] ] - }, + }, { - "input": "&spadesuit", - "description": "Bad named entity: spadesuit without a semi-colon", + "input": "&spadesuit", + "description": "Bad named entity: spadesuit without a semi-colon", "output": [ [ - "Character", + "Character", "&spadesuit" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "♠", - "description": "Named entity: spadesuit; with a semi-colon", + "input": "♠", + "description": "Named entity: spadesuit; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2660" ] ] - }, + }, { - "input": "&spar", - "description": "Bad named entity: spar without a semi-colon", + "input": "&spar", + "description": "Bad named entity: spar without a semi-colon", "output": [ [ - "Character", + "Character", "&spar" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∥", - "description": "Named entity: spar; with a semi-colon", + "input": "∥", + "description": "Named entity: spar; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2225" ] ] - }, + }, { - "input": "&sqcap", - "description": "Bad named entity: sqcap without a semi-colon", + "input": "&sqcap", + "description": "Bad named entity: sqcap without a semi-colon", "output": [ [ - "Character", + "Character", "&sqcap" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊓", - "description": "Named entity: sqcap; with a semi-colon", + "input": "⊓", + "description": "Named entity: sqcap; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2293" ] ] - }, + }, { - "input": "&sqcaps", - "description": "Bad named entity: sqcaps without a semi-colon", + "input": "&sqcaps", + "description": "Bad named entity: sqcaps without a semi-colon", "output": [ [ - "Character", + "Character", "&sqcaps" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊓︀", - "description": "Named entity: sqcaps; with a semi-colon", + "input": "⊓︀", + "description": "Named entity: sqcaps; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2293\ufe00" ] ] - }, + }, { - "input": "&sqcup", - "description": "Bad named entity: sqcup without a semi-colon", + "input": "&sqcup", + "description": "Bad named entity: sqcup without a semi-colon", "output": [ [ - "Character", + "Character", "&sqcup" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊔", - "description": "Named entity: sqcup; with a semi-colon", + "input": "⊔", + "description": "Named entity: sqcup; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2294" ] ] - }, + }, { - "input": "&sqcups", - "description": "Bad named entity: sqcups without a semi-colon", + "input": "&sqcups", + "description": "Bad named entity: sqcups without a semi-colon", "output": [ [ - "Character", + "Character", "&sqcups" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊔︀", - "description": "Named entity: sqcups; with a semi-colon", + "input": "⊔︀", + "description": "Named entity: sqcups; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2294\ufe00" ] ] - }, + }, { - "input": "&sqsub", - "description": "Bad named entity: sqsub without a semi-colon", + "input": "&sqsub", + "description": "Bad named entity: sqsub without a semi-colon", "output": [ [ - "Character", + "Character", "&sqsub" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊏", - "description": "Named entity: sqsub; with a semi-colon", + "input": "⊏", + "description": "Named entity: sqsub; with a semi-colon", "output": [ [ - "Character", + "Character", "\u228f" ] ] - }, + }, { - "input": "&sqsube", - "description": "Bad named entity: sqsube without a semi-colon", + "input": "&sqsube", + "description": "Bad named entity: sqsube without a semi-colon", "output": [ [ - "Character", + "Character", "&sqsube" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊑", - "description": "Named entity: sqsube; with a semi-colon", + "input": "⊑", + "description": "Named entity: sqsube; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2291" ] ] - }, + }, { - "input": "&sqsubset", - "description": "Bad named entity: sqsubset without a semi-colon", + "input": "&sqsubset", + "description": "Bad named entity: sqsubset without a semi-colon", "output": [ [ - "Character", + "Character", "&sqsubset" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊏", - "description": "Named entity: sqsubset; with a semi-colon", + "input": "⊏", + "description": "Named entity: sqsubset; with a semi-colon", "output": [ [ - "Character", + "Character", "\u228f" ] ] - }, + }, { - "input": "&sqsubseteq", - "description": "Bad named entity: sqsubseteq without a semi-colon", + "input": "&sqsubseteq", + "description": "Bad named entity: sqsubseteq without a semi-colon", "output": [ [ - "Character", + "Character", "&sqsubseteq" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊑", - "description": "Named entity: sqsubseteq; with a semi-colon", + "input": "⊑", + "description": "Named entity: sqsubseteq; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2291" ] ] - }, + }, { - "input": "&sqsup", - "description": "Bad named entity: sqsup without a semi-colon", + "input": "&sqsup", + "description": "Bad named entity: sqsup without a semi-colon", "output": [ [ - "Character", + "Character", "&sqsup" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊐", - "description": "Named entity: sqsup; with a semi-colon", + "input": "⊐", + "description": "Named entity: sqsup; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2290" ] ] - }, + }, { - "input": "&sqsupe", - "description": "Bad named entity: sqsupe without a semi-colon", + "input": "&sqsupe", + "description": "Bad named entity: sqsupe without a semi-colon", "output": [ [ - "Character", + "Character", "&sqsupe" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊒", - "description": "Named entity: sqsupe; with a semi-colon", + "input": "⊒", + "description": "Named entity: sqsupe; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2292" ] ] - }, + }, { - "input": "&sqsupset", - "description": "Bad named entity: sqsupset without a semi-colon", + "input": "&sqsupset", + "description": "Bad named entity: sqsupset without a semi-colon", "output": [ [ - "Character", + "Character", "&sqsupset" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊐", - "description": "Named entity: sqsupset; with a semi-colon", + "input": "⊐", + "description": "Named entity: sqsupset; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2290" ] ] - }, + }, { - "input": "&sqsupseteq", - "description": "Bad named entity: sqsupseteq without a semi-colon", + "input": "&sqsupseteq", + "description": "Bad named entity: sqsupseteq without a semi-colon", "output": [ [ - "Character", + "Character", "&sqsupseteq" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊒", - "description": "Named entity: sqsupseteq; with a semi-colon", + "input": "⊒", + "description": "Named entity: sqsupseteq; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2292" ] ] - }, + }, { - "input": "&squ", - "description": "Bad named entity: squ without a semi-colon", + "input": "&squ", + "description": "Bad named entity: squ without a semi-colon", "output": [ [ - "Character", + "Character", "&squ" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "□", - "description": "Named entity: squ; with a semi-colon", + "input": "□", + "description": "Named entity: squ; with a semi-colon", "output": [ [ - "Character", + "Character", "\u25a1" ] ] - }, + }, { - "input": "&square", - "description": "Bad named entity: square without a semi-colon", + "input": "&square", + "description": "Bad named entity: square without a semi-colon", "output": [ [ - "Character", + "Character", "&square" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "□", - "description": "Named entity: square; with a semi-colon", + "input": "□", + "description": "Named entity: square; with a semi-colon", "output": [ [ - "Character", + "Character", "\u25a1" ] ] - }, + }, { - "input": "&squarf", - "description": "Bad named entity: squarf without a semi-colon", + "input": "&squarf", + "description": "Bad named entity: squarf without a semi-colon", "output": [ [ - "Character", + "Character", "&squarf" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "▪", - "description": "Named entity: squarf; with a semi-colon", + "input": "▪", + "description": "Named entity: squarf; with a semi-colon", "output": [ [ - "Character", + "Character", "\u25aa" ] ] - }, + }, { - "input": "&squf", - "description": "Bad named entity: squf without a semi-colon", + "input": "&squf", + "description": "Bad named entity: squf without a semi-colon", "output": [ [ - "Character", + "Character", "&squf" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "▪", - "description": "Named entity: squf; with a semi-colon", + "input": "▪", + "description": "Named entity: squf; with a semi-colon", "output": [ [ - "Character", + "Character", "\u25aa" ] ] - }, + }, { - "input": "&srarr", - "description": "Bad named entity: srarr without a semi-colon", + "input": "&srarr", + "description": "Bad named entity: srarr without a semi-colon", "output": [ [ - "Character", + "Character", "&srarr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "→", - "description": "Named entity: srarr; with a semi-colon", + "input": "→", + "description": "Named entity: srarr; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2192" ] ] - }, + }, { - "input": "&sscr", - "description": "Bad named entity: sscr without a semi-colon", + "input": "&sscr", + "description": "Bad named entity: sscr without a semi-colon", "output": [ [ - "Character", + "Character", "&sscr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝓈", - "description": "Named entity: sscr; with a semi-colon", + "input": "𝓈", + "description": "Named entity: sscr; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udcc8" ] ] - }, + }, { - "input": "&ssetmn", - "description": "Bad named entity: ssetmn without a semi-colon", + "input": "&ssetmn", + "description": "Bad named entity: ssetmn without a semi-colon", "output": [ [ - "Character", + "Character", "&ssetmn" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∖", - "description": "Named entity: ssetmn; with a semi-colon", + "input": "∖", + "description": "Named entity: ssetmn; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2216" ] ] - }, + }, { - "input": "&ssmile", - "description": "Bad named entity: ssmile without a semi-colon", + "input": "&ssmile", + "description": "Bad named entity: ssmile without a semi-colon", "output": [ [ - "Character", + "Character", "&ssmile" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⌣", - "description": "Named entity: ssmile; with a semi-colon", + "input": "⌣", + "description": "Named entity: ssmile; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2323" ] ] - }, + }, { - "input": "&sstarf", - "description": "Bad named entity: sstarf without a semi-colon", + "input": "&sstarf", + "description": "Bad named entity: sstarf without a semi-colon", "output": [ [ - "Character", + "Character", "&sstarf" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⋆", - "description": "Named entity: sstarf; with a semi-colon", + "input": "⋆", + "description": "Named entity: sstarf; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22c6" ] ] - }, + }, { - "input": "&star", - "description": "Bad named entity: star without a semi-colon", + "input": "&star", + "description": "Bad named entity: star without a semi-colon", "output": [ [ - "Character", + "Character", "&star" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "☆", - "description": "Named entity: star; with a semi-colon", + "input": "☆", + "description": "Named entity: star; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2606" ] ] - }, + }, { - "input": "&starf", - "description": "Bad named entity: starf without a semi-colon", + "input": "&starf", + "description": "Bad named entity: starf without a semi-colon", "output": [ [ - "Character", + "Character", "&starf" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "★", - "description": "Named entity: starf; with a semi-colon", + "input": "★", + "description": "Named entity: starf; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2605" ] ] - }, + }, { - "input": "&straightepsilon", - "description": "Bad named entity: straightepsilon without a semi-colon", + "input": "&straightepsilon", + "description": "Bad named entity: straightepsilon without a semi-colon", "output": [ [ - "Character", + "Character", "&straightepsilon" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ϵ", - "description": "Named entity: straightepsilon; with a semi-colon", + "input": "ϵ", + "description": "Named entity: straightepsilon; with a semi-colon", "output": [ [ - "Character", + "Character", "\u03f5" ] ] - }, + }, { - "input": "&straightphi", - "description": "Bad named entity: straightphi without a semi-colon", + "input": "&straightphi", + "description": "Bad named entity: straightphi without a semi-colon", "output": [ [ - "Character", + "Character", "&straightphi" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ϕ", - "description": "Named entity: straightphi; with a semi-colon", + "input": "ϕ", + "description": "Named entity: straightphi; with a semi-colon", "output": [ [ - "Character", + "Character", "\u03d5" ] ] - }, + }, { - "input": "&strns", - "description": "Bad named entity: strns without a semi-colon", + "input": "&strns", + "description": "Bad named entity: strns without a semi-colon", "output": [ [ - "Character", + "Character", "&strns" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "¯", - "description": "Named entity: strns; with a semi-colon", + "input": "¯", + "description": "Named entity: strns; with a semi-colon", "output": [ [ - "Character", + "Character", "\u00af" ] ] - }, + }, { - "input": "&sub", - "description": "Bad named entity: sub without a semi-colon", + "input": "&sub", + "description": "Bad named entity: sub without a semi-colon", "output": [ [ - "Character", + "Character", "&sub" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊂", - "description": "Named entity: sub; with a semi-colon", + "input": "⊂", + "description": "Named entity: sub; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2282" ] ] - }, + }, { - "input": "&subE", - "description": "Bad named entity: subE without a semi-colon", + "input": "&subE", + "description": "Bad named entity: subE without a semi-colon", "output": [ [ - "Character", + "Character", "&subE" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⫅", - "description": "Named entity: subE; with a semi-colon", + "input": "⫅", + "description": "Named entity: subE; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2ac5" ] ] - }, + }, { - "input": "&subdot", - "description": "Bad named entity: subdot without a semi-colon", + "input": "&subdot", + "description": "Bad named entity: subdot without a semi-colon", "output": [ [ - "Character", + "Character", "&subdot" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⪽", - "description": "Named entity: subdot; with a semi-colon", + "input": "⪽", + "description": "Named entity: subdot; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2abd" ] ] - }, + }, { - "input": "&sube", - "description": "Bad named entity: sube without a semi-colon", + "input": "&sube", + "description": "Bad named entity: sube without a semi-colon", "output": [ [ - "Character", + "Character", "&sube" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊆", - "description": "Named entity: sube; with a semi-colon", + "input": "⊆", + "description": "Named entity: sube; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2286" ] ] - }, + }, { - "input": "&subedot", - "description": "Bad named entity: subedot without a semi-colon", + "input": "&subedot", + "description": "Bad named entity: subedot without a semi-colon", "output": [ [ - "Character", + "Character", "&subedot" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⫃", - "description": "Named entity: subedot; with a semi-colon", + "input": "⫃", + "description": "Named entity: subedot; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2ac3" ] ] - }, + }, { - "input": "&submult", - "description": "Bad named entity: submult without a semi-colon", + "input": "&submult", + "description": "Bad named entity: submult without a semi-colon", "output": [ [ - "Character", + "Character", "&submult" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⫁", - "description": "Named entity: submult; with a semi-colon", + "input": "⫁", + "description": "Named entity: submult; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2ac1" ] ] - }, + }, { - "input": "&subnE", - "description": "Bad named entity: subnE without a semi-colon", + "input": "&subnE", + "description": "Bad named entity: subnE without a semi-colon", "output": [ [ - "Character", + "Character", "&subnE" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⫋", - "description": "Named entity: subnE; with a semi-colon", + "input": "⫋", + "description": "Named entity: subnE; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2acb" ] ] - }, + }, { - "input": "&subne", - "description": "Bad named entity: subne without a semi-colon", + "input": "&subne", + "description": "Bad named entity: subne without a semi-colon", "output": [ [ - "Character", + "Character", "&subne" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊊", - "description": "Named entity: subne; with a semi-colon", + "input": "⊊", + "description": "Named entity: subne; with a semi-colon", "output": [ [ - "Character", + "Character", "\u228a" ] ] - }, + }, { - "input": "&subplus", - "description": "Bad named entity: subplus without a semi-colon", + "input": "&subplus", + "description": "Bad named entity: subplus without a semi-colon", "output": [ [ - "Character", + "Character", "&subplus" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⪿", - "description": "Named entity: subplus; with a semi-colon", + "input": "⪿", + "description": "Named entity: subplus; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2abf" ] ] - }, + }, { - "input": "&subrarr", - "description": "Bad named entity: subrarr without a semi-colon", + "input": "&subrarr", + "description": "Bad named entity: subrarr without a semi-colon", "output": [ [ - "Character", + "Character", "&subrarr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⥹", - "description": "Named entity: subrarr; with a semi-colon", + "input": "⥹", + "description": "Named entity: subrarr; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2979" ] ] - }, + }, { - "input": "&subset", - "description": "Bad named entity: subset without a semi-colon", + "input": "&subset", + "description": "Bad named entity: subset without a semi-colon", "output": [ [ - "Character", + "Character", "&subset" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊂", - "description": "Named entity: subset; with a semi-colon", + "input": "⊂", + "description": "Named entity: subset; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2282" ] ] - }, + }, { - "input": "&subseteq", - "description": "Bad named entity: subseteq without a semi-colon", + "input": "&subseteq", + "description": "Bad named entity: subseteq without a semi-colon", "output": [ [ - "Character", + "Character", "&subseteq" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊆", - "description": "Named entity: subseteq; with a semi-colon", + "input": "⊆", + "description": "Named entity: subseteq; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2286" ] ] - }, + }, { - "input": "&subseteqq", - "description": "Bad named entity: subseteqq without a semi-colon", + "input": "&subseteqq", + "description": "Bad named entity: subseteqq without a semi-colon", "output": [ [ - "Character", + "Character", "&subseteqq" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⫅", - "description": "Named entity: subseteqq; with a semi-colon", + "input": "⫅", + "description": "Named entity: subseteqq; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2ac5" ] ] - }, + }, { - "input": "&subsetneq", - "description": "Bad named entity: subsetneq without a semi-colon", + "input": "&subsetneq", + "description": "Bad named entity: subsetneq without a semi-colon", "output": [ [ - "Character", + "Character", "&subsetneq" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊊", - "description": "Named entity: subsetneq; with a semi-colon", + "input": "⊊", + "description": "Named entity: subsetneq; with a semi-colon", "output": [ [ - "Character", + "Character", "\u228a" ] ] - }, + }, { - "input": "&subsetneqq", - "description": "Bad named entity: subsetneqq without a semi-colon", + "input": "&subsetneqq", + "description": "Bad named entity: subsetneqq without a semi-colon", "output": [ [ - "Character", + "Character", "&subsetneqq" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⫋", - "description": "Named entity: subsetneqq; with a semi-colon", + "input": "⫋", + "description": "Named entity: subsetneqq; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2acb" ] ] - }, + }, { - "input": "&subsim", - "description": "Bad named entity: subsim without a semi-colon", + "input": "&subsim", + "description": "Bad named entity: subsim without a semi-colon", "output": [ [ - "Character", + "Character", "&subsim" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⫇", - "description": "Named entity: subsim; with a semi-colon", + "input": "⫇", + "description": "Named entity: subsim; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2ac7" ] ] - }, + }, { - "input": "&subsub", - "description": "Bad named entity: subsub without a semi-colon", + "input": "&subsub", + "description": "Bad named entity: subsub without a semi-colon", "output": [ [ - "Character", + "Character", "&subsub" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⫕", - "description": "Named entity: subsub; with a semi-colon", + "input": "⫕", + "description": "Named entity: subsub; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2ad5" ] ] - }, + }, { - "input": "&subsup", - "description": "Bad named entity: subsup without a semi-colon", + "input": "&subsup", + "description": "Bad named entity: subsup without a semi-colon", "output": [ [ - "Character", + "Character", "&subsup" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⫓", - "description": "Named entity: subsup; with a semi-colon", + "input": "⫓", + "description": "Named entity: subsup; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2ad3" ] ] - }, + }, { - "input": "&succ", - "description": "Bad named entity: succ without a semi-colon", + "input": "&succ", + "description": "Bad named entity: succ without a semi-colon", "output": [ [ - "Character", + "Character", "&succ" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≻", - "description": "Named entity: succ; with a semi-colon", + "input": "≻", + "description": "Named entity: succ; with a semi-colon", "output": [ [ - "Character", + "Character", "\u227b" ] ] - }, + }, { - "input": "&succapprox", - "description": "Bad named entity: succapprox without a semi-colon", + "input": "&succapprox", + "description": "Bad named entity: succapprox without a semi-colon", "output": [ [ - "Character", + "Character", "&succapprox" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⪸", - "description": "Named entity: succapprox; with a semi-colon", + "input": "⪸", + "description": "Named entity: succapprox; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2ab8" ] ] - }, + }, { - "input": "&succcurlyeq", - "description": "Bad named entity: succcurlyeq without a semi-colon", + "input": "&succcurlyeq", + "description": "Bad named entity: succcurlyeq without a semi-colon", "output": [ [ - "Character", + "Character", "&succcurlyeq" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≽", - "description": "Named entity: succcurlyeq; with a semi-colon", + "input": "≽", + "description": "Named entity: succcurlyeq; with a semi-colon", "output": [ [ - "Character", + "Character", "\u227d" ] ] - }, + }, { - "input": "&succeq", - "description": "Bad named entity: succeq without a semi-colon", + "input": "&succeq", + "description": "Bad named entity: succeq without a semi-colon", "output": [ [ - "Character", + "Character", "&succeq" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⪰", - "description": "Named entity: succeq; with a semi-colon", + "input": "⪰", + "description": "Named entity: succeq; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2ab0" ] ] - }, + }, { - "input": "&succnapprox", - "description": "Bad named entity: succnapprox without a semi-colon", + "input": "&succnapprox", + "description": "Bad named entity: succnapprox without a semi-colon", "output": [ [ - "Character", + "Character", "&succnapprox" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⪺", - "description": "Named entity: succnapprox; with a semi-colon", + "input": "⪺", + "description": "Named entity: succnapprox; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2aba" ] ] - }, + }, { - "input": "&succneqq", - "description": "Bad named entity: succneqq without a semi-colon", + "input": "&succneqq", + "description": "Bad named entity: succneqq without a semi-colon", "output": [ [ - "Character", + "Character", "&succneqq" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⪶", - "description": "Named entity: succneqq; with a semi-colon", + "input": "⪶", + "description": "Named entity: succneqq; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2ab6" ] ] - }, + }, { - "input": "&succnsim", - "description": "Bad named entity: succnsim without a semi-colon", + "input": "&succnsim", + "description": "Bad named entity: succnsim without a semi-colon", "output": [ [ - "Character", + "Character", "&succnsim" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⋩", - "description": "Named entity: succnsim; with a semi-colon", + "input": "⋩", + "description": "Named entity: succnsim; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22e9" ] ] - }, + }, { - "input": "&succsim", - "description": "Bad named entity: succsim without a semi-colon", + "input": "&succsim", + "description": "Bad named entity: succsim without a semi-colon", "output": [ [ - "Character", + "Character", "&succsim" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≿", - "description": "Named entity: succsim; with a semi-colon", + "input": "≿", + "description": "Named entity: succsim; with a semi-colon", "output": [ [ - "Character", + "Character", "\u227f" ] ] - }, + }, { - "input": "&sum", - "description": "Bad named entity: sum without a semi-colon", + "input": "&sum", + "description": "Bad named entity: sum without a semi-colon", "output": [ [ - "Character", + "Character", "&sum" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∑", - "description": "Named entity: sum; with a semi-colon", + "input": "∑", + "description": "Named entity: sum; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2211" ] ] - }, + }, { - "input": "&sung", - "description": "Bad named entity: sung without a semi-colon", + "input": "&sung", + "description": "Bad named entity: sung without a semi-colon", "output": [ [ - "Character", + "Character", "&sung" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "♪", - "description": "Named entity: sung; with a semi-colon", + "input": "♪", + "description": "Named entity: sung; with a semi-colon", "output": [ [ - "Character", + "Character", "\u266a" ] ] - }, + }, { - "input": "&sup", - "description": "Bad named entity: sup without a semi-colon", + "input": "&sup", + "description": "Bad named entity: sup without a semi-colon", "output": [ [ - "Character", + "Character", "&sup" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "¹", - "description": "Named entity: sup1 without a semi-colon", + "input": "¹", + "description": "Named entity: sup1 without a semi-colon", "output": [ [ - "Character", + "Character", "\u00b9" ] ], "errors": [ { "code": "missing-semicolon-after-character-reference", "line": 1, "col": 6 } ] - }, + }, { - "input": "¹", - "description": "Named entity: sup1; with a semi-colon", + "input": "¹", + "description": "Named entity: sup1; with a semi-colon", "output": [ [ - "Character", + "Character", "\u00b9" ] ] - }, + }, { - "input": "²", - "description": "Named entity: sup2 without a semi-colon", + "input": "²", + "description": "Named entity: sup2 without a semi-colon", "output": [ [ - "Character", + "Character", "\u00b2" ] ], "errors": [ { "code": "missing-semicolon-after-character-reference", "line": 1, "col": 6 } ] - }, + }, { - "input": "²", - "description": "Named entity: sup2; with a semi-colon", + "input": "²", + "description": "Named entity: sup2; with a semi-colon", "output": [ [ - "Character", + "Character", "\u00b2" ] ] - }, + }, { - "input": "³", - "description": "Named entity: sup3 without a semi-colon", + "input": "³", + "description": "Named entity: sup3 without a semi-colon", "output": [ [ - "Character", + "Character", "\u00b3" ] ], "errors": [ { "code": "missing-semicolon-after-character-reference", "line": 1, "col": 6 } ] - }, + }, { - "input": "³", - "description": "Named entity: sup3; with a semi-colon", + "input": "³", + "description": "Named entity: sup3; with a semi-colon", "output": [ [ - "Character", + "Character", "\u00b3" ] ] - }, + }, { - "input": "⊃", - "description": "Named entity: sup; with a semi-colon", + "input": "⊃", + "description": "Named entity: sup; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2283" ] ] - }, + }, { - "input": "&supE", - "description": "Bad named entity: supE without a semi-colon", + "input": "&supE", + "description": "Bad named entity: supE without a semi-colon", "output": [ [ - "Character", + "Character", "&supE" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⫆", - "description": "Named entity: supE; with a semi-colon", + "input": "⫆", + "description": "Named entity: supE; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2ac6" ] ] - }, + }, { - "input": "&supdot", - "description": "Bad named entity: supdot without a semi-colon", + "input": "&supdot", + "description": "Bad named entity: supdot without a semi-colon", "output": [ [ - "Character", + "Character", "&supdot" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⪾", - "description": "Named entity: supdot; with a semi-colon", + "input": "⪾", + "description": "Named entity: supdot; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2abe" ] ] - }, + }, { - "input": "&supdsub", - "description": "Bad named entity: supdsub without a semi-colon", + "input": "&supdsub", + "description": "Bad named entity: supdsub without a semi-colon", "output": [ [ - "Character", + "Character", "&supdsub" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⫘", - "description": "Named entity: supdsub; with a semi-colon", + "input": "⫘", + "description": "Named entity: supdsub; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2ad8" ] ] - }, + }, { - "input": "&supe", - "description": "Bad named entity: supe without a semi-colon", + "input": "&supe", + "description": "Bad named entity: supe without a semi-colon", "output": [ [ - "Character", + "Character", "&supe" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊇", - "description": "Named entity: supe; with a semi-colon", + "input": "⊇", + "description": "Named entity: supe; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2287" ] ] - }, + }, { - "input": "&supedot", - "description": "Bad named entity: supedot without a semi-colon", + "input": "&supedot", + "description": "Bad named entity: supedot without a semi-colon", "output": [ [ - "Character", + "Character", "&supedot" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⫄", - "description": "Named entity: supedot; with a semi-colon", + "input": "⫄", + "description": "Named entity: supedot; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2ac4" ] ] - }, + }, { - "input": "&suphsol", - "description": "Bad named entity: suphsol without a semi-colon", + "input": "&suphsol", + "description": "Bad named entity: suphsol without a semi-colon", "output": [ [ - "Character", + "Character", "&suphsol" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⟉", - "description": "Named entity: suphsol; with a semi-colon", + "input": "⟉", + "description": "Named entity: suphsol; with a semi-colon", "output": [ [ - "Character", + "Character", "\u27c9" ] ] - }, + }, { - "input": "&suphsub", - "description": "Bad named entity: suphsub without a semi-colon", + "input": "&suphsub", + "description": "Bad named entity: suphsub without a semi-colon", "output": [ [ - "Character", + "Character", "&suphsub" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⫗", - "description": "Named entity: suphsub; with a semi-colon", + "input": "⫗", + "description": "Named entity: suphsub; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2ad7" ] ] - }, + }, { - "input": "&suplarr", - "description": "Bad named entity: suplarr without a semi-colon", + "input": "&suplarr", + "description": "Bad named entity: suplarr without a semi-colon", "output": [ [ - "Character", + "Character", "&suplarr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⥻", - "description": "Named entity: suplarr; with a semi-colon", + "input": "⥻", + "description": "Named entity: suplarr; with a semi-colon", "output": [ [ - "Character", + "Character", "\u297b" ] ] - }, + }, { - "input": "&supmult", - "description": "Bad named entity: supmult without a semi-colon", + "input": "&supmult", + "description": "Bad named entity: supmult without a semi-colon", "output": [ [ - "Character", + "Character", "&supmult" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⫂", - "description": "Named entity: supmult; with a semi-colon", + "input": "⫂", + "description": "Named entity: supmult; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2ac2" ] ] - }, + }, { - "input": "&supnE", - "description": "Bad named entity: supnE without a semi-colon", + "input": "&supnE", + "description": "Bad named entity: supnE without a semi-colon", "output": [ [ - "Character", + "Character", "&supnE" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⫌", - "description": "Named entity: supnE; with a semi-colon", + "input": "⫌", + "description": "Named entity: supnE; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2acc" ] ] - }, + }, { - "input": "&supne", - "description": "Bad named entity: supne without a semi-colon", + "input": "&supne", + "description": "Bad named entity: supne without a semi-colon", "output": [ [ - "Character", + "Character", "&supne" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊋", - "description": "Named entity: supne; with a semi-colon", + "input": "⊋", + "description": "Named entity: supne; with a semi-colon", "output": [ [ - "Character", + "Character", "\u228b" ] ] - }, + }, { - "input": "&supplus", - "description": "Bad named entity: supplus without a semi-colon", + "input": "&supplus", + "description": "Bad named entity: supplus without a semi-colon", "output": [ [ - "Character", + "Character", "&supplus" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⫀", - "description": "Named entity: supplus; with a semi-colon", + "input": "⫀", + "description": "Named entity: supplus; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2ac0" ] ] - }, + }, { - "input": "&supset", - "description": "Bad named entity: supset without a semi-colon", + "input": "&supset", + "description": "Bad named entity: supset without a semi-colon", "output": [ [ - "Character", + "Character", "&supset" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊃", - "description": "Named entity: supset; with a semi-colon", + "input": "⊃", + "description": "Named entity: supset; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2283" ] ] - }, + }, { - "input": "&supseteq", - "description": "Bad named entity: supseteq without a semi-colon", + "input": "&supseteq", + "description": "Bad named entity: supseteq without a semi-colon", "output": [ [ - "Character", + "Character", "&supseteq" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊇", - "description": "Named entity: supseteq; with a semi-colon", + "input": "⊇", + "description": "Named entity: supseteq; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2287" ] ] - }, + }, { - "input": "&supseteqq", - "description": "Bad named entity: supseteqq without a semi-colon", + "input": "&supseteqq", + "description": "Bad named entity: supseteqq without a semi-colon", "output": [ [ - "Character", + "Character", "&supseteqq" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⫆", - "description": "Named entity: supseteqq; with a semi-colon", + "input": "⫆", + "description": "Named entity: supseteqq; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2ac6" ] ] - }, + }, { - "input": "&supsetneq", - "description": "Bad named entity: supsetneq without a semi-colon", + "input": "&supsetneq", + "description": "Bad named entity: supsetneq without a semi-colon", "output": [ [ - "Character", + "Character", "&supsetneq" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊋", - "description": "Named entity: supsetneq; with a semi-colon", + "input": "⊋", + "description": "Named entity: supsetneq; with a semi-colon", "output": [ [ - "Character", + "Character", "\u228b" ] ] - }, + }, { - "input": "&supsetneqq", - "description": "Bad named entity: supsetneqq without a semi-colon", + "input": "&supsetneqq", + "description": "Bad named entity: supsetneqq without a semi-colon", "output": [ [ - "Character", + "Character", "&supsetneqq" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⫌", - "description": "Named entity: supsetneqq; with a semi-colon", + "input": "⫌", + "description": "Named entity: supsetneqq; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2acc" ] ] - }, + }, { - "input": "&supsim", - "description": "Bad named entity: supsim without a semi-colon", + "input": "&supsim", + "description": "Bad named entity: supsim without a semi-colon", "output": [ [ - "Character", + "Character", "&supsim" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⫈", - "description": "Named entity: supsim; with a semi-colon", + "input": "⫈", + "description": "Named entity: supsim; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2ac8" ] ] - }, + }, { - "input": "&supsub", - "description": "Bad named entity: supsub without a semi-colon", + "input": "&supsub", + "description": "Bad named entity: supsub without a semi-colon", "output": [ [ - "Character", + "Character", "&supsub" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⫔", - "description": "Named entity: supsub; with a semi-colon", + "input": "⫔", + "description": "Named entity: supsub; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2ad4" ] ] - }, + }, { - "input": "&supsup", - "description": "Bad named entity: supsup without a semi-colon", + "input": "&supsup", + "description": "Bad named entity: supsup without a semi-colon", "output": [ [ - "Character", + "Character", "&supsup" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⫖", - "description": "Named entity: supsup; with a semi-colon", + "input": "⫖", + "description": "Named entity: supsup; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2ad6" ] ] - }, + }, { - "input": "&swArr", - "description": "Bad named entity: swArr without a semi-colon", + "input": "&swArr", + "description": "Bad named entity: swArr without a semi-colon", "output": [ [ - "Character", + "Character", "&swArr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⇙", - "description": "Named entity: swArr; with a semi-colon", + "input": "⇙", + "description": "Named entity: swArr; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21d9" ] ] - }, + }, { - "input": "&swarhk", - "description": "Bad named entity: swarhk without a semi-colon", + "input": "&swarhk", + "description": "Bad named entity: swarhk without a semi-colon", "output": [ [ - "Character", + "Character", "&swarhk" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⤦", - "description": "Named entity: swarhk; with a semi-colon", + "input": "⤦", + "description": "Named entity: swarhk; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2926" ] ] - }, + }, { - "input": "&swarr", - "description": "Bad named entity: swarr without a semi-colon", + "input": "&swarr", + "description": "Bad named entity: swarr without a semi-colon", "output": [ [ - "Character", + "Character", "&swarr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "↙", - "description": "Named entity: swarr; with a semi-colon", + "input": "↙", + "description": "Named entity: swarr; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2199" ] ] - }, + }, { - "input": "&swarrow", - "description": "Bad named entity: swarrow without a semi-colon", + "input": "&swarrow", + "description": "Bad named entity: swarrow without a semi-colon", "output": [ [ - "Character", + "Character", "&swarrow" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "↙", - "description": "Named entity: swarrow; with a semi-colon", + "input": "↙", + "description": "Named entity: swarrow; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2199" ] ] - }, + }, { - "input": "&swnwar", - "description": "Bad named entity: swnwar without a semi-colon", + "input": "&swnwar", + "description": "Bad named entity: swnwar without a semi-colon", "output": [ [ - "Character", + "Character", "&swnwar" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⤪", - "description": "Named entity: swnwar; with a semi-colon", + "input": "⤪", + "description": "Named entity: swnwar; with a semi-colon", "output": [ [ - "Character", + "Character", "\u292a" ] ] - }, + }, { - "input": "ß", - "description": "Named entity: szlig without a semi-colon", + "input": "ß", + "description": "Named entity: szlig without a semi-colon", "output": [ [ - "Character", + "Character", "\u00df" ] ], "errors": [ { "code": "missing-semicolon-after-character-reference", "line": 1, "col": 7 } ] - }, + }, { - "input": "ß", - "description": "Named entity: szlig; with a semi-colon", + "input": "ß", + "description": "Named entity: szlig; with a semi-colon", "output": [ [ - "Character", + "Character", "\u00df" ] ] - }, + }, { - "input": "&target", - "description": "Bad named entity: target without a semi-colon", + "input": "&target", + "description": "Bad named entity: target without a semi-colon", "output": [ [ - "Character", + "Character", "&target" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⌖", - "description": "Named entity: target; with a semi-colon", + "input": "⌖", + "description": "Named entity: target; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2316" ] ] - }, + }, { - "input": "&tau", - "description": "Bad named entity: tau without a semi-colon", + "input": "&tau", + "description": "Bad named entity: tau without a semi-colon", "output": [ [ - "Character", + "Character", "&tau" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "τ", - "description": "Named entity: tau; with a semi-colon", + "input": "τ", + "description": "Named entity: tau; with a semi-colon", "output": [ [ - "Character", + "Character", "\u03c4" ] ] - }, + }, { - "input": "&tbrk", - "description": "Bad named entity: tbrk without a semi-colon", + "input": "&tbrk", + "description": "Bad named entity: tbrk without a semi-colon", "output": [ [ - "Character", + "Character", "&tbrk" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⎴", - "description": "Named entity: tbrk; with a semi-colon", + "input": "⎴", + "description": "Named entity: tbrk; with a semi-colon", "output": [ [ - "Character", + "Character", "\u23b4" ] ] - }, + }, { - "input": "&tcaron", - "description": "Bad named entity: tcaron without a semi-colon", + "input": "&tcaron", + "description": "Bad named entity: tcaron without a semi-colon", "output": [ [ - "Character", + "Character", "&tcaron" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ť", - "description": "Named entity: tcaron; with a semi-colon", + "input": "ť", + "description": "Named entity: tcaron; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0165" ] ] - }, + }, { - "input": "&tcedil", - "description": "Bad named entity: tcedil without a semi-colon", + "input": "&tcedil", + "description": "Bad named entity: tcedil without a semi-colon", "output": [ [ - "Character", + "Character", "&tcedil" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ţ", - "description": "Named entity: tcedil; with a semi-colon", + "input": "ţ", + "description": "Named entity: tcedil; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0163" ] ] - }, + }, { - "input": "&tcy", - "description": "Bad named entity: tcy without a semi-colon", + "input": "&tcy", + "description": "Bad named entity: tcy without a semi-colon", "output": [ [ - "Character", + "Character", "&tcy" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "т", - "description": "Named entity: tcy; with a semi-colon", + "input": "т", + "description": "Named entity: tcy; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0442" ] ] - }, + }, { - "input": "&tdot", - "description": "Bad named entity: tdot without a semi-colon", + "input": "&tdot", + "description": "Bad named entity: tdot without a semi-colon", "output": [ [ - "Character", + "Character", "&tdot" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⃛", - "description": "Named entity: tdot; with a semi-colon", + "input": "⃛", + "description": "Named entity: tdot; with a semi-colon", "output": [ [ - "Character", + "Character", "\u20db" ] ] - }, + }, { - "input": "&telrec", - "description": "Bad named entity: telrec without a semi-colon", + "input": "&telrec", + "description": "Bad named entity: telrec without a semi-colon", "output": [ [ - "Character", + "Character", "&telrec" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⌕", - "description": "Named entity: telrec; with a semi-colon", + "input": "⌕", + "description": "Named entity: telrec; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2315" ] ] - }, + }, { - "input": "&tfr", - "description": "Bad named entity: tfr without a semi-colon", + "input": "&tfr", + "description": "Bad named entity: tfr without a semi-colon", "output": [ [ - "Character", + "Character", "&tfr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝔱", - "description": "Named entity: tfr; with a semi-colon", + "input": "𝔱", + "description": "Named entity: tfr; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udd31" ] ] - }, + }, { - "input": "&there4", - "description": "Bad named entity: there4 without a semi-colon", + "input": "&there4", + "description": "Bad named entity: there4 without a semi-colon", "output": [ [ - "Character", + "Character", "&there4" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∴", - "description": "Named entity: there4; with a semi-colon", + "input": "∴", + "description": "Named entity: there4; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2234" ] ] - }, + }, { - "input": "&therefore", - "description": "Bad named entity: therefore without a semi-colon", + "input": "&therefore", + "description": "Bad named entity: therefore without a semi-colon", "output": [ [ - "Character", + "Character", "&therefore" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∴", - "description": "Named entity: therefore; with a semi-colon", + "input": "∴", + "description": "Named entity: therefore; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2234" ] ] - }, + }, { - "input": "&theta", - "description": "Bad named entity: theta without a semi-colon", + "input": "&theta", + "description": "Bad named entity: theta without a semi-colon", "output": [ [ - "Character", + "Character", "&theta" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "θ", - "description": "Named entity: theta; with a semi-colon", + "input": "θ", + "description": "Named entity: theta; with a semi-colon", "output": [ [ - "Character", + "Character", "\u03b8" ] ] - }, + }, { - "input": "&thetasym", - "description": "Bad named entity: thetasym without a semi-colon", + "input": "&thetasym", + "description": "Bad named entity: thetasym without a semi-colon", "output": [ [ - "Character", + "Character", "&thetasym" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ϑ", - "description": "Named entity: thetasym; with a semi-colon", + "input": "ϑ", + "description": "Named entity: thetasym; with a semi-colon", "output": [ [ - "Character", + "Character", "\u03d1" ] ] - }, + }, { - "input": "&thetav", - "description": "Bad named entity: thetav without a semi-colon", + "input": "&thetav", + "description": "Bad named entity: thetav without a semi-colon", "output": [ [ - "Character", + "Character", "&thetav" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ϑ", - "description": "Named entity: thetav; with a semi-colon", + "input": "ϑ", + "description": "Named entity: thetav; with a semi-colon", "output": [ [ - "Character", + "Character", "\u03d1" ] ] - }, + }, { - "input": "&thickapprox", - "description": "Bad named entity: thickapprox without a semi-colon", + "input": "&thickapprox", + "description": "Bad named entity: thickapprox without a semi-colon", "output": [ [ - "Character", + "Character", "&thickapprox" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≈", - "description": "Named entity: thickapprox; with a semi-colon", + "input": "≈", + "description": "Named entity: thickapprox; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2248" ] ] - }, + }, { - "input": "&thicksim", - "description": "Bad named entity: thicksim without a semi-colon", + "input": "&thicksim", + "description": "Bad named entity: thicksim without a semi-colon", "output": [ [ - "Character", + "Character", "&thicksim" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∼", - "description": "Named entity: thicksim; with a semi-colon", + "input": "∼", + "description": "Named entity: thicksim; with a semi-colon", "output": [ [ - "Character", + "Character", "\u223c" ] ] - }, + }, { - "input": "&thinsp", - "description": "Bad named entity: thinsp without a semi-colon", + "input": "&thinsp", + "description": "Bad named entity: thinsp without a semi-colon", "output": [ [ - "Character", + "Character", "&thinsp" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": " ", - "description": "Named entity: thinsp; with a semi-colon", + "input": " ", + "description": "Named entity: thinsp; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2009" ] ] - }, + }, { - "input": "&thkap", - "description": "Bad named entity: thkap without a semi-colon", + "input": "&thkap", + "description": "Bad named entity: thkap without a semi-colon", "output": [ [ - "Character", + "Character", "&thkap" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≈", - "description": "Named entity: thkap; with a semi-colon", + "input": "≈", + "description": "Named entity: thkap; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2248" ] ] - }, + }, { - "input": "&thksim", - "description": "Bad named entity: thksim without a semi-colon", + "input": "&thksim", + "description": "Bad named entity: thksim without a semi-colon", "output": [ [ - "Character", + "Character", "&thksim" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∼", - "description": "Named entity: thksim; with a semi-colon", + "input": "∼", + "description": "Named entity: thksim; with a semi-colon", "output": [ [ - "Character", + "Character", "\u223c" ] ] - }, + }, { - "input": "þ", - "description": "Named entity: thorn without a semi-colon", + "input": "þ", + "description": "Named entity: thorn without a semi-colon", "output": [ [ - "Character", + "Character", "\u00fe" ] ], "errors": [ { "code": "missing-semicolon-after-character-reference", "line": 1, "col": 7 } ] - }, + }, { - "input": "þ", - "description": "Named entity: thorn; with a semi-colon", + "input": "þ", + "description": "Named entity: thorn; with a semi-colon", "output": [ [ - "Character", + "Character", "\u00fe" ] ] - }, + }, { - "input": "&tilde", - "description": "Bad named entity: tilde without a semi-colon", + "input": "&tilde", + "description": "Bad named entity: tilde without a semi-colon", "output": [ [ - "Character", + "Character", "&tilde" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "˜", - "description": "Named entity: tilde; with a semi-colon", + "input": "˜", + "description": "Named entity: tilde; with a semi-colon", "output": [ [ - "Character", + "Character", "\u02dc" ] ] - }, + }, { - "input": "×", - "description": "Named entity: times without a semi-colon", + "input": "×", + "description": "Named entity: times without a semi-colon", "output": [ [ - "Character", + "Character", "\u00d7" ] ], "errors": [ { "code": "missing-semicolon-after-character-reference", "line": 1, "col": 7 } ] - }, + }, { - "input": "×", - "description": "Named entity: times; with a semi-colon", + "input": "×", + "description": "Named entity: times; with a semi-colon", "output": [ [ - "Character", + "Character", "\u00d7" ] ] - }, + }, { - "input": "⊠", - "description": "Named entity: timesb; with a semi-colon", + "input": "⊠", + "description": "Named entity: timesb; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22a0" ] ] - }, + }, { - "input": "⨱", - "description": "Named entity: timesbar; with a semi-colon", + "input": "⨱", + "description": "Named entity: timesbar; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a31" ] ] - }, + }, { - "input": "⨰", - "description": "Named entity: timesd; with a semi-colon", + "input": "⨰", + "description": "Named entity: timesd; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a30" ] ] - }, + }, { - "input": "&tint", - "description": "Bad named entity: tint without a semi-colon", + "input": "&tint", + "description": "Bad named entity: tint without a semi-colon", "output": [ [ - "Character", + "Character", "&tint" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∭", - "description": "Named entity: tint; with a semi-colon", + "input": "∭", + "description": "Named entity: tint; with a semi-colon", "output": [ [ - "Character", + "Character", "\u222d" ] ] - }, + }, { - "input": "&toea", - "description": "Bad named entity: toea without a semi-colon", + "input": "&toea", + "description": "Bad named entity: toea without a semi-colon", "output": [ [ - "Character", + "Character", "&toea" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⤨", - "description": "Named entity: toea; with a semi-colon", + "input": "⤨", + "description": "Named entity: toea; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2928" ] ] - }, + }, { - "input": "&top", - "description": "Bad named entity: top without a semi-colon", + "input": "&top", + "description": "Bad named entity: top without a semi-colon", "output": [ [ - "Character", + "Character", "&top" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊤", - "description": "Named entity: top; with a semi-colon", + "input": "⊤", + "description": "Named entity: top; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22a4" ] ] - }, + }, { - "input": "&topbot", - "description": "Bad named entity: topbot without a semi-colon", + "input": "&topbot", + "description": "Bad named entity: topbot without a semi-colon", "output": [ [ - "Character", + "Character", "&topbot" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⌶", - "description": "Named entity: topbot; with a semi-colon", + "input": "⌶", + "description": "Named entity: topbot; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2336" ] ] - }, + }, { - "input": "&topcir", - "description": "Bad named entity: topcir without a semi-colon", + "input": "&topcir", + "description": "Bad named entity: topcir without a semi-colon", "output": [ [ - "Character", + "Character", "&topcir" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⫱", - "description": "Named entity: topcir; with a semi-colon", + "input": "⫱", + "description": "Named entity: topcir; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2af1" ] ] - }, + }, { - "input": "&topf", - "description": "Bad named entity: topf without a semi-colon", + "input": "&topf", + "description": "Bad named entity: topf without a semi-colon", "output": [ [ - "Character", + "Character", "&topf" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝕥", - "description": "Named entity: topf; with a semi-colon", + "input": "𝕥", + "description": "Named entity: topf; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udd65" ] ] - }, + }, { - "input": "&topfork", - "description": "Bad named entity: topfork without a semi-colon", + "input": "&topfork", + "description": "Bad named entity: topfork without a semi-colon", "output": [ [ - "Character", + "Character", "&topfork" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⫚", - "description": "Named entity: topfork; with a semi-colon", + "input": "⫚", + "description": "Named entity: topfork; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2ada" ] ] - }, + }, { - "input": "&tosa", - "description": "Bad named entity: tosa without a semi-colon", + "input": "&tosa", + "description": "Bad named entity: tosa without a semi-colon", "output": [ [ - "Character", + "Character", "&tosa" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⤩", - "description": "Named entity: tosa; with a semi-colon", + "input": "⤩", + "description": "Named entity: tosa; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2929" ] ] - }, + }, { - "input": "&tprime", - "description": "Bad named entity: tprime without a semi-colon", + "input": "&tprime", + "description": "Bad named entity: tprime without a semi-colon", "output": [ [ - "Character", + "Character", "&tprime" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "‴", - "description": "Named entity: tprime; with a semi-colon", + "input": "‴", + "description": "Named entity: tprime; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2034" ] ] - }, + }, { - "input": "&trade", - "description": "Bad named entity: trade without a semi-colon", + "input": "&trade", + "description": "Bad named entity: trade without a semi-colon", "output": [ [ - "Character", + "Character", "&trade" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "™", - "description": "Named entity: trade; with a semi-colon", + "input": "™", + "description": "Named entity: trade; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2122" ] ] - }, + }, { - "input": "&triangle", - "description": "Bad named entity: triangle without a semi-colon", + "input": "&triangle", + "description": "Bad named entity: triangle without a semi-colon", "output": [ [ - "Character", + "Character", "&triangle" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "▵", - "description": "Named entity: triangle; with a semi-colon", + "input": "▵", + "description": "Named entity: triangle; with a semi-colon", "output": [ [ - "Character", + "Character", "\u25b5" ] ] - }, + }, { - "input": "&triangledown", - "description": "Bad named entity: triangledown without a semi-colon", + "input": "&triangledown", + "description": "Bad named entity: triangledown without a semi-colon", "output": [ [ - "Character", + "Character", "&triangledown" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "▿", - "description": "Named entity: triangledown; with a semi-colon", + "input": "▿", + "description": "Named entity: triangledown; with a semi-colon", "output": [ [ - "Character", + "Character", "\u25bf" ] ] - }, + }, { - "input": "&triangleleft", - "description": "Bad named entity: triangleleft without a semi-colon", + "input": "&triangleleft", + "description": "Bad named entity: triangleleft without a semi-colon", "output": [ [ - "Character", + "Character", "&triangleleft" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "◃", - "description": "Named entity: triangleleft; with a semi-colon", + "input": "◃", + "description": "Named entity: triangleleft; with a semi-colon", "output": [ [ - "Character", + "Character", "\u25c3" ] ] - }, + }, { - "input": "&trianglelefteq", - "description": "Bad named entity: trianglelefteq without a semi-colon", + "input": "&trianglelefteq", + "description": "Bad named entity: trianglelefteq without a semi-colon", "output": [ [ - "Character", + "Character", "&trianglelefteq" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊴", - "description": "Named entity: trianglelefteq; with a semi-colon", + "input": "⊴", + "description": "Named entity: trianglelefteq; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22b4" ] ] - }, + }, { - "input": "&triangleq", - "description": "Bad named entity: triangleq without a semi-colon", + "input": "&triangleq", + "description": "Bad named entity: triangleq without a semi-colon", "output": [ [ - "Character", + "Character", "&triangleq" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≜", - "description": "Named entity: triangleq; with a semi-colon", + "input": "≜", + "description": "Named entity: triangleq; with a semi-colon", "output": [ [ - "Character", + "Character", "\u225c" ] ] - }, + }, { - "input": "&triangleright", - "description": "Bad named entity: triangleright without a semi-colon", + "input": "&triangleright", + "description": "Bad named entity: triangleright without a semi-colon", "output": [ [ - "Character", + "Character", "&triangleright" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "▹", - "description": "Named entity: triangleright; with a semi-colon", + "input": "▹", + "description": "Named entity: triangleright; with a semi-colon", "output": [ [ - "Character", + "Character", "\u25b9" ] ] - }, + }, { - "input": "&trianglerighteq", - "description": "Bad named entity: trianglerighteq without a semi-colon", + "input": "&trianglerighteq", + "description": "Bad named entity: trianglerighteq without a semi-colon", "output": [ [ - "Character", + "Character", "&trianglerighteq" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊵", - "description": "Named entity: trianglerighteq; with a semi-colon", + "input": "⊵", + "description": "Named entity: trianglerighteq; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22b5" ] ] - }, + }, { - "input": "&tridot", - "description": "Bad named entity: tridot without a semi-colon", + "input": "&tridot", + "description": "Bad named entity: tridot without a semi-colon", "output": [ [ - "Character", + "Character", "&tridot" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "◬", - "description": "Named entity: tridot; with a semi-colon", + "input": "◬", + "description": "Named entity: tridot; with a semi-colon", "output": [ [ - "Character", + "Character", "\u25ec" ] ] - }, + }, { - "input": "&trie", - "description": "Bad named entity: trie without a semi-colon", + "input": "&trie", + "description": "Bad named entity: trie without a semi-colon", "output": [ [ - "Character", + "Character", "&trie" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≜", - "description": "Named entity: trie; with a semi-colon", + "input": "≜", + "description": "Named entity: trie; with a semi-colon", "output": [ [ - "Character", + "Character", "\u225c" ] ] - }, + }, { - "input": "&triminus", - "description": "Bad named entity: triminus without a semi-colon", + "input": "&triminus", + "description": "Bad named entity: triminus without a semi-colon", "output": [ [ - "Character", + "Character", "&triminus" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⨺", - "description": "Named entity: triminus; with a semi-colon", + "input": "⨺", + "description": "Named entity: triminus; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a3a" ] ] - }, + }, { - "input": "&triplus", - "description": "Bad named entity: triplus without a semi-colon", + "input": "&triplus", + "description": "Bad named entity: triplus without a semi-colon", "output": [ [ - "Character", + "Character", "&triplus" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⨹", - "description": "Named entity: triplus; with a semi-colon", + "input": "⨹", + "description": "Named entity: triplus; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a39" ] ] - }, + }, { - "input": "&trisb", - "description": "Bad named entity: trisb without a semi-colon", + "input": "&trisb", + "description": "Bad named entity: trisb without a semi-colon", "output": [ [ - "Character", + "Character", "&trisb" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⧍", - "description": "Named entity: trisb; with a semi-colon", + "input": "⧍", + "description": "Named entity: trisb; with a semi-colon", "output": [ [ - "Character", + "Character", "\u29cd" ] ] - }, + }, { - "input": "&tritime", - "description": "Bad named entity: tritime without a semi-colon", + "input": "&tritime", + "description": "Bad named entity: tritime without a semi-colon", "output": [ [ - "Character", + "Character", "&tritime" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⨻", - "description": "Named entity: tritime; with a semi-colon", + "input": "⨻", + "description": "Named entity: tritime; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a3b" ] ] - }, + }, { - "input": "&trpezium", - "description": "Bad named entity: trpezium without a semi-colon", + "input": "&trpezium", + "description": "Bad named entity: trpezium without a semi-colon", "output": [ [ - "Character", + "Character", "&trpezium" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⏢", - "description": "Named entity: trpezium; with a semi-colon", + "input": "⏢", + "description": "Named entity: trpezium; with a semi-colon", "output": [ [ - "Character", + "Character", "\u23e2" ] ] - }, + }, { - "input": "&tscr", - "description": "Bad named entity: tscr without a semi-colon", + "input": "&tscr", + "description": "Bad named entity: tscr without a semi-colon", "output": [ [ - "Character", + "Character", "&tscr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝓉", - "description": "Named entity: tscr; with a semi-colon", + "input": "𝓉", + "description": "Named entity: tscr; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udcc9" ] ] - }, + }, { - "input": "&tscy", - "description": "Bad named entity: tscy without a semi-colon", + "input": "&tscy", + "description": "Bad named entity: tscy without a semi-colon", "output": [ [ - "Character", + "Character", "&tscy" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ц", - "description": "Named entity: tscy; with a semi-colon", + "input": "ц", + "description": "Named entity: tscy; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0446" ] ] - }, + }, { - "input": "&tshcy", - "description": "Bad named entity: tshcy without a semi-colon", + "input": "&tshcy", + "description": "Bad named entity: tshcy without a semi-colon", "output": [ [ - "Character", + "Character", "&tshcy" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ћ", - "description": "Named entity: tshcy; with a semi-colon", + "input": "ћ", + "description": "Named entity: tshcy; with a semi-colon", "output": [ [ - "Character", + "Character", "\u045b" ] ] - }, + }, { - "input": "&tstrok", - "description": "Bad named entity: tstrok without a semi-colon", + "input": "&tstrok", + "description": "Bad named entity: tstrok without a semi-colon", "output": [ [ - "Character", + "Character", "&tstrok" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ŧ", - "description": "Named entity: tstrok; with a semi-colon", + "input": "ŧ", + "description": "Named entity: tstrok; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0167" ] ] - }, + }, { - "input": "&twixt", - "description": "Bad named entity: twixt without a semi-colon", + "input": "&twixt", + "description": "Bad named entity: twixt without a semi-colon", "output": [ [ - "Character", + "Character", "&twixt" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≬", - "description": "Named entity: twixt; with a semi-colon", + "input": "≬", + "description": "Named entity: twixt; with a semi-colon", "output": [ [ - "Character", + "Character", "\u226c" ] ] - }, + }, { - "input": "&twoheadleftarrow", - "description": "Bad named entity: twoheadleftarrow without a semi-colon", + "input": "&twoheadleftarrow", + "description": "Bad named entity: twoheadleftarrow without a semi-colon", "output": [ [ - "Character", + "Character", "&twoheadleftarrow" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "↞", - "description": "Named entity: twoheadleftarrow; with a semi-colon", + "input": "↞", + "description": "Named entity: twoheadleftarrow; with a semi-colon", "output": [ [ - "Character", + "Character", "\u219e" ] ] - }, + }, { - "input": "&twoheadrightarrow", - "description": "Bad named entity: twoheadrightarrow without a semi-colon", + "input": "&twoheadrightarrow", + "description": "Bad named entity: twoheadrightarrow without a semi-colon", "output": [ [ - "Character", + "Character", "&twoheadrightarrow" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "↠", - "description": "Named entity: twoheadrightarrow; with a semi-colon", + "input": "↠", + "description": "Named entity: twoheadrightarrow; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21a0" ] ] - }, + }, { - "input": "&uArr", - "description": "Bad named entity: uArr without a semi-colon", + "input": "&uArr", + "description": "Bad named entity: uArr without a semi-colon", "output": [ [ - "Character", + "Character", "&uArr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⇑", - "description": "Named entity: uArr; with a semi-colon", + "input": "⇑", + "description": "Named entity: uArr; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21d1" ] ] - }, + }, { - "input": "&uHar", - "description": "Bad named entity: uHar without a semi-colon", + "input": "&uHar", + "description": "Bad named entity: uHar without a semi-colon", "output": [ [ - "Character", + "Character", "&uHar" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⥣", - "description": "Named entity: uHar; with a semi-colon", + "input": "⥣", + "description": "Named entity: uHar; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2963" ] ] - }, + }, { - "input": "ú", - "description": "Named entity: uacute without a semi-colon", + "input": "ú", + "description": "Named entity: uacute without a semi-colon", "output": [ [ - "Character", + "Character", "\u00fa" ] ], "errors": [ { "code": "missing-semicolon-after-character-reference", "line": 1, "col": 8 } ] - }, + }, { - "input": "ú", - "description": "Named entity: uacute; with a semi-colon", + "input": "ú", + "description": "Named entity: uacute; with a semi-colon", "output": [ [ - "Character", + "Character", "\u00fa" ] ] - }, + }, { - "input": "&uarr", - "description": "Bad named entity: uarr without a semi-colon", + "input": "&uarr", + "description": "Bad named entity: uarr without a semi-colon", "output": [ [ - "Character", + "Character", "&uarr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "↑", - "description": "Named entity: uarr; with a semi-colon", + "input": "↑", + "description": "Named entity: uarr; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2191" ] ] - }, + }, { - "input": "&ubrcy", - "description": "Bad named entity: ubrcy without a semi-colon", + "input": "&ubrcy", + "description": "Bad named entity: ubrcy without a semi-colon", "output": [ [ - "Character", + "Character", "&ubrcy" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ў", - "description": "Named entity: ubrcy; with a semi-colon", + "input": "ў", + "description": "Named entity: ubrcy; with a semi-colon", "output": [ [ - "Character", + "Character", "\u045e" ] ] - }, + }, { - "input": "&ubreve", - "description": "Bad named entity: ubreve without a semi-colon", + "input": "&ubreve", + "description": "Bad named entity: ubreve without a semi-colon", "output": [ [ - "Character", + "Character", "&ubreve" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ŭ", - "description": "Named entity: ubreve; with a semi-colon", + "input": "ŭ", + "description": "Named entity: ubreve; with a semi-colon", "output": [ [ - "Character", + "Character", "\u016d" ] ] - }, + }, { - "input": "û", - "description": "Named entity: ucirc without a semi-colon", + "input": "û", + "description": "Named entity: ucirc without a semi-colon", "output": [ [ - "Character", + "Character", "\u00fb" ] ], "errors": [ { "code": "missing-semicolon-after-character-reference", "line": 1, "col": 7 } ] - }, + }, { - "input": "û", - "description": "Named entity: ucirc; with a semi-colon", + "input": "û", + "description": "Named entity: ucirc; with a semi-colon", "output": [ [ - "Character", + "Character", "\u00fb" ] ] - }, + }, { - "input": "&ucy", - "description": "Bad named entity: ucy without a semi-colon", + "input": "&ucy", + "description": "Bad named entity: ucy without a semi-colon", "output": [ [ - "Character", + "Character", "&ucy" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "у", - "description": "Named entity: ucy; with a semi-colon", + "input": "у", + "description": "Named entity: ucy; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0443" ] ] - }, + }, { - "input": "&udarr", - "description": "Bad named entity: udarr without a semi-colon", + "input": "&udarr", + "description": "Bad named entity: udarr without a semi-colon", "output": [ [ - "Character", + "Character", "&udarr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⇅", - "description": "Named entity: udarr; with a semi-colon", + "input": "⇅", + "description": "Named entity: udarr; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21c5" ] ] - }, + }, { - "input": "&udblac", - "description": "Bad named entity: udblac without a semi-colon", + "input": "&udblac", + "description": "Bad named entity: udblac without a semi-colon", "output": [ [ - "Character", + "Character", "&udblac" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ű", - "description": "Named entity: udblac; with a semi-colon", + "input": "ű", + "description": "Named entity: udblac; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0171" ] ] - }, + }, { - "input": "&udhar", - "description": "Bad named entity: udhar without a semi-colon", + "input": "&udhar", + "description": "Bad named entity: udhar without a semi-colon", "output": [ [ - "Character", + "Character", "&udhar" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⥮", - "description": "Named entity: udhar; with a semi-colon", + "input": "⥮", + "description": "Named entity: udhar; with a semi-colon", "output": [ [ - "Character", + "Character", "\u296e" ] ] - }, + }, { - "input": "&ufisht", - "description": "Bad named entity: ufisht without a semi-colon", + "input": "&ufisht", + "description": "Bad named entity: ufisht without a semi-colon", "output": [ [ - "Character", + "Character", "&ufisht" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⥾", - "description": "Named entity: ufisht; with a semi-colon", + "input": "⥾", + "description": "Named entity: ufisht; with a semi-colon", "output": [ [ - "Character", + "Character", "\u297e" ] ] - }, + }, { - "input": "&ufr", - "description": "Bad named entity: ufr without a semi-colon", + "input": "&ufr", + "description": "Bad named entity: ufr without a semi-colon", "output": [ [ - "Character", + "Character", "&ufr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝔲", - "description": "Named entity: ufr; with a semi-colon", + "input": "𝔲", + "description": "Named entity: ufr; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udd32" ] ] - }, + }, { - "input": "ù", - "description": "Named entity: ugrave without a semi-colon", + "input": "ù", + "description": "Named entity: ugrave without a semi-colon", "output": [ [ - "Character", + "Character", "\u00f9" ] ], "errors": [ { "code": "missing-semicolon-after-character-reference", "line": 1, "col": 8 } ] - }, + }, { - "input": "ù", - "description": "Named entity: ugrave; with a semi-colon", + "input": "ù", + "description": "Named entity: ugrave; with a semi-colon", "output": [ [ - "Character", + "Character", "\u00f9" ] ] - }, + }, { - "input": "&uharl", - "description": "Bad named entity: uharl without a semi-colon", + "input": "&uharl", + "description": "Bad named entity: uharl without a semi-colon", "output": [ [ - "Character", + "Character", "&uharl" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "↿", - "description": "Named entity: uharl; with a semi-colon", + "input": "↿", + "description": "Named entity: uharl; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21bf" ] ] - }, + }, { - "input": "&uharr", - "description": "Bad named entity: uharr without a semi-colon", + "input": "&uharr", + "description": "Bad named entity: uharr without a semi-colon", "output": [ [ - "Character", + "Character", "&uharr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "↾", - "description": "Named entity: uharr; with a semi-colon", + "input": "↾", + "description": "Named entity: uharr; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21be" ] ] - }, + }, { - "input": "&uhblk", - "description": "Bad named entity: uhblk without a semi-colon", + "input": "&uhblk", + "description": "Bad named entity: uhblk without a semi-colon", "output": [ [ - "Character", + "Character", "&uhblk" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "▀", - "description": "Named entity: uhblk; with a semi-colon", + "input": "▀", + "description": "Named entity: uhblk; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2580" ] ] - }, + }, { - "input": "&ulcorn", - "description": "Bad named entity: ulcorn without a semi-colon", + "input": "&ulcorn", + "description": "Bad named entity: ulcorn without a semi-colon", "output": [ [ - "Character", + "Character", "&ulcorn" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⌜", - "description": "Named entity: ulcorn; with a semi-colon", + "input": "⌜", + "description": "Named entity: ulcorn; with a semi-colon", "output": [ [ - "Character", + "Character", "\u231c" ] ] - }, + }, { - "input": "&ulcorner", - "description": "Bad named entity: ulcorner without a semi-colon", + "input": "&ulcorner", + "description": "Bad named entity: ulcorner without a semi-colon", "output": [ [ - "Character", + "Character", "&ulcorner" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⌜", - "description": "Named entity: ulcorner; with a semi-colon", + "input": "⌜", + "description": "Named entity: ulcorner; with a semi-colon", "output": [ [ - "Character", + "Character", "\u231c" ] ] - }, + }, { - "input": "&ulcrop", - "description": "Bad named entity: ulcrop without a semi-colon", + "input": "&ulcrop", + "description": "Bad named entity: ulcrop without a semi-colon", "output": [ [ - "Character", + "Character", "&ulcrop" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⌏", - "description": "Named entity: ulcrop; with a semi-colon", + "input": "⌏", + "description": "Named entity: ulcrop; with a semi-colon", "output": [ [ - "Character", + "Character", "\u230f" ] ] - }, + }, { - "input": "&ultri", - "description": "Bad named entity: ultri without a semi-colon", + "input": "&ultri", + "description": "Bad named entity: ultri without a semi-colon", "output": [ [ - "Character", + "Character", "&ultri" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "◸", - "description": "Named entity: ultri; with a semi-colon", + "input": "◸", + "description": "Named entity: ultri; with a semi-colon", "output": [ [ - "Character", + "Character", "\u25f8" ] ] - }, + }, { - "input": "&umacr", - "description": "Bad named entity: umacr without a semi-colon", + "input": "&umacr", + "description": "Bad named entity: umacr without a semi-colon", "output": [ [ - "Character", + "Character", "&umacr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ū", - "description": "Named entity: umacr; with a semi-colon", + "input": "ū", + "description": "Named entity: umacr; with a semi-colon", "output": [ [ - "Character", + "Character", "\u016b" ] ] - }, + }, { - "input": "¨", - "description": "Named entity: uml without a semi-colon", + "input": "¨", + "description": "Named entity: uml without a semi-colon", "output": [ [ - "Character", + "Character", "\u00a8" ] ], "errors": [ { "code": "missing-semicolon-after-character-reference", "line": 1, "col": 5 } ] - }, + }, { - "input": "¨", - "description": "Named entity: uml; with a semi-colon", + "input": "¨", + "description": "Named entity: uml; with a semi-colon", "output": [ [ - "Character", + "Character", "\u00a8" ] ] - }, + }, { - "input": "&uogon", - "description": "Bad named entity: uogon without a semi-colon", + "input": "&uogon", + "description": "Bad named entity: uogon without a semi-colon", "output": [ [ - "Character", + "Character", "&uogon" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ų", - "description": "Named entity: uogon; with a semi-colon", + "input": "ų", + "description": "Named entity: uogon; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0173" ] ] - }, + }, { - "input": "&uopf", - "description": "Bad named entity: uopf without a semi-colon", + "input": "&uopf", + "description": "Bad named entity: uopf without a semi-colon", "output": [ [ - "Character", + "Character", "&uopf" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝕦", - "description": "Named entity: uopf; with a semi-colon", + "input": "𝕦", + "description": "Named entity: uopf; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udd66" ] ] - }, + }, { - "input": "&uparrow", - "description": "Bad named entity: uparrow without a semi-colon", + "input": "&uparrow", + "description": "Bad named entity: uparrow without a semi-colon", "output": [ [ - "Character", + "Character", "&uparrow" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "↑", - "description": "Named entity: uparrow; with a semi-colon", + "input": "↑", + "description": "Named entity: uparrow; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2191" ] ] - }, + }, { - "input": "&updownarrow", - "description": "Bad named entity: updownarrow without a semi-colon", + "input": "&updownarrow", + "description": "Bad named entity: updownarrow without a semi-colon", "output": [ [ - "Character", + "Character", "&updownarrow" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "↕", - "description": "Named entity: updownarrow; with a semi-colon", + "input": "↕", + "description": "Named entity: updownarrow; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2195" ] ] - }, + }, { - "input": "&upharpoonleft", - "description": "Bad named entity: upharpoonleft without a semi-colon", + "input": "&upharpoonleft", + "description": "Bad named entity: upharpoonleft without a semi-colon", "output": [ [ - "Character", + "Character", "&upharpoonleft" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "↿", - "description": "Named entity: upharpoonleft; with a semi-colon", + "input": "↿", + "description": "Named entity: upharpoonleft; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21bf" ] ] - }, + }, { - "input": "&upharpoonright", - "description": "Bad named entity: upharpoonright without a semi-colon", + "input": "&upharpoonright", + "description": "Bad named entity: upharpoonright without a semi-colon", "output": [ [ - "Character", + "Character", "&upharpoonright" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "↾", - "description": "Named entity: upharpoonright; with a semi-colon", + "input": "↾", + "description": "Named entity: upharpoonright; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21be" ] ] - }, + }, { - "input": "&uplus", - "description": "Bad named entity: uplus without a semi-colon", + "input": "&uplus", + "description": "Bad named entity: uplus without a semi-colon", "output": [ [ - "Character", + "Character", "&uplus" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊎", - "description": "Named entity: uplus; with a semi-colon", + "input": "⊎", + "description": "Named entity: uplus; with a semi-colon", "output": [ [ - "Character", + "Character", "\u228e" ] ] - }, + }, { - "input": "&upsi", - "description": "Bad named entity: upsi without a semi-colon", + "input": "&upsi", + "description": "Bad named entity: upsi without a semi-colon", "output": [ [ - "Character", + "Character", "&upsi" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "υ", - "description": "Named entity: upsi; with a semi-colon", + "input": "υ", + "description": "Named entity: upsi; with a semi-colon", "output": [ [ - "Character", + "Character", "\u03c5" ] ] - }, + }, { - "input": "&upsih", - "description": "Bad named entity: upsih without a semi-colon", + "input": "&upsih", + "description": "Bad named entity: upsih without a semi-colon", "output": [ [ - "Character", + "Character", "&upsih" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ϒ", - "description": "Named entity: upsih; with a semi-colon", + "input": "ϒ", + "description": "Named entity: upsih; with a semi-colon", "output": [ [ - "Character", + "Character", "\u03d2" ] ] - }, + }, { - "input": "&upsilon", - "description": "Bad named entity: upsilon without a semi-colon", + "input": "&upsilon", + "description": "Bad named entity: upsilon without a semi-colon", "output": [ [ - "Character", + "Character", "&upsilon" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "υ", - "description": "Named entity: upsilon; with a semi-colon", + "input": "υ", + "description": "Named entity: upsilon; with a semi-colon", "output": [ [ - "Character", + "Character", "\u03c5" ] ] - }, + }, { - "input": "&upuparrows", - "description": "Bad named entity: upuparrows without a semi-colon", + "input": "&upuparrows", + "description": "Bad named entity: upuparrows without a semi-colon", "output": [ [ - "Character", + "Character", "&upuparrows" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⇈", - "description": "Named entity: upuparrows; with a semi-colon", + "input": "⇈", + "description": "Named entity: upuparrows; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21c8" ] ] - }, + }, { - "input": "&urcorn", - "description": "Bad named entity: urcorn without a semi-colon", + "input": "&urcorn", + "description": "Bad named entity: urcorn without a semi-colon", "output": [ [ - "Character", + "Character", "&urcorn" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⌝", - "description": "Named entity: urcorn; with a semi-colon", + "input": "⌝", + "description": "Named entity: urcorn; with a semi-colon", "output": [ [ - "Character", + "Character", "\u231d" ] ] - }, + }, { - "input": "&urcorner", - "description": "Bad named entity: urcorner without a semi-colon", + "input": "&urcorner", + "description": "Bad named entity: urcorner without a semi-colon", "output": [ [ - "Character", + "Character", "&urcorner" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⌝", - "description": "Named entity: urcorner; with a semi-colon", + "input": "⌝", + "description": "Named entity: urcorner; with a semi-colon", "output": [ [ - "Character", + "Character", "\u231d" ] ] - }, + }, { - "input": "&urcrop", - "description": "Bad named entity: urcrop without a semi-colon", + "input": "&urcrop", + "description": "Bad named entity: urcrop without a semi-colon", "output": [ [ - "Character", + "Character", "&urcrop" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⌎", - "description": "Named entity: urcrop; with a semi-colon", + "input": "⌎", + "description": "Named entity: urcrop; with a semi-colon", "output": [ [ - "Character", + "Character", "\u230e" ] ] - }, + }, { - "input": "&uring", - "description": "Bad named entity: uring without a semi-colon", + "input": "&uring", + "description": "Bad named entity: uring without a semi-colon", "output": [ [ - "Character", + "Character", "&uring" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ů", - "description": "Named entity: uring; with a semi-colon", + "input": "ů", + "description": "Named entity: uring; with a semi-colon", "output": [ [ - "Character", + "Character", "\u016f" ] ] - }, + }, { - "input": "&urtri", - "description": "Bad named entity: urtri without a semi-colon", + "input": "&urtri", + "description": "Bad named entity: urtri without a semi-colon", "output": [ [ - "Character", + "Character", "&urtri" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "◹", - "description": "Named entity: urtri; with a semi-colon", + "input": "◹", + "description": "Named entity: urtri; with a semi-colon", "output": [ [ - "Character", + "Character", "\u25f9" ] ] - }, + }, { - "input": "&uscr", - "description": "Bad named entity: uscr without a semi-colon", + "input": "&uscr", + "description": "Bad named entity: uscr without a semi-colon", "output": [ [ - "Character", + "Character", "&uscr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝓊", - "description": "Named entity: uscr; with a semi-colon", + "input": "𝓊", + "description": "Named entity: uscr; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udcca" ] ] - }, + }, { - "input": "&utdot", - "description": "Bad named entity: utdot without a semi-colon", + "input": "&utdot", + "description": "Bad named entity: utdot without a semi-colon", "output": [ [ - "Character", + "Character", "&utdot" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⋰", - "description": "Named entity: utdot; with a semi-colon", + "input": "⋰", + "description": "Named entity: utdot; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22f0" ] ] - }, + }, { - "input": "&utilde", - "description": "Bad named entity: utilde without a semi-colon", + "input": "&utilde", + "description": "Bad named entity: utilde without a semi-colon", "output": [ [ - "Character", + "Character", "&utilde" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ũ", - "description": "Named entity: utilde; with a semi-colon", + "input": "ũ", + "description": "Named entity: utilde; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0169" ] ] - }, + }, { - "input": "&utri", - "description": "Bad named entity: utri without a semi-colon", + "input": "&utri", + "description": "Bad named entity: utri without a semi-colon", "output": [ [ - "Character", + "Character", "&utri" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "▵", - "description": "Named entity: utri; with a semi-colon", + "input": "▵", + "description": "Named entity: utri; with a semi-colon", "output": [ [ - "Character", + "Character", "\u25b5" ] ] - }, + }, { - "input": "&utrif", - "description": "Bad named entity: utrif without a semi-colon", + "input": "&utrif", + "description": "Bad named entity: utrif without a semi-colon", "output": [ [ - "Character", + "Character", "&utrif" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "▴", - "description": "Named entity: utrif; with a semi-colon", + "input": "▴", + "description": "Named entity: utrif; with a semi-colon", "output": [ [ - "Character", + "Character", "\u25b4" ] ] - }, + }, { - "input": "&uuarr", - "description": "Bad named entity: uuarr without a semi-colon", + "input": "&uuarr", + "description": "Bad named entity: uuarr without a semi-colon", "output": [ [ - "Character", + "Character", "&uuarr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⇈", - "description": "Named entity: uuarr; with a semi-colon", + "input": "⇈", + "description": "Named entity: uuarr; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21c8" ] ] - }, + }, { - "input": "ü", - "description": "Named entity: uuml without a semi-colon", + "input": "ü", + "description": "Named entity: uuml without a semi-colon", "output": [ [ - "Character", + "Character", "\u00fc" ] ], "errors": [ { "code": "missing-semicolon-after-character-reference", "line": 1, "col": 6 } ] - }, + }, { - "input": "ü", - "description": "Named entity: uuml; with a semi-colon", + "input": "ü", + "description": "Named entity: uuml; with a semi-colon", "output": [ [ - "Character", + "Character", "\u00fc" ] ] - }, + }, { - "input": "&uwangle", - "description": "Bad named entity: uwangle without a semi-colon", + "input": "&uwangle", + "description": "Bad named entity: uwangle without a semi-colon", "output": [ [ - "Character", + "Character", "&uwangle" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⦧", - "description": "Named entity: uwangle; with a semi-colon", + "input": "⦧", + "description": "Named entity: uwangle; with a semi-colon", "output": [ [ - "Character", + "Character", "\u29a7" ] ] - }, + }, { - "input": "&vArr", - "description": "Bad named entity: vArr without a semi-colon", + "input": "&vArr", + "description": "Bad named entity: vArr without a semi-colon", "output": [ [ - "Character", + "Character", "&vArr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⇕", - "description": "Named entity: vArr; with a semi-colon", + "input": "⇕", + "description": "Named entity: vArr; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21d5" ] ] - }, + }, { - "input": "&vBar", - "description": "Bad named entity: vBar without a semi-colon", + "input": "&vBar", + "description": "Bad named entity: vBar without a semi-colon", "output": [ [ - "Character", + "Character", "&vBar" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⫨", - "description": "Named entity: vBar; with a semi-colon", + "input": "⫨", + "description": "Named entity: vBar; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2ae8" ] ] - }, + }, { - "input": "&vBarv", - "description": "Bad named entity: vBarv without a semi-colon", + "input": "&vBarv", + "description": "Bad named entity: vBarv without a semi-colon", "output": [ [ - "Character", + "Character", "&vBarv" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⫩", - "description": "Named entity: vBarv; with a semi-colon", + "input": "⫩", + "description": "Named entity: vBarv; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2ae9" ] ] - }, + }, { - "input": "&vDash", - "description": "Bad named entity: vDash without a semi-colon", + "input": "&vDash", + "description": "Bad named entity: vDash without a semi-colon", "output": [ [ - "Character", + "Character", "&vDash" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊨", - "description": "Named entity: vDash; with a semi-colon", + "input": "⊨", + "description": "Named entity: vDash; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22a8" ] ] - }, + }, { - "input": "&vangrt", - "description": "Bad named entity: vangrt without a semi-colon", + "input": "&vangrt", + "description": "Bad named entity: vangrt without a semi-colon", "output": [ [ - "Character", + "Character", "&vangrt" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⦜", - "description": "Named entity: vangrt; with a semi-colon", + "input": "⦜", + "description": "Named entity: vangrt; with a semi-colon", "output": [ [ - "Character", + "Character", "\u299c" ] ] - }, + }, { - "input": "&varepsilon", - "description": "Bad named entity: varepsilon without a semi-colon", + "input": "&varepsilon", + "description": "Bad named entity: varepsilon without a semi-colon", "output": [ [ - "Character", + "Character", "&varepsilon" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ϵ", - "description": "Named entity: varepsilon; with a semi-colon", + "input": "ϵ", + "description": "Named entity: varepsilon; with a semi-colon", "output": [ [ - "Character", + "Character", "\u03f5" ] ] - }, + }, { - "input": "&varkappa", - "description": "Bad named entity: varkappa without a semi-colon", + "input": "&varkappa", + "description": "Bad named entity: varkappa without a semi-colon", "output": [ [ - "Character", + "Character", "&varkappa" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ϰ", - "description": "Named entity: varkappa; with a semi-colon", + "input": "ϰ", + "description": "Named entity: varkappa; with a semi-colon", "output": [ [ - "Character", + "Character", "\u03f0" ] ] - }, + }, { - "input": "&varnothing", - "description": "Bad named entity: varnothing without a semi-colon", + "input": "&varnothing", + "description": "Bad named entity: varnothing without a semi-colon", "output": [ [ - "Character", + "Character", "&varnothing" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∅", - "description": "Named entity: varnothing; with a semi-colon", + "input": "∅", + "description": "Named entity: varnothing; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2205" ] ] - }, + }, { - "input": "&varphi", - "description": "Bad named entity: varphi without a semi-colon", + "input": "&varphi", + "description": "Bad named entity: varphi without a semi-colon", "output": [ [ - "Character", + "Character", "&varphi" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ϕ", - "description": "Named entity: varphi; with a semi-colon", + "input": "ϕ", + "description": "Named entity: varphi; with a semi-colon", "output": [ [ - "Character", + "Character", "\u03d5" ] ] - }, + }, { - "input": "&varpi", - "description": "Bad named entity: varpi without a semi-colon", + "input": "&varpi", + "description": "Bad named entity: varpi without a semi-colon", "output": [ [ - "Character", + "Character", "&varpi" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ϖ", - "description": "Named entity: varpi; with a semi-colon", + "input": "ϖ", + "description": "Named entity: varpi; with a semi-colon", "output": [ [ - "Character", + "Character", "\u03d6" ] ] - }, + }, { - "input": "&varpropto", - "description": "Bad named entity: varpropto without a semi-colon", + "input": "&varpropto", + "description": "Bad named entity: varpropto without a semi-colon", "output": [ [ - "Character", + "Character", "&varpropto" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∝", - "description": "Named entity: varpropto; with a semi-colon", + "input": "∝", + "description": "Named entity: varpropto; with a semi-colon", "output": [ [ - "Character", + "Character", "\u221d" ] ] - }, + }, { - "input": "&varr", - "description": "Bad named entity: varr without a semi-colon", + "input": "&varr", + "description": "Bad named entity: varr without a semi-colon", "output": [ [ - "Character", + "Character", "&varr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "↕", - "description": "Named entity: varr; with a semi-colon", + "input": "↕", + "description": "Named entity: varr; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2195" ] ] - }, + }, { - "input": "&varrho", - "description": "Bad named entity: varrho without a semi-colon", + "input": "&varrho", + "description": "Bad named entity: varrho without a semi-colon", "output": [ [ - "Character", + "Character", "&varrho" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ϱ", - "description": "Named entity: varrho; with a semi-colon", + "input": "ϱ", + "description": "Named entity: varrho; with a semi-colon", "output": [ [ - "Character", + "Character", "\u03f1" ] ] - }, + }, { - "input": "&varsigma", - "description": "Bad named entity: varsigma without a semi-colon", + "input": "&varsigma", + "description": "Bad named entity: varsigma without a semi-colon", "output": [ [ - "Character", + "Character", "&varsigma" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ς", - "description": "Named entity: varsigma; with a semi-colon", + "input": "ς", + "description": "Named entity: varsigma; with a semi-colon", "output": [ [ - "Character", + "Character", "\u03c2" ] ] - }, + }, { - "input": "&varsubsetneq", - "description": "Bad named entity: varsubsetneq without a semi-colon", + "input": "&varsubsetneq", + "description": "Bad named entity: varsubsetneq without a semi-colon", "output": [ [ - "Character", + "Character", "&varsubsetneq" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊊︀", - "description": "Named entity: varsubsetneq; with a semi-colon", + "input": "⊊︀", + "description": "Named entity: varsubsetneq; with a semi-colon", "output": [ [ - "Character", + "Character", "\u228a\ufe00" ] ] - }, + }, { - "input": "&varsubsetneqq", - "description": "Bad named entity: varsubsetneqq without a semi-colon", + "input": "&varsubsetneqq", + "description": "Bad named entity: varsubsetneqq without a semi-colon", "output": [ [ - "Character", + "Character", "&varsubsetneqq" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⫋︀", - "description": "Named entity: varsubsetneqq; with a semi-colon", + "input": "⫋︀", + "description": "Named entity: varsubsetneqq; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2acb\ufe00" ] ] - }, + }, { - "input": "&varsupsetneq", - "description": "Bad named entity: varsupsetneq without a semi-colon", + "input": "&varsupsetneq", + "description": "Bad named entity: varsupsetneq without a semi-colon", "output": [ [ - "Character", + "Character", "&varsupsetneq" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊋︀", - "description": "Named entity: varsupsetneq; with a semi-colon", + "input": "⊋︀", + "description": "Named entity: varsupsetneq; with a semi-colon", "output": [ [ - "Character", + "Character", "\u228b\ufe00" ] ] - }, + }, { - "input": "&varsupsetneqq", - "description": "Bad named entity: varsupsetneqq without a semi-colon", + "input": "&varsupsetneqq", + "description": "Bad named entity: varsupsetneqq without a semi-colon", "output": [ [ - "Character", + "Character", "&varsupsetneqq" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⫌︀", - "description": "Named entity: varsupsetneqq; with a semi-colon", + "input": "⫌︀", + "description": "Named entity: varsupsetneqq; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2acc\ufe00" ] ] - }, + }, { - "input": "&vartheta", - "description": "Bad named entity: vartheta without a semi-colon", + "input": "&vartheta", + "description": "Bad named entity: vartheta without a semi-colon", "output": [ [ - "Character", + "Character", "&vartheta" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ϑ", - "description": "Named entity: vartheta; with a semi-colon", + "input": "ϑ", + "description": "Named entity: vartheta; with a semi-colon", "output": [ [ - "Character", + "Character", "\u03d1" ] ] - }, + }, { - "input": "&vartriangleleft", - "description": "Bad named entity: vartriangleleft without a semi-colon", + "input": "&vartriangleleft", + "description": "Bad named entity: vartriangleleft without a semi-colon", "output": [ [ - "Character", + "Character", "&vartriangleleft" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊲", - "description": "Named entity: vartriangleleft; with a semi-colon", + "input": "⊲", + "description": "Named entity: vartriangleleft; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22b2" ] ] - }, + }, { - "input": "&vartriangleright", - "description": "Bad named entity: vartriangleright without a semi-colon", + "input": "&vartriangleright", + "description": "Bad named entity: vartriangleright without a semi-colon", "output": [ [ - "Character", + "Character", "&vartriangleright" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊳", - "description": "Named entity: vartriangleright; with a semi-colon", + "input": "⊳", + "description": "Named entity: vartriangleright; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22b3" ] ] - }, + }, { - "input": "&vcy", - "description": "Bad named entity: vcy without a semi-colon", + "input": "&vcy", + "description": "Bad named entity: vcy without a semi-colon", "output": [ [ - "Character", + "Character", "&vcy" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "в", - "description": "Named entity: vcy; with a semi-colon", + "input": "в", + "description": "Named entity: vcy; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0432" ] ] - }, + }, { - "input": "&vdash", - "description": "Bad named entity: vdash without a semi-colon", + "input": "&vdash", + "description": "Bad named entity: vdash without a semi-colon", "output": [ [ - "Character", + "Character", "&vdash" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊢", - "description": "Named entity: vdash; with a semi-colon", + "input": "⊢", + "description": "Named entity: vdash; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22a2" ] ] - }, + }, { - "input": "&vee", - "description": "Bad named entity: vee without a semi-colon", + "input": "&vee", + "description": "Bad named entity: vee without a semi-colon", "output": [ [ - "Character", + "Character", "&vee" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∨", - "description": "Named entity: vee; with a semi-colon", + "input": "∨", + "description": "Named entity: vee; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2228" ] ] - }, + }, { - "input": "&veebar", - "description": "Bad named entity: veebar without a semi-colon", + "input": "&veebar", + "description": "Bad named entity: veebar without a semi-colon", "output": [ [ - "Character", + "Character", "&veebar" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊻", - "description": "Named entity: veebar; with a semi-colon", + "input": "⊻", + "description": "Named entity: veebar; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22bb" ] ] - }, + }, { - "input": "&veeeq", - "description": "Bad named entity: veeeq without a semi-colon", + "input": "&veeeq", + "description": "Bad named entity: veeeq without a semi-colon", "output": [ [ - "Character", + "Character", "&veeeq" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≚", - "description": "Named entity: veeeq; with a semi-colon", + "input": "≚", + "description": "Named entity: veeeq; with a semi-colon", "output": [ [ - "Character", + "Character", "\u225a" ] ] - }, + }, { - "input": "&vellip", - "description": "Bad named entity: vellip without a semi-colon", + "input": "&vellip", + "description": "Bad named entity: vellip without a semi-colon", "output": [ [ - "Character", + "Character", "&vellip" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⋮", - "description": "Named entity: vellip; with a semi-colon", + "input": "⋮", + "description": "Named entity: vellip; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22ee" ] ] - }, + }, { - "input": "&verbar", - "description": "Bad named entity: verbar without a semi-colon", + "input": "&verbar", + "description": "Bad named entity: verbar without a semi-colon", "output": [ [ - "Character", + "Character", "&verbar" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "|", - "description": "Named entity: verbar; with a semi-colon", + "input": "|", + "description": "Named entity: verbar; with a semi-colon", "output": [ [ - "Character", + "Character", "|" ] ] - }, + }, { - "input": "&vert", - "description": "Bad named entity: vert without a semi-colon", + "input": "&vert", + "description": "Bad named entity: vert without a semi-colon", "output": [ [ - "Character", + "Character", "&vert" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "|", - "description": "Named entity: vert; with a semi-colon", + "input": "|", + "description": "Named entity: vert; with a semi-colon", "output": [ [ - "Character", + "Character", "|" ] ] - }, + }, { - "input": "&vfr", - "description": "Bad named entity: vfr without a semi-colon", + "input": "&vfr", + "description": "Bad named entity: vfr without a semi-colon", "output": [ [ - "Character", + "Character", "&vfr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝔳", - "description": "Named entity: vfr; with a semi-colon", + "input": "𝔳", + "description": "Named entity: vfr; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udd33" ] ] - }, + }, { - "input": "&vltri", - "description": "Bad named entity: vltri without a semi-colon", + "input": "&vltri", + "description": "Bad named entity: vltri without a semi-colon", "output": [ [ - "Character", + "Character", "&vltri" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊲", - "description": "Named entity: vltri; with a semi-colon", + "input": "⊲", + "description": "Named entity: vltri; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22b2" ] ] - }, + }, { - "input": "&vnsub", - "description": "Bad named entity: vnsub without a semi-colon", + "input": "&vnsub", + "description": "Bad named entity: vnsub without a semi-colon", "output": [ [ - "Character", + "Character", "&vnsub" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊂⃒", - "description": "Named entity: vnsub; with a semi-colon", + "input": "⊂⃒", + "description": "Named entity: vnsub; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2282\u20d2" ] ] - }, + }, { - "input": "&vnsup", - "description": "Bad named entity: vnsup without a semi-colon", + "input": "&vnsup", + "description": "Bad named entity: vnsup without a semi-colon", "output": [ [ - "Character", + "Character", "&vnsup" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊃⃒", - "description": "Named entity: vnsup; with a semi-colon", + "input": "⊃⃒", + "description": "Named entity: vnsup; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2283\u20d2" ] ] - }, + }, { - "input": "&vopf", - "description": "Bad named entity: vopf without a semi-colon", + "input": "&vopf", + "description": "Bad named entity: vopf without a semi-colon", "output": [ [ - "Character", + "Character", "&vopf" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝕧", - "description": "Named entity: vopf; with a semi-colon", + "input": "𝕧", + "description": "Named entity: vopf; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udd67" ] ] - }, + }, { - "input": "&vprop", - "description": "Bad named entity: vprop without a semi-colon", + "input": "&vprop", + "description": "Bad named entity: vprop without a semi-colon", "output": [ [ - "Character", + "Character", "&vprop" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∝", - "description": "Named entity: vprop; with a semi-colon", + "input": "∝", + "description": "Named entity: vprop; with a semi-colon", "output": [ [ - "Character", + "Character", "\u221d" ] ] - }, + }, { - "input": "&vrtri", - "description": "Bad named entity: vrtri without a semi-colon", + "input": "&vrtri", + "description": "Bad named entity: vrtri without a semi-colon", "output": [ [ - "Character", + "Character", "&vrtri" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊳", - "description": "Named entity: vrtri; with a semi-colon", + "input": "⊳", + "description": "Named entity: vrtri; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22b3" ] ] - }, + }, { - "input": "&vscr", - "description": "Bad named entity: vscr without a semi-colon", + "input": "&vscr", + "description": "Bad named entity: vscr without a semi-colon", "output": [ [ - "Character", + "Character", "&vscr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝓋", - "description": "Named entity: vscr; with a semi-colon", + "input": "𝓋", + "description": "Named entity: vscr; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udccb" ] ] - }, + }, { - "input": "&vsubnE", - "description": "Bad named entity: vsubnE without a semi-colon", + "input": "&vsubnE", + "description": "Bad named entity: vsubnE without a semi-colon", "output": [ [ - "Character", + "Character", "&vsubnE" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⫋︀", - "description": "Named entity: vsubnE; with a semi-colon", + "input": "⫋︀", + "description": "Named entity: vsubnE; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2acb\ufe00" ] ] - }, + }, { - "input": "&vsubne", - "description": "Bad named entity: vsubne without a semi-colon", + "input": "&vsubne", + "description": "Bad named entity: vsubne without a semi-colon", "output": [ [ - "Character", + "Character", "&vsubne" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊊︀", - "description": "Named entity: vsubne; with a semi-colon", + "input": "⊊︀", + "description": "Named entity: vsubne; with a semi-colon", "output": [ [ - "Character", + "Character", "\u228a\ufe00" ] ] - }, + }, { - "input": "&vsupnE", - "description": "Bad named entity: vsupnE without a semi-colon", + "input": "&vsupnE", + "description": "Bad named entity: vsupnE without a semi-colon", "output": [ [ - "Character", + "Character", "&vsupnE" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⫌︀", - "description": "Named entity: vsupnE; with a semi-colon", + "input": "⫌︀", + "description": "Named entity: vsupnE; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2acc\ufe00" ] ] - }, + }, { - "input": "&vsupne", - "description": "Bad named entity: vsupne without a semi-colon", + "input": "&vsupne", + "description": "Bad named entity: vsupne without a semi-colon", "output": [ [ - "Character", + "Character", "&vsupne" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⊋︀", - "description": "Named entity: vsupne; with a semi-colon", + "input": "⊋︀", + "description": "Named entity: vsupne; with a semi-colon", "output": [ [ - "Character", + "Character", "\u228b\ufe00" ] ] - }, + }, { - "input": "&vzigzag", - "description": "Bad named entity: vzigzag without a semi-colon", + "input": "&vzigzag", + "description": "Bad named entity: vzigzag without a semi-colon", "output": [ [ - "Character", + "Character", "&vzigzag" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⦚", - "description": "Named entity: vzigzag; with a semi-colon", + "input": "⦚", + "description": "Named entity: vzigzag; with a semi-colon", "output": [ [ - "Character", + "Character", "\u299a" ] ] - }, + }, { - "input": "&wcirc", - "description": "Bad named entity: wcirc without a semi-colon", + "input": "&wcirc", + "description": "Bad named entity: wcirc without a semi-colon", "output": [ [ - "Character", + "Character", "&wcirc" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ŵ", - "description": "Named entity: wcirc; with a semi-colon", + "input": "ŵ", + "description": "Named entity: wcirc; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0175" ] ] - }, + }, { - "input": "&wedbar", - "description": "Bad named entity: wedbar without a semi-colon", + "input": "&wedbar", + "description": "Bad named entity: wedbar without a semi-colon", "output": [ [ - "Character", + "Character", "&wedbar" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⩟", - "description": "Named entity: wedbar; with a semi-colon", + "input": "⩟", + "description": "Named entity: wedbar; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a5f" ] ] - }, + }, { - "input": "&wedge", - "description": "Bad named entity: wedge without a semi-colon", + "input": "&wedge", + "description": "Bad named entity: wedge without a semi-colon", "output": [ [ - "Character", + "Character", "&wedge" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "∧", - "description": "Named entity: wedge; with a semi-colon", + "input": "∧", + "description": "Named entity: wedge; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2227" ] ] - }, + }, { - "input": "&wedgeq", - "description": "Bad named entity: wedgeq without a semi-colon", + "input": "&wedgeq", + "description": "Bad named entity: wedgeq without a semi-colon", "output": [ [ - "Character", + "Character", "&wedgeq" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≙", - "description": "Named entity: wedgeq; with a semi-colon", + "input": "≙", + "description": "Named entity: wedgeq; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2259" ] ] - }, + }, { - "input": "&weierp", - "description": "Bad named entity: weierp without a semi-colon", + "input": "&weierp", + "description": "Bad named entity: weierp without a semi-colon", "output": [ [ - "Character", + "Character", "&weierp" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "℘", - "description": "Named entity: weierp; with a semi-colon", + "input": "℘", + "description": "Named entity: weierp; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2118" ] ] - }, + }, { - "input": "&wfr", - "description": "Bad named entity: wfr without a semi-colon", + "input": "&wfr", + "description": "Bad named entity: wfr without a semi-colon", "output": [ [ - "Character", + "Character", "&wfr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝔴", - "description": "Named entity: wfr; with a semi-colon", + "input": "𝔴", + "description": "Named entity: wfr; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udd34" ] ] - }, + }, { - "input": "&wopf", - "description": "Bad named entity: wopf without a semi-colon", + "input": "&wopf", + "description": "Bad named entity: wopf without a semi-colon", "output": [ [ - "Character", + "Character", "&wopf" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝕨", - "description": "Named entity: wopf; with a semi-colon", + "input": "𝕨", + "description": "Named entity: wopf; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udd68" ] ] - }, + }, { - "input": "&wp", - "description": "Bad named entity: wp without a semi-colon", + "input": "&wp", + "description": "Bad named entity: wp without a semi-colon", "output": [ [ - "Character", + "Character", "&wp" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "℘", - "description": "Named entity: wp; with a semi-colon", + "input": "℘", + "description": "Named entity: wp; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2118" ] ] - }, + }, { - "input": "&wr", - "description": "Bad named entity: wr without a semi-colon", + "input": "&wr", + "description": "Bad named entity: wr without a semi-colon", "output": [ [ - "Character", + "Character", "&wr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≀", - "description": "Named entity: wr; with a semi-colon", + "input": "≀", + "description": "Named entity: wr; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2240" ] ] - }, + }, { - "input": "&wreath", - "description": "Bad named entity: wreath without a semi-colon", + "input": "&wreath", + "description": "Bad named entity: wreath without a semi-colon", "output": [ [ - "Character", + "Character", "&wreath" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "≀", - "description": "Named entity: wreath; with a semi-colon", + "input": "≀", + "description": "Named entity: wreath; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2240" ] ] - }, + }, { - "input": "&wscr", - "description": "Bad named entity: wscr without a semi-colon", + "input": "&wscr", + "description": "Bad named entity: wscr without a semi-colon", "output": [ [ - "Character", + "Character", "&wscr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝓌", - "description": "Named entity: wscr; with a semi-colon", + "input": "𝓌", + "description": "Named entity: wscr; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udccc" ] ] - }, + }, { - "input": "&xcap", - "description": "Bad named entity: xcap without a semi-colon", + "input": "&xcap", + "description": "Bad named entity: xcap without a semi-colon", "output": [ [ - "Character", + "Character", "&xcap" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⋂", - "description": "Named entity: xcap; with a semi-colon", + "input": "⋂", + "description": "Named entity: xcap; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22c2" ] ] - }, + }, { - "input": "&xcirc", - "description": "Bad named entity: xcirc without a semi-colon", + "input": "&xcirc", + "description": "Bad named entity: xcirc without a semi-colon", "output": [ [ - "Character", + "Character", "&xcirc" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "◯", - "description": "Named entity: xcirc; with a semi-colon", + "input": "◯", + "description": "Named entity: xcirc; with a semi-colon", "output": [ [ - "Character", + "Character", "\u25ef" ] ] - }, + }, { - "input": "&xcup", - "description": "Bad named entity: xcup without a semi-colon", + "input": "&xcup", + "description": "Bad named entity: xcup without a semi-colon", "output": [ [ - "Character", + "Character", "&xcup" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⋃", - "description": "Named entity: xcup; with a semi-colon", + "input": "⋃", + "description": "Named entity: xcup; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22c3" ] ] - }, + }, { - "input": "&xdtri", - "description": "Bad named entity: xdtri without a semi-colon", + "input": "&xdtri", + "description": "Bad named entity: xdtri without a semi-colon", "output": [ [ - "Character", + "Character", "&xdtri" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "▽", - "description": "Named entity: xdtri; with a semi-colon", + "input": "▽", + "description": "Named entity: xdtri; with a semi-colon", "output": [ [ - "Character", + "Character", "\u25bd" ] ] - }, + }, { - "input": "&xfr", - "description": "Bad named entity: xfr without a semi-colon", + "input": "&xfr", + "description": "Bad named entity: xfr without a semi-colon", "output": [ [ - "Character", + "Character", "&xfr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝔵", - "description": "Named entity: xfr; with a semi-colon", + "input": "𝔵", + "description": "Named entity: xfr; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udd35" ] ] - }, + }, { - "input": "&xhArr", - "description": "Bad named entity: xhArr without a semi-colon", + "input": "&xhArr", + "description": "Bad named entity: xhArr without a semi-colon", "output": [ [ - "Character", + "Character", "&xhArr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⟺", - "description": "Named entity: xhArr; with a semi-colon", + "input": "⟺", + "description": "Named entity: xhArr; with a semi-colon", "output": [ [ - "Character", + "Character", "\u27fa" ] ] - }, + }, { - "input": "&xharr", - "description": "Bad named entity: xharr without a semi-colon", + "input": "&xharr", + "description": "Bad named entity: xharr without a semi-colon", "output": [ [ - "Character", + "Character", "&xharr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⟷", - "description": "Named entity: xharr; with a semi-colon", + "input": "⟷", + "description": "Named entity: xharr; with a semi-colon", "output": [ [ - "Character", + "Character", "\u27f7" ] ] - }, + }, { - "input": "&xi", - "description": "Bad named entity: xi without a semi-colon", + "input": "&xi", + "description": "Bad named entity: xi without a semi-colon", "output": [ [ - "Character", + "Character", "&xi" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ξ", - "description": "Named entity: xi; with a semi-colon", + "input": "ξ", + "description": "Named entity: xi; with a semi-colon", "output": [ [ - "Character", + "Character", "\u03be" ] ] - }, + }, { - "input": "&xlArr", - "description": "Bad named entity: xlArr without a semi-colon", + "input": "&xlArr", + "description": "Bad named entity: xlArr without a semi-colon", "output": [ [ - "Character", + "Character", "&xlArr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⟸", - "description": "Named entity: xlArr; with a semi-colon", + "input": "⟸", + "description": "Named entity: xlArr; with a semi-colon", "output": [ [ - "Character", + "Character", "\u27f8" ] ] - }, + }, { - "input": "&xlarr", - "description": "Bad named entity: xlarr without a semi-colon", + "input": "&xlarr", + "description": "Bad named entity: xlarr without a semi-colon", "output": [ [ - "Character", + "Character", "&xlarr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⟵", - "description": "Named entity: xlarr; with a semi-colon", + "input": "⟵", + "description": "Named entity: xlarr; with a semi-colon", "output": [ [ - "Character", + "Character", "\u27f5" ] ] - }, + }, { - "input": "&xmap", - "description": "Bad named entity: xmap without a semi-colon", + "input": "&xmap", + "description": "Bad named entity: xmap without a semi-colon", "output": [ [ - "Character", + "Character", "&xmap" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⟼", - "description": "Named entity: xmap; with a semi-colon", + "input": "⟼", + "description": "Named entity: xmap; with a semi-colon", "output": [ [ - "Character", + "Character", "\u27fc" ] ] - }, + }, { - "input": "&xnis", - "description": "Bad named entity: xnis without a semi-colon", + "input": "&xnis", + "description": "Bad named entity: xnis without a semi-colon", "output": [ [ - "Character", + "Character", "&xnis" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⋻", - "description": "Named entity: xnis; with a semi-colon", + "input": "⋻", + "description": "Named entity: xnis; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22fb" ] ] - }, + }, { - "input": "&xodot", - "description": "Bad named entity: xodot without a semi-colon", + "input": "&xodot", + "description": "Bad named entity: xodot without a semi-colon", "output": [ [ - "Character", + "Character", "&xodot" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⨀", - "description": "Named entity: xodot; with a semi-colon", + "input": "⨀", + "description": "Named entity: xodot; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a00" ] ] - }, + }, { - "input": "&xopf", - "description": "Bad named entity: xopf without a semi-colon", + "input": "&xopf", + "description": "Bad named entity: xopf without a semi-colon", "output": [ [ - "Character", + "Character", "&xopf" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝕩", - "description": "Named entity: xopf; with a semi-colon", + "input": "𝕩", + "description": "Named entity: xopf; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udd69" ] ] - }, + }, { - "input": "&xoplus", - "description": "Bad named entity: xoplus without a semi-colon", + "input": "&xoplus", + "description": "Bad named entity: xoplus without a semi-colon", "output": [ [ - "Character", + "Character", "&xoplus" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⨁", - "description": "Named entity: xoplus; with a semi-colon", + "input": "⨁", + "description": "Named entity: xoplus; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a01" ] ] - }, + }, { - "input": "&xotime", - "description": "Bad named entity: xotime without a semi-colon", + "input": "&xotime", + "description": "Bad named entity: xotime without a semi-colon", "output": [ [ - "Character", + "Character", "&xotime" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⨂", - "description": "Named entity: xotime; with a semi-colon", + "input": "⨂", + "description": "Named entity: xotime; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a02" ] ] - }, + }, { - "input": "&xrArr", - "description": "Bad named entity: xrArr without a semi-colon", + "input": "&xrArr", + "description": "Bad named entity: xrArr without a semi-colon", "output": [ [ - "Character", + "Character", "&xrArr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⟹", - "description": "Named entity: xrArr; with a semi-colon", + "input": "⟹", + "description": "Named entity: xrArr; with a semi-colon", "output": [ [ - "Character", + "Character", "\u27f9" ] ] - }, + }, { - "input": "&xrarr", - "description": "Bad named entity: xrarr without a semi-colon", + "input": "&xrarr", + "description": "Bad named entity: xrarr without a semi-colon", "output": [ [ - "Character", + "Character", "&xrarr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⟶", - "description": "Named entity: xrarr; with a semi-colon", + "input": "⟶", + "description": "Named entity: xrarr; with a semi-colon", "output": [ [ - "Character", + "Character", "\u27f6" ] ] - }, + }, { - "input": "&xscr", - "description": "Bad named entity: xscr without a semi-colon", + "input": "&xscr", + "description": "Bad named entity: xscr without a semi-colon", "output": [ [ - "Character", + "Character", "&xscr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝓍", - "description": "Named entity: xscr; with a semi-colon", + "input": "𝓍", + "description": "Named entity: xscr; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udccd" ] ] - }, + }, { - "input": "&xsqcup", - "description": "Bad named entity: xsqcup without a semi-colon", + "input": "&xsqcup", + "description": "Bad named entity: xsqcup without a semi-colon", "output": [ [ - "Character", + "Character", "&xsqcup" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⨆", - "description": "Named entity: xsqcup; with a semi-colon", + "input": "⨆", + "description": "Named entity: xsqcup; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a06" ] ] - }, + }, { - "input": "&xuplus", - "description": "Bad named entity: xuplus without a semi-colon", + "input": "&xuplus", + "description": "Bad named entity: xuplus without a semi-colon", "output": [ [ - "Character", + "Character", "&xuplus" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⨄", - "description": "Named entity: xuplus; with a semi-colon", + "input": "⨄", + "description": "Named entity: xuplus; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2a04" ] ] - }, + }, { - "input": "&xutri", - "description": "Bad named entity: xutri without a semi-colon", + "input": "&xutri", + "description": "Bad named entity: xutri without a semi-colon", "output": [ [ - "Character", + "Character", "&xutri" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "△", - "description": "Named entity: xutri; with a semi-colon", + "input": "△", + "description": "Named entity: xutri; with a semi-colon", "output": [ [ - "Character", + "Character", "\u25b3" ] ] - }, + }, { - "input": "&xvee", - "description": "Bad named entity: xvee without a semi-colon", + "input": "&xvee", + "description": "Bad named entity: xvee without a semi-colon", "output": [ [ - "Character", + "Character", "&xvee" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⋁", - "description": "Named entity: xvee; with a semi-colon", + "input": "⋁", + "description": "Named entity: xvee; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22c1" ] ] - }, + }, { - "input": "&xwedge", - "description": "Bad named entity: xwedge without a semi-colon", + "input": "&xwedge", + "description": "Bad named entity: xwedge without a semi-colon", "output": [ [ - "Character", + "Character", "&xwedge" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⋀", - "description": "Named entity: xwedge; with a semi-colon", + "input": "⋀", + "description": "Named entity: xwedge; with a semi-colon", "output": [ [ - "Character", + "Character", "\u22c0" ] ] - }, + }, { - "input": "ý", - "description": "Named entity: yacute without a semi-colon", + "input": "ý", + "description": "Named entity: yacute without a semi-colon", "output": [ [ - "Character", + "Character", "\u00fd" ] ], "errors": [ { "code": "missing-semicolon-after-character-reference", "line": 1, "col": 8 } ] - }, + }, { - "input": "ý", - "description": "Named entity: yacute; with a semi-colon", + "input": "ý", + "description": "Named entity: yacute; with a semi-colon", "output": [ [ - "Character", + "Character", "\u00fd" ] ] - }, + }, { - "input": "&yacy", - "description": "Bad named entity: yacy without a semi-colon", + "input": "&yacy", + "description": "Bad named entity: yacy without a semi-colon", "output": [ [ - "Character", + "Character", "&yacy" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "я", - "description": "Named entity: yacy; with a semi-colon", + "input": "я", + "description": "Named entity: yacy; with a semi-colon", "output": [ [ - "Character", + "Character", "\u044f" ] ] - }, + }, { - "input": "&ycirc", - "description": "Bad named entity: ycirc without a semi-colon", + "input": "&ycirc", + "description": "Bad named entity: ycirc without a semi-colon", "output": [ [ - "Character", + "Character", "&ycirc" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ŷ", - "description": "Named entity: ycirc; with a semi-colon", + "input": "ŷ", + "description": "Named entity: ycirc; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0177" ] ] - }, + }, { - "input": "&ycy", - "description": "Bad named entity: ycy without a semi-colon", + "input": "&ycy", + "description": "Bad named entity: ycy without a semi-colon", "output": [ [ - "Character", + "Character", "&ycy" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ы", - "description": "Named entity: ycy; with a semi-colon", + "input": "ы", + "description": "Named entity: ycy; with a semi-colon", "output": [ [ - "Character", + "Character", "\u044b" ] ] - }, + }, { - "input": "¥", - "description": "Named entity: yen without a semi-colon", + "input": "¥", + "description": "Named entity: yen without a semi-colon", "output": [ [ - "Character", + "Character", "\u00a5" ] ], "errors": [ { "code": "missing-semicolon-after-character-reference", "line": 1, "col": 5 } ] - }, + }, { - "input": "¥", - "description": "Named entity: yen; with a semi-colon", + "input": "¥", + "description": "Named entity: yen; with a semi-colon", "output": [ [ - "Character", + "Character", "\u00a5" ] ] - }, + }, { - "input": "&yfr", - "description": "Bad named entity: yfr without a semi-colon", + "input": "&yfr", + "description": "Bad named entity: yfr without a semi-colon", "output": [ [ - "Character", + "Character", "&yfr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝔶", - "description": "Named entity: yfr; with a semi-colon", + "input": "𝔶", + "description": "Named entity: yfr; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udd36" ] ] - }, + }, { - "input": "&yicy", - "description": "Bad named entity: yicy without a semi-colon", + "input": "&yicy", + "description": "Bad named entity: yicy without a semi-colon", "output": [ [ - "Character", + "Character", "&yicy" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ї", - "description": "Named entity: yicy; with a semi-colon", + "input": "ї", + "description": "Named entity: yicy; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0457" ] ] - }, + }, { - "input": "&yopf", - "description": "Bad named entity: yopf without a semi-colon", + "input": "&yopf", + "description": "Bad named entity: yopf without a semi-colon", "output": [ [ - "Character", + "Character", "&yopf" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝕪", - "description": "Named entity: yopf; with a semi-colon", + "input": "𝕪", + "description": "Named entity: yopf; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udd6a" ] ] - }, + }, { - "input": "&yscr", - "description": "Bad named entity: yscr without a semi-colon", + "input": "&yscr", + "description": "Bad named entity: yscr without a semi-colon", "output": [ [ - "Character", + "Character", "&yscr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝓎", - "description": "Named entity: yscr; with a semi-colon", + "input": "𝓎", + "description": "Named entity: yscr; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udcce" ] ] - }, + }, { - "input": "&yucy", - "description": "Bad named entity: yucy without a semi-colon", + "input": "&yucy", + "description": "Bad named entity: yucy without a semi-colon", "output": [ [ - "Character", + "Character", "&yucy" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ю", - "description": "Named entity: yucy; with a semi-colon", + "input": "ю", + "description": "Named entity: yucy; with a semi-colon", "output": [ [ - "Character", + "Character", "\u044e" ] ] - }, + }, { - "input": "ÿ", - "description": "Named entity: yuml without a semi-colon", + "input": "ÿ", + "description": "Named entity: yuml without a semi-colon", "output": [ [ - "Character", + "Character", "\u00ff" ] ], "errors": [ { "code": "missing-semicolon-after-character-reference", "line": 1, "col": 6 } ] - }, + }, { - "input": "ÿ", - "description": "Named entity: yuml; with a semi-colon", + "input": "ÿ", + "description": "Named entity: yuml; with a semi-colon", "output": [ [ - "Character", + "Character", "\u00ff" ] ] - }, + }, { - "input": "&zacute", - "description": "Bad named entity: zacute without a semi-colon", + "input": "&zacute", + "description": "Bad named entity: zacute without a semi-colon", "output": [ [ - "Character", + "Character", "&zacute" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ź", - "description": "Named entity: zacute; with a semi-colon", + "input": "ź", + "description": "Named entity: zacute; with a semi-colon", "output": [ [ - "Character", + "Character", "\u017a" ] ] - }, + }, { - "input": "&zcaron", - "description": "Bad named entity: zcaron without a semi-colon", + "input": "&zcaron", + "description": "Bad named entity: zcaron without a semi-colon", "output": [ [ - "Character", + "Character", "&zcaron" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ž", - "description": "Named entity: zcaron; with a semi-colon", + "input": "ž", + "description": "Named entity: zcaron; with a semi-colon", "output": [ [ - "Character", + "Character", "\u017e" ] ] - }, + }, { - "input": "&zcy", - "description": "Bad named entity: zcy without a semi-colon", + "input": "&zcy", + "description": "Bad named entity: zcy without a semi-colon", "output": [ [ - "Character", + "Character", "&zcy" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "з", - "description": "Named entity: zcy; with a semi-colon", + "input": "з", + "description": "Named entity: zcy; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0437" ] ] - }, + }, { - "input": "&zdot", - "description": "Bad named entity: zdot without a semi-colon", + "input": "&zdot", + "description": "Bad named entity: zdot without a semi-colon", "output": [ [ - "Character", + "Character", "&zdot" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ż", - "description": "Named entity: zdot; with a semi-colon", + "input": "ż", + "description": "Named entity: zdot; with a semi-colon", "output": [ [ - "Character", + "Character", "\u017c" ] ] - }, + }, { - "input": "&zeetrf", - "description": "Bad named entity: zeetrf without a semi-colon", + "input": "&zeetrf", + "description": "Bad named entity: zeetrf without a semi-colon", "output": [ [ - "Character", + "Character", "&zeetrf" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ℨ", - "description": "Named entity: zeetrf; with a semi-colon", + "input": "ℨ", + "description": "Named entity: zeetrf; with a semi-colon", "output": [ [ - "Character", + "Character", "\u2128" ] ] - }, + }, { - "input": "&zeta", - "description": "Bad named entity: zeta without a semi-colon", + "input": "&zeta", + "description": "Bad named entity: zeta without a semi-colon", "output": [ [ - "Character", + "Character", "&zeta" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ζ", - "description": "Named entity: zeta; with a semi-colon", + "input": "ζ", + "description": "Named entity: zeta; with a semi-colon", "output": [ [ - "Character", + "Character", "\u03b6" ] ] - }, + }, { - "input": "&zfr", - "description": "Bad named entity: zfr without a semi-colon", + "input": "&zfr", + "description": "Bad named entity: zfr without a semi-colon", "output": [ [ - "Character", + "Character", "&zfr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝔷", - "description": "Named entity: zfr; with a semi-colon", + "input": "𝔷", + "description": "Named entity: zfr; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udd37" ] ] - }, + }, { - "input": "&zhcy", - "description": "Bad named entity: zhcy without a semi-colon", + "input": "&zhcy", + "description": "Bad named entity: zhcy without a semi-colon", "output": [ [ - "Character", + "Character", "&zhcy" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "ж", - "description": "Named entity: zhcy; with a semi-colon", + "input": "ж", + "description": "Named entity: zhcy; with a semi-colon", "output": [ [ - "Character", + "Character", "\u0436" ] ] - }, + }, { - "input": "&zigrarr", - "description": "Bad named entity: zigrarr without a semi-colon", + "input": "&zigrarr", + "description": "Bad named entity: zigrarr without a semi-colon", "output": [ [ - "Character", + "Character", "&zigrarr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "⇝", - "description": "Named entity: zigrarr; with a semi-colon", + "input": "⇝", + "description": "Named entity: zigrarr; with a semi-colon", "output": [ [ - "Character", + "Character", "\u21dd" ] ] - }, + }, { - "input": "&zopf", - "description": "Bad named entity: zopf without a semi-colon", + "input": "&zopf", + "description": "Bad named entity: zopf without a semi-colon", "output": [ [ - "Character", + "Character", "&zopf" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝕫", - "description": "Named entity: zopf; with a semi-colon", + "input": "𝕫", + "description": "Named entity: zopf; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udd6b" ] ] - }, + }, { - "input": "&zscr", - "description": "Bad named entity: zscr without a semi-colon", + "input": "&zscr", + "description": "Bad named entity: zscr without a semi-colon", "output": [ [ - "Character", + "Character", "&zscr" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "𝓏", - "description": "Named entity: zscr; with a semi-colon", + "input": "𝓏", + "description": "Named entity: zscr; with a semi-colon", "output": [ [ - "Character", + "Character", "\ud835\udccf" ] ] - }, + }, { - "input": "&zwj", - "description": "Bad named entity: zwj without a semi-colon", + "input": "&zwj", + "description": "Bad named entity: zwj without a semi-colon", "output": [ [ - "Character", + "Character", "&zwj" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "‍", - "description": "Named entity: zwj; with a semi-colon", + "input": "‍", + "description": "Named entity: zwj; with a semi-colon", "output": [ [ - "Character", + "Character", "\u200d" ] ] - }, + }, { - "input": "&zwnj", - "description": "Bad named entity: zwnj without a semi-colon", + "input": "&zwnj", + "description": "Bad named entity: zwnj without a semi-colon", "output": [ [ - "Character", + "Character", "&zwnj" ] - ], - "errors": [ - { "code": "unknown-named-character-reference", "line": 1, "col": 1 } ] - }, + }, { - "input": "‌", - "description": "Named entity: zwnj; with a semi-colon", + "input": "‌", + "description": "Named entity: zwnj; with a semi-colon", "output": [ [ - "Character", + "Character", "\u200c" ] ] diff --git a/tokenizer/test1.test b/tokenizer/test1.test index 8565517b..61408f45 100644 --- a/tokenizer/test1.test +++ b/tokenizer/test1.test @@ -153,10 +153,7 @@ {"description":"Unfinished entity", "input":"&f", -"output":[["Character", "&f"]], -"errors": [ - {"code" : "unknown-named-character-reference", "line": 1, "col": 1} -]}, +"output":[["Character", "&f"]]}, {"description":"Ampersand, number sign", "input":"&#", @@ -196,17 +193,11 @@ {"description":"Partial entity match at end of file", "input":"I'm &no", -"output":[["Character","I'm &no"]], -"errors": [ - {"code" : "unknown-named-character-reference", "line": 1, "col": 5} -]}, +"output":[["Character","I'm &no"]]}, {"description":"Non-ASCII character reference name", "input":"&\u00AC;", -"output":[["Character", "&\u00AC;"]], -"errors": [ - {"code" : "unknown-named-character-reference", "line": 1, "col": 1} -]}, +"output":[["Character", "&\u00AC;"]]}, {"description":"ASCII decimal entity", "input":"$", @@ -245,10 +236,7 @@ {"description":"Unquoted attribute at end of tag with final character of &, with tag followed by characters", "input":"foo", -"output":[["StartTag", "a", {"a":"a&"}], ["Character", "foo"]], -"errors": [ - {"code" : "unknown-named-character-reference", "line": 1, "col": 7} -]}, +"output":[["StartTag", "a", {"a":"a&"}], ["Character", "foo"]]}, {"description":"plaintext element", "input":"foobar", diff --git a/tokenizer/test2.test b/tokenizer/test2.test index 3cc721c5..22fe7d27 100644 --- a/tokenizer/test2.test +++ b/tokenizer/test2.test @@ -131,17 +131,11 @@ {"description":"Entity without a name", "input":"&;", -"output":[["Character", "&;"]], -"errors": [ - {"code" : "unknown-named-character-reference", "line": 1, "col": 1} -]}, +"output":[["Character", "&;"]]}, {"description":"Unescaped ampersand in attribute value", "input":"<h a='&'>", -"output":[["StartTag", "h", { "a":"&" }]], -"errors": [ - {"code" : "unknown-named-character-reference", "line": 1, "col": 7} -]}, +"output":[["StartTag", "h", { "a":"&" }]]}, {"description":"StartTag containing <", diff --git a/tokenizer/test3.test b/tokenizer/test3.test index 8abfddf5..92377eeb 100644 --- a/tokenizer/test3.test +++ b/tokenizer/test3.test @@ -9316,10 +9316,7 @@ {"description":"<a a=\"&\">", "input":"<a a=\"&\">", -"output":[["StartTag", "a", {"a":"&"}]], -"errors": [ - {"code" : "unknown-named-character-reference", "line": 1, "col": 7} -]}, +"output":[["StartTag", "a", {"a":"&"}]]}, {"description":"<a a=\"'\">", "input":"<a a=\"'\">", @@ -9419,10 +9416,7 @@ {"description":"<a a=&>", "input":"<a a=&>", -"output":[["StartTag", "a", {"a":"&"}]], -"errors": [ - {"code" : "unknown-named-character-reference", "line": 1, "col": 6 } -]}, +"output":[["StartTag", "a", {"a":"&"}]]}, {"description":"<a a=''>", "input":"<a a=''>", @@ -9472,10 +9466,7 @@ {"description":"<a a='&'>", "input":"<a a='&'>", -"output":[["StartTag", "a", {"a":"&"}]], -"errors": [ - {"code" : "unknown-named-character-reference", "line": 1, "col": 7 } -]}, +"output":[["StartTag", "a", {"a":"&"}]]}, {"description":"<a a=''>", "input":"<a a=''>", @@ -9950,10 +9941,7 @@ {"description":"<a a=a&>", "input":"<a a=a&>", -"output":[["StartTag", "a", {"a":"a&"}]], -"errors": [ - {"code" : "unknown-named-character-reference", "line": 1, "col": 7 } -]}, +"output":[["StartTag", "a", {"a":"a&"}]]}, {"description":"<a a=a'>", "input":"<a a=a'>", diff --git a/tokenizer/test4.test b/tokenizer/test4.test index 956c462b..fbeae5c8 100644 --- a/tokenizer/test4.test +++ b/tokenizer/test4.test @@ -56,38 +56,23 @@ {"description":"\" after ampersand in double-quoted attribute value", "input":"<z z=\"&\">", -"output":[["StartTag", "z", {"z": "&"}]], -"errors": [ - {"code" : "unknown-named-character-reference", "line": 1, "col": 7 } -]}, +"output":[["StartTag", "z", {"z": "&"}]]}, {"description":"' after ampersand in double-quoted attribute value", "input":"<z z=\"&'\">", -"output":[["StartTag", "z", {"z": "&'"}]], -"errors": [ - {"code" : "unknown-named-character-reference", "line": 1, "col": 7 } -]}, +"output":[["StartTag", "z", {"z": "&'"}]]}, {"description":"' after ampersand in single-quoted attribute value", "input":"<z z='&'>", -"output":[["StartTag", "z", {"z": "&"}]], -"errors": [ - {"code" : "unknown-named-character-reference", "line": 1, "col": 7 } -]}, +"output":[["StartTag", "z", {"z": "&"}]]}, {"description":"\" after ampersand in single-quoted attribute value", "input":"<z z='&\"'>", -"output":[["StartTag", "z", {"z": "&\""}]], -"errors": [ - {"code" : "unknown-named-character-reference", "line": 1, "col": 7 } -]}, +"output":[["StartTag", "z", {"z": "&\""}]]}, {"description":"Text after bogus character reference", "input":"<z z='&xlink_xmlns;'>bar<z>", -"output":[["StartTag","z",{"z":"&xlink_xmlns;"}],["Character","bar"],["StartTag","z",{}]], -"errors": [ - {"code" : "unknown-named-character-reference", "line": 1, "col": 7 } -]}, +"output":[["StartTag","z",{"z":"&xlink_xmlns;"}],["Character","bar"],["StartTag","z",{}]]}, {"description":"Text after hex character reference", "input":"<z z='&#x0020; foo'>bar<z>", diff --git a/tree-construction/entities02.dat b/tree-construction/entities02.dat index c3954767..0c6e898c 100644 --- a/tree-construction/entities02.dat +++ b/tree-construction/entities02.dat @@ -13,8 +13,6 @@ <div bar="ZZ&"></div> #errors (1,15): expected-doctype-but-got-start-tag -#new-errors -(1:13) unknown-named-character-reference #document | <html> | <head> @@ -26,8 +24,6 @@ <div bar='ZZ&'></div> #errors (1,15): expected-doctype-but-got-start-tag -#new-errors -(1:13) unknown-named-character-reference #document | <html> | <head> @@ -39,8 +35,6 @@ <div bar=ZZ&></div> #errors (1,13): expected-doctype-but-got-start-tag -#new-errors -(1:12) unknown-named-character-reference #document | <html> | <head> @@ -178,8 +172,6 @@ <div bar="ZZ&prod_id=23"></div> #errors (1,25): expected-doctype-but-got-start-tag -#new-errors -(1:13) unknown-named-character-reference #document | <html> | <head> @@ -225,8 +217,6 @@ <div bar="ZZ&prod=23"></div> #errors (1,22): expected-doctype-but-got-start-tag -#new-errors -(1:13) unknown-named-character-reference #document | <html> | <head> @@ -252,8 +242,6 @@ <div>ZZ&prod_id=23</div> #errors (1,5): expected-doctype-but-got-start-tag -#new-errors -(1:8) unknown-named-character-reference #document | <html> | <head> @@ -301,8 +289,6 @@ <div>ZZ&prod=23</div> #errors (1,5): expected-doctype-but-got-start-tag -#new-errors -(1:8) unknown-named-character-reference #document | <html> | <head> diff --git a/tree-construction/tests2.dat b/tree-construction/tests2.dat index b93308fb..23c072e5 100644 --- a/tree-construction/tests2.dat +++ b/tree-construction/tests2.dat @@ -331,8 +331,6 @@ &x-test #errors (1,2): expected-doctype-but-got-chars -#new-errors -(1:1) unknown-named-character-reference #document | <html> | <head> @@ -426,7 +424,7 @@ (1,3): expected-named-entity (1,3): expected-doctype-but-got-chars #new-errors -(1:1) unknown-named-character-reference +(1:5) unknown-named-character-reference #document | <html> | <head>