{ | |
"tests": [ | |
{ | |
"input": "Æ", | |
"description": "Named entity: AElig without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"\u00c6" | |
] | |
] | |
}, | |
{ | |
"input": "Æ", | |
"description": "Named entity: AElig; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u00c6" | |
] | |
] | |
}, | |
{ | |
"input": "&", | |
"description": "Named entity: AMP without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&" | |
] | |
] | |
}, | |
{ | |
"input": "&", | |
"description": "Named entity: AMP; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"&" | |
] | |
] | |
}, | |
{ | |
"input": "Á", | |
"description": "Named entity: Aacute without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"\u00c1" | |
] | |
] | |
}, | |
{ | |
"input": "Á", | |
"description": "Named entity: Aacute; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u00c1" | |
] | |
] | |
}, | |
{ | |
"input": "&Abreve", | |
"description": "Bad named entity: Abreve without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&Abreve" | |
] | |
] | |
}, | |
{ | |
"input": "Ă", | |
"description": "Named entity: Abreve; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u0102" | |
] | |
] | |
}, | |
{ | |
"input": "Â", | |
"description": "Named entity: Acirc without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"\u00c2" | |
] | |
] | |
}, | |
{ | |
"input": "Â", | |
"description": "Named entity: Acirc; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u00c2" | |
] | |
] | |
}, | |
{ | |
"input": "&Acy", | |
"description": "Bad named entity: Acy without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&Acy" | |
] | |
] | |
}, | |
{ | |
"input": "А", | |
"description": "Named entity: Acy; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u0410" | |
] | |
] | |
}, | |
{ | |
"input": "&Afr", | |
"description": "Bad named entity: Afr without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&Afr" | |
] | |
] | |
}, | |
{ | |
"input": "𝔄", | |
"description": "Named entity: Afr; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\ud835\udd04" | |
] | |
] | |
}, | |
{ | |
"input": "À", | |
"description": "Named entity: Agrave without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"\u00c0" | |
] | |
] | |
}, | |
{ | |
"input": "À", | |
"description": "Named entity: Agrave; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u00c0" | |
] | |
] | |
}, | |
{ | |
"input": "&Alpha", | |
"description": "Bad named entity: Alpha without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&Alpha" | |
] | |
] | |
}, | |
{ | |
"input": "Α", | |
"description": "Named entity: Alpha; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u0391" | |
] | |
] | |
}, | |
{ | |
"input": "&Amacr", | |
"description": "Bad named entity: Amacr without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&Amacr" | |
] | |
] | |
}, | |
{ | |
"input": "Ā", | |
"description": "Named entity: Amacr; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u0100" | |
] | |
] | |
}, | |
{ | |
"input": "&And", | |
"description": "Bad named entity: And without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&And" | |
] | |
] | |
}, | |
{ | |
"input": "⩓", | |
"description": "Named entity: And; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u2a53" | |
] | |
] | |
}, | |
{ | |
"input": "&Aogon", | |
"description": "Bad named entity: Aogon without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&Aogon" | |
] | |
] | |
}, | |
{ | |
"input": "Ą", | |
"description": "Named entity: Aogon; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u0104" | |
] | |
] | |
}, | |
{ | |
"input": "&Aopf", | |
"description": "Bad named entity: Aopf without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&Aopf" | |
] | |
] | |
}, | |
{ | |
"input": "𝔸", | |
"description": "Named entity: Aopf; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\ud835\udd38" | |
] | |
] | |
}, | |
{ | |
"input": "&ApplyFunction", | |
"description": "Bad named entity: ApplyFunction without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&ApplyFunction" | |
] | |
] | |
}, | |
{ | |
"input": "⁡", | |
"description": "Named entity: ApplyFunction; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u2061" | |
] | |
] | |
}, | |
{ | |
"input": "Å", | |
"description": "Named entity: Aring without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"\u00c5" | |
] | |
] | |
}, | |
{ | |
"input": "Å", | |
"description": "Named entity: Aring; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u00c5" | |
] | |
] | |
}, | |
{ | |
"input": "&Ascr", | |
"description": "Bad named entity: Ascr without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&Ascr" | |
] | |
] | |
}, | |
{ | |
"input": "𝒜", | |
"description": "Named entity: Ascr; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\ud835\udc9c" | |
] | |
] | |
}, | |
{ | |
"input": "&Assign", | |
"description": "Bad named entity: Assign without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&Assign" | |
] | |
] | |
}, | |
{ | |
"input": "≔", | |
"description": "Named entity: Assign; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u2254" | |
] | |
] | |
}, | |
{ | |
"input": "Ã", | |
"description": "Named entity: Atilde without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"\u00c3" | |
] | |
] | |
}, | |
{ | |
"input": "Ã", | |
"description": "Named entity: Atilde; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u00c3" | |
] | |
] | |
}, | |
{ | |
"input": "Ä", | |
"description": "Named entity: Auml without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"\u00c4" | |
] | |
] | |
}, | |
{ | |
"input": "Ä", | |
"description": "Named entity: Auml; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u00c4" | |
] | |
] | |
}, | |
{ | |
"input": "&Backslash", | |
"description": "Bad named entity: Backslash without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&Backslash" | |
] | |
] | |
}, | |
{ | |
"input": "∖", | |
"description": "Named entity: Backslash; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u2216" | |
] | |
] | |
}, | |
{ | |
"input": "&Barv", | |
"description": "Bad named entity: Barv without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&Barv" | |
] | |
] | |
}, | |
{ | |
"input": "⫧", | |
"description": "Named entity: Barv; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u2ae7" | |
] | |
] | |
}, | |
{ | |
"input": "&Barwed", | |
"description": "Bad named entity: Barwed without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&Barwed" | |
] | |
] | |
}, | |
{ | |
"input": "⌆", | |
"description": "Named entity: Barwed; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u2306" | |
] | |
] | |
}, | |
{ | |
"input": "&Bcy", | |
"description": "Bad named entity: Bcy without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&Bcy" | |
] | |
] | |
}, | |
{ | |
"input": "Б", | |
"description": "Named entity: Bcy; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u0411" | |
] | |
] | |
}, | |
{ | |
"input": "&Because", | |
"description": "Bad named entity: Because without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&Because" | |
] | |
] | |
}, | |
{ | |
"input": "∵", | |
"description": "Named entity: Because; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u2235" | |
] | |
] | |
}, | |
{ | |
"input": "&Bernoullis", | |
"description": "Bad named entity: Bernoullis without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&Bernoullis" | |
] | |
] | |
}, | |
{ | |
"input": "ℬ", | |
"description": "Named entity: Bernoullis; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u212c" | |
] | |
] | |
}, | |
{ | |
"input": "&Beta", | |
"description": "Bad named entity: Beta without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&Beta" | |
] | |
] | |
}, | |
{ | |
"input": "Β", | |
"description": "Named entity: Beta; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u0392" | |
] | |
] | |
}, | |
{ | |
"input": "&Bfr", | |
"description": "Bad named entity: Bfr without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&Bfr" | |
] | |
] | |
}, | |
{ | |
"input": "𝔅", | |
"description": "Named entity: Bfr; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\ud835\udd05" | |
] | |
] | |
}, | |
{ | |
"input": "&Bopf", | |
"description": "Bad named entity: Bopf without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&Bopf" | |
] | |
] | |
}, | |
{ | |
"input": "𝔹", | |
"description": "Named entity: Bopf; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\ud835\udd39" | |
] | |
] | |
}, | |
{ | |
"input": "&Breve", | |
"description": "Bad named entity: Breve without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&Breve" | |
] | |
] | |
}, | |
{ | |
"input": "˘", | |
"description": "Named entity: Breve; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u02d8" | |
] | |
] | |
}, | |
{ | |
"input": "&Bscr", | |
"description": "Bad named entity: Bscr without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&Bscr" | |
] | |
] | |
}, | |
{ | |
"input": "ℬ", | |
"description": "Named entity: Bscr; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u212c" | |
] | |
] | |
}, | |
{ | |
"input": "&Bumpeq", | |
"description": "Bad named entity: Bumpeq without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&Bumpeq" | |
] | |
] | |
}, | |
{ | |
"input": "≎", | |
"description": "Named entity: Bumpeq; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u224e" | |
] | |
] | |
}, | |
{ | |
"input": "&CHcy", | |
"description": "Bad named entity: CHcy without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&CHcy" | |
] | |
] | |
}, | |
{ | |
"input": "Ч", | |
"description": "Named entity: CHcy; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u0427" | |
] | |
] | |
}, | |
{ | |
"input": "©", | |
"description": "Named entity: COPY without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"\u00a9" | |
] | |
] | |
}, | |
{ | |
"input": "©", | |
"description": "Named entity: COPY; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u00a9" | |
] | |
] | |
}, | |
{ | |
"input": "&Cacute", | |
"description": "Bad named entity: Cacute without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&Cacute" | |
] | |
] | |
}, | |
{ | |
"input": "Ć", | |
"description": "Named entity: Cacute; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u0106" | |
] | |
] | |
}, | |
{ | |
"input": "&Cap", | |
"description": "Bad named entity: Cap without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&Cap" | |
] | |
] | |
}, | |
{ | |
"input": "⋒", | |
"description": "Named entity: Cap; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u22d2" | |
] | |
] | |
}, | |
{ | |
"input": "&CapitalDifferentialD", | |
"description": "Bad named entity: CapitalDifferentialD without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&CapitalDifferentialD" | |
] | |
] | |
}, | |
{ | |
"input": "ⅅ", | |
"description": "Named entity: CapitalDifferentialD; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u2145" | |
] | |
] | |
}, | |
{ | |
"input": "&Cayleys", | |
"description": "Bad named entity: Cayleys without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&Cayleys" | |
] | |
] | |
}, | |
{ | |
"input": "ℭ", | |
"description": "Named entity: Cayleys; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u212d" | |
] | |
] | |
}, | |
{ | |
"input": "&Ccaron", | |
"description": "Bad named entity: Ccaron without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&Ccaron" | |
] | |
] | |
}, | |
{ | |
"input": "Č", | |
"description": "Named entity: Ccaron; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u010c" | |
] | |
] | |
}, | |
{ | |
"input": "Ç", | |
"description": "Named entity: Ccedil without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"\u00c7" | |
] | |
] | |
}, | |
{ | |
"input": "Ç", | |
"description": "Named entity: Ccedil; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u00c7" | |
] | |
] | |
}, | |
{ | |
"input": "&Ccirc", | |
"description": "Bad named entity: Ccirc without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&Ccirc" | |
] | |
] | |
}, | |
{ | |
"input": "Ĉ", | |
"description": "Named entity: Ccirc; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u0108" | |
] | |
] | |
}, | |
{ | |
"input": "&Cconint", | |
"description": "Bad named entity: Cconint without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&Cconint" | |
] | |
] | |
}, | |
{ | |
"input": "∰", | |
"description": "Named entity: Cconint; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u2230" | |
] | |
] | |
}, | |
{ | |
"input": "&Cdot", | |
"description": "Bad named entity: Cdot without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&Cdot" | |
] | |
] | |
}, | |
{ | |
"input": "Ċ", | |
"description": "Named entity: Cdot; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u010a" | |
] | |
] | |
}, | |
{ | |
"input": "&Cedilla", | |
"description": "Bad named entity: Cedilla without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&Cedilla" | |
] | |
] | |
}, | |
{ | |
"input": "¸", | |
"description": "Named entity: Cedilla; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u00b8" | |
] | |
] | |
}, | |
{ | |
"input": "&CenterDot", | |
"description": "Bad named entity: CenterDot without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&CenterDot" | |
] | |
] | |
}, | |
{ | |
"input": "·", | |
"description": "Named entity: CenterDot; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u00b7" | |
] | |
] | |
}, | |
{ | |
"input": "&Cfr", | |
"description": "Bad named entity: Cfr without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&Cfr" | |
] | |
] | |
}, | |
{ | |
"input": "ℭ", | |
"description": "Named entity: Cfr; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u212d" | |
] | |
] | |
}, | |
{ | |
"input": "&Chi", | |
"description": "Bad named entity: Chi without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&Chi" | |
] | |
] | |
}, | |
{ | |
"input": "Χ", | |
"description": "Named entity: Chi; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u03a7" | |
] | |
] | |
}, | |
{ | |
"input": "&CircleDot", | |
"description": "Bad named entity: CircleDot without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&CircleDot" | |
] | |
] | |
}, | |
{ | |
"input": "⊙", | |
"description": "Named entity: CircleDot; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u2299" | |
] | |
] | |
}, | |
{ | |
"input": "&CircleMinus", | |
"description": "Bad named entity: CircleMinus without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&CircleMinus" | |
] | |
] | |
}, | |
{ | |
"input": "⊖", | |
"description": "Named entity: CircleMinus; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u2296" | |
] | |
] | |
}, | |
{ | |
"input": "&CirclePlus", | |
"description": "Bad named entity: CirclePlus without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&CirclePlus" | |
] | |
] | |
}, | |
{ | |
"input": "⊕", | |
"description": "Named entity: CirclePlus; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u2295" | |
] | |
] | |
}, | |
{ | |
"input": "&CircleTimes", | |
"description": "Bad named entity: CircleTimes without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&CircleTimes" | |
] | |
] | |
}, | |
{ | |
"input": "⊗", | |
"description": "Named entity: CircleTimes; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u2297" | |
] | |
] | |
}, | |
{ | |
"input": "&ClockwiseContourIntegral", | |
"description": "Bad named entity: ClockwiseContourIntegral without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&ClockwiseContourIntegral" | |
] | |
] | |
}, | |
{ | |
"input": "∲", | |
"description": "Named entity: ClockwiseContourIntegral; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u2232" | |
] | |
] | |
}, | |
{ | |
"input": "&CloseCurlyDoubleQuote", | |
"description": "Bad named entity: CloseCurlyDoubleQuote without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&CloseCurlyDoubleQuote" | |
] | |
] | |
}, | |
{ | |
"input": "”", | |
"description": "Named entity: CloseCurlyDoubleQuote; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u201d" | |
] | |
] | |
}, | |
{ | |
"input": "&CloseCurlyQuote", | |
"description": "Bad named entity: CloseCurlyQuote without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&CloseCurlyQuote" | |
] | |
] | |
}, | |
{ | |
"input": "’", | |
"description": "Named entity: CloseCurlyQuote; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u2019" | |
] | |
] | |
}, | |
{ | |
"input": "&Colon", | |
"description": "Bad named entity: Colon without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&Colon" | |
] | |
] | |
}, | |
{ | |
"input": "∷", | |
"description": "Named entity: Colon; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u2237" | |
] | |
] | |
}, | |
{ | |
"input": "&Colone", | |
"description": "Bad named entity: Colone without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&Colone" | |
] | |
] | |
}, | |
{ | |
"input": "⩴", | |
"description": "Named entity: Colone; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u2a74" | |
] | |
] | |
}, | |
{ | |
"input": "&Congruent", | |
"description": "Bad named entity: Congruent without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&Congruent" | |
] | |
] | |
}, | |
{ | |
"input": "≡", | |
"description": "Named entity: Congruent; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u2261" | |
] | |
] | |
}, | |
{ | |
"input": "&Conint", | |
"description": "Bad named entity: Conint without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&Conint" | |
] | |
] | |
}, | |
{ | |
"input": "∯", | |
"description": "Named entity: Conint; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u222f" | |
] | |
] | |
}, | |
{ | |
"input": "&ContourIntegral", | |
"description": "Bad named entity: ContourIntegral without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&ContourIntegral" | |
] | |
] | |
}, | |
{ | |
"input": "∮", | |
"description": "Named entity: ContourIntegral; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u222e" | |
] | |
] | |
}, | |
{ | |
"input": "&Copf", | |
"description": "Bad named entity: Copf without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&Copf" | |
] | |
] | |
}, | |
{ | |
"input": "ℂ", | |
"description": "Named entity: Copf; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u2102" | |
] | |
] | |
}, | |
{ | |
"input": "&Coproduct", | |
"description": "Bad named entity: Coproduct without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&Coproduct" | |
] | |
] | |
}, | |
{ | |
"input": "∐", | |
"description": "Named entity: Coproduct; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u2210" | |
] | |
] | |
}, | |
{ | |
"input": "&CounterClockwiseContourIntegral", | |
"description": "Bad named entity: CounterClockwiseContourIntegral without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&CounterClockwiseContourIntegral" | |
] | |
] | |
}, | |
{ | |
"input": "∳", | |
"description": "Named entity: CounterClockwiseContourIntegral; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u2233" | |
] | |
] | |
}, | |
{ | |
"input": "&Cross", | |
"description": "Bad named entity: Cross without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&Cross" | |
] | |
] | |
}, | |
{ | |
"input": "⨯", | |
"description": "Named entity: Cross; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u2a2f" | |
] | |
] | |
}, | |
{ | |
"input": "&Cscr", | |
"description": "Bad named entity: Cscr without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&Cscr" | |
] | |
] | |
}, | |
{ | |
"input": "𝒞", | |
"description": "Named entity: Cscr; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\ud835\udc9e" | |
] | |
] | |
}, | |
{ | |
"input": "&Cup", | |
"description": "Bad named entity: Cup without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&Cup" | |
] | |
] | |
}, | |
{ | |
"input": "⋓", | |
"description": "Named entity: Cup; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u22d3" | |
] | |
] | |
}, | |
{ | |
"input": "&CupCap", | |
"description": "Bad named entity: CupCap without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&CupCap" | |
] | |
] | |
}, | |
{ | |
"input": "≍", | |
"description": "Named entity: CupCap; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u224d" | |
] | |
] | |
}, | |
{ | |
"input": "&DD", | |
"description": "Bad named entity: DD without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&DD" | |
] | |
] | |
}, | |
{ | |
"input": "ⅅ", | |
"description": "Named entity: DD; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u2145" | |
] | |
] | |
}, | |
{ | |
"input": "&DDotrahd", | |
"description": "Bad named entity: DDotrahd without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&DDotrahd" | |
] | |
] | |
}, | |
{ | |
"input": "⤑", | |
"description": "Named entity: DDotrahd; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u2911" | |
] | |
] | |
}, | |
{ | |
"input": "&DJcy", | |
"description": "Bad named entity: DJcy without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&DJcy" | |
] | |
] | |
}, | |
{ | |
"input": "Ђ", | |
"description": "Named entity: DJcy; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u0402" | |
] | |
] | |
}, | |
{ | |
"input": "&DScy", | |
"description": "Bad named entity: DScy without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&DScy" | |
] | |
] | |
}, | |
{ | |
"input": "Ѕ", | |
"description": "Named entity: DScy; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u0405" | |
] | |
] | |
}, | |
{ | |
"input": "&DZcy", | |
"description": "Bad named entity: DZcy without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&DZcy" | |
] | |
] | |
}, | |
{ | |
"input": "Џ", | |
"description": "Named entity: DZcy; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u040f" | |
] | |
] | |
}, | |
{ | |
"input": "&Dagger", | |
"description": "Bad named entity: Dagger without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&Dagger" | |
] | |
] | |
}, | |
{ | |
"input": "‡", | |
"description": "Named entity: Dagger; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u2021" | |
] | |
] | |
}, | |
{ | |
"input": "&Darr", | |
"description": "Bad named entity: Darr without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&Darr" | |
] | |
] | |
}, | |
{ | |
"input": "↡", | |
"description": "Named entity: Darr; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u21a1" | |
] | |
] | |
}, | |
{ | |
"input": "&Dashv", | |
"description": "Bad named entity: Dashv without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&Dashv" | |
] | |
] | |
}, | |
{ | |
"input": "⫤", | |
"description": "Named entity: Dashv; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u2ae4" | |
] | |
] | |
}, | |
{ | |
"input": "&Dcaron", | |
"description": "Bad named entity: Dcaron without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&Dcaron" | |
] | |
] | |
}, | |
{ | |
"input": "Ď", | |
"description": "Named entity: Dcaron; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u010e" | |
] | |
] | |
}, | |
{ | |
"input": "&Dcy", | |
"description": "Bad named entity: Dcy without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&Dcy" | |
] | |
] | |
}, | |
{ | |
"input": "Д", | |
"description": "Named entity: Dcy; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u0414" | |
] | |
] | |
}, | |
{ | |
"input": "&Del", | |
"description": "Bad named entity: Del without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&Del" | |
] | |
] | |
}, | |
{ | |
"input": "∇", | |
"description": "Named entity: Del; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u2207" | |
] | |
] | |
}, | |
{ | |
"input": "&Delta", | |
"description": "Bad named entity: Delta without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&Delta" | |
] | |
] | |
}, | |
{ | |
"input": "Δ", | |
"description": "Named entity: Delta; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u0394" | |
] | |
] | |
}, | |
{ | |
"input": "&Dfr", | |
"description": "Bad named entity: Dfr without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&Dfr" | |
] | |
] | |
}, | |
{ | |
"input": "𝔇", | |
"description": "Named entity: Dfr; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\ud835\udd07" | |
] | |
] | |
}, | |
{ | |
"input": "&DiacriticalAcute", | |
"description": "Bad named entity: DiacriticalAcute without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&DiacriticalAcute" | |
] | |
] | |
}, | |
{ | |
"input": "´", | |
"description": "Named entity: DiacriticalAcute; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u00b4" | |
] | |
] | |
}, | |
{ | |
"input": "&DiacriticalDot", | |
"description": "Bad named entity: DiacriticalDot without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&DiacriticalDot" | |
] | |
] | |
}, | |
{ | |
"input": "˙", | |
"description": "Named entity: DiacriticalDot; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u02d9" | |
] | |
] | |
}, | |
{ | |
"input": "&DiacriticalDoubleAcute", | |
"description": "Bad named entity: DiacriticalDoubleAcute without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&DiacriticalDoubleAcute" | |
] | |
] | |
}, | |
{ | |
"input": "˝", | |
"description": "Named entity: DiacriticalDoubleAcute; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u02dd" | |
] | |
] | |
}, | |
{ | |
"input": "&DiacriticalGrave", | |
"description": "Bad named entity: DiacriticalGrave without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&DiacriticalGrave" | |
] | |
] | |
}, | |
{ | |
"input": "`", | |
"description": "Named entity: DiacriticalGrave; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"`" | |
] | |
] | |
}, | |
{ | |
"input": "&DiacriticalTilde", | |
"description": "Bad named entity: DiacriticalTilde without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&DiacriticalTilde" | |
] | |
] | |
}, | |
{ | |
"input": "˜", | |
"description": "Named entity: DiacriticalTilde; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u02dc" | |
] | |
] | |
}, | |
{ | |
"input": "&Diamond", | |
"description": "Bad named entity: Diamond without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&Diamond" | |
] | |
] | |
}, | |
{ | |
"input": "⋄", | |
"description": "Named entity: Diamond; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u22c4" | |
] | |
] | |
}, | |
{ | |
"input": "&DifferentialD", | |
"description": "Bad named entity: DifferentialD without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&DifferentialD" | |
] | |
] | |
}, | |
{ | |
"input": "ⅆ", | |
"description": "Named entity: DifferentialD; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u2146" | |
] | |
] | |
}, | |
{ | |
"input": "&Dopf", | |
"description": "Bad named entity: Dopf without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&Dopf" | |
] | |
] | |
}, | |
{ | |
"input": "𝔻", | |
"description": "Named entity: Dopf; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\ud835\udd3b" | |
] | |
] | |
}, | |
{ | |
"input": "&Dot", | |
"description": "Bad named entity: Dot without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&Dot" | |
] | |
] | |
}, | |
{ | |
"input": "¨", | |
"description": "Named entity: Dot; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u00a8" | |
] | |
] | |
}, | |
{ | |
"input": "&DotDot", | |
"description": "Bad named entity: DotDot without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&DotDot" | |
] | |
] | |
}, | |
{ | |
"input": "⃜", | |
"description": "Named entity: DotDot; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u20dc" | |
] | |
] | |
}, | |
{ | |
"input": "&DotEqual", | |
"description": "Bad named entity: DotEqual without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&DotEqual" | |
] | |
] | |
}, | |
{ | |
"input": "≐", | |
"description": "Named entity: DotEqual; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u2250" | |
] | |
] | |
}, | |
{ | |
"input": "&DoubleContourIntegral", | |
"description": "Bad named entity: DoubleContourIntegral without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&DoubleContourIntegral" | |
] | |
] | |
}, | |
{ | |
"input": "∯", | |
"description": "Named entity: DoubleContourIntegral; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u222f" | |
] | |
] | |
}, | |
{ | |
"input": "&DoubleDot", | |
"description": "Bad named entity: DoubleDot without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&DoubleDot" | |
] | |
] | |
}, | |
{ | |
"input": "¨", | |
"description": "Named entity: DoubleDot; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u00a8" | |
] | |
] | |
}, | |
{ | |
"input": "&DoubleDownArrow", | |
"description": "Bad named entity: DoubleDownArrow without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&DoubleDownArrow" | |
] | |
] | |
}, | |
{ | |
"input": "⇓", | |
"description": "Named entity: DoubleDownArrow; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u21d3" | |
] | |
] | |
}, | |
{ | |
"input": "&DoubleLeftArrow", | |
"description": "Bad named entity: DoubleLeftArrow without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&DoubleLeftArrow" | |
] | |
] | |
}, | |
{ | |
"input": "⇐", | |
"description": "Named entity: DoubleLeftArrow; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u21d0" | |
] | |
] | |
}, | |
{ | |
"input": "&DoubleLeftRightArrow", | |
"description": "Bad named entity: DoubleLeftRightArrow without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&DoubleLeftRightArrow" | |
] | |
] | |
}, | |
{ | |
"input": "⇔", | |
"description": "Named entity: DoubleLeftRightArrow; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u21d4" | |
] | |
] | |
}, | |
{ | |
"input": "&DoubleLeftTee", | |
"description": "Bad named entity: DoubleLeftTee without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&DoubleLeftTee" | |
] | |
] | |
}, | |
{ | |
"input": "⫤", | |
"description": "Named entity: DoubleLeftTee; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u2ae4" | |
] | |
] | |
}, | |
{ | |
"input": "&DoubleLongLeftArrow", | |
"description": "Bad named entity: DoubleLongLeftArrow without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&DoubleLongLeftArrow" | |
] | |
] | |
}, | |
{ | |
"input": "⟸", | |
"description": "Named entity: DoubleLongLeftArrow; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u27f8" | |
] | |
] | |
}, | |
{ | |
"input": "&DoubleLongLeftRightArrow", | |
"description": "Bad named entity: DoubleLongLeftRightArrow without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&DoubleLongLeftRightArrow" | |
] | |
] | |
}, | |
{ | |
"input": "⟺", | |
"description": "Named entity: DoubleLongLeftRightArrow; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u27fa" | |
] | |
] | |
}, | |
{ | |
"input": "&DoubleLongRightArrow", | |
"description": "Bad named entity: DoubleLongRightArrow without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&DoubleLongRightArrow" | |
] | |
] | |
}, | |
{ | |
"input": "⟹", | |
"description": "Named entity: DoubleLongRightArrow; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u27f9" | |
] | |
] | |
}, | |
{ | |
"input": "&DoubleRightArrow", | |
"description": "Bad named entity: DoubleRightArrow without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&DoubleRightArrow" | |
] | |
] | |
}, | |
{ | |
"input": "⇒", | |
"description": "Named entity: DoubleRightArrow; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u21d2" | |
] | |
] | |
}, | |
{ | |
"input": "&DoubleRightTee", | |
"description": "Bad named entity: DoubleRightTee without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&DoubleRightTee" | |
] | |
] | |
}, | |
{ | |
"input": "⊨", | |
"description": "Named entity: DoubleRightTee; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u22a8" | |
] | |
] | |
}, | |
{ | |
"input": "&DoubleUpArrow", | |
"description": "Bad named entity: DoubleUpArrow without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&DoubleUpArrow" | |
] | |
] | |
}, | |
{ | |
"input": "⇑", | |
"description": "Named entity: DoubleUpArrow; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u21d1" | |
] | |
] | |
}, | |
{ | |
"input": "&DoubleUpDownArrow", | |
"description": "Bad named entity: DoubleUpDownArrow without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&DoubleUpDownArrow" | |
] | |
] | |
}, | |
{ | |
"input": "⇕", | |
"description": "Named entity: DoubleUpDownArrow; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u21d5" | |
] | |
] | |
}, | |
{ | |
"input": "&DoubleVerticalBar", | |
"description": "Bad named entity: DoubleVerticalBar without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&DoubleVerticalBar" | |
] | |
] | |
}, | |
{ | |
"input": "∥", | |
"description": "Named entity: DoubleVerticalBar; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u2225" | |
] | |
] | |
}, | |
{ | |
"input": "&DownArrow", | |
"description": "Bad named entity: DownArrow without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&DownArrow" | |
] | |
] | |
}, | |
{ | |
"input": "↓", | |
"description": "Named entity: DownArrow; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u2193" | |
] | |
] | |
}, | |
{ | |
"input": "&DownArrowBar", | |
"description": "Bad named entity: DownArrowBar without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&DownArrowBar" | |
] | |
] | |
}, | |
{ | |
"input": "⤓", | |
"description": "Named entity: DownArrowBar; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u2913" | |
] | |
] | |
}, | |
{ | |
"input": "&DownArrowUpArrow", | |
"description": "Bad named entity: DownArrowUpArrow without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&DownArrowUpArrow" | |
] | |
] | |
}, | |
{ | |
"input": "⇵", | |
"description": "Named entity: DownArrowUpArrow; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u21f5" | |
] | |
] | |
}, | |
{ | |
"input": "&DownBreve", | |
"description": "Bad named entity: DownBreve without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&DownBreve" | |
] | |
] | |
}, | |
{ | |
"input": "̑", | |
"description": "Named entity: DownBreve; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u0311" | |
] | |
] | |
}, | |
{ | |
"input": "&DownLeftRightVector", | |
"description": "Bad named entity: DownLeftRightVector without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&DownLeftRightVector" | |
] | |
] | |
}, | |
{ | |
"input": "⥐", | |
"description": "Named entity: DownLeftRightVector; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u2950" | |
] | |
] | |
}, | |
{ | |
"input": "&DownLeftTeeVector", | |
"description": "Bad named entity: DownLeftTeeVector without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&DownLeftTeeVector" | |
] | |
] | |
}, | |
{ | |
"input": "⥞", | |
"description": "Named entity: DownLeftTeeVector; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u295e" | |
] | |
] | |
}, | |
{ | |
"input": "&DownLeftVector", | |
"description": "Bad named entity: DownLeftVector without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&DownLeftVector" | |
] | |
] | |
}, | |
{ | |
"input": "↽", | |
"description": "Named entity: DownLeftVector; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u21bd" | |
] | |
] | |
}, | |
{ | |
"input": "&DownLeftVectorBar", | |
"description": "Bad named entity: DownLeftVectorBar without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&DownLeftVectorBar" | |
] | |
] | |
}, | |
{ | |
"input": "⥖", | |
"description": "Named entity: DownLeftVectorBar; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u2956" | |
] | |
] | |
}, | |
{ | |
"input": "&DownRightTeeVector", | |
"description": "Bad named entity: DownRightTeeVector without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&DownRightTeeVector" | |
] | |
] | |
}, | |
{ | |
"input": "⥟", | |
"description": "Named entity: DownRightTeeVector; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u295f" | |
] | |
] | |
}, | |
{ | |
"input": "&DownRightVector", | |
"description": "Bad named entity: DownRightVector without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&DownRightVector" | |
] | |
] | |
}, | |
{ | |
"input": "⇁", | |
"description": "Named entity: DownRightVector; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u21c1" | |
] | |
] | |
}, | |
{ | |
"input": "&DownRightVectorBar", | |
"description": "Bad named entity: DownRightVectorBar without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&DownRightVectorBar" | |
] | |
] | |
}, | |
{ | |
"input": "⥗", | |
"description": "Named entity: DownRightVectorBar; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u2957" | |
] | |
] | |
}, | |
{ | |
"input": "&DownTee", | |
"description": "Bad named entity: DownTee without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&DownTee" | |
] | |
] | |
}, | |
{ | |
"input": "⊤", | |
"description": "Named entity: DownTee; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u22a4" | |
] | |
] | |
}, | |
{ | |
"input": "&DownTeeArrow", | |
"description": "Bad named entity: DownTeeArrow without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&DownTeeArrow" | |
] | |
] | |
}, | |
{ | |
"input": "↧", | |
"description": "Named entity: DownTeeArrow; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u21a7" | |
] | |
] | |
}, | |
{ | |
"input": "&Downarrow", | |
"description": "Bad named entity: Downarrow without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&Downarrow" | |
] | |
] | |
}, | |
{ | |
"input": "⇓", | |
"description": "Named entity: Downarrow; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u21d3" | |
] | |
] | |
}, | |
{ | |
"input": "&Dscr", | |
"description": "Bad named entity: Dscr without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&Dscr" | |
] | |
] | |
}, | |
{ | |
"input": "𝒟", | |
"description": "Named entity: Dscr; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\ud835\udc9f" | |
] | |
] | |
}, | |
{ | |
"input": "&Dstrok", | |
"description": "Bad named entity: Dstrok without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&Dstrok" | |
] | |
] | |
}, | |
{ | |
"input": "Đ", | |
"description": "Named entity: Dstrok; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u0110" | |
] | |
] | |
}, | |
{ | |
"input": "&ENG", | |
"description": "Bad named entity: ENG without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&ENG" | |
] | |
] | |
}, | |
{ | |
"input": "Ŋ", | |
"description": "Named entity: ENG; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u014a" | |
] | |
] | |
}, | |
{ | |
"input": "Ð", | |
"description": "Named entity: ETH without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"\u00d0" | |
] | |
] | |
}, | |
{ | |
"input": "Ð", | |
"description": "Named entity: ETH; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u00d0" | |
] | |
] | |
}, | |
{ | |
"input": "É", | |
"description": "Named entity: Eacute without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"\u00c9" | |
] | |
] | |
}, | |
{ | |
"input": "É", | |
"description": "Named entity: Eacute; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u00c9" | |
] | |
] | |
}, | |
{ | |
"input": "&Ecaron", | |
"description": "Bad named entity: Ecaron without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&Ecaron" | |
] | |
] | |
}, | |
{ | |
"input": "Ě", | |
"description": "Named entity: Ecaron; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u011a" | |
] | |
] | |
}, | |
{ | |
"input": "Ê", | |
"description": "Named entity: Ecirc without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"\u00ca" | |
] | |
] | |
}, | |
{ | |
"input": "Ê", | |
"description": "Named entity: Ecirc; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u00ca" | |
] | |
] | |
}, | |
{ | |
"input": "&Ecy", | |
"description": "Bad named entity: Ecy without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&Ecy" | |
] | |
] | |
}, | |
{ | |
"input": "Э", | |
"description": "Named entity: Ecy; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u042d" | |
] | |
] | |
}, | |
{ | |
"input": "&Edot", | |
"description": "Bad named entity: Edot without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&Edot" | |
] | |
] | |
}, | |
{ | |
"input": "Ė", | |
"description": "Named entity: Edot; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u0116" | |
] | |
] | |
}, | |
{ | |
"input": "&Efr", | |
"description": "Bad named entity: Efr without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&Efr" | |
] | |
] | |
}, | |
{ | |
"input": "𝔈", | |
"description": "Named entity: Efr; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\ud835\udd08" | |
] | |
] | |
}, | |
{ | |
"input": "È", | |
"description": "Named entity: Egrave without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"\u00c8" | |
] | |
] | |
}, | |
{ | |
"input": "È", | |
"description": "Named entity: Egrave; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u00c8" | |
] | |
] | |
}, | |
{ | |
"input": "&Element", | |
"description": "Bad named entity: Element without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&Element" | |
] | |
] | |
}, | |
{ | |
"input": "∈", | |
"description": "Named entity: Element; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u2208" | |
] | |
] | |
}, | |
{ | |
"input": "&Emacr", | |
"description": "Bad named entity: Emacr without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&Emacr" | |
] | |
] | |
}, | |
{ | |
"input": "Ē", | |
"description": "Named entity: Emacr; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u0112" | |
] | |
] | |
}, | |
{ | |
"input": "&EmptySmallSquare", | |
"description": "Bad named entity: EmptySmallSquare without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&EmptySmallSquare" | |
] | |
] | |
}, | |
{ | |
"input": "◻", | |
"description": "Named entity: EmptySmallSquare; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u25fb" | |
] | |
] | |
}, | |
{ | |
"input": "&EmptyVerySmallSquare", | |
"description": "Bad named entity: EmptyVerySmallSquare without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&EmptyVerySmallSquare" | |
] | |
] | |
}, | |
{ | |
"input": "▫", | |
"description": "Named entity: EmptyVerySmallSquare; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u25ab" | |
] | |
] | |
}, | |
{ | |
"input": "&Eogon", | |
"description": "Bad named entity: Eogon without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&Eogon" | |
] | |
] | |
}, | |
{ | |
"input": "Ę", | |
"description": "Named entity: Eogon; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u0118" | |
] | |
] | |
}, | |
{ | |
"input": "&Eopf", | |
"description": "Bad named entity: Eopf without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&Eopf" | |
] | |
] | |
}, | |
{ | |
"input": "𝔼", | |
"description": "Named entity: Eopf; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\ud835\udd3c" | |
] | |
] | |
}, | |
{ | |
"input": "&Epsilon", | |
"description": "Bad named entity: Epsilon without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&Epsilon" | |
] | |
] | |
}, | |
{ | |
"input": "Ε", | |
"description": "Named entity: Epsilon; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u0395" | |
] | |
] | |
}, | |
{ | |
"input": "&Equal", | |
"description": "Bad named entity: Equal without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&Equal" | |
] | |
] | |
}, | |
{ | |
"input": "⩵", | |
"description": "Named entity: Equal; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u2a75" | |
] | |
] | |
}, | |
{ | |
"input": "&EqualTilde", | |
"description": "Bad named entity: EqualTilde without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&EqualTilde" | |
] | |
] | |
}, | |
{ | |
"input": "≂", | |
"description": "Named entity: EqualTilde; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u2242" | |
] | |
] | |
}, | |
{ | |
"input": "&Equilibrium", | |
"description": "Bad named entity: Equilibrium without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&Equilibrium" | |
] | |
] | |
}, | |
{ | |
"input": "⇌", | |
"description": "Named entity: Equilibrium; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u21cc" | |
] | |
] | |
}, | |
{ | |
"input": "&Escr", | |
"description": "Bad named entity: Escr without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&Escr" | |
] | |
] | |
}, | |
{ | |
"input": "ℰ", | |
"description": "Named entity: Escr; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u2130" | |
] | |
] | |
}, | |
{ | |
"input": "&Esim", | |
"description": "Bad named entity: Esim without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&Esim" | |
] | |
] | |
}, | |
{ | |
"input": "⩳", | |
"description": "Named entity: Esim; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u2a73" | |
] | |
] | |
}, | |
{ | |
"input": "&Eta", | |
"description": "Bad named entity: Eta without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&Eta" | |
] | |
] | |
}, | |
{ | |
"input": "Η", | |
"description": "Named entity: Eta; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u0397" | |
] | |
] | |
}, | |
{ | |
"input": "Ë", | |
"description": "Named entity: Euml without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"\u00cb" | |
] | |
] | |
}, | |
{ | |
"input": "Ë", | |
"description": "Named entity: Euml; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u00cb" | |
] | |
] | |
}, | |
{ | |
"input": "&Exists", | |
"description": "Bad named entity: Exists without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&Exists" | |
] | |
] | |
}, | |
{ | |
"input": "∃", | |
"description": "Named entity: Exists; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u2203" | |
] | |
] | |
}, | |
{ | |
"input": "&ExponentialE", | |
"description": "Bad named entity: ExponentialE without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&ExponentialE" | |
] | |
] | |
}, | |
{ | |
"input": "ⅇ", | |
"description": "Named entity: ExponentialE; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u2147" | |
] | |
] | |
}, | |
{ | |
"input": "&Fcy", | |
"description": "Bad named entity: Fcy without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&Fcy" | |
] | |
] | |
}, | |
{ | |
"input": "Ф", | |
"description": "Named entity: Fcy; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u0424" | |
] | |
] | |
}, | |
{ | |
"input": "&Ffr", | |
"description": "Bad named entity: Ffr without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&Ffr" | |
] | |
] | |
}, | |
{ | |
"input": "𝔉", | |
"description": "Named entity: Ffr; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\ud835\udd09" | |
] | |
] | |
}, | |
{ | |
"input": "&FilledSmallSquare", | |
"description": "Bad named entity: FilledSmallSquare without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&FilledSmallSquare" | |
] | |
] | |
}, | |
{ | |
"input": "◼", | |
"description": "Named entity: FilledSmallSquare; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u25fc" | |
] | |
] | |
}, | |
{ | |
"input": "&FilledVerySmallSquare", | |
"description": "Bad named entity: FilledVerySmallSquare without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&FilledVerySmallSquare" | |
] | |
] | |
}, | |
{ | |
"input": "▪", | |
"description": "Named entity: FilledVerySmallSquare; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u25aa" | |
] | |
] | |
}, | |
{ | |
"input": "&Fopf", | |
"description": "Bad named entity: Fopf without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&Fopf" | |
] | |
] | |
}, | |
{ | |
"input": "𝔽", | |
"description": "Named entity: Fopf; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\ud835\udd3d" | |
] | |
] | |
}, | |
{ | |
"input": "&ForAll", | |
"description": "Bad named entity: ForAll without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&ForAll" | |
] | |
] | |
}, | |
{ | |
"input": "∀", | |
"description": "Named entity: ForAll; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u2200" | |
] | |
] | |
}, | |
{ | |
"input": "&Fouriertrf", | |
"description": "Bad named entity: Fouriertrf without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&Fouriertrf" | |
] | |
] | |
}, | |
{ | |
"input": "ℱ", | |
"description": "Named entity: Fouriertrf; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u2131" | |
] | |
] | |
}, | |
{ | |
"input": "&Fscr", | |
"description": "Bad named entity: Fscr without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&Fscr" | |
] | |
] | |
}, | |
{ | |
"input": "ℱ", | |
"description": "Named entity: Fscr; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u2131" | |
] | |
] | |
}, | |
{ | |
"input": "&GJcy", | |
"description": "Bad named entity: GJcy without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&GJcy" | |
] | |
] | |
}, | |
{ | |
"input": "Ѓ", | |
"description": "Named entity: GJcy; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u0403" | |
] | |
] | |
}, | |
{ | |
"input": ">", | |
"description": "Named entity: GT without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
">" | |
] | |
] | |
}, | |
{ | |
"input": ">", | |
"description": "Named entity: GT; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
">" | |
] | |
] | |
}, | |
{ | |
"input": "&Gamma", | |
"description": "Bad named entity: Gamma without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&Gamma" | |
] | |
] | |
}, | |
{ | |
"input": "Γ", | |
"description": "Named entity: Gamma; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u0393" | |
] | |
] | |
}, | |
{ | |
"input": "&Gammad", | |
"description": "Bad named entity: Gammad without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&Gammad" | |
] | |
] | |
}, | |
{ | |
"input": "Ϝ", | |
"description": "Named entity: Gammad; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u03dc" | |
] | |
] | |
}, | |
{ | |
"input": "&Gbreve", | |
"description": "Bad named entity: Gbreve without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&Gbreve" | |
] | |
] | |
}, | |
{ | |
"input": "Ğ", | |
"description": "Named entity: Gbreve; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u011e" | |
] | |
] | |
}, | |
{ | |
"input": "&Gcedil", | |
"description": "Bad named entity: Gcedil without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&Gcedil" | |
] | |
] | |
}, | |
{ | |
"input": "Ģ", | |
"description": "Named entity: Gcedil; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u0122" | |
] | |
] | |
}, | |
{ | |
"input": "&Gcirc", | |
"description": "Bad named entity: Gcirc without a semi-colon", | |
"output": [ | |
"ParseError", | |
[ | |
"Character", | |
"&Gcirc" | |
] | |
] | |
}, | |
{ | |
"input": "Ĝ", | |
"description": "Named entity: Gcirc; with a semi-colon", | |
"output": [ | |
[ | |
"Character", | |
"\u011c" | |
] | |
] | |
}, | |
{ | |