1{
2    "tests": [
3        {
4            "input": "&AElig",
5            "description": "Named entity: AElig without a semi-colon",
6            "output": [
7                "ParseError",
8                [
9                    "Character",
10                    "\u00c6"
11                ]
12            ]
13        },
14        {
15            "input": "Æ",
16            "description": "Named entity: AElig; with a semi-colon",
17            "output": [
18                [
19                    "Character",
20                    "\u00c6"
21                ]
22            ]
23        },
24        {
25            "input": "&AMP",
26            "description": "Named entity: AMP without a semi-colon",
27            "output": [
28                "ParseError",
29                [
30                    "Character",
31                    "&"
32                ]
33            ]
34        },
35        {
36            "input": "&",
37            "description": "Named entity: AMP; with a semi-colon",
38            "output": [
39                [
40                    "Character",
41                    "&"
42                ]
43            ]
44        },
45        {
46            "input": "&Aacute",
47            "description": "Named entity: Aacute without a semi-colon",
48            "output": [
49                "ParseError",
50                [
51                    "Character",
52                    "\u00c1"
53                ]
54            ]
55        },
56        {
57            "input": "Á",
58            "description": "Named entity: Aacute; with a semi-colon",
59            "output": [
60                [
61                    "Character",
62                    "\u00c1"
63                ]
64            ]
65        },
66        {
67            "input": "&Abreve",
68            "description": "Bad named entity: Abreve without a semi-colon",
69            "output": [
70                [
71                    "Character",
72                    "&Abreve"
73                ]
74            ]
75        },
76        {
77            "input": "Ă",
78            "description": "Named entity: Abreve; with a semi-colon",
79            "output": [
80                [
81                    "Character",
82                    "\u0102"
83                ]
84            ]
85        },
86        {
87            "input": "&Acirc",
88            "description": "Named entity: Acirc without a semi-colon",
89            "output": [
90                "ParseError",
91                [
92                    "Character",
93                    "\u00c2"
94                ]
95            ]
96        },
97        {
98            "input": "Â",
99            "description": "Named entity: Acirc; with a semi-colon",
100            "output": [
101                [
102                    "Character",
103                    "\u00c2"
104                ]
105            ]
106        },
107        {
108            "input": "&Acy",
109            "description": "Bad named entity: Acy without a semi-colon",
110            "output": [
111                [
112                    "Character",
113                    "&Acy"
114                ]
115            ]
116        },
117        {
118            "input": "А",
119            "description": "Named entity: Acy; with a semi-colon",
120            "output": [
121                [
122                    "Character",
123                    "\u0410"
124                ]
125            ]
126        },
127        {
128            "input": "&Afr",
129            "description": "Bad named entity: Afr without a semi-colon",
130            "output": [
131                [
132                    "Character",
133                    "&Afr"
134                ]
135            ]
136        },
137        {
138            "input": "𝔄",
139            "description": "Named entity: Afr; with a semi-colon",
140            "output": [
141                [
142                    "Character",
143                    "\ud835\udd04"
144                ]
145            ]
146        },
147        {
148            "input": "&Agrave",
149            "description": "Named entity: Agrave without a semi-colon",
150            "output": [
151                "ParseError",
152                [
153                    "Character",
154                    "\u00c0"
155                ]
156            ]
157        },
158        {
159            "input": "À",
160            "description": "Named entity: Agrave; with a semi-colon",
161            "output": [
162                [
163                    "Character",
164                    "\u00c0"
165                ]
166            ]
167        },
168        {
169            "input": "&Alpha",
170            "description": "Bad named entity: Alpha without a semi-colon",
171            "output": [
172                [
173                    "Character",
174                    "&Alpha"
175                ]
176            ]
177        },
178        {
179            "input": "Α",
180            "description": "Named entity: Alpha; with a semi-colon",
181            "output": [
182                [
183                    "Character",
184                    "\u0391"
185                ]
186            ]
187        },
188        {
189            "input": "&Amacr",
190            "description": "Bad named entity: Amacr without a semi-colon",
191            "output": [
192                [
193                    "Character",
194                    "&Amacr"
195                ]
196            ]
197        },
198        {
199            "input": "Ā",
200            "description": "Named entity: Amacr; with a semi-colon",
201            "output": [
202                [
203                    "Character",
204                    "\u0100"
205                ]
206            ]
207        },
208        {
209            "input": "&And",
210            "description": "Bad named entity: And without a semi-colon",
211            "output": [
212                [
213                    "Character",
214                    "&And"
215                ]
216            ]
217        },
218        {
219            "input": "⩓",
220            "description": "Named entity: And; with a semi-colon",
221            "output": [
222                [
223                    "Character",
224                    "\u2a53"
225                ]
226            ]
227        },
228        {
229            "input": "&Aogon",
230            "description": "Bad named entity: Aogon without a semi-colon",
231            "output": [
232                [
233                    "Character",
234                    "&Aogon"
235                ]
236            ]
237        },
238        {
239            "input": "Ą",
240            "description": "Named entity: Aogon; with a semi-colon",
241            "output": [
242                [
243                    "Character",
244                    "\u0104"
245                ]
246            ]
247        },
248        {
249            "input": "&Aopf",
250            "description": "Bad named entity: Aopf without a semi-colon",
251            "output": [
252                [
253                    "Character",
254                    "&Aopf"
255                ]
256            ]
257        },
258        {
259            "input": "𝔸",
260            "description": "Named entity: Aopf; with a semi-colon",
261            "output": [
262                [
263                    "Character",
264                    "\ud835\udd38"
265                ]
266            ]
267        },
268        {
269            "input": "&ApplyFunction",
270            "description": "Bad named entity: ApplyFunction without a semi-colon",
271            "output": [
272                [
273                    "Character",
274                    "&ApplyFunction"
275                ]
276            ]
277        },
278        {
279            "input": "⁡",
280            "description": "Named entity: ApplyFunction; with a semi-colon",
281            "output": [
282                [
283                    "Character",
284                    "\u2061"
285                ]
286            ]
287        },
288        {
289            "input": "&Aring",
290            "description": "Named entity: Aring without a semi-colon",
291            "output": [
292                "ParseError",
293                [
294                    "Character",
295                    "\u00c5"
296                ]
297            ]
298        },
299        {
300            "input": "Å",
301            "description": "Named entity: Aring; with a semi-colon",
302            "output": [
303                [
304                    "Character",
305                    "\u00c5"
306                ]
307            ]
308        },
309        {
310            "input": "&Ascr",
311            "description": "Bad named entity: Ascr without a semi-colon",
312            "output": [
313                [
314                    "Character",
315                    "&Ascr"
316                ]
317            ]
318        },
319        {
320            "input": "𝒜",
321            "description": "Named entity: Ascr; with a semi-colon",
322            "output": [
323                [
324                    "Character",
325                    "\ud835\udc9c"
326                ]
327            ]
328        },
329        {
330            "input": "&Assign",
331            "description": "Bad named entity: Assign without a semi-colon",
332            "output": [
333                [
334                    "Character",
335                    "&Assign"
336                ]
337            ]
338        },
339        {
340            "input": "≔",
341            "description": "Named entity: Assign; with a semi-colon",
342            "output": [
343                [
344                    "Character",
345                    "\u2254"
346                ]
347            ]
348        },
349        {
350            "input": "&Atilde",
351            "description": "Named entity: Atilde without a semi-colon",
352            "output": [
353                "ParseError",
354                [
355                    "Character",
356                    "\u00c3"
357                ]
358            ]
359        },
360        {
361            "input": "Ã",
362            "description": "Named entity: Atilde; with a semi-colon",
363            "output": [
364                [
365                    "Character",
366                    "\u00c3"
367                ]
368            ]
369        },
370        {
371            "input": "&Auml",
372            "description": "Named entity: Auml without a semi-colon",
373            "output": [
374                "ParseError",
375                [
376                    "Character",
377                    "\u00c4"
378                ]
379            ]
380        },
381        {
382            "input": "Ä",
383            "description": "Named entity: Auml; with a semi-colon",
384            "output": [
385                [
386                    "Character",
387                    "\u00c4"
388                ]
389            ]
390        },
391        {
392            "input": "&Backslash",
393            "description": "Bad named entity: Backslash without a semi-colon",
394            "output": [
395                [
396                    "Character",
397                    "&Backslash"
398                ]
399            ]
400        },
401        {
402            "input": "∖",
403            "description": "Named entity: Backslash; with a semi-colon",
404            "output": [
405                [
406                    "Character",
407                    "\u2216"
408                ]
409            ]
410        },
411        {
412            "input": "&Barv",
413            "description": "Bad named entity: Barv without a semi-colon",
414            "output": [
415                [
416                    "Character",
417                    "&Barv"
418                ]
419            ]
420        },
421        {
422            "input": "⫧",
423            "description": "Named entity: Barv; with a semi-colon",
424            "output": [
425                [
426                    "Character",
427                    "\u2ae7"
428                ]
429            ]
430        },
431        {
432            "input": "&Barwed",
433            "description": "Bad named entity: Barwed without a semi-colon",
434            "output": [
435                [
436                    "Character",
437                    "&Barwed"
438                ]
439            ]
440        },
441        {
442            "input": "⌆",
443            "description": "Named entity: Barwed; with a semi-colon",
444            "output": [
445                [
446                    "Character",
447                    "\u2306"
448                ]
449            ]
450        },
451        {
452            "input": "&Bcy",
453            "description": "Bad named entity: Bcy without a semi-colon",
454            "output": [
455                [
456                    "Character",
457                    "&Bcy"
458                ]
459            ]
460        },
461        {
462            "input": "Б",
463            "description": "Named entity: Bcy; with a semi-colon",
464            "output": [
465                [
466                    "Character",
467                    "\u0411"
468                ]
469            ]
470        },
471        {
472            "input": "&Because",
473            "description": "Bad named entity: Because without a semi-colon",
474            "output": [
475                [
476                    "Character",
477                    "&Because"
478                ]
479            ]
480        },
481        {
482            "input": "∵",
483            "description": "Named entity: Because; with a semi-colon",
484            "output": [
485                [
486                    "Character",
487                    "\u2235"
488                ]
489            ]
490        },
491        {
492            "input": "&Bernoullis",
493            "description": "Bad named entity: Bernoullis without a semi-colon",
494            "output": [
495                [
496                    "Character",
497                    "&Bernoullis"
498                ]
499            ]
500        },
501        {
502            "input": "ℬ",
503            "description": "Named entity: Bernoullis; with a semi-colon",
504            "output": [
505                [
506                    "Character",
507                    "\u212c"
508                ]
509            ]
510        },
511        {
512            "input": "&Beta",
513            "description": "Bad named entity: Beta without a semi-colon",
514            "output": [
515                [
516                    "Character",
517                    "&Beta"
518                ]
519            ]
520        },
521        {
522            "input": "Β",
523            "description": "Named entity: Beta; with a semi-colon",
524            "output": [
525                [
526                    "Character",
527                    "\u0392"
528                ]
529            ]
530        },
531        {
532            "input": "&Bfr",
533            "description": "Bad named entity: Bfr without a semi-colon",
534            "output": [
535                [
536                    "Character",
537                    "&Bfr"
538                ]
539            ]
540        },
541        {
542            "input": "𝔅",
543            "description": "Named entity: Bfr; with a semi-colon",
544            "output": [
545                [
546                    "Character",
547                    "\ud835\udd05"
548                ]
549            ]
550        },
551        {
552            "input": "&Bopf",
553            "description": "Bad named entity: Bopf without a semi-colon",
554            "output": [
555                [
556                    "Character",
557                    "&Bopf"
558                ]
559            ]
560        },
561        {
562            "input": "𝔹",
563            "description": "Named entity: Bopf; with a semi-colon",
564            "output": [
565                [
566                    "Character",
567                    "\ud835\udd39"
568                ]
569            ]
570        },
571        {
572            "input": "&Breve",
573            "description": "Bad named entity: Breve without a semi-colon",
574            "output": [
575                [
576                    "Character",
577                    "&Breve"
578                ]
579            ]
580        },
581        {
582            "input": "˘",
583            "description": "Named entity: Breve; with a semi-colon",
584            "output": [
585                [
586                    "Character",
587                    "\u02d8"
588                ]
589            ]
590        },
591        {
592            "input": "&Bscr",
593            "description": "Bad named entity: Bscr without a semi-colon",
594            "output": [
595                [
596                    "Character",
597                    "&Bscr"
598                ]
599            ]
600        },
601        {
602            "input": "ℬ",
603            "description": "Named entity: Bscr; with a semi-colon",
604            "output": [
605                [
606                    "Character",
607                    "\u212c"
608                ]
609            ]
610        },
611        {
612            "input": "&Bumpeq",
613            "description": "Bad named entity: Bumpeq without a semi-colon",
614            "output": [
615                [
616                    "Character",
617                    "&Bumpeq"
618                ]
619            ]
620        },
621        {
622            "input": "≎",
623            "description": "Named entity: Bumpeq; with a semi-colon",
624            "output": [
625                [
626                    "Character",
627                    "\u224e"
628                ]
629            ]
630        },
631        {
632            "input": "&CHcy",
633            "description": "Bad named entity: CHcy without a semi-colon",
634            "output": [
635                [
636                    "Character",
637                    "&CHcy"
638                ]
639            ]
640        },
641        {
642            "input": "Ч",
643            "description": "Named entity: CHcy; with a semi-colon",
644            "output": [
645                [
646                    "Character",
647                    "\u0427"
648                ]
649            ]
650        },
651        {
652            "input": "&COPY",
653            "description": "Named entity: COPY without a semi-colon",
654            "output": [
655                "ParseError",
656                [
657                    "Character",
658                    "\u00a9"
659                ]
660            ]
661        },
662        {
663            "input": "©",
664            "description": "Named entity: COPY; with a semi-colon",
665            "output": [
666                [
667                    "Character",
668                    "\u00a9"
669                ]
670            ]
671        },
672        {
673            "input": "&Cacute",
674            "description": "Bad named entity: Cacute without a semi-colon",
675            "output": [
676                [
677                    "Character",
678                    "&Cacute"
679                ]
680            ]
681        },
682        {
683            "input": "Ć",
684            "description": "Named entity: Cacute; with a semi-colon",
685            "output": [
686                [
687                    "Character",
688                    "\u0106"
689                ]
690            ]
691        },
692        {
693            "input": "&Cap",
694            "description": "Bad named entity: Cap without a semi-colon",
695            "output": [
696                [
697                    "Character",
698                    "&Cap"
699                ]
700            ]
701        },
702        {
703            "input": "⋒",
704            "description": "Named entity: Cap; with a semi-colon",
705            "output": [
706                [
707                    "Character",
708                    "\u22d2"
709                ]
710            ]
711        },
712        {
713            "input": "&CapitalDifferentialD",
714            "description": "Bad named entity: CapitalDifferentialD without a semi-colon",
715            "output": [
716                [
717                    "Character",
718                    "&CapitalDifferentialD"
719                ]
720            ]
721        },
722        {
723            "input": "ⅅ",
724            "description": "Named entity: CapitalDifferentialD; with a semi-colon",
725            "output": [
726                [
727                    "Character",
728                    "\u2145"
729                ]
730            ]
731        },
732        {
733            "input": "&Cayleys",
734            "description": "Bad named entity: Cayleys without a semi-colon",
735            "output": [
736                [
737                    "Character",
738                    "&Cayleys"
739                ]
740            ]
741        },
742        {
743            "input": "ℭ",
744            "description": "Named entity: Cayleys; with a semi-colon",
745            "output": [
746                [
747                    "Character",
748                    "\u212d"
749                ]
750            ]
751        },
752        {
753            "input": "&Ccaron",
754            "description": "Bad named entity: Ccaron without a semi-colon",
755            "output": [
756                [
757                    "Character",
758                    "&Ccaron"
759                ]
760            ]
761        },
762        {
763            "input": "Č",
764            "description": "Named entity: Ccaron; with a semi-colon",
765            "output": [
766                [
767                    "Character",
768                    "\u010c"
769                ]
770            ]
771        },
772        {
773            "input": "&Ccedil",
774            "description": "Named entity: Ccedil without a semi-colon",
775            "output": [
776                "ParseError",
777                [
778                    "Character",
779                    "\u00c7"
780                ]
781            ]
782        },
783        {
784            "input": "Ç",
785            "description": "Named entity: Ccedil; with a semi-colon",
786            "output": [
787                [
788                    "Character",
789                    "\u00c7"
790                ]
791            ]
792        },
793        {
794            "input": "&Ccirc",
795            "description": "Bad named entity: Ccirc without a semi-colon",
796            "output": [
797                [
798                    "Character",
799                    "&Ccirc"
800                ]
801            ]
802        },
803        {
804            "input": "Ĉ",
805            "description": "Named entity: Ccirc; with a semi-colon",
806            "output": [
807                [
808                    "Character",
809                    "\u0108"
810                ]
811            ]
812        },
813        {
814            "input": "&Cconint",
815            "description": "Bad named entity: Cconint without a semi-colon",
816            "output": [
817                [
818                    "Character",
819                    "&Cconint"
820                ]
821            ]
822        },
823        {
824            "input": "∰",
825            "description": "Named entity: Cconint; with a semi-colon",
826            "output": [
827                [
828                    "Character",
829                    "\u2230"
830                ]
831            ]
832        },
833        {
834            "input": "&Cdot",
835            "description": "Bad named entity: Cdot without a semi-colon",
836            "output": [
837                [
838                    "Character",
839                    "&Cdot"
840                ]
841            ]
842        },
843        {
844            "input": "Ċ",
845            "description": "Named entity: Cdot; with a semi-colon",
846            "output": [
847                [
848                    "Character",
849                    "\u010a"
850                ]
851            ]
852        },
853        {
854            "input": "&Cedilla",
855            "description": "Bad named entity: Cedilla without a semi-colon",
856            "output": [
857                [
858                    "Character",
859                    "&Cedilla"
860                ]
861            ]
862        },
863        {
864            "input": "¸",
865            "description": "Named entity: Cedilla; with a semi-colon",
866            "output": [
867                [
868                    "Character",
869                    "\u00b8"
870                ]
871            ]
872        },
873        {
874            "input": "&CenterDot",
875            "description": "Bad named entity: CenterDot without a semi-colon",
876            "output": [
877                [
878                    "Character",
879                    "&CenterDot"
880                ]
881            ]
882        },
883        {
884            "input": "·",
885            "description": "Named entity: CenterDot; with a semi-colon",
886            "output": [
887                [
888                    "Character",
889                    "\u00b7"
890                ]
891            ]
892        },
893        {
894            "input": "&Cfr",
895            "description": "Bad named entity: Cfr without a semi-colon",
896            "output": [
897                [
898                    "Character",
899                    "&Cfr"
900                ]
901            ]
902        },
903        {
904            "input": "ℭ",
905            "description": "Named entity: Cfr; with a semi-colon",
906            "output": [
907                [
908                    "Character",
909                    "\u212d"
910                ]
911            ]
912        },
913        {
914            "input": "&Chi",
915            "description": "Bad named entity: Chi without a semi-colon",
916            "output": [
917                [
918                    "Character",
919                    "&Chi"
920                ]
921            ]
922        },
923        {
924            "input": "Χ",
925            "description": "Named entity: Chi; with a semi-colon",
926            "output": [
927                [
928                    "Character",
929                    "\u03a7"
930                ]
931            ]
932        },
933        {
934            "input": "&CircleDot",
935            "description": "Bad named entity: CircleDot without a semi-colon",
936            "output": [
937                [
938                    "Character",
939                    "&CircleDot"
940                ]
941            ]
942        },
943        {
944            "input": "⊙",
945            "description": "Named entity: CircleDot; with a semi-colon",
946            "output": [
947                [
948                    "Character",
949                    "\u2299"
950                ]
951            ]
952        },
953        {
954            "input": "&CircleMinus",
955            "description": "Bad named entity: CircleMinus without a semi-colon",
956            "output": [
957                [
958                    "Character",
959                    "&CircleMinus"
960                ]
961            ]
962        },
963        {
964            "input": "⊖",
965            "description": "Named entity: CircleMinus; with a semi-colon",
966            "output": [
967                [
968                    "Character",
969                    "\u2296"
970                ]
971            ]
972        },
973        {
974            "input": "&CirclePlus",
975            "description": "Bad named entity: CirclePlus without a semi-colon",
976            "output": [
977                [
978                    "Character",
979                    "&CirclePlus"
980                ]
981            ]
982        },
983        {
984            "input": "⊕",
985            "description": "Named entity: CirclePlus; with a semi-colon",
986            "output": [
987                [
988                    "Character",
989                    "\u2295"
990                ]
991            ]
992        },
993        {
994            "input": "&CircleTimes",
995            "description": "Bad named entity: CircleTimes without a semi-colon",
996            "output": [
997                [
998                    "Character",
999                    "&CircleTimes"
1000                ]
1001            ]
1002        },
1003        {
1004            "input": "⊗",
1005            "description": "Named entity: CircleTimes; with a semi-colon",
1006            "output": [
1007                [
1008                    "Character",
1009                    "\u2297"
1010                ]
1011            ]
1012        },
1013        {
1014            "input": "&ClockwiseContourIntegral",
1015            "description": "Bad named entity: ClockwiseContourIntegral without a semi-colon",
1016            "output": [
1017                [
1018                    "Character",
1019                    "&ClockwiseContourIntegral"
1020                ]
1021            ]
1022        },
1023        {
1024            "input": "∲",
1025            "description": "Named entity: ClockwiseContourIntegral; with a semi-colon",
1026            "output": [
1027                [
1028                    "Character",
1029                    "\u2232"
1030                ]
1031            ]
1032        },
1033        {
1034            "input": "&CloseCurlyDoubleQuote",
1035            "description": "Bad named entity: CloseCurlyDoubleQuote without a semi-colon",
1036            "output": [
1037                [
1038                    "Character",
1039                    "&CloseCurlyDoubleQuote"
1040                ]
1041            ]
1042        },
1043        {
1044            "input": "”",
1045            "description": "Named entity: CloseCurlyDoubleQuote; with a semi-colon",
1046            "output": [
1047                [
1048                    "Character",
1049                    "\u201d"
1050                ]
1051            ]
1052        },
1053        {
1054            "input": "&CloseCurlyQuote",
1055            "description": "Bad named entity: CloseCurlyQuote without a semi-colon",
1056            "output": [
1057                [
1058                    "Character",
1059                    "&CloseCurlyQuote"
1060                ]
1061            ]
1062        },
1063        {
1064            "input": "’",
1065            "description": "Named entity: CloseCurlyQuote; with a semi-colon",
1066            "output": [
1067                [
1068                    "Character",
1069                    "\u2019"
1070                ]
1071            ]
1072        },
1073        {
1074            "input": "&Colon",
1075            "description": "Bad named entity: Colon without a semi-colon",
1076            "output": [
1077                [
1078                    "Character",
1079                    "&Colon"
1080                ]
1081            ]
1082        },
1083        {
1084            "input": "∷",
1085            "description": "Named entity: Colon; with a semi-colon",
1086            "output": [
1087                [
1088                    "Character",
1089                    "\u2237"
1090                ]
1091            ]
1092        },
1093        {
1094            "input": "&Colone",
1095            "description": "Bad named entity: Colone without a semi-colon",
1096            "output": [
1097                [
1098                    "Character",
1099                    "&Colone"
1100                ]
1101            ]
1102        },
1103        {
1104            "input": "⩴",
1105            "description": "Named entity: Colone; with a semi-colon",
1106            "output": [
1107                [
1108                    "Character",
1109                    "\u2a74"
1110                ]
1111            ]
1112        },
1113        {
1114            "input": "&Congruent",
1115            "description": "Bad named entity: Congruent without a semi-colon",
1116            "output": [
1117                [
1118                    "Character",
1119                    "&Congruent"
1120                ]
1121            ]
1122        },
1123        {
1124            "input": "≡",
1125            "description": "Named entity: Congruent; with a semi-colon",
1126            "output": [
1127                [
1128                    "Character",
1129                    "\u2261"
1130                ]
1131            ]
1132        },
1133        {
1134            "input": "&Conint",
1135            "description": "Bad named entity: Conint without a semi-colon",
1136            "output": [
1137                [
1138                    "Character",
1139                    "&Conint"
1140                ]
1141            ]
1142        },
1143        {
1144            "input": "∯",
1145            "description": "Named entity: Conint; with a semi-colon",
1146            "output": [
1147                [
1148                    "Character",
1149                    "\u222f"
1150                ]
1151            ]
1152        },
1153        {
1154            "input": "&ContourIntegral",
1155            "description": "Bad named entity: ContourIntegral without a semi-colon",
1156            "output": [
1157                [
1158                    "Character",
1159                    "&ContourIntegral"
1160                ]
1161            ]
1162        },
1163        {
1164            "input": "∮",
1165            "description": "Named entity: ContourIntegral; with a semi-colon",
1166            "output": [
1167                [
1168                    "Character",
1169                    "\u222e"
1170                ]
1171            ]
1172        },
1173        {
1174            "input": "&Copf",
1175            "description": "Bad named entity: Copf without a semi-colon",
1176            "output": [
1177                [
1178                    "Character",
1179                    "&Copf"
1180                ]
1181            ]
1182        },
1183        {
1184            "input": "ℂ",
1185            "description": "Named entity: Copf; with a semi-colon",
1186            "output": [
1187                [
1188                    "Character",
1189                    "\u2102"
1190                ]
1191            ]
1192        },
1193        {
1194            "input": "&Coproduct",
1195            "description": "Bad named entity: Coproduct without a semi-colon",
1196            "output": [
1197                [
1198                    "Character",
1199                    "&Coproduct"
1200                ]
1201            ]
1202        },
1203        {
1204            "input": "∐",
1205            "description": "Named entity: Coproduct; with a semi-colon",
1206            "output": [
1207                [
1208                    "Character",
1209                    "\u2210"
1210                ]
1211            ]
1212        },
1213        {
1214            "input": "&CounterClockwiseContourIntegral",
1215            "description": "Bad named entity: CounterClockwiseContourIntegral without a semi-colon",
1216            "output": [
1217                [
1218                    "Character",
1219                    "&CounterClockwiseContourIntegral"
1220                ]
1221            ]
1222        },
1223        {
1224            "input": "&CounterClockwiseContourIntegral;",
1225            "description": "Named entity: CounterClockwiseContourIntegral; with a semi-colon",
1226            "output": [
1227                [
1228                    "Character",
1229                    "\u2233"
1230                ]
1231            ]
1232        },
1233        {
1234            "input": "&Cross",
1235            "description": "Bad named entity: Cross without a semi-colon",
1236            "output": [
1237                [
1238                    "Character",
1239                    "&Cross"
1240                ]
1241            ]
1242        },
1243        {
1244            "input": "⨯",
1245            "description": "Named entity: Cross; with a semi-colon",
1246            "output": [
1247                [
1248                    "Character",
1249                    "\u2a2f"
1250                ]
1251            ]
1252        },
1253        {
1254            "input": "&Cscr",
1255            "description": "Bad named entity: Cscr without a semi-colon",
1256            "output": [
1257                [
1258                    "Character",
1259                    "&Cscr"
1260                ]
1261            ]
1262        },
1263        {
1264            "input": "𝒞",
1265            "description": "Named entity: Cscr; with a semi-colon",
1266            "output": [
1267                [
1268                    "Character",
1269                    "\ud835\udc9e"
1270                ]
1271            ]
1272        },
1273        {
1274            "input": "&Cup",
1275            "description": "Bad named entity: Cup without a semi-colon",
1276            "output": [
1277                [
1278                    "Character",
1279                    "&Cup"
1280                ]
1281            ]
1282        },
1283        {
1284            "input": "⋓",
1285            "description": "Named entity: Cup; with a semi-colon",
1286            "output": [
1287                [
1288                    "Character",
1289                    "\u22d3"
1290                ]
1291            ]
1292        },
1293        {
1294            "input": "&CupCap",
1295            "description": "Bad named entity: CupCap without a semi-colon",
1296            "output": [
1297                [
1298                    "Character",
1299                    "&CupCap"
1300                ]
1301            ]
1302        },
1303        {
1304            "input": "≍",
1305            "description": "Named entity: CupCap; with a semi-colon",
1306            "output": [
1307                [
1308                    "Character",
1309                    "\u224d"
1310                ]
1311            ]
1312        },
1313        {
1314            "input": "&DD",
1315            "description": "Bad named entity: DD without a semi-colon",
1316            "output": [
1317                [
1318                    "Character",
1319                    "&DD"
1320                ]
1321            ]
1322        },
1323        {
1324            "input": "ⅅ",
1325            "description": "Named entity: DD; with a semi-colon",
1326            "output": [
1327                [
1328                    "Character",
1329                    "\u2145"
1330                ]
1331            ]
1332        },
1333        {
1334            "input": "&DDotrahd",
1335            "description": "Bad named entity: DDotrahd without a semi-colon",
1336            "output": [
1337                [
1338                    "Character",
1339                    "&DDotrahd"
1340                ]
1341            ]
1342        },
1343        {
1344            "input": "⤑",
1345            "description": "Named entity: DDotrahd; with a semi-colon",
1346            "output": [
1347                [
1348                    "Character",
1349                    "\u2911"
1350                ]
1351            ]
1352        },
1353        {
1354            "input": "&DJcy",
1355            "description": "Bad named entity: DJcy without a semi-colon",
1356            "output": [
1357                [
1358                    "Character",
1359                    "&DJcy"
1360                ]
1361            ]
1362        },
1363        {
1364            "input": "Ђ",
1365            "description": "Named entity: DJcy; with a semi-colon",
1366            "output": [
1367                [
1368                    "Character",
1369                    "\u0402"
1370                ]
1371            ]
1372        },
1373        {
1374            "input": "&DScy",
1375            "description": "Bad named entity: DScy without a semi-colon",
1376            "output": [
1377                [
1378                    "Character",
1379                    "&DScy"
1380                ]
1381            ]
1382        },
1383        {
1384            "input": "Ѕ",
1385            "description": "Named entity: DScy; with a semi-colon",
1386            "output": [
1387                [
1388                    "Character",
1389                    "\u0405"
1390                ]
1391            ]
1392        },
1393        {
1394            "input": "&DZcy",
1395            "description": "Bad named entity: DZcy without a semi-colon",
1396            "output": [
1397                [
1398                    "Character",
1399                    "&DZcy"
1400                ]
1401            ]
1402        },
1403        {
1404            "input": "Џ",
1405            "description": "Named entity: DZcy; with a semi-colon",
1406            "output": [
1407                [
1408                    "Character",
1409                    "\u040f"
1410                ]
1411            ]
1412        },
1413        {
1414            "input": "&Dagger",
1415            "description": "Bad named entity: Dagger without a semi-colon",
1416            "output": [
1417                [
1418                    "Character",
1419                    "&Dagger"
1420                ]
1421            ]
1422        },
1423        {
1424            "input": "‡",
1425            "description": "Named entity: Dagger; with a semi-colon",
1426            "output": [
1427                [
1428                    "Character",
1429                    "\u2021"
1430                ]
1431            ]
1432        },
1433        {
1434            "input": "&Darr",
1435            "description": "Bad named entity: Darr without a semi-colon",
1436            "output": [
1437                [
1438                    "Character",
1439                    "&Darr"
1440                ]
1441            ]
1442        },
1443        {
1444            "input": "↡",
1445            "description": "Named entity: Darr; with a semi-colon",
1446            "output": [
1447                [
1448                    "Character",
1449                    "\u21a1"
1450                ]
1451            ]
1452        },
1453        {
1454            "input": "&Dashv",
1455            "description": "Bad named entity: Dashv without a semi-colon",
1456            "output": [
1457                [
1458                    "Character",
1459                    "&Dashv"
1460                ]
1461            ]
1462        },
1463        {
1464            "input": "⫤",
1465            "description": "Named entity: Dashv; with a semi-colon",
1466            "output": [
1467                [
1468                    "Character",
1469                    "\u2ae4"
1470                ]
1471            ]
1472        },
1473        {
1474            "input": "&Dcaron",
1475            "description": "Bad named entity: Dcaron without a semi-colon",
1476            "output": [
1477                [
1478                    "Character",
1479                    "&Dcaron"
1480                ]
1481            ]
1482        },
1483        {
1484            "input": "Ď",
1485            "description": "Named entity: Dcaron; with a semi-colon",
1486            "output": [
1487                [
1488                    "Character",
1489                    "\u010e"
1490                ]
1491            ]
1492        },
1493        {
1494            "input": "&Dcy",
1495            "description": "Bad named entity: Dcy without a semi-colon",
1496            "output": [
1497                [
1498                    "Character",
1499                    "&Dcy"
1500                ]
1501            ]
1502        },
1503        {
1504            "input": "Д",
1505            "description": "Named entity: Dcy; with a semi-colon",
1506            "output": [
1507                [
1508                    "Character",
1509                    "\u0414"
1510                ]
1511            ]
1512        },
1513        {
1514            "input": "&Del",
1515            "description": "Bad named entity: Del without a semi-colon",
1516            "output": [
1517                [
1518                    "Character",
1519                    "&Del"
1520                ]
1521            ]
1522        },
1523        {
1524            "input": "∇",
1525            "description": "Named entity: Del; with a semi-colon",
1526            "output": [
1527                [
1528                    "Character",
1529                    "\u2207"
1530                ]
1531            ]
1532        },
1533        {
1534            "input": "&Delta",
1535            "description": "Bad named entity: Delta without a semi-colon",
1536            "output": [
1537                [
1538                    "Character",
1539                    "&Delta"
1540                ]
1541            ]
1542        },
1543        {
1544            "input": "Δ",
1545            "description": "Named entity: Delta; with a semi-colon",
1546            "output": [
1547                [
1548                    "Character",
1549                    "\u0394"
1550                ]
1551            ]
1552        },
1553        {
1554            "input": "&Dfr",
1555            "description": "Bad named entity: Dfr without a semi-colon",
1556            "output": [
1557                [
1558                    "Character",
1559                    "&Dfr"
1560                ]
1561            ]
1562        },
1563        {
1564            "input": "𝔇",
1565            "description": "Named entity: Dfr; with a semi-colon",
1566            "output": [
1567                [
1568                    "Character",
1569                    "\ud835\udd07"
1570                ]
1571            ]
1572        },
1573        {
1574            "input": "&DiacriticalAcute",
1575            "description": "Bad named entity: DiacriticalAcute without a semi-colon",
1576            "output": [
1577                [
1578                    "Character",
1579                    "&DiacriticalAcute"
1580                ]
1581            ]
1582        },
1583        {
1584            "input": "´",
1585            "description": "Named entity: DiacriticalAcute; with a semi-colon",
1586            "output": [
1587                [
1588                    "Character",
1589                    "\u00b4"
1590                ]
1591            ]
1592        },
1593        {
1594            "input": "&DiacriticalDot",
1595            "description": "Bad named entity: DiacriticalDot without a semi-colon",
1596            "output": [
1597                [
1598                    "Character",
1599                    "&DiacriticalDot"
1600                ]
1601            ]
1602        },
1603        {
1604            "input": "˙",
1605            "description": "Named entity: DiacriticalDot; with a semi-colon",
1606            "output": [
1607                [
1608                    "Character",
1609                    "\u02d9"
1610                ]
1611            ]
1612        },
1613        {
1614            "input": "&DiacriticalDoubleAcute",
1615            "description": "Bad named entity: DiacriticalDoubleAcute without a semi-colon",
1616            "output": [
1617                [
1618                    "Character",
1619                    "&DiacriticalDoubleAcute"
1620                ]
1621            ]
1622        },
1623        {
1624            "input": "˝",
1625            "description": "Named entity: DiacriticalDoubleAcute; with a semi-colon",
1626            "output": [
1627                [
1628                    "Character",
1629                    "\u02dd"
1630                ]
1631            ]
1632        },
1633        {
1634            "input": "&DiacriticalGrave",
1635            "description": "Bad named entity: DiacriticalGrave without a semi-colon",
1636            "output": [
1637                [
1638                    "Character",
1639                    "&DiacriticalGrave"
1640                ]
1641            ]
1642        },
1643        {
1644            "input": "`",
1645            "description": "Named entity: DiacriticalGrave; with a semi-colon",
1646            "output": [
1647                [
1648                    "Character",
1649                    "`"
1650                ]
1651            ]
1652        },
1653        {
1654            "input": "&DiacriticalTilde",
1655            "description": "Bad named entity: DiacriticalTilde without a semi-colon",
1656            "output": [
1657                [
1658                    "Character",
1659                    "&DiacriticalTilde"
1660                ]
1661            ]
1662        },
1663        {
1664            "input": "˜",
1665            "description": "Named entity: DiacriticalTilde; with a semi-colon",
1666            "output": [
1667                [
1668                    "Character",
1669                    "\u02dc"
1670                ]
1671            ]
1672        },
1673        {
1674            "input": "&Diamond",
1675            "description": "Bad named entity: Diamond without a semi-colon",
1676            "output": [
1677                [
1678                    "Character",
1679                    "&Diamond"
1680                ]
1681            ]
1682        },
1683        {
1684            "input": "⋄",
1685            "description": "Named entity: Diamond; with a semi-colon",
1686            "output": [
1687                [
1688                    "Character",
1689                    "\u22c4"
1690                ]
1691            ]
1692        },
1693        {
1694            "input": "&DifferentialD",
1695            "description": "Bad named entity: DifferentialD without a semi-colon",
1696            "output": [
1697                [
1698                    "Character",
1699                    "&DifferentialD"
1700                ]
1701            ]
1702        },
1703        {
1704            "input": "ⅆ",
1705            "description": "Named entity: DifferentialD; with a semi-colon",
1706            "output": [
1707                [
1708                    "Character",
1709                    "\u2146"
1710                ]
1711            ]
1712        },
1713        {
1714            "input": "&Dopf",
1715            "description": "Bad named entity: Dopf without a semi-colon",
1716            "output": [
1717                [
1718                    "Character",
1719                    "&Dopf"
1720                ]
1721            ]
1722        },
1723        {
1724            "input": "𝔻",
1725            "description": "Named entity: Dopf; with a semi-colon",
1726            "output": [
1727                [
1728                    "Character",
1729                    "\ud835\udd3b"
1730                ]
1731            ]
1732        },
1733        {
1734            "input": "&Dot",
1735            "description": "Bad named entity: Dot without a semi-colon",
1736            "output": [
1737                [
1738                    "Character",
1739                    "&Dot"
1740                ]
1741            ]
1742        },
1743        {
1744            "input": "¨",
1745            "description": "Named entity: Dot; with a semi-colon",
1746            "output": [
1747                [
1748                    "Character",
1749                    "\u00a8"
1750                ]
1751            ]
1752        },
1753        {
1754            "input": "&DotDot",
1755            "description": "Bad named entity: DotDot without a semi-colon",
1756            "output": [
1757                [
1758                    "Character",
1759                    "&DotDot"
1760                ]
1761            ]
1762        },
1763        {
1764            "input": "⃜",
1765            "description": "Named entity: DotDot; with a semi-colon",
1766            "output": [
1767                [
1768                    "Character",
1769                    "\u20dc"
1770                ]
1771            ]
1772        },
1773        {
1774            "input": "&DotEqual",
1775            "description": "Bad named entity: DotEqual without a semi-colon",
1776            "output": [
1777                [
1778                    "Character",
1779                    "&DotEqual"
1780                ]
1781            ]
1782        },
1783        {
1784            "input": "≐",
1785            "description": "Named entity: DotEqual; with a semi-colon",
1786            "output": [
1787                [
1788                    "Character",
1789                    "\u2250"
1790                ]
1791            ]
1792        },
1793        {
1794            "input": "&DoubleContourIntegral",
1795            "description": "Bad named entity: DoubleContourIntegral without a semi-colon",
1796            "output": [
1797                [
1798                    "Character",
1799                    "&DoubleContourIntegral"
1800                ]
1801            ]
1802        },
1803        {
1804            "input": "∯",
1805            "description": "Named entity: DoubleContourIntegral; with a semi-colon",
1806            "output": [
1807                [
1808                    "Character",
1809                    "\u222f"
1810                ]
1811            ]
1812        },
1813        {
1814            "input": "&DoubleDot",
1815            "description": "Bad named entity: DoubleDot without a semi-colon",
1816            "output": [
1817                [
1818                    "Character",
1819                    "&DoubleDot"
1820                ]
1821            ]
1822        },
1823        {
1824            "input": "¨",
1825            "description": "Named entity: DoubleDot; with a semi-colon",
1826            "output": [
1827                [
1828                    "Character",
1829                    "\u00a8"
1830                ]
1831            ]
1832        },
1833        {
1834            "input": "&DoubleDownArrow",
1835            "description": "Bad named entity: DoubleDownArrow without a semi-colon",
1836            "output": [
1837                [
1838                    "Character",
1839                    "&DoubleDownArrow"
1840                ]
1841            ]
1842        },
1843        {
1844            "input": "⇓",
1845            "description": "Named entity: DoubleDownArrow; with a semi-colon",
1846            "output": [
1847                [
1848                    "Character",
1849                    "\u21d3"
1850                ]
1851            ]
1852        },
1853        {
1854            "input": "&DoubleLeftArrow",
1855            "description": "Bad named entity: DoubleLeftArrow without a semi-colon",
1856            "output": [
1857                [
1858                    "Character",
1859                    "&DoubleLeftArrow"
1860                ]
1861            ]
1862        },
1863        {
1864            "input": "⇐",
1865            "description": "Named entity: DoubleLeftArrow; with a semi-colon",
1866            "output": [
1867                [
1868                    "Character",
1869                    "\u21d0"
1870                ]
1871            ]
1872        },
1873        {
1874            "input": "&DoubleLeftRightArrow",
1875            "description": "Bad named entity: DoubleLeftRightArrow without a semi-colon",
1876            "output": [
1877                [
1878                    "Character",
1879                    "&DoubleLeftRightArrow"
1880                ]
1881            ]
1882        },
1883        {
1884            "input": "⇔",
1885            "description": "Named entity: DoubleLeftRightArrow; with a semi-colon",
1886            "output": [
1887                [
1888                    "Character",
1889                    "\u21d4"
1890                ]
1891            ]
1892        },
1893        {
1894            "input": "&DoubleLeftTee",
1895            "description": "Bad named entity: DoubleLeftTee without a semi-colon",
1896            "output": [
1897                [
1898                    "Character",
1899                    "&DoubleLeftTee"
1900                ]
1901            ]
1902        },
1903        {
1904            "input": "⫤",
1905            "description": "Named entity: DoubleLeftTee; with a semi-colon",
1906            "output": [
1907                [
1908                    "Character",
1909                    "\u2ae4"
1910                ]
1911            ]
1912        },
1913        {
1914            "input": "&DoubleLongLeftArrow",
1915            "description": "Bad named entity: DoubleLongLeftArrow without a semi-colon",
1916            "output": [
1917                [
1918                    "Character",
1919                    "&DoubleLongLeftArrow"
1920                ]
1921            ]
1922        },
1923        {
1924            "input": "⟸",
1925            "description": "Named entity: DoubleLongLeftArrow; with a semi-colon",
1926            "output": [
1927                [
1928                    "Character",
1929                    "\u27f8"
1930                ]
1931            ]
1932        },
1933        {
1934            "input": "&DoubleLongLeftRightArrow",
1935            "description": "Bad named entity: DoubleLongLeftRightArrow without a semi-colon",
1936            "output": [
1937                [
1938                    "Character",
1939                    "&DoubleLongLeftRightArrow"
1940                ]
1941            ]
1942        },
1943        {
1944            "input": "⟺",
1945            "description": "Named entity: DoubleLongLeftRightArrow; with a semi-colon",
1946            "output": [
1947                [
1948                    "Character",
1949                    "\u27fa"
1950                ]
1951            ]
1952        },
1953        {
1954            "input": "&DoubleLongRightArrow",
1955            "description": "Bad named entity: DoubleLongRightArrow without a semi-colon",
1956            "output": [
1957                [
1958                    "Character",
1959                    "&DoubleLongRightArrow"
1960                ]
1961            ]
1962        },
1963        {
1964            "input": "⟹",
1965            "description": "Named entity: DoubleLongRightArrow; with a semi-colon",
1966            "output": [
1967                [
1968                    "Character",
1969                    "\u27f9"
1970                ]
1971            ]
1972        },
1973        {
1974            "input": "&DoubleRightArrow",
1975            "description": "Bad named entity: DoubleRightArrow without a semi-colon",
1976            "output": [
1977                [
1978                    "Character",
1979                    "&DoubleRightArrow"
1980                ]
1981            ]
1982        },
1983        {
1984            "input": "⇒",
1985            "description": "Named entity: DoubleRightArrow; with a semi-colon",
1986            "output": [
1987                [
1988                    "Character",
1989                    "\u21d2"
1990                ]
1991            ]
1992        },
1993        {
1994            "input": "&DoubleRightTee",
1995            "description": "Bad named entity: DoubleRightTee without a semi-colon",
1996            "output": [
1997                [
1998                    "Character",
1999                    "&DoubleRightTee"
2000                ]
2001            ]
2002        },
2003        {
2004            "input": "⊨",
2005            "description": "Named entity: DoubleRightTee; with a semi-colon",
2006            "output": [
2007                [
2008                    "Character",
2009                    "\u22a8"
2010                ]
2011            ]
2012        },
2013        {
2014            "input": "&DoubleUpArrow",
2015            "description": "Bad named entity: DoubleUpArrow without a semi-colon",
2016            "output": [
2017                [
2018                    "Character",
2019                    "&DoubleUpArrow"
2020                ]
2021            ]
2022        },
2023        {
2024            "input": "⇑",
2025            "description": "Named entity: DoubleUpArrow; with a semi-colon",
2026            "output": [
2027                [
2028                    "Character",
2029                    "\u21d1"
2030                ]
2031            ]
2032        },
2033        {
2034            "input": "&DoubleUpDownArrow",
2035            "description": "Bad named entity: DoubleUpDownArrow without a semi-colon",
2036            "output": [
2037                [
2038                    "Character",
2039                    "&DoubleUpDownArrow"
2040                ]
2041            ]
2042        },
2043        {
2044            "input": "⇕",
2045            "description": "Named entity: DoubleUpDownArrow; with a semi-colon",
2046            "output": [
2047                [
2048                    "Character",
2049                    "\u21d5"
2050                ]
2051            ]
2052        },
2053        {
2054            "input": "&DoubleVerticalBar",
2055            "description": "Bad named entity: DoubleVerticalBar without a semi-colon",
2056            "output": [
2057                [
2058                    "Character",
2059                    "&DoubleVerticalBar"
2060                ]
2061            ]
2062        },
2063        {
2064            "input": "∥",
2065            "description": "Named entity: DoubleVerticalBar; with a semi-colon",
2066            "output": [
2067                [
2068                    "Character",
2069                    "\u2225"
2070                ]
2071            ]
2072        },
2073        {
2074            "input": "&DownArrow",
2075            "description": "Bad named entity: DownArrow without a semi-colon",
2076            "output": [
2077                [
2078                    "Character",
2079                    "&DownArrow"
2080                ]
2081            ]
2082        },
2083        {
2084            "input": "↓",
2085            "description": "Named entity: DownArrow; with a semi-colon",
2086            "output": [
2087                [
2088                    "Character",
2089                    "\u2193"
2090                ]
2091            ]
2092        },
2093        {
2094            "input": "&DownArrowBar",
2095            "description": "Bad named entity: DownArrowBar without a semi-colon",
2096            "output": [
2097                [
2098                    "Character",
2099                    "&DownArrowBar"
2100                ]
2101            ]
2102        },
2103        {
2104            "input": "⤓",
2105            "description": "Named entity: DownArrowBar; with a semi-colon",
2106            "output": [
2107                [
2108                    "Character",
2109                    "\u2913"
2110                ]
2111            ]
2112        },
2113        {
2114            "input": "&DownArrowUpArrow",
2115            "description": "Bad named entity: DownArrowUpArrow without a semi-colon",
2116            "output": [
2117                [
2118                    "Character",
2119                    "&DownArrowUpArrow"
2120                ]
2121            ]
2122        },
2123        {
2124            "input": "⇵",
2125            "description": "Named entity: DownArrowUpArrow; with a semi-colon",
2126            "output": [
2127                [
2128                    "Character",
2129                    "\u21f5"
2130                ]
2131            ]
2132        },
2133        {
2134            "input": "&DownBreve",
2135            "description": "Bad named entity: DownBreve without a semi-colon",
2136            "output": [
2137                [
2138                    "Character",
2139                    "&DownBreve"
2140                ]
2141            ]
2142        },
2143        {
2144            "input": "̑",
2145            "description": "Named entity: DownBreve; with a semi-colon",
2146            "output": [
2147                [
2148                    "Character",
2149                    "\u0311"
2150                ]
2151            ]
2152        },
2153        {
2154            "input": "&DownLeftRightVector",
2155            "description": "Bad named entity: DownLeftRightVector without a semi-colon",
2156            "output": [
2157                [
2158                    "Character",
2159                    "&DownLeftRightVector"
2160                ]
2161            ]
2162        },
2163        {
2164            "input": "⥐",
2165            "description": "Named entity: DownLeftRightVector; with a semi-colon",
2166            "output": [
2167                [
2168                    "Character",
2169                    "\u2950"
2170                ]
2171            ]
2172        },
2173        {
2174            "input": "&DownLeftTeeVector",
2175            "description": "Bad named entity: DownLeftTeeVector without a semi-colon",
2176            "output": [
2177                [
2178                    "Character",
2179                    "&DownLeftTeeVector"
2180                ]
2181            ]
2182        },
2183        {
2184            "input": "⥞",
2185            "description": "Named entity: DownLeftTeeVector; with a semi-colon",
2186            "output": [
2187                [
2188                    "Character",
2189                    "\u295e"
2190                ]
2191            ]
2192        },
2193        {
2194            "input": "&DownLeftVector",
2195            "description": "Bad named entity: DownLeftVector without a semi-colon",
2196            "output": [
2197                [
2198                    "Character",
2199                    "&DownLeftVector"
2200                ]
2201            ]
2202        },
2203        {
2204            "input": "↽",
2205            "description": "Named entity: DownLeftVector; with a semi-colon",
2206            "output": [
2207                [
2208                    "Character",
2209                    "\u21bd"
2210                ]
2211            ]
2212        },
2213        {
2214            "input": "&DownLeftVectorBar",
2215            "description": "Bad named entity: DownLeftVectorBar without a semi-colon",
2216            "output": [
2217                [
2218                    "Character",
2219                    "&DownLeftVectorBar"
2220                ]
2221            ]
2222        },
2223        {
2224            "input": "⥖",
2225            "description": "Named entity: DownLeftVectorBar; with a semi-colon",
2226            "output": [
2227                [
2228                    "Character",
2229                    "\u2956"
2230                ]
2231            ]
2232        },
2233        {
2234            "input": "&DownRightTeeVector",
2235            "description": "Bad named entity: DownRightTeeVector without a semi-colon",
2236            "output": [
2237                [
2238                    "Character",
2239                    "&DownRightTeeVector"
2240                ]
2241            ]
2242        },
2243        {
2244            "input": "⥟",
2245            "description": "Named entity: DownRightTeeVector; with a semi-colon",
2246            "output": [
2247                [
2248                    "Character",
2249                    "\u295f"
2250                ]
2251            ]
2252        },
2253        {
2254            "input": "&DownRightVector",
2255            "description": "Bad named entity: DownRightVector without a semi-colon",
2256            "output": [
2257                [
2258                    "Character",
2259                    "&DownRightVector"
2260                ]
2261            ]
2262        },
2263        {
2264            "input": "⇁",
2265            "description": "Named entity: DownRightVector; with a semi-colon",
2266            "output": [
2267                [
2268                    "Character",
2269                    "\u21c1"
2270                ]
2271            ]
2272        },
2273        {
2274            "input": "&DownRightVectorBar",
2275            "description": "Bad named entity: DownRightVectorBar without a semi-colon",
2276            "output": [
2277                [
2278                    "Character",
2279                    "&DownRightVectorBar"
2280                ]
2281            ]
2282        },
2283        {
2284            "input": "⥗",
2285            "description": "Named entity: DownRightVectorBar; with a semi-colon",
2286            "output": [
2287                [
2288                    "Character",
2289                    "\u2957"
2290                ]
2291            ]
2292        },
2293        {
2294            "input": "&DownTee",
2295            "description": "Bad named entity: DownTee without a semi-colon",
2296            "output": [
2297                [
2298                    "Character",
2299                    "&DownTee"
2300                ]
2301            ]
2302        },
2303        {
2304            "input": "⊤",
2305            "description": "Named entity: DownTee; with a semi-colon",
2306            "output": [
2307                [
2308                    "Character",
2309                    "\u22a4"
2310                ]
2311            ]
2312        },
2313        {
2314            "input": "&DownTeeArrow",
2315            "description": "Bad named entity: DownTeeArrow without a semi-colon",
2316            "output": [
2317                [
2318                    "Character",
2319                    "&DownTeeArrow"
2320                ]
2321            ]
2322        },
2323        {
2324            "input": "↧",
2325            "description": "Named entity: DownTeeArrow; with a semi-colon",
2326            "output": [
2327                [
2328                    "Character",
2329                    "\u21a7"
2330                ]
2331            ]
2332        },
2333        {
2334            "input": "&Downarrow",
2335            "description": "Bad named entity: Downarrow without a semi-colon",
2336            "output": [
2337                [
2338                    "Character",
2339                    "&Downarrow"
2340                ]
2341            ]
2342        },
2343        {
2344            "input": "⇓",
2345            "description": "Named entity: Downarrow; with a semi-colon",
2346            "output": [
2347                [
2348                    "Character",
2349                    "\u21d3"
2350                ]
2351            ]
2352        },
2353        {
2354            "input": "&Dscr",
2355            "description": "Bad named entity: Dscr without a semi-colon",
2356            "output": [
2357                [
2358                    "Character",
2359                    "&Dscr"
2360                ]
2361            ]
2362        },
2363        {
2364            "input": "𝒟",
2365            "description": "Named entity: Dscr; with a semi-colon",
2366            "output": [
2367                [
2368                    "Character",
2369                    "\ud835\udc9f"
2370                ]
2371            ]
2372        },
2373        {
2374            "input": "&Dstrok",
2375            "description": "Bad named entity: Dstrok without a semi-colon",
2376            "output": [
2377                [
2378                    "Character",
2379                    "&Dstrok"
2380                ]
2381            ]
2382        },
2383        {
2384            "input": "Đ",
2385            "description": "Named entity: Dstrok; with a semi-colon",
2386            "output": [
2387                [
2388                    "Character",
2389                    "\u0110"
2390                ]
2391            ]
2392        },
2393        {
2394            "input": "&ENG",
2395            "description": "Bad named entity: ENG without a semi-colon",
2396            "output": [
2397                [
2398                    "Character",
2399                    "&ENG"
2400                ]
2401            ]
2402        },
2403        {
2404            "input": "Ŋ",
2405            "description": "Named entity: ENG; with a semi-colon",
2406            "output": [
2407                [
2408                    "Character",
2409                    "\u014a"
2410                ]
2411            ]
2412        },
2413        {
2414            "input": "&ETH",
2415            "description": "Named entity: ETH without a semi-colon",
2416            "output": [
2417                "ParseError",
2418                [
2419                    "Character",
2420                    "\u00d0"
2421                ]
2422            ]
2423        },
2424        {
2425            "input": "Ð",
2426            "description": "Named entity: ETH; with a semi-colon",
2427            "output": [
2428                [
2429                    "Character",
2430                    "\u00d0"
2431                ]
2432            ]
2433        },
2434        {
2435            "input": "&Eacute",
2436            "description": "Named entity: Eacute without a semi-colon",
2437            "output": [
2438                "ParseError",
2439                [
2440                    "Character",
2441                    "\u00c9"
2442                ]
2443            ]
2444        },
2445        {
2446            "input": "É",
2447            "description": "Named entity: Eacute; with a semi-colon",
2448            "output": [
2449                [
2450                    "Character",
2451                    "\u00c9"
2452                ]
2453            ]
2454        },
2455        {
2456            "input": "&Ecaron",
2457            "description": "Bad named entity: Ecaron without a semi-colon",
2458            "output": [
2459                [
2460                    "Character",
2461                    "&Ecaron"
2462                ]
2463            ]
2464        },
2465        {
2466            "input": "Ě",
2467            "description": "Named entity: Ecaron; with a semi-colon",
2468            "output": [
2469                [
2470                    "Character",
2471                    "\u011a"
2472                ]
2473            ]
2474        },
2475        {
2476            "input": "&Ecirc",
2477            "description": "Named entity: Ecirc without a semi-colon",
2478            "output": [
2479                "ParseError",
2480                [
2481                    "Character",
2482                    "\u00ca"
2483                ]
2484            ]
2485        },
2486        {
2487            "input": "Ê",
2488            "description": "Named entity: Ecirc; with a semi-colon",
2489            "output": [
2490                [
2491                    "Character",
2492                    "\u00ca"
2493                ]
2494            ]
2495        },
2496        {
2497            "input": "&Ecy",
2498            "description": "Bad named entity: Ecy without a semi-colon",
2499            "output": [
2500                [
2501                    "Character",
2502                    "&Ecy"
2503                ]
2504            ]
2505        },
2506        {
2507            "input": "Э",
2508            "description": "Named entity: Ecy; with a semi-colon",
2509            "output": [
2510                [
2511                    "Character",
2512                    "\u042d"
2513                ]
2514            ]
2515        },
2516        {
2517            "input": "&Edot",
2518            "description": "Bad named entity: Edot without a semi-colon",
2519            "output": [
2520                [
2521                    "Character",
2522                    "&Edot"
2523                ]
2524            ]
2525        },
2526        {
2527            "input": "Ė",
2528            "description": "Named entity: Edot; with a semi-colon",
2529            "output": [
2530                [
2531                    "Character",
2532                    "\u0116"
2533                ]
2534            ]
2535        },
2536        {
2537            "input": "&Efr",
2538            "description": "Bad named entity: Efr without a semi-colon",
2539            "output": [
2540                [
2541                    "Character",
2542                    "&Efr"
2543                ]
2544            ]
2545        },
2546        {
2547            "input": "𝔈",
2548            "description": "Named entity: Efr; with a semi-colon",
2549            "output": [
2550                [
2551                    "Character",
2552                    "\ud835\udd08"
2553                ]
2554            ]
2555        },
2556        {
2557            "input": "&Egrave",
2558            "description": "Named entity: Egrave without a semi-colon",
2559            "output": [
2560                "ParseError",
2561                [
2562                    "Character",
2563                    "\u00c8"
2564                ]
2565            ]
2566        },
2567        {
2568            "input": "È",
2569            "description": "Named entity: Egrave; with a semi-colon",
2570            "output": [
2571                [
2572                    "Character",
2573                    "\u00c8"
2574                ]
2575            ]
2576        },
2577        {
2578            "input": "&Element",
2579            "description": "Bad named entity: Element without a semi-colon",
2580            "output": [
2581                [
2582                    "Character",
2583                    "&Element"
2584                ]
2585            ]
2586        },
2587        {
2588            "input": "∈",
2589            "description": "Named entity: Element; with a semi-colon",
2590            "output": [
2591                [
2592                    "Character",
2593                    "\u2208"
2594                ]
2595            ]
2596        },
2597        {
2598            "input": "&Emacr",
2599            "description": "Bad named entity: Emacr without a semi-colon",
2600            "output": [
2601                [
2602                    "Character",
2603                    "&Emacr"
2604                ]
2605            ]
2606        },
2607        {
2608            "input": "Ē",
2609            "description": "Named entity: Emacr; with a semi-colon",
2610            "output": [
2611                [
2612                    "Character",
2613                    "\u0112"
2614                ]
2615            ]
2616        },
2617        {
2618            "input": "&EmptySmallSquare",
2619            "description": "Bad named entity: EmptySmallSquare without a semi-colon",
2620            "output": [
2621                [
2622                    "Character",
2623                    "&EmptySmallSquare"
2624                ]
2625            ]
2626        },
2627        {
2628            "input": "◻",
2629            "description": "Named entity: EmptySmallSquare; with a semi-colon",
2630            "output": [
2631                [
2632                    "Character",
2633                    "\u25fb"
2634                ]
2635            ]
2636        },
2637        {
2638            "input": "&EmptyVerySmallSquare",
2639            "description": "Bad named entity: EmptyVerySmallSquare without a semi-colon",
2640            "output": [
2641                [
2642                    "Character",
2643                    "&EmptyVerySmallSquare"
2644                ]
2645            ]
2646        },
2647        {
2648            "input": "▫",
2649            "description": "Named entity: EmptyVerySmallSquare; with a semi-colon",
2650            "output": [
2651                [
2652                    "Character",
2653                    "\u25ab"
2654                ]
2655            ]
2656        },
2657        {
2658            "input": "&Eogon",
2659            "description": "Bad named entity: Eogon without a semi-colon",
2660            "output": [
2661                [
2662                    "Character",
2663                    "&Eogon"
2664                ]
2665            ]
2666        },
2667        {
2668            "input": "Ę",
2669            "description": "Named entity: Eogon; with a semi-colon",
2670            "output": [
2671                [
2672                    "Character",
2673                    "\u0118"
2674                ]
2675            ]
2676        },
2677        {
2678            "input": "&Eopf",
2679            "description": "Bad named entity: Eopf without a semi-colon",
2680            "output": [
2681                [
2682                    "Character",
2683                    "&Eopf"
2684                ]
2685            ]
2686        },
2687        {
2688            "input": "𝔼",
2689            "description": "Named entity: Eopf; with a semi-colon",
2690            "output": [
2691                [
2692                    "Character",
2693                    "\ud835\udd3c"
2694                ]
2695            ]
2696        },
2697        {
2698            "input": "&Epsilon",
2699            "description": "Bad named entity: Epsilon without a semi-colon",
2700            "output": [
2701                [
2702                    "Character",
2703                    "&Epsilon"
2704                ]
2705            ]
2706        },
2707        {
2708            "input": "Ε",
2709            "description": "Named entity: Epsilon; with a semi-colon",
2710            "output": [
2711                [
2712                    "Character",
2713                    "\u0395"
2714                ]
2715            ]
2716        },
2717        {
2718            "input": "&Equal",
2719            "description": "Bad named entity: Equal without a semi-colon",
2720            "output": [
2721                [
2722                    "Character",
2723                    "&Equal"
2724                ]
2725            ]
2726        },
2727        {
2728            "input": "⩵",
2729            "description": "Named entity: Equal; with a semi-colon",
2730            "output": [
2731                [
2732                    "Character",
2733                    "\u2a75"
2734                ]
2735            ]
2736        },
2737        {
2738            "input": "&EqualTilde",
2739            "description": "Bad named entity: EqualTilde without a semi-colon",
2740            "output": [
2741                [
2742                    "Character",
2743                    "&EqualTilde"
2744                ]
2745            ]
2746        },
2747        {
2748            "input": "≂",
2749            "description": "Named entity: EqualTilde; with a semi-colon",
2750            "output": [
2751                [
2752                    "Character",
2753                    "\u2242"
2754                ]
2755            ]
2756        },
2757        {
2758            "input": "&Equilibrium",
2759            "description": "Bad named entity: Equilibrium without a semi-colon",
2760            "output": [
2761                [
2762                    "Character",
2763                    "&Equilibrium"
2764                ]
2765            ]
2766        },
2767        {
2768            "input": "⇌",
2769            "description": "Named entity: Equilibrium; with a semi-colon",
2770            "output": [
2771                [
2772                    "Character",
2773                    "\u21cc"
2774                ]
2775            ]
2776        },
2777        {
2778            "input": "&Escr",
2779            "description": "Bad named entity: Escr without a semi-colon",
2780            "output": [
2781                [
2782                    "Character",
2783                    "&Escr"
2784                ]
2785            ]
2786        },
2787        {
2788            "input": "ℰ",
2789            "description": "Named entity: Escr; with a semi-colon",
2790            "output": [
2791                [
2792                    "Character",
2793                    "\u2130"
2794                ]
2795            ]
2796        },
2797        {
2798            "input": "&Esim",
2799            "description": "Bad named entity: Esim without a semi-colon",
2800            "output": [
2801                [
2802                    "Character",
2803                    "&Esim"
2804                ]
2805            ]
2806        },
2807        {
2808            "input": "⩳",
2809            "description": "Named entity: Esim; with a semi-colon",
2810            "output": [
2811                [
2812                    "Character",
2813                    "\u2a73"
2814                ]
2815            ]
2816        },
2817        {
2818            "input": "&Eta",
2819            "description": "Bad named entity: Eta without a semi-colon",
2820            "output": [
2821                [
2822                    "Character",
2823                    "&Eta"
2824                ]
2825            ]
2826        },
2827        {
2828            "input": "Η",
2829            "description": "Named entity: Eta; with a semi-colon",
2830            "output": [
2831                [
2832                    "Character",
2833                    "\u0397"
2834                ]
2835            ]
2836        },
2837        {
2838            "input": "&Euml",
2839            "description": "Named entity: Euml without a semi-colon",
2840            "output": [
2841                "ParseError",
2842                [
2843                    "Character",
2844                    "\u00cb"
2845                ]
2846            ]
2847        },
2848        {
2849            "input": "Ë",
2850            "description": "Named entity: Euml; with a semi-colon",
2851            "output": [
2852                [
2853                    "Character",
2854                    "\u00cb"
2855                ]
2856            ]
2857        },
2858        {
2859            "input": "&Exists",
2860            "description": "Bad named entity: Exists without a semi-colon",
2861            "output": [
2862                [
2863                    "Character",
2864                    "&Exists"
2865                ]
2866            ]
2867        },
2868        {
2869            "input": "∃",
2870            "description": "Named entity: Exists; with a semi-colon",
2871            "output": [
2872                [
2873                    "Character",
2874                    "\u2203"
2875                ]
2876            ]
2877        },
2878        {
2879            "input": "&ExponentialE",
2880            "description": "Bad named entity: ExponentialE without a semi-colon",
2881            "output": [
2882                [
2883                    "Character",
2884                    "&ExponentialE"
2885                ]
2886            ]
2887        },
2888        {
2889            "input": "ⅇ",
2890            "description": "Named entity: ExponentialE; with a semi-colon",
2891            "output": [
2892                [
2893                    "Character",
2894                    "\u2147"
2895                ]
2896            ]
2897        },
2898        {
2899            "input": "&Fcy",
2900            "description": "Bad named entity: Fcy without a semi-colon",
2901            "output": [
2902                [
2903                    "Character",
2904                    "&Fcy"
2905                ]
2906            ]
2907        },
2908        {
2909            "input": "Ф",
2910            "description": "Named entity: Fcy; with a semi-colon",
2911            "output": [
2912                [
2913                    "Character",
2914                    "\u0424"
2915                ]
2916            ]
2917        },
2918        {
2919            "input": "&Ffr",
2920            "description": "Bad named entity: Ffr without a semi-colon",
2921            "output": [
2922                [
2923                    "Character",
2924                    "&Ffr"
2925                ]
2926            ]
2927        },
2928        {
2929            "input": "𝔉",
2930            "description": "Named entity: Ffr; with a semi-colon",
2931            "output": [
2932                [
2933                    "Character",
2934                    "\ud835\udd09"
2935                ]
2936            ]
2937        },
2938        {
2939            "input": "&FilledSmallSquare",
2940            "description": "Bad named entity: FilledSmallSquare without a semi-colon",
2941            "output": [
2942                [
2943                    "Character",
2944                    "&FilledSmallSquare"
2945                ]
2946            ]
2947        },
2948        {
2949            "input": "◼",
2950            "description": "Named entity: FilledSmallSquare; with a semi-colon",
2951            "output": [
2952                [
2953                    "Character",
2954                    "\u25fc"
2955                ]
2956            ]
2957        },
2958        {
2959            "input": "&FilledVerySmallSquare",
2960            "description": "Bad named entity: FilledVerySmallSquare without a semi-colon",
2961            "output": [
2962                [
2963                    "Character",
2964                    "&FilledVerySmallSquare"
2965                ]
2966            ]
2967        },
2968        {
2969            "input": "▪",
2970            "description": "Named entity: FilledVerySmallSquare; with a semi-colon",
2971            "output": [
2972                [
2973                    "Character",
2974                    "\u25aa"
2975                ]
2976            ]
2977        },
2978        {
2979            "input": "&Fopf",
2980            "description": "Bad named entity: Fopf without a semi-colon",
2981            "output": [
2982                [
2983                    "Character",
2984                    "&Fopf"
2985                ]
2986            ]
2987        },
2988        {
2989            "input": "𝔽",
2990            "description": "Named entity: Fopf; with a semi-colon",
2991            "output": [
2992                [
2993                    "Character",
2994                    "\ud835\udd3d"
2995                ]
2996            ]
2997        },
2998        {
2999            "input": "&ForAll",
3000            "description": "Bad named entity: ForAll without a semi-colon",
3001            "output": [
3002                [
3003                    "Character",
3004                    "&ForAll"
3005                ]
3006            ]
3007        },
3008        {
3009            "input": "∀",
3010            "description": "Named entity: ForAll; with a semi-colon",
3011            "output": [
3012                [
3013                    "Character",
3014                    "\u2200"
3015                ]
3016            ]
3017        },
3018        {
3019            "input": "&Fouriertrf",
3020            "description": "Bad named entity: Fouriertrf without a semi-colon",
3021            "output": [
3022                [
3023                    "Character",
3024                    "&Fouriertrf"
3025                ]
3026            ]
3027        },
3028        {
3029            "input": "ℱ",
3030            "description": "Named entity: Fouriertrf; with a semi-colon",
3031            "output": [
3032                [
3033                    "Character",
3034                    "\u2131"
3035                ]
3036            ]
3037        },
3038        {
3039            "input": "&Fscr",
3040            "description": "Bad named entity: Fscr without a semi-colon",
3041            "output": [
3042                [
3043                    "Character",
3044                    "&Fscr"
3045                ]
3046            ]
3047        },
3048        {
3049            "input": "ℱ",
3050            "description": "Named entity: Fscr; with a semi-colon",
3051            "output": [
3052                [
3053                    "Character",
3054                    "\u2131"
3055                ]
3056            ]
3057        },
3058        {
3059            "input": "&GJcy",
3060            "description": "Bad named entity: GJcy without a semi-colon",
3061            "output": [
3062                [
3063                    "Character",
3064                    "&GJcy"
3065                ]
3066            ]
3067        },
3068        {
3069            "input": "Ѓ",
3070            "description": "Named entity: GJcy; with a semi-colon",
3071            "output": [
3072                [
3073                    "Character",
3074                    "\u0403"
3075                ]
3076            ]
3077        },
3078        {
3079            "input": "&GT",
3080            "description": "Named entity: GT without a semi-colon",
3081            "output": [
3082                "ParseError",
3083                [
3084                    "Character",
3085                    ">"
3086                ]
3087            ]
3088        },
3089        {
3090            "input": ">",
3091            "description": "Named entity: GT; with a semi-colon",
3092            "output": [
3093                [
3094                    "Character",
3095                    ">"
3096                ]
3097            ]
3098        },
3099        {
3100            "input": "&Gamma",
3101            "description": "Bad named entity: Gamma without a semi-colon",
3102            "output": [
3103                [
3104                    "Character",
3105                    "&Gamma"
3106                ]
3107            ]
3108        },
3109        {
3110            "input": "Γ",
3111            "description": "Named entity: Gamma; with a semi-colon",
3112            "output": [
3113                [
3114                    "Character",
3115                    "\u0393"
3116                ]
3117            ]
3118        },
3119        {
3120            "input": "&Gammad",
3121            "description": "Bad named entity: Gammad without a semi-colon",
3122            "output": [
3123                [
3124                    "Character",
3125                    "&Gammad"
3126                ]
3127            ]
3128        },
3129        {
3130            "input": "Ϝ",
3131            "description": "Named entity: Gammad; with a semi-colon",
3132            "output": [
3133                [
3134                    "Character",
3135                    "\u03dc"
3136                ]
3137            ]
3138        },
3139        {
3140            "input": "&Gbreve",
3141            "description": "Bad named entity: Gbreve without a semi-colon",
3142            "output": [
3143                [
3144                    "Character",
3145                    "&Gbreve"
3146                ]
3147            ]
3148        },
3149        {
3150            "input": "Ğ",
3151            "description": "Named entity: Gbreve; with a semi-colon",
3152            "output": [
3153                [
3154                    "Character",
3155                    "\u011e"
3156                ]
3157            ]
3158        },
3159        {
3160            "input": "&Gcedil",
3161            "description": "Bad named entity: Gcedil without a semi-colon",
3162            "output": [
3163                [
3164                    "Character",
3165                    "&Gcedil"
3166                ]
3167            ]
3168        },
3169        {
3170            "input": "Ģ",
3171            "description": "Named entity: Gcedil; with a semi-colon",
3172            "output": [
3173                [
3174                    "Character",
3175                    "\u0122"
3176                ]
3177            ]
3178        },
3179        {
3180            "input": "&Gcirc",
3181            "description": "Bad named entity: Gcirc without a semi-colon",
3182            "output": [
3183                [
3184                    "Character",
3185                    "&Gcirc"
3186                ]
3187            ]
3188        },
3189        {
3190            "input": "Ĝ",
3191            "description": "Named entity: Gcirc; with a semi-colon",
3192            "output": [
3193                [
3194                    "Character",
3195                    "\u011c"
3196                ]
3197            ]
3198        },
3199        {
3200            "input": "&Gcy",
3201            "description": "Bad named entity: Gcy without a semi-colon",
3202            "output": [
3203                [
3204                    "Character",
3205                    "&Gcy"
3206                ]
3207            ]
3208        },
3209        {
3210            "input": "Г",
3211            "description": "Named entity: Gcy; with a semi-colon",
3212            "output": [
3213                [
3214                    "Character",
3215                    "\u0413"
3216                ]
3217            ]
3218        },
3219        {
3220            "input": "&Gdot",
3221            "description": "Bad named entity: Gdot without a semi-colon",
3222            "output": [
3223                [
3224                    "Character",
3225                    "&Gdot"
3226                ]
3227            ]
3228        },
3229        {
3230            "input": "Ġ",
3231            "description": "Named entity: Gdot; with a semi-colon",
3232            "output": [
3233                [
3234                    "Character",
3235                    "\u0120"
3236                ]
3237            ]
3238        },
3239        {
3240            "input": "&Gfr",
3241            "description": "Bad named entity: Gfr without a semi-colon",
3242            "output": [
3243                [
3244                    "Character",
3245                    "&Gfr"
3246                ]
3247            ]
3248        },
3249        {
3250            "input": "𝔊",
3251            "description": "Named entity: Gfr; with a semi-colon",
3252            "output": [
3253                [
3254                    "Character",
3255                    "\ud835\udd0a"
3256                ]
3257            ]
3258        },
3259        {
3260            "input": "&Gg",
3261            "description": "Bad named entity: Gg without a semi-colon",
3262            "output": [
3263                [
3264                    "Character",
3265                    "&Gg"
3266                ]
3267            ]
3268        },
3269        {
3270            "input": "⋙",
3271            "description": "Named entity: Gg; with a semi-colon",
3272            "output": [
3273                [
3274                    "Character",
3275                    "\u22d9"
3276                ]
3277            ]
3278        },
3279        {
3280            "input": "&Gopf",
3281            "description": "Bad named entity: Gopf without a semi-colon",
3282            "output": [
3283                [
3284                    "Character",
3285                    "&Gopf"
3286                ]
3287            ]
3288        },
3289        {
3290            "input": "𝔾",
3291            "description": "Named entity: Gopf; with a semi-colon",
3292            "output": [
3293                [
3294                    "Character",
3295                    "\ud835\udd3e"
3296                ]
3297            ]
3298        },
3299        {
3300            "input": "&GreaterEqual",
3301            "description": "Bad named entity: GreaterEqual without a semi-colon",
3302            "output": [
3303                [
3304                    "Character",
3305                    "&GreaterEqual"
3306                ]
3307            ]
3308        },
3309        {
3310            "input": "≥",
3311            "description": "Named entity: GreaterEqual; with a semi-colon",
3312            "output": [
3313                [
3314                    "Character",
3315                    "\u2265"
3316                ]
3317            ]
3318        },
3319        {
3320            "input": "&GreaterEqualLess",
3321            "description": "Bad named entity: GreaterEqualLess without a semi-colon",
3322            "output": [
3323                [
3324                    "Character",
3325                    "&GreaterEqualLess"
3326                ]
3327            ]
3328        },
3329        {
3330            "input": "⋛",
3331            "description": "Named entity: GreaterEqualLess; with a semi-colon",
3332            "output": [
3333                [
3334                    "Character",
3335                    "\u22db"
3336                ]
3337            ]
3338        },
3339        {
3340            "input": "&GreaterFullEqual",
3341            "description": "Bad named entity: GreaterFullEqual without a semi-colon",
3342            "output": [
3343                [
3344                    "Character",
3345                    "&GreaterFullEqual"
3346                ]
3347            ]
3348        },
3349        {
3350            "input": "≧",
3351            "description": "Named entity: GreaterFullEqual; with a semi-colon",
3352            "output": [
3353                [
3354                    "Character",
3355                    "\u2267"
3356                ]
3357            ]
3358        },
3359        {
3360            "input": "&GreaterGreater",
3361            "description": "Bad named entity: GreaterGreater without a semi-colon",
3362            "output": [
3363                [
3364                    "Character",
3365                    "&GreaterGreater"
3366                ]
3367            ]
3368        },
3369        {
3370            "input": "⪢",
3371            "description": "Named entity: GreaterGreater; with a semi-colon",
3372            "output": [
3373                [
3374                    "Character",
3375                    "\u2aa2"
3376                ]
3377            ]
3378        },
3379        {
3380            "input": "&GreaterLess",
3381            "description": "Bad named entity: GreaterLess without a semi-colon",
3382            "output": [
3383                [
3384                    "Character",
3385                    "&GreaterLess"
3386                ]
3387            ]
3388        },
3389        {
3390            "input": "≷",
3391            "description": "Named entity: GreaterLess; with a semi-colon",
3392            "output": [
3393                [
3394                    "Character",
3395                    "\u2277"
3396                ]
3397            ]
3398        },
3399        {
3400            "input": "&GreaterSlantEqual",
3401            "description": "Bad named entity: GreaterSlantEqual without a semi-colon",
3402            "output": [
3403                [
3404                    "Character",
3405                    "&GreaterSlantEqual"
3406                ]
3407            ]
3408        },
3409        {
3410            "input": "⩾",
3411            "description": "Named entity: GreaterSlantEqual; with a semi-colon",
3412            "output": [
3413                [
3414                    "Character",
3415                    "\u2a7e"
3416                ]
3417            ]
3418        },
3419        {
3420            "input": "&GreaterTilde",
3421            "description": "Bad named entity: GreaterTilde without a semi-colon",
3422            "output": [
3423                [
3424                    "Character",
3425                    "&GreaterTilde"
3426                ]
3427            ]
3428        },
3429        {
3430            "input": "≳",
3431            "description": "Named entity: GreaterTilde; with a semi-colon",
3432            "output": [
3433                [
3434                    "Character",
3435                    "\u2273"
3436                ]
3437            ]
3438        },
3439        {
3440            "input": "&Gscr",
3441            "description": "Bad named entity: Gscr without a semi-colon",
3442            "output": [
3443                [
3444                    "Character",
3445                    "&Gscr"
3446                ]
3447            ]
3448        },
3449        {
3450            "input": "𝒢",
3451            "description": "Named entity: Gscr; with a semi-colon",
3452            "output": [
3453                [
3454                    "Character",
3455                    "\ud835\udca2"
3456                ]
3457            ]
3458        },
3459        {
3460            "input": "&Gt",
3461            "description": "Bad named entity: Gt without a semi-colon",
3462            "output": [
3463                [
3464                    "Character",
3465                    "&Gt"
3466                ]
3467            ]
3468        },
3469        {
3470            "input": "≫",
3471            "description": "Named entity: Gt; with a semi-colon",
3472            "output": [
3473                [
3474                    "Character",
3475                    "\u226b"
3476                ]
3477            ]
3478        },
3479        {
3480            "input": "&HARDcy",
3481            "description": "Bad named entity: HARDcy without a semi-colon",
3482            "output": [
3483                [
3484                    "Character",
3485                    "&HARDcy"
3486                ]
3487            ]
3488        },
3489        {
3490            "input": "Ъ",
3491            "description": "Named entity: HARDcy; with a semi-colon",
3492            "output": [
3493                [
3494                    "Character",
3495                    "\u042a"
3496                ]
3497            ]
3498        },
3499        {
3500            "input": "&Hacek",
3501            "description": "Bad named entity: Hacek without a semi-colon",
3502            "output": [
3503                [
3504                    "Character",
3505                    "&Hacek"
3506                ]
3507            ]
3508        },
3509        {
3510            "input": "ˇ",
3511            "description": "Named entity: Hacek; with a semi-colon",
3512            "output": [
3513                [
3514                    "Character",
3515                    "\u02c7"
3516                ]
3517            ]
3518        },
3519        {
3520            "input": "&Hat",
3521            "description": "Bad named entity: Hat without a semi-colon",
3522            "output": [
3523                [
3524                    "Character",
3525                    "&Hat"
3526                ]
3527            ]
3528        },
3529        {
3530            "input": "^",
3531            "description": "Named entity: Hat; with a semi-colon",
3532            "output": [
3533                [
3534                    "Character",
3535                    "^"
3536                ]
3537            ]
3538        },
3539        {
3540            "input": "&Hcirc",
3541            "description": "Bad named entity: Hcirc without a semi-colon",
3542            "output": [
3543                [
3544                    "Character",
3545                    "&Hcirc"
3546                ]
3547            ]
3548        },
3549        {
3550            "input": "Ĥ",
3551            "description": "Named entity: Hcirc; with a semi-colon",
3552            "output": [
3553                [
3554                    "Character",
3555                    "\u0124"
3556                ]
3557            ]
3558        },
3559        {
3560            "input": "&Hfr",
3561            "description": "Bad named entity: Hfr without a semi-colon",
3562            "output": [
3563                [
3564                    "Character",
3565                    "&Hfr"
3566                ]
3567            ]
3568        },
3569        {
3570            "input": "ℌ",
3571            "description": "Named entity: Hfr; with a semi-colon",
3572            "output": [
3573                [
3574                    "Character",
3575                    "\u210c"
3576                ]
3577            ]
3578        },
3579        {
3580            "input": "&HilbertSpace",
3581            "description": "Bad named entity: HilbertSpace without a semi-colon",
3582            "output": [
3583                [
3584                    "Character",
3585                    "&HilbertSpace"
3586                ]
3587            ]
3588        },
3589        {
3590            "input": "ℋ",
3591            "description": "Named entity: HilbertSpace; with a semi-colon",
3592            "output": [
3593                [
3594                    "Character",
3595                    "\u210b"
3596                ]
3597            ]
3598        },
3599        {
3600            "input": "&Hopf",
3601            "description": "Bad named entity: Hopf without a semi-colon",
3602            "output": [
3603                [
3604                    "Character",
3605                    "&Hopf"
3606                ]
3607            ]
3608        },
3609        {
3610            "input": "ℍ",
3611            "description": "Named entity: Hopf; with a semi-colon",
3612            "output": [
3613                [
3614                    "Character",
3615                    "\u210d"
3616                ]
3617            ]
3618        },
3619        {
3620            "input": "&HorizontalLine",
3621            "description": "Bad named entity: HorizontalLine without a semi-colon",
3622            "output": [
3623                [
3624                    "Character",
3625                    "&HorizontalLine"
3626                ]
3627            ]
3628        },
3629        {
3630            "input": "─",
3631            "description": "Named entity: HorizontalLine; with a semi-colon",
3632            "output": [
3633                [
3634                    "Character",
3635                    "\u2500"
3636                ]
3637            ]
3638        },
3639        {
3640            "input": "&Hscr",
3641            "description": "Bad named entity: Hscr without a semi-colon",
3642            "output": [
3643                [
3644                    "Character",
3645                    "&Hscr"
3646                ]
3647            ]
3648        },
3649        {
3650            "input": "ℋ",
3651            "description": "Named entity: Hscr; with a semi-colon",
3652            "output": [
3653                [
3654                    "Character",
3655                    "\u210b"
3656                ]
3657            ]
3658        },
3659        {
3660            "input": "&Hstrok",
3661            "description": "Bad named entity: Hstrok without a semi-colon",
3662            "output": [
3663                [
3664                    "Character",
3665                    "&Hstrok"
3666                ]
3667            ]
3668        },
3669        {
3670            "input": "Ħ",
3671            "description": "Named entity: Hstrok; with a semi-colon",
3672            "output": [
3673                [
3674                    "Character",
3675                    "\u0126"
3676                ]
3677            ]
3678        },
3679        {
3680            "input": "&HumpDownHump",
3681            "description": "Bad named entity: HumpDownHump without a semi-colon",
3682            "output": [
3683                [
3684                    "Character",
3685                    "&HumpDownHump"
3686                ]
3687            ]
3688        },
3689        {
3690            "input": "≎",
3691            "description": "Named entity: HumpDownHump; with a semi-colon",
3692            "output": [
3693                [
3694                    "Character",
3695                    "\u224e"
3696                ]
3697            ]
3698        },
3699        {
3700            "input": "&HumpEqual",
3701            "description": "Bad named entity: HumpEqual without a semi-colon",
3702            "output": [
3703                [
3704                    "Character",
3705                    "&HumpEqual"
3706                ]
3707            ]
3708        },
3709        {
3710            "input": "≏",
3711            "description": "Named entity: HumpEqual; with a semi-colon",
3712            "output": [
3713                [
3714                    "Character",
3715                    "\u224f"
3716                ]
3717            ]
3718        },
3719        {
3720            "input": "&IEcy",
3721            "description": "Bad named entity: IEcy without a semi-colon",
3722            "output": [
3723                [
3724                    "Character",
3725                    "&IEcy"
3726                ]
3727            ]
3728        },
3729        {
3730            "input": "Е",
3731            "description": "Named entity: IEcy; with a semi-colon",
3732            "output": [
3733                [
3734                    "Character",
3735                    "\u0415"
3736                ]
3737            ]
3738        },
3739        {
3740            "input": "&IJlig",
3741            "description": "Bad named entity: IJlig without a semi-colon",
3742            "output": [
3743                [
3744                    "Character",
3745                    "&IJlig"
3746                ]
3747            ]
3748        },
3749        {
3750            "input": "IJ",
3751            "description": "Named entity: IJlig; with a semi-colon",
3752            "output": [
3753                [
3754                    "Character",
3755                    "\u0132"
3756                ]
3757            ]
3758        },
3759        {
3760            "input": "&IOcy",
3761            "description": "Bad named entity: IOcy without a semi-colon",
3762            "output": [
3763                [
3764                    "Character",
3765                    "&IOcy"
3766                ]
3767            ]
3768        },
3769        {
3770            "input": "Ё",
3771            "description": "Named entity: IOcy; with a semi-colon",
3772            "output": [
3773                [
3774                    "Character",
3775                    "\u0401"
3776                ]
3777            ]
3778        },
3779        {
3780            "input": "&Iacute",
3781            "description": "Named entity: Iacute without a semi-colon",
3782            "output": [
3783                "ParseError",
3784                [
3785                    "Character",
3786                    "\u00cd"
3787                ]
3788            ]
3789        },
3790        {
3791            "input": "Í",
3792            "description": "Named entity: Iacute; with a semi-colon",
3793            "output": [
3794                [
3795                    "Character",
3796                    "\u00cd"
3797                ]
3798            ]
3799        },
3800        {
3801            "input": "&Icirc",
3802            "description": "Named entity: Icirc without a semi-colon",
3803            "output": [
3804                "ParseError",
3805                [
3806                    "Character",
3807                    "\u00ce"
3808                ]
3809            ]
3810        },
3811        {
3812            "input": "Î",
3813            "description": "Named entity: Icirc; with a semi-colon",
3814            "output": [
3815                [
3816                    "Character",
3817                    "\u00ce"
3818                ]
3819            ]
3820        },
3821        {
3822            "input": "&Icy",
3823            "description": "Bad named entity: Icy without a semi-colon",
3824            "output": [
3825                [
3826                    "Character",
3827                    "&Icy"
3828                ]
3829            ]
3830        },
3831        {
3832            "input": "И",
3833            "description": "Named entity: Icy; with a semi-colon",
3834            "output": [
3835                [
3836                    "Character",
3837                    "\u0418"
3838                ]
3839            ]
3840        },
3841        {
3842            "input": "&Idot",
3843            "description": "Bad named entity: Idot without a semi-colon",
3844            "output": [
3845                [
3846                    "Character",
3847                    "&Idot"
3848                ]
3849            ]
3850        },
3851        {
3852            "input": "İ",
3853            "description": "Named entity: Idot; with a semi-colon",
3854            "output": [
3855                [
3856                    "Character",
3857                    "\u0130"
3858                ]
3859            ]
3860        },
3861        {
3862            "input": "&Ifr",
3863            "description": "Bad named entity: Ifr without a semi-colon",
3864            "output": [
3865                [
3866                    "Character",
3867                    "&Ifr"
3868                ]
3869            ]
3870        },
3871        {
3872            "input": "ℑ",
3873            "description": "Named entity: Ifr; with a semi-colon",
3874            "output": [
3875                [
3876                    "Character",
3877                    "\u2111"
3878                ]
3879            ]
3880        },
3881        {
3882            "input": "&Igrave",
3883            "description": "Named entity: Igrave without a semi-colon",
3884            "output": [
3885                "ParseError",
3886                [
3887                    "Character",
3888                    "\u00cc"
3889                ]
3890            ]
3891        },
3892        {
3893            "input": "Ì",
3894            "description": "Named entity: Igrave; with a semi-colon",
3895            "output": [
3896                [
3897                    "Character",
3898                    "\u00cc"
3899                ]
3900            ]
3901        },
3902        {
3903            "input": "&Im",
3904            "description": "Bad named entity: Im without a semi-colon",
3905            "output": [
3906                [
3907                    "Character",
3908                    "&Im"
3909                ]
3910            ]
3911        },
3912        {
3913            "input": "ℑ",
3914            "description": "Named entity: Im; with a semi-colon",
3915            "output": [
3916                [
3917                    "Character",
3918                    "\u2111"
3919                ]
3920            ]
3921        },
3922        {
3923            "input": "&Imacr",
3924            "description": "Bad named entity: Imacr without a semi-colon",
3925            "output": [
3926                [
3927                    "Character",
3928                    "&Imacr"
3929                ]
3930            ]
3931        },
3932        {
3933            "input": "Ī",
3934            "description": "Named entity: Imacr; with a semi-colon",
3935            "output": [
3936                [
3937                    "Character",
3938                    "\u012a"
3939                ]
3940            ]
3941        },
3942        {
3943            "input": "&ImaginaryI",
3944            "description": "Bad named entity: ImaginaryI without a semi-colon",
3945            "output": [
3946                [
3947                    "Character",
3948                    "&ImaginaryI"
3949                ]
3950            ]
3951        },
3952        {
3953            "input": "ⅈ",
3954            "description": "Named entity: ImaginaryI; with a semi-colon",
3955            "output": [
3956                [
3957                    "Character",
3958                    "\u2148"
3959                ]
3960            ]
3961        },
3962        {
3963            "input": "&Implies",
3964            "description": "Bad named entity: Implies without a semi-colon",
3965            "output": [
3966                [
3967                    "Character",
3968                    "&Implies"
3969                ]
3970            ]
3971        },
3972        {
3973            "input": "⇒",
3974            "description": "Named entity: Implies; with a semi-colon",
3975            "output": [
3976                [
3977                    "Character",
3978                    "\u21d2"
3979                ]
3980            ]
3981        },
3982        {
3983            "input": "&Int",
3984            "description": "Bad named entity: Int without a semi-colon",
3985            "output": [
3986                [
3987                    "Character",
3988                    "&Int"
3989                ]
3990            ]
3991        },
3992        {
3993            "input": "∬",
3994            "description": "Named entity: Int; with a semi-colon",
3995            "output": [
3996                [
3997                    "Character",
3998                    "\u222c"
3999                ]
4000            ]
4001        },
4002        {
4003            "input": "&Integral",
4004            "description": "Bad named entity: Integral without a semi-colon",
4005            "output": [
4006                [
4007                    "Character",
4008                    "&Integral"
4009                ]
4010            ]
4011        },
4012        {
4013            "input": "∫",
4014            "description": "Named entity: Integral; with a semi-colon",
4015            "output": [
4016                [
4017                    "Character",
4018                    "\u222b"
4019                ]
4020            ]
4021        },
4022        {
4023            "input": "&Intersection",
4024            "description": "Bad named entity: Intersection without a semi-colon",
4025            "output": [
4026                [
4027                    "Character",
4028                    "&Intersection"
4029                ]
4030            ]
4031        },
4032        {
4033            "input": "⋂",
4034            "description": "Named entity: Intersection; with a semi-colon",
4035            "output": [
4036                [
4037                    "Character",
4038                    "\u22c2"
4039                ]
4040            ]
4041        },
4042        {
4043            "input": "&InvisibleComma",
4044            "description": "Bad named entity: InvisibleComma without a semi-colon",
4045            "output": [
4046                [
4047                    "Character",
4048                    "&InvisibleComma"
4049                ]
4050            ]
4051        },
4052        {
4053            "input": "⁣",
4054            "description": "Named entity: InvisibleComma; with a semi-colon",
4055            "output": [
4056                [
4057                    "Character",
4058                    "\u2063"
4059                ]
4060            ]
4061        },
4062        {
4063            "input": "&InvisibleTimes",
4064            "description": "Bad named entity: InvisibleTimes without a semi-colon",
4065            "output": [
4066                [
4067                    "Character",
4068                    "&InvisibleTimes"
4069                ]
4070            ]
4071        },
4072        {
4073            "input": "⁢",
4074            "description": "Named entity: InvisibleTimes; with a semi-colon",
4075            "output": [
4076                [
4077                    "Character",
4078                    "\u2062"
4079                ]
4080            ]
4081        },
4082        {
4083            "input": "&Iogon",
4084            "description": "Bad named entity: Iogon without a semi-colon",
4085            "output": [
4086                [
4087                    "Character",
4088                    "&Iogon"
4089                ]
4090            ]
4091        },
4092        {
4093            "input": "Į",
4094            "description": "Named entity: Iogon; with a semi-colon",
4095            "output": [
4096                [
4097                    "Character",
4098                    "\u012e"
4099                ]
4100            ]
4101        },
4102        {
4103            "input": "&Iopf",
4104            "description": "Bad named entity: Iopf without a semi-colon",
4105            "output": [
4106                [
4107                    "Character",
4108                    "&Iopf"
4109                ]
4110            ]
4111        },
4112        {
4113            "input": "𝕀",
4114            "description": "Named entity: Iopf; with a semi-colon",
4115            "output": [
4116                [
4117                    "Character",
4118                    "\ud835\udd40"
4119                ]
4120            ]
4121        },
4122        {
4123            "input": "&Iota",
4124            "description": "Bad named entity: Iota without a semi-colon",
4125            "output": [
4126                [
4127                    "Character",
4128                    "&Iota"
4129                ]
4130            ]
4131        },
4132        {
4133            "input": "Ι",
4134            "description": "Named entity: Iota; with a semi-colon",
4135            "output": [
4136                [
4137                    "Character",
4138                    "\u0399"
4139                ]
4140            ]
4141        },
4142        {
4143            "input": "&Iscr",
4144            "description": "Bad named entity: Iscr without a semi-colon",
4145            "output": [
4146                [
4147                    "Character",
4148                    "&Iscr"
4149                ]
4150            ]
4151        },
4152        {
4153            "input": "ℐ",
4154            "description": "Named entity: Iscr; with a semi-colon",
4155            "output": [
4156                [
4157                    "Character",
4158                    "\u2110"
4159                ]
4160            ]
4161        },
4162        {
4163            "input": "&Itilde",
4164            "description": "Bad named entity: Itilde without a semi-colon",
4165            "output": [
4166                [
4167                    "Character",
4168                    "&Itilde"
4169                ]
4170            ]
4171        },
4172        {
4173            "input": "Ĩ",
4174            "description": "Named entity: Itilde; with a semi-colon",
4175            "output": [
4176                [
4177                    "Character",
4178                    "\u0128"
4179                ]
4180            ]
4181        },
4182        {
4183            "input": "&Iukcy",
4184            "description": "Bad named entity: Iukcy without a semi-colon",
4185            "output": [
4186                [
4187                    "Character",
4188                    "&Iukcy"
4189                ]
4190            ]
4191        },
4192        {
4193            "input": "І",
4194            "description": "Named entity: Iukcy; with a semi-colon",
4195            "output": [
4196                [
4197                    "Character",
4198                    "\u0406"
4199                ]
4200            ]
4201        },
4202        {
4203            "input": "&Iuml",
4204            "description": "Named entity: Iuml without a semi-colon",
4205            "output": [
4206                "ParseError",
4207                [
4208                    "Character",
4209                    "\u00cf"
4210                ]
4211            ]
4212        },
4213        {
4214            "input": "Ï",
4215            "description": "Named entity: Iuml; with a semi-colon",
4216            "output": [
4217                [
4218                    "Character",
4219                    "\u00cf"
4220                ]
4221            ]
4222        },
4223        {
4224            "input": "&Jcirc",
4225            "description": "Bad named entity: Jcirc without a semi-colon",
4226            "output": [
4227                [
4228                    "Character",
4229                    "&Jcirc"
4230                ]
4231            ]
4232        },
4233        {
4234            "input": "Ĵ",
4235            "description": "Named entity: Jcirc; with a semi-colon",
4236            "output": [
4237                [
4238                    "Character",
4239                    "\u0134"
4240                ]
4241            ]
4242        },
4243        {
4244            "input": "&Jcy",
4245            "description": "Bad named entity: Jcy without a semi-colon",
4246            "output": [
4247                [
4248                    "Character",
4249                    "&Jcy"
4250                ]
4251            ]
4252        },
4253        {
4254            "input": "Й",
4255            "description": "Named entity: Jcy; with a semi-colon",
4256            "output": [
4257                [
4258                    "Character",
4259                    "\u0419"
4260                ]
4261            ]
4262        },
4263        {
4264            "input": "&Jfr",
4265            "description": "Bad named entity: Jfr without a semi-colon",
4266            "output": [
4267                [
4268                    "Character",
4269                    "&Jfr"
4270                ]
4271            ]
4272        },
4273        {
4274            "input": "𝔍",
4275            "description": "Named entity: Jfr; with a semi-colon",
4276            "output": [
4277                [
4278                    "Character",
4279                    "\ud835\udd0d"
4280                ]
4281            ]
4282        },
4283        {
4284            "input": "&Jopf",
4285            "description": "Bad named entity: Jopf without a semi-colon",
4286            "output": [
4287                [
4288                    "Character",
4289                    "&Jopf"
4290                ]
4291            ]
4292        },
4293        {
4294            "input": "𝕁",
4295            "description": "Named entity: Jopf; with a semi-colon",
4296            "output": [
4297                [
4298                    "Character",
4299                    "\ud835\udd41"
4300                ]
4301            ]
4302        },
4303        {
4304            "input": "&Jscr",
4305            "description": "Bad named entity: Jscr without a semi-colon",
4306            "output": [
4307                [
4308                    "Character",
4309                    "&Jscr"
4310                ]
4311            ]
4312        },
4313        {
4314            "input": "𝒥",
4315            "description": "Named entity: Jscr; with a semi-colon",
4316            "output": [
4317                [
4318                    "Character",
4319                    "\ud835\udca5"
4320                ]
4321            ]
4322        },
4323        {
4324            "input": "&Jsercy",
4325            "description": "Bad named entity: Jsercy without a semi-colon",
4326            "output": [
4327                [
4328                    "Character",
4329                    "&Jsercy"
4330                ]
4331            ]
4332        },
4333        {
4334            "input": "Ј",
4335            "description": "Named entity: Jsercy; with a semi-colon",
4336            "output": [
4337                [
4338                    "Character",
4339                    "\u0408"
4340                ]
4341            ]
4342        },
4343        {
4344            "input": "&Jukcy",
4345            "description": "Bad named entity: Jukcy without a semi-colon",
4346            "output": [
4347                [
4348                    "Character",
4349                    "&Jukcy"
4350                ]
4351            ]
4352        },
4353        {
4354            "input": "Є",
4355            "description": "Named entity: Jukcy; with a semi-colon",
4356            "output": [
4357                [
4358                    "Character",
4359                    "\u0404"
4360                ]
4361            ]
4362        },
4363        {
4364            "input": "&KHcy",
4365            "description": "Bad named entity: KHcy without a semi-colon",
4366            "output": [
4367                [
4368                    "Character",
4369                    "&KHcy"
4370                ]
4371            ]
4372        },
4373        {
4374            "input": "Х",
4375            "description": "Named entity: KHcy; with a semi-colon",
4376            "output": [
4377                [
4378                    "Character",
4379                    "\u0425"
4380                ]
4381            ]
4382        },
4383        {
4384            "input": "&KJcy",
4385            "description": "Bad named entity: KJcy without a semi-colon",
4386            "output": [
4387                [
4388                    "Character",
4389                    "&KJcy"
4390                ]
4391            ]
4392        },
4393        {
4394            "input": "Ќ",
4395            "description": "Named entity: KJcy; with a semi-colon",
4396            "output": [
4397                [
4398                    "Character",
4399                    "\u040c"
4400                ]
4401            ]
4402        },
4403        {
4404            "input": "&Kappa",
4405            "description": "Bad named entity: Kappa without a semi-colon",
4406            "output": [
4407                [
4408                    "Character",
4409                    "&Kappa"
4410                ]
4411            ]
4412        },
4413        {
4414            "input": "Κ",
4415            "description": "Named entity: Kappa; with a semi-colon",
4416            "output": [
4417                [
4418                    "Character",
4419                    "\u039a"
4420                ]
4421            ]
4422        },
4423        {
4424            "input": "&Kcedil",
4425            "description": "Bad named entity: Kcedil without a semi-colon",
4426            "output": [
4427                [
4428                    "Character",
4429                    "&Kcedil"
4430                ]
4431            ]
4432        },
4433        {
4434            "input": "Ķ",
4435            "description": "Named entity: Kcedil; with a semi-colon",
4436            "output": [
4437                [
4438                    "Character",
4439                    "\u0136"
4440                ]
4441            ]
4442        },
4443        {
4444            "input": "&Kcy",
4445            "description": "Bad named entity: Kcy without a semi-colon",
4446            "output": [
4447                [
4448                    "Character",
4449                    "&Kcy"
4450                ]
4451            ]
4452        },
4453        {
4454            "input": "К",
4455            "description": "Named entity: Kcy; with a semi-colon",
4456            "output": [
4457                [
4458                    "Character",
4459                    "\u041a"
4460                ]
4461            ]
4462        },
4463        {
4464            "input": "&Kfr",
4465            "description": "Bad named entity: Kfr without a semi-colon",
4466            "output": [
4467                [
4468                    "Character",
4469                    "&Kfr"
4470                ]
4471            ]
4472        },
4473        {
4474            "input": "𝔎",
4475            "description": "Named entity: Kfr; with a semi-colon",
4476            "output": [
4477                [
4478                    "Character",
4479                    "\ud835\udd0e"
4480                ]
4481            ]
4482        },
4483        {
4484            "input": "&Kopf",
4485            "description": "Bad named entity: Kopf without a semi-colon",
4486            "output": [
4487                [
4488                    "Character",
4489                    "&Kopf"
4490                ]
4491            ]
4492        },
4493        {
4494            "input": "𝕂",
4495            "description": "Named entity: Kopf; with a semi-colon",
4496            "output": [
4497                [
4498                    "Character",
4499                    "\ud835\udd42"
4500                ]
4501            ]
4502        },
4503        {
4504            "input": "&Kscr",
4505            "description": "Bad named entity: Kscr without a semi-colon",
4506            "output": [
4507                [
4508                    "Character",
4509                    "&Kscr"
4510                ]
4511            ]
4512        },
4513        {
4514            "input": "𝒦",
4515            "description": "Named entity: Kscr; with a semi-colon",
4516            "output": [
4517                [
4518                    "Character",
4519                    "\ud835\udca6"
4520                ]
4521            ]
4522        },
4523        {
4524            "input": "&LJcy",
4525            "description": "Bad named entity: LJcy without a semi-colon",
4526            "output": [
4527                [
4528                    "Character",
4529                    "&LJcy"
4530                ]
4531            ]
4532        },
4533        {
4534            "input": "Љ",
4535            "description": "Named entity: LJcy; with a semi-colon",
4536            "output": [
4537                [
4538                    "Character",
4539                    "\u0409"
4540                ]
4541            ]
4542        },
4543        {
4544            "input": "&LT",
4545            "description": "Named entity: LT without a semi-colon",
4546            "output": [
4547                "ParseError",
4548                [
4549                    "Character",
4550                    "<"
4551                ]
4552            ]
4553        },
4554        {
4555            "input": "&LT;",
4556            "description": "Named entity: LT; with a semi-colon",
4557            "output": [
4558                [
4559                    "Character",
4560                    "<"
4561                ]
4562            ]
4563        },
4564        {
4565            "input": "&Lacute",
4566            "description": "Bad named entity: Lacute without a semi-colon",
4567            "output": [
4568                [
4569                    "Character",
4570                    "&Lacute"
4571                ]
4572            ]
4573        },
4574        {
4575            "input": "&Lacute;",
4576            "description": "Named entity: Lacute; with a semi-colon",
4577            "output": [
4578                [
4579                    "Character",
4580                    "\u0139"
4581                ]
4582            ]
4583        },
4584        {
4585            "input": "&Lambda",
4586            "description": "Bad named entity: Lambda without a semi-colon",
4587            "output": [
4588                [
4589                    "Character",
4590                    "&Lambda"
4591                ]
4592            ]
4593        },
4594        {
4595            "input": "&Lambda;",
4596            "description": "Named entity: Lambda; with a semi-colon",
4597            "output": [
4598                [
4599                    "Character",
4600                    "\u039b"
4601                ]
4602            ]
4603        },
4604        {
4605            "input": "&Lang",
4606            "description": "Bad named entity: Lang without a semi-colon",
4607            "output": [
4608                [
4609                    "Character",
4610                    "&Lang"
4611                ]
4612            ]
4613        },
4614        {
4615            "input": "&Lang;",
4616            "description": "Named entity: Lang; with a semi-colon",
4617            "output": [
4618                [
4619                    "Character",
4620                    "\u27ea"
4621                ]
4622            ]
4623        },
4624        {
4625            "input": "&Laplacetrf",
4626            "description": "Bad named entity: Laplacetrf without a semi-colon",
4627            "output": [
4628                [
4629                    "Character",
4630                    "&Laplacetrf"
4631                ]
4632            ]
4633        },
4634        {
4635            "input": "&Laplacetrf;",
4636            "description": "Named entity: Laplacetrf; with a semi-colon",
4637            "output": [
4638                [
4639                    "Character",
4640                    "\u2112"
4641                ]
4642            ]
4643        },
4644        {
4645            "input": "&Larr",
4646            "description": "Bad named entity: Larr without a semi-colon",
4647            "output": [
4648                [
4649                    "Character",
4650                    "&Larr"
4651                ]
4652            ]
4653        },
4654        {
4655            "input": "&Larr;",
4656            "description": "Named entity: Larr; with a semi-colon",
4657            "output": [
4658                [
4659                    "Character",
4660                    "\u219e"
4661                ]
4662            ]
4663        },
4664        {
4665            "input": "&Lcaron",
4666            "description": "Bad named entity: Lcaron without a semi-colon",
4667            "output": [
4668                [
4669                    "Character",
4670                    "&Lcaron"
4671                ]
4672            ]
4673        },
4674        {
4675            "input": "&Lcaron;",
4676            "description": "Named entity: Lcaron; with a semi-colon",
4677            "output": [
4678                [
4679                    "Character",
4680                    "\u013d"
4681                ]
4682            ]
4683        },
4684        {
4685            "input": "&Lcedil",
4686            "description": "Bad named entity: Lcedil without a semi-colon",
4687            "output": [
4688                [
4689                    "Character",
4690                    "&Lcedil"
4691                ]
4692            ]
4693        },
4694        {
4695            "input": "&Lcedil;",
4696            "description": "Named entity: Lcedil; with a semi-colon",
4697            "output": [
4698                [
4699                    "Character",
4700                    "\u013b"
4701                ]
4702            ]
4703        },
4704        {
4705            "input": "&Lcy",
4706            "description": "Bad named entity: Lcy without a semi-colon",
4707            "output": [
4708                [
4709                    "Character",
4710                    "&Lcy"
4711                ]
4712            ]
4713        },
4714        {
4715            "input": "&Lcy;",
4716            "description": "Named entity: Lcy; with a semi-colon",
4717            "output": [
4718                [
4719                    "Character",
4720                    "\u041b"
4721                ]
4722            ]
4723        },
4724        {
4725            "input": "&LeftAngleBracket",
4726            "description": "Bad named entity: LeftAngleBracket without a semi-colon",
4727            "output": [
4728                [
4729                    "Character",
4730                    "&LeftAngleBracket"
4731                ]
4732            ]
4733        },
4734        {
4735            "input": "&LeftAngleBracket;",
4736            "description": "Named entity: LeftAngleBracket; with a semi-colon",
4737            "output": [
4738                [
4739                    "Character",
4740                    "\u27e8"
4741                ]
4742            ]
4743        },
4744        {
4745            "input": "&LeftArrow",
4746            "description": "Bad named entity: LeftArrow without a semi-colon",
4747            "output": [
4748                [
4749                    "Character",
4750                    "&LeftArrow"
4751                ]
4752            ]
4753        },
4754        {
4755            "input": "&LeftArrow;",
4756            "description": "Named entity: LeftArrow; with a semi-colon",
4757            "output": [
4758                [
4759                    "Character",
4760                    "\u2190"
4761                ]
4762            ]
4763        },
4764        {
4765            "input": "&LeftArrowBar",
4766            "description": "Bad named entity: LeftArrowBar without a semi-colon",
4767            "output": [
4768                [
4769                    "Character",
4770                    "&LeftArrowBar"
4771                ]
4772            ]
4773        },
4774        {
4775            "input": "&LeftArrowBar;",
4776            "description": "Named entity: LeftArrowBar; with a semi-colon",
4777            "output": [
4778                [
4779                    "Character",
4780                    "\u21e4"
4781                ]
4782            ]
4783        },
4784        {
4785            "input": "&LeftArrowRightArrow",
4786            "description": "Bad named entity: LeftArrowRightArrow without a semi-colon",
4787            "output": [
4788                [
4789                    "Character",
4790                    "&LeftArrowRightArrow"
4791                ]
4792            ]
4793        },
4794        {
4795            "input": "&LeftArrowRightArrow;",
4796            "description": "Named entity: LeftArrowRightArrow; with a semi-colon",
4797            "output": [
4798                [
4799                    "Character",
4800                    "\u21c6"
4801                ]
4802            ]
4803        },
4804        {
4805            "input": "&LeftCeiling",
4806            "description": "Bad named entity: LeftCeiling without a semi-colon",
4807            "output": [
4808                [
4809                    "Character",
4810                    "&LeftCeiling"
4811                ]
4812            ]
4813        },
4814        {
4815            "input": "&LeftCeiling;",
4816            "description": "Named entity: LeftCeiling; with a semi-colon",
4817            "output": [
4818                [
4819                    "Character",
4820                    "\u2308"
4821                ]
4822            ]
4823        },
4824        {
4825            "input": "&LeftDoubleBracket",
4826            "description": "Bad named entity: LeftDoubleBracket without a semi-colon",
4827            "output": [
4828                [
4829                    "Character",
4830                    "&LeftDoubleBracket"
4831                ]
4832            ]
4833        },
4834        {
4835            "input": "&LeftDoubleBracket;",
4836            "description": "Named entity: LeftDoubleBracket; with a semi-colon",
4837            "output": [
4838                [
4839                    "Character",
4840                    "\u27e6"
4841                ]
4842            ]
4843        },
4844        {
4845            "input": "&LeftDownTeeVector",
4846            "description": "Bad named entity: LeftDownTeeVector without a semi-colon",
4847            "output": [
4848                [
4849                    "Character",
4850                    "&LeftDownTeeVector"
4851                ]
4852            ]
4853        },
4854        {
4855            "input": "&LeftDownTeeVector;",
4856            "description": "Named entity: LeftDownTeeVector; with a semi-colon",
4857            "output": [
4858                [
4859                    "Character",
4860                    "\u2961"
4861                ]
4862            ]
4863        },
4864        {
4865            "input": "&LeftDownVector",
4866            "description": "Bad named entity: LeftDownVector without a semi-colon",
4867            "output": [
4868                [
4869                    "Character",
4870                    "&LeftDownVector"
4871                ]
4872            ]
4873        },
4874        {
4875            "input": "&LeftDownVector;",
4876            "description": "Named entity: LeftDownVector; with a semi-colon",
4877            "output": [
4878                [
4879                    "Character",
4880                    "\u21c3"
4881                ]
4882            ]
4883        },
4884        {
4885            "input": "&LeftDownVectorBar",
4886            "description": "Bad named entity: LeftDownVectorBar without a semi-colon",
4887            "output": [
4888                [
4889                    "Character",
4890                    "&LeftDownVectorBar"
4891                ]
4892            ]
4893        },
4894        {
4895            "input": "&LeftDownVectorBar;",
4896            "description": "Named entity: LeftDownVectorBar; with a semi-colon",
4897            "output": [
4898                [
4899                    "Character",
4900                    "\u2959"
4901                ]
4902            ]
4903        },
4904        {
4905            "input": "&LeftFloor",
4906            "description": "Bad named entity: LeftFloor without a semi-colon",
4907            "output": [
4908                [
4909                    "Character",
4910                    "&LeftFloor"
4911                ]
4912            ]
4913        },
4914        {
4915            "input": "&LeftFloor;",
4916            "description": "Named entity: LeftFloor; with a semi-colon",
4917            "output": [
4918                [
4919                    "Character",
4920                    "\u230a"
4921                ]
4922            ]
4923        },
4924        {
4925            "input": "&LeftRightArrow",
4926            "description": "Bad named entity: LeftRightArrow without a semi-colon",
4927            "output": [
4928                [
4929                    "Character",
4930                    "&LeftRightArrow"
4931                ]
4932            ]
4933        },
4934        {
4935            "input": "&LeftRightArrow;",
4936            "description": "Named entity: LeftRightArrow; with a semi-colon",
4937            "output": [
4938                [
4939                    "Character",
4940                    "\u2194"
4941                ]
4942            ]
4943        },
4944        {
4945            "input": "&LeftRightVector",
4946            "description": "Bad named entity: LeftRightVector without a semi-colon",
4947            "output": [
4948                [
4949                    "Character",
4950                    "&LeftRightVector"
4951                ]
4952            ]
4953        },
4954        {
4955            "input": "&LeftRightVector;",
4956            "description": "Named entity: LeftRightVector; with a semi-colon",
4957            "output": [
4958                [
4959                    "Character",
4960                    "\u294e"
4961                ]
4962            ]
4963        },
4964        {
4965            "input": "&LeftTee",
4966            "description": "Bad named entity: LeftTee without a semi-colon",
4967            "output": [
4968                [
4969                    "Character",
4970                    "&LeftTee"
4971                ]
4972            ]
4973        },
4974        {
4975            "input": "&LeftTee;",
4976            "description": "Named entity: LeftTee; with a semi-colon",
4977            "output": [
4978                [
4979                    "Character",
4980                    "\u22a3"
4981                ]
4982            ]
4983        },
4984        {
4985            "input": "&LeftTeeArrow",
4986            "description": "Bad named entity: LeftTeeArrow without a semi-colon",
4987            "output": [
4988                [
4989                    "Character",
4990                    "&LeftTeeArrow"
4991                ]
4992            ]
4993        },
4994        {
4995            "input": "&LeftTeeArrow;",
4996            "description": "Named entity: LeftTeeArrow; with a semi-colon",
4997            "output": [
4998                [
4999                    "Character",
5000                    "\u21a4"
5001                ]
5002            ]
5003        },
5004        {
5005            "input": "&LeftTeeVector",
5006            "description": "Bad named entity: LeftTeeVector without a semi-colon",
5007            "output": [
5008                [
5009                    "Character",
5010                    "&LeftTeeVector"
5011                ]
5012            ]
5013        },
5014        {
5015            "input": "&LeftTeeVector;",
5016            "description": "Named entity: LeftTeeVector; with a semi-colon",
5017            "output": [
5018                [
5019                    "Character",
5020                    "\u295a"
5021                ]
5022            ]
5023        },
5024        {
5025            "input": "&LeftTriangle",
5026            "description": "Bad named entity: LeftTriangle without a semi-colon",
5027            "output": [
5028                [
5029                    "Character",
5030                    "&LeftTriangle"
5031                ]
5032            ]
5033        },
5034        {
5035            "input": "&LeftTriangle;",
5036            "description": "Named entity: LeftTriangle; with a semi-colon",
5037            "output": [
5038                [
5039                    "Character",
5040                    "\u22b2"
5041                ]
5042            ]
5043        },
5044        {
5045            "input": "&LeftTriangleBar",
5046            "description": "Bad named entity: LeftTriangleBar without a semi-colon",
5047            "output": [
5048                [
5049                    "Character",
5050                    "&LeftTriangleBar"
5051                ]
5052            ]
5053        },
5054        {
5055            "input": "&LeftTriangleBar;",
5056            "description": "Named entity: LeftTriangleBar; with a semi-colon",
5057            "output": [
5058                [
5059                    "Character",
5060                    "\u29cf"
5061                ]
5062            ]
5063        },
5064        {
5065            "input": "&LeftTriangleEqual",
5066            "description": "Bad named entity: LeftTriangleEqual without a semi-colon",
5067            "output": [
5068                [
5069                    "Character",
5070                    "&LeftTriangleEqual"
5071                ]
5072            ]
5073        },
5074        {
5075            "input": "&LeftTriangleEqual;",
5076            "description": "Named entity: LeftTriangleEqual; with a semi-colon",
5077            "output": [
5078                [
5079                    "Character",
5080                    "\u22b4"
5081                ]
5082            ]
5083        },
5084        {
5085            "input": "&LeftUpDownVector",
5086            "description": "Bad named entity: LeftUpDownVector without a semi-colon",
5087            "output": [
5088                [
5089                    "Character",
5090                    "&LeftUpDownVector"
5091                ]
5092            ]
5093        },
5094        {
5095            "input": "&LeftUpDownVector;",
5096            "description": "Named entity: LeftUpDownVector; with a semi-colon",
5097            "output": [
5098                [
5099                    "Character",
5100                    "\u2951"
5101                ]
5102            ]
5103        },
5104        {
5105            "input": "&LeftUpTeeVector",
5106            "description": "Bad named entity: LeftUpTeeVector without a semi-colon",
5107            "output": [
5108                [
5109                    "Character",
5110                    "&LeftUpTeeVector"
5111                ]
5112            ]
5113        },
5114        {
5115            "input": "&LeftUpTeeVector;",
5116            "description": "Named entity: LeftUpTeeVector; with a semi-colon",
5117            "output": [
5118                [
5119                    "Character",
5120                    "\u2960"
5121                ]
5122            ]
5123        },
5124        {
5125            "input": "&LeftUpVector",
5126            "description": "Bad named entity: LeftUpVector without a semi-colon",
5127            "output": [
5128                [
5129                    "Character",
5130                    "&LeftUpVector"
5131                ]
5132            ]
5133        },
5134        {
5135            "input": "&LeftUpVector;",
5136            "description": "Named entity: LeftUpVector; with a semi-colon",
5137            "output": [
5138                [
5139                    "Character",
5140                    "\u21bf"
5141                ]
5142            ]
5143        },
5144        {
5145            "input": "&LeftUpVectorBar",
5146            "description": "Bad named entity: LeftUpVectorBar without a semi-colon",
5147            "output": [
5148                [
5149                    "Character",
5150                    "&LeftUpVectorBar"
5151                ]
5152            ]
5153        },
5154        {
5155            "input": "&LeftUpVectorBar;",
5156            "description": "Named entity: LeftUpVectorBar; with a semi-colon",
5157            "output": [
5158                [
5159                    "Character",
5160                    "\u2958"
5161                ]
5162            ]
5163        },
5164        {
5165            "input": "&LeftVector",
5166            "description": "Bad named entity: LeftVector without a semi-colon",
5167            "output": [
5168                [
5169                    "Character",
5170                    "&LeftVector"
5171                ]
5172            ]
5173        },
5174        {
5175            "input": "&LeftVector;",
5176            "description": "Named entity: LeftVector; with a semi-colon",
5177            "output": [
5178                [
5179                    "Character",
5180                    "\u21bc"
5181                ]
5182            ]
5183        },
5184        {
5185            "input": "&LeftVectorBar",
5186            "description": "Bad named entity: LeftVectorBar without a semi-colon",
5187            "output": [
5188                [
5189                    "Character",
5190                    "&LeftVectorBar"
5191                ]
5192            ]
5193        },
5194        {
5195            "input": "&LeftVectorBar;",
5196            "description": "Named entity: LeftVectorBar; with a semi-colon",
5197            "output": [
5198                [
5199                    "Character",
5200                    "\u2952"
5201                ]
5202            ]
5203        },
5204        {
5205            "input": "&Leftarrow",
5206            "description": "Bad named entity: Leftarrow without a semi-colon",
5207            "output": [
5208                [
5209                    "Character",
5210                    "&Leftarrow"
5211                ]
5212            ]
5213        },
5214        {
5215            "input": "&Leftarrow;",
5216            "description": "Named entity: Leftarrow; with a semi-colon",
5217            "output": [
5218                [
5219                    "Character",
5220                    "\u21d0"
5221                ]
5222            ]
5223        },
5224        {
5225            "input": "&Leftrightarrow",
5226            "description": "Bad named entity: Leftrightarrow without a semi-colon",
5227            "output": [
5228                [
5229                    "Character",
5230                    "&Leftrightarrow"
5231                ]
5232            ]
5233        },
5234        {
5235            "input": "&Leftrightarrow;",
5236            "description": "Named entity: Leftrightarrow; with a semi-colon",
5237            "output": [
5238                [
5239                    "Character",
5240                    "\u21d4"
5241                ]
5242            ]
5243        },
5244        {
5245            "input": "&LessEqualGreater",
5246            "description": "Bad named entity: LessEqualGreater without a semi-colon",
5247            "output": [
5248                [
5249                    "Character",
5250                    "&LessEqualGreater"
5251                ]
5252            ]
5253        },
5254        {
5255            "input": "&LessEqualGreater;",
5256            "description": "Named entity: LessEqualGreater; with a semi-colon",
5257            "output": [
5258                [
5259                    "Character",
5260                    "\u22da"
5261                ]
5262            ]
5263        },
5264        {
5265            "input": "&LessFullEqual",
5266            "description": "Bad named entity: LessFullEqual without a semi-colon",
5267            "output": [
5268                [
5269                    "Character",
5270                    "&LessFullEqual"
5271                ]
5272            ]
5273        },
5274        {
5275            "input": "&LessFullEqual;",
5276            "description": "Named entity: LessFullEqual; with a semi-colon",
5277            "output": [
5278                [
5279                    "Character",
5280                    "\u2266"
5281                ]
5282            ]
5283        },
5284        {
5285            "input": "&LessGreater",
5286            "description": "Bad named entity: LessGreater without a semi-colon",
5287            "output": [
5288                [
5289                    "Character",
5290                    "&LessGreater"
5291                ]
5292            ]
5293        },
5294        {
5295            "input": "&LessGreater;",
5296            "description": "Named entity: LessGreater; with a semi-colon",
5297            "output": [
5298                [
5299                    "Character",
5300                    "\u2276"
5301                ]
5302            ]
5303        },
5304        {
5305            "input": "&LessLess",
5306            "description": "Bad named entity: LessLess without a semi-colon",
5307            "output": [
5308                [
5309                    "Character",
5310                    "&LessLess"
5311                ]
5312            ]
5313        },
5314        {
5315            "input": "&LessLess;",
5316            "description": "Named entity: LessLess; with a semi-colon",
5317            "output": [
5318                [
5319                    "Character",
5320                    "\u2aa1"
5321                ]
5322            ]
5323        },
5324        {
5325            "input": "&LessSlantEqual",
5326            "description": "Bad named entity: LessSlantEqual without a semi-colon",
5327            "output": [
5328                [
5329                    "Character",
5330                    "&LessSlantEqual"
5331                ]
5332            ]
5333        },
5334        {
5335            "input": "&LessSlantEqual;",
5336            "description": "Named entity: LessSlantEqual; with a semi-colon",
5337            "output": [
5338                [
5339                    "Character",
5340                    "\u2a7d"
5341                ]
5342            ]
5343        },
5344        {
5345            "input": "&LessTilde",
5346            "description": "Bad named entity: LessTilde without a semi-colon",
5347            "output": [
5348                [
5349                    "Character",
5350                    "&LessTilde"
5351                ]
5352            ]
5353        },
5354        {
5355            "input": "&LessTilde;",
5356            "description": "Named entity: LessTilde; with a semi-colon",
5357            "output": [
5358                [
5359                    "Character",
5360                    "\u2272"
5361                ]
5362            ]
5363        },
5364        {
5365            "input": "&Lfr",
5366            "description": "Bad named entity: Lfr without a semi-colon",
5367            "output": [
5368                [
5369                    "Character",
5370                    "&Lfr"
5371                ]
5372            ]
5373        },
5374        {
5375            "input": "&Lfr;",
5376            "description": "Named entity: Lfr; with a semi-colon",
5377            "output": [
5378                [
5379                    "Character",
5380                    "\ud835\udd0f"
5381                ]
5382            ]
5383        },
5384        {
5385            "input": "&Ll",
5386            "description": "Bad named entity: Ll without a semi-colon",
5387            "output": [
5388                [
5389                    "Character",
5390                    "&Ll"
5391                ]
5392            ]
5393        },
5394        {
5395            "input": "&Ll;",
5396            "description": "Named entity: Ll; with a semi-colon",
5397            "output": [
5398                [
5399                    "Character",
5400                    "\u22d8"
5401                ]
5402            ]
5403        },
5404        {
5405            "input": "&Lleftarrow",
5406            "description": "Bad named entity: Lleftarrow without a semi-colon",
5407            "output": [
5408                [
5409                    "Character",
5410                    "&Lleftarrow"
5411                ]
5412            ]
5413        },
5414        {
5415            "input": "&Lleftarrow;",
5416            "description": "Named entity: Lleftarrow; with a semi-colon",
5417            "output": [
5418                [
5419                    "Character",
5420                    "\u21da"
5421                ]
5422            ]
5423        },
5424        {
5425            "input": "&Lmidot",
5426            "description": "Bad named entity: Lmidot without a semi-colon",
5427            "output": [
5428                [
5429                    "Character",
5430                    "&Lmidot"
5431                ]
5432            ]
5433        },
5434        {
5435            "input": "&Lmidot;",
5436            "description": "Named entity: Lmidot; with a semi-colon",
5437            "output": [
5438                [
5439                    "Character",
5440                    "\u013f"
5441                ]
5442            ]
5443        },
5444        {
5445            "input": "&LongLeftArrow",
5446            "description": "Bad named entity: LongLeftArrow without a semi-colon",
5447            "output": [
5448                [
5449                    "Character",
5450                    "&LongLeftArrow"
5451                ]
5452            ]
5453        },
5454        {
5455            "input": "&LongLeftArrow;",
5456            "description": "Named entity: LongLeftArrow; with a semi-colon",
5457            "output": [
5458                [
5459                    "Character",
5460                    "\u27f5"
5461                ]
5462            ]
5463        },
5464        {
5465            "input": "&LongLeftRightArrow",
5466            "description": "Bad named entity: LongLeftRightArrow without a semi-colon",
5467            "output": [
5468                [
5469                    "Character",
5470                    "&LongLeftRightArrow"
5471                ]
5472            ]
5473        },
5474        {
5475            "input": "&LongLeftRightArrow;",
5476            "description": "Named entity: LongLeftRightArrow; with a semi-colon",
5477            "output": [
5478                [
5479                    "Character",
5480                    "\u27f7"
5481                ]
5482            ]
5483        },
5484        {
5485            "input": "&LongRightArrow",
5486            "description": "Bad named entity: LongRightArrow without a semi-colon",
5487            "output": [
5488                [
5489                    "Character",
5490                    "&LongRightArrow"
5491                ]
5492            ]
5493        },
5494        {
5495            "input": "&LongRightArrow;",
5496            "description": "Named entity: LongRightArrow; with a semi-colon",
5497            "output": [
5498                [
5499                    "Character",
5500                    "\u27f6"
5501                ]
5502            ]
5503        },
5504        {
5505            "input": "&Longleftarrow",
5506            "description": "Bad named entity: Longleftarrow without a semi-colon",
5507            "output": [
5508                [
5509                    "Character",
5510                    "&Longleftarrow"
5511                ]
5512            ]
5513        },
5514        {
5515            "input": "&Longleftarrow;",
5516            "description": "Named entity: Longleftarrow; with a semi-colon",
5517            "output": [
5518                [
5519                    "Character",
5520                    "\u27f8"
5521                ]
5522            ]
5523        },
5524        {
5525            "input": "&Longleftrightarrow",
5526            "description": "Bad named entity: Longleftrightarrow without a semi-colon",
5527            "output": [
5528                [
5529                    "Character",
5530                    "&Longleftrightarrow"
5531                ]
5532            ]
5533        },
5534        {
5535            "input": "&Longleftrightarrow;",
5536            "description": "Named entity: Longleftrightarrow; with a semi-colon",
5537            "output": [
5538                [
5539                    "Character",
5540                    "\u27fa"
5541                ]
5542            ]
5543        },
5544        {
5545            "input": "&Longrightarrow",
5546            "description": "Bad named entity: Longrightarrow without a semi-colon",
5547            "output": [
5548                [
5549                    "Character",
5550                    "&Longrightarrow"
5551                ]
5552            ]
5553        },
5554        {
5555            "input": "&Longrightarrow;",
5556            "description": "Named entity: Longrightarrow; with a semi-colon",
5557            "output": [
5558                [
5559                    "Character",
5560                    "\u27f9"
5561                ]
5562            ]
5563        },
5564        {
5565            "input": "&Lopf",
5566            "description": "Bad named entity: Lopf without a semi-colon",
5567            "output": [
5568                [
5569                    "Character",
5570                    "&Lopf"
5571                ]
5572            ]
5573        },
5574        {
5575            "input": "&Lopf;",
5576            "description": "Named entity: Lopf; with a semi-colon",
5577            "output": [
5578                [
5579                    "Character",
5580                    "\ud835\udd43"
5581                ]
5582            ]
5583        },
5584        {
5585            "input": "&LowerLeftArrow",
5586            "description": "Bad named entity: LowerLeftArrow without a semi-colon",
5587            "output": [
5588                [
5589                    "Character",
5590                    "&LowerLeftArrow"
5591                ]
5592            ]
5593        },
5594        {
5595            "input": "&LowerLeftArrow;",
5596            "description": "Named entity: LowerLeftArrow; with a semi-colon",
5597            "output": [
5598                [
5599                    "Character",
5600                    "\u2199"
5601                ]
5602            ]
5603        },
5604        {
5605            "input": "&LowerRightArrow",
5606            "description": "Bad named entity: LowerRightArrow without a semi-colon",
5607            "output": [
5608                [
5609                    "Character",
5610                    "&LowerRightArrow"
5611                ]
5612            ]
5613        },
5614        {
5615            "input": "&LowerRightArrow;",
5616            "description": "Named entity: LowerRightArrow; with a semi-colon",
5617            "output": [
5618                [
5619                    "Character",
5620                    "\u2198"
5621                ]
5622            ]
5623        },
5624        {
5625            "input": "&Lscr",
5626            "description": "Bad named entity: Lscr without a semi-colon",
5627            "output": [
5628                [
5629                    "Character",
5630                    "&Lscr"
5631                ]
5632            ]
5633        },
5634        {
5635            "input": "&Lscr;",
5636            "description": "Named entity: Lscr; with a semi-colon",
5637            "output": [
5638                [
5639                    "Character",
5640                    "\u2112"
5641                ]
5642            ]
5643        },
5644        {
5645            "input": "&Lsh",
5646            "description": "Bad named entity: Lsh without a semi-colon",
5647            "output": [
5648                [
5649                    "Character",
5650                    "&Lsh"
5651                ]
5652            ]
5653        },
5654        {
5655            "input": "&Lsh;",
5656            "description": "Named entity: Lsh; with a semi-colon",
5657            "output": [
5658                [
5659                    "Character",
5660                    "\u21b0"
5661                ]
5662            ]
5663        },
5664        {
5665            "input": "&Lstrok",
5666            "description": "Bad named entity: Lstrok without a semi-colon",
5667            "output": [
5668                [
5669                    "Character",
5670                    "&Lstrok"
5671                ]
5672            ]
5673        },
5674        {
5675            "input": "&Lstrok;",
5676            "description": "Named entity: Lstrok; with a semi-colon",
5677            "output": [
5678                [
5679                    "Character",
5680                    "\u0141"
5681                ]
5682            ]
5683        },
5684        {
5685            "input": "&Lt",
5686            "description": "Bad named entity: Lt without a semi-colon",
5687            "output": [
5688                [
5689                    "Character",
5690                    "&Lt"
5691                ]
5692            ]
5693        },
5694        {
5695            "input": "&Lt;",
5696            "description": "Named entity: Lt; with a semi-colon",
5697            "output": [
5698                [
5699                    "Character",
5700                    "\u226a"
5701                ]
5702            ]
5703        },
5704        {
5705            "input": "&Map",
5706            "description": "Bad named entity: Map without a semi-colon",
5707            "output": [
5708                [
5709                    "Character",
5710                    "&Map"
5711                ]
5712            ]
5713        },
5714        {
5715            "input": "&Map;",
5716            "description": "Named entity: Map; with a semi-colon",
5717            "output": [
5718                [
5719                    "Character",
5720                    "\u2905"
5721                ]
5722            ]
5723        },
5724        {
5725            "input": "&Mcy",
5726            "description": "Bad named entity: Mcy without a semi-colon",
5727            "output": [
5728                [
5729                    "Character",
5730                    "&Mcy"
5731                ]
5732            ]
5733        },
5734        {
5735            "input": "&Mcy;",
5736            "description": "Named entity: Mcy; with a semi-colon",
5737            "output": [
5738                [
5739                    "Character",
5740                    "\u041c"
5741                ]
5742            ]
5743        },
5744        {
5745            "input": "&MediumSpace",
5746            "description": "Bad named entity: MediumSpace without a semi-colon",
5747            "output": [
5748                [
5749                    "Character",
5750                    "&MediumSpace"
5751                ]
5752            ]
5753        },
5754        {
5755            "input": "&MediumSpace;",
5756            "description": "Named entity: MediumSpace; with a semi-colon",
5757            "output": [
5758                [
5759                    "Character",
5760                    "\u205f"
5761                ]
5762            ]
5763        },
5764        {
5765            "input": "&Mellintrf",
5766            "description": "Bad named entity: Mellintrf without a semi-colon",
5767            "output": [
5768                [
5769                    "Character",
5770                    "&Mellintrf"
5771                ]
5772            ]
5773        },
5774        {
5775            "input": "&Mellintrf;",
5776            "description": "Named entity: Mellintrf; with a semi-colon",
5777            "output": [
5778                [
5779                    "Character",
5780                    "\u2133"
5781                ]
5782            ]
5783        },
5784        {
5785            "input": "&Mfr",
5786            "description": "Bad named entity: Mfr without a semi-colon",
5787            "output": [
5788                [
5789                    "Character",
5790                    "&Mfr"
5791                ]
5792            ]
5793        },
5794        {
5795            "input": "&Mfr;",
5796            "description": "Named entity: Mfr; with a semi-colon",
5797            "output": [
5798                [
5799                    "Character",
5800                    "\ud835\udd10"
5801                ]
5802            ]
5803        },
5804        {
5805            "input": "&MinusPlus",
5806            "description": "Bad named entity: MinusPlus without a semi-colon",
5807            "output": [
5808                [
5809                    "Character",
5810                    "&MinusPlus"
5811                ]
5812            ]
5813        },
5814        {
5815            "input": "&MinusPlus;",
5816            "description": "Named entity: MinusPlus; with a semi-colon",
5817            "output": [
5818                [
5819                    "Character",
5820                    "\u2213"
5821                ]
5822            ]
5823        },
5824        {
5825            "input": "&Mopf",
5826            "description": "Bad named entity: Mopf without a semi-colon",
5827            "output": [
5828                [
5829                    "Character",
5830                    "&Mopf"
5831                ]
5832            ]
5833        },
5834        {
5835            "input": "&Mopf;",
5836            "description": "Named entity: Mopf; with a semi-colon",
5837            "output": [
5838                [
5839                    "Character",
5840                    "\ud835\udd44"
5841                ]
5842            ]
5843        },
5844        {
5845            "input": "&Mscr",
5846            "description": "Bad named entity: Mscr without a semi-colon",
5847            "output": [
5848                [
5849                    "Character",
5850                    "&Mscr"
5851                ]
5852            ]
5853        },
5854        {
5855            "input": "&Mscr;",
5856            "description": "Named entity: Mscr; with a semi-colon",
5857            "output": [
5858                [
5859                    "Character",
5860                    "\u2133"
5861                ]
5862            ]
5863        },
5864        {
5865            "input": "&Mu",
5866            "description": "Bad named entity: Mu without a semi-colon",
5867            "output": [
5868                [
5869                    "Character",
5870                    "&Mu"
5871                ]
5872            ]
5873        },
5874        {
5875            "input": "&Mu;",
5876            "description": "Named entity: Mu; with a semi-colon",
5877            "output": [
5878                [
5879                    "Character",
5880                    "\u039c"
5881                ]
5882            ]
5883        },
5884        {
5885            "input": "&NJcy",
5886            "description": "Bad named entity: NJcy without a semi-colon",
5887            "output": [
5888                [
5889                    "Character",
5890                    "&NJcy"
5891                ]
5892            ]
5893        },
5894        {
5895            "input": "&NJcy;",
5896            "description": "Named entity: NJcy; with a semi-colon",
5897            "output": [
5898                [
5899                    "Character",
5900                    "\u040a"
5901                ]
5902            ]
5903        },
5904        {
5905            "input": "&Nacute",
5906            "description": "Bad named entity: Nacute without a semi-colon",
5907            "output": [
5908                [
5909                    "Character",
5910                    "&Nacute"
5911                ]
5912            ]
5913        },
5914        {
5915            "input": "&Nacute;",
5916            "description": "Named entity: Nacute; with a semi-colon",
5917            "output": [
5918                [
5919                    "Character",
5920                    "\u0143"
5921                ]
5922            ]
5923        },
5924        {
5925            "input": "&Ncaron",
5926            "description": "Bad named entity: Ncaron without a semi-colon",
5927            "output": [
5928                [
5929                    "Character",
5930                    "&Ncaron"
5931                ]
5932            ]
5933        },
5934        {
5935            "input": "&Ncaron;",
5936            "description": "Named entity: Ncaron; with a semi-colon",
5937            "output": [
5938                [
5939                    "Character",
5940                    "\u0147"
5941                ]
5942            ]
5943        },
5944        {
5945            "input": "&Ncedil",
5946            "description": "Bad named entity: Ncedil without a semi-colon",
5947            "output": [
5948                [
5949                    "Character",
5950                    "&Ncedil"
5951                ]
5952            ]
5953        },
5954        {
5955            "input": "&Ncedil;",
5956            "description": "Named entity: Ncedil; with a semi-colon",
5957            "output": [
5958                [
5959                    "Character",
5960                    "\u0145"
5961                ]
5962            ]
5963        },
5964        {
5965            "input": "&Ncy",
5966            "description": "Bad named entity: Ncy without a semi-colon",
5967            "output": [
5968                [
5969                    "Character",
5970                    "&Ncy"
5971                ]
5972            ]
5973        },
5974        {
5975            "input": "&Ncy;",
5976            "description": "Named entity: Ncy; with a semi-colon",
5977            "output": [
5978                [
5979                    "Character",
5980                    "\u041d"
5981                ]
5982            ]
5983        },
5984        {
5985            "input": "&NegativeMediumSpace",
5986            "description": "Bad named entity: NegativeMediumSpace without a semi-colon",
5987            "output": [
5988                [
5989                    "Character",
5990                    "&NegativeMediumSpace"
5991                ]
5992            ]
5993        },
5994        {
5995            "input": "&NegativeMediumSpace;",
5996            "description": "Named entity: NegativeMediumSpace; with a semi-colon",
5997            "output": [
5998                [
5999                    "Character",
6000                    "\u200b"
6001                ]
6002            ]
6003        },
6004        {
6005            "input": "&NegativeThickSpace",
6006            "description": "Bad named entity: NegativeThickSpace without a semi-colon",
6007            "output": [
6008                [
6009                    "Character",
6010                    "&NegativeThickSpace"
6011                ]
6012            ]
6013        },
6014        {
6015            "input": "&NegativeThickSpace;",
6016            "description": "Named entity: NegativeThickSpace; with a semi-colon",
6017            "output": [
6018                [
6019                    "Character",
6020                    "\u200b"
6021                ]
6022            ]
6023        },
6024        {
6025            "input": "&NegativeThinSpace",
6026            "description": "Bad named entity: NegativeThinSpace without a semi-colon",
6027            "output": [
6028                [
6029                    "Character",
6030                    "&NegativeThinSpace"
6031                ]
6032            ]
6033        },
6034        {
6035            "input": "&NegativeThinSpace;",
6036            "description": "Named entity: NegativeThinSpace; with a semi-colon",
6037            "output": [
6038                [
6039                    "Character",
6040                    "\u200b"
6041                ]
6042            ]
6043        },
6044        {
6045            "input": "&NegativeVeryThinSpace",
6046            "description": "Bad named entity: NegativeVeryThinSpace without a semi-colon",
6047            "output": [
6048                [
6049                    "Character",
6050                    "&NegativeVeryThinSpace"
6051                ]
6052            ]
6053        },
6054        {
6055            "input": "&NegativeVeryThinSpace;",
6056            "description": "Named entity: NegativeVeryThinSpace; with a semi-colon",
6057            "output": [
6058                [
6059                    "Character",
6060                    "\u200b"
6061                ]
6062            ]
6063        },
6064        {
6065            "input": "&NestedGreaterGreater",
6066            "description": "Bad named entity: NestedGreaterGreater without a semi-colon",
6067            "output": [
6068                [
6069                    "Character",
6070                    "&NestedGreaterGreater"
6071                ]
6072            ]
6073        },
6074        {
6075            "input": "&NestedGreaterGreater;",
6076            "description": "Named entity: NestedGreaterGreater; with a semi-colon",
6077            "output": [
6078                [
6079                    "Character",
6080                    "\u226b"
6081                ]
6082            ]
6083        },
6084        {
6085            "input": "&NestedLessLess",
6086            "description": "Bad named entity: NestedLessLess without a semi-colon",
6087            "output": [
6088                [
6089                    "Character",
6090                    "&NestedLessLess"
6091                ]
6092            ]
6093        },
6094        {
6095            "input": "&NestedLessLess;",
6096            "description": "Named entity: NestedLessLess; with a semi-colon",
6097            "output": [
6098                [
6099                    "Character",
6100                    "\u226a"
6101                ]
6102            ]
6103        },
6104        {
6105            "input": "&NewLine",
6106            "description": "Bad named entity: NewLine without a semi-colon",
6107            "output": [
6108                [
6109                    "Character",
6110                    "&NewLine"
6111                ]
6112            ]
6113        },
6114        {
6115            "input": "&NewLine;",
6116            "description": "Named entity: NewLine; with a semi-colon",
6117            "output": [
6118                [
6119                    "Character",
6120                    "\n"
6121                ]
6122            ]
6123        },
6124        {
6125            "input": "&Nfr",
6126            "description": "Bad named entity: Nfr without a semi-colon",
6127            "output": [
6128                [
6129                    "Character",
6130                    "&Nfr"
6131                ]
6132            ]
6133        },
6134        {
6135            "input": "&Nfr;",
6136            "description": "Named entity: Nfr; with a semi-colon",
6137            "output": [
6138                [
6139                    "Character",
6140                    "\ud835\udd11"
6141                ]
6142            ]
6143        },
6144        {
6145            "input": "&NoBreak",
6146            "description": "Bad named entity: NoBreak without a semi-colon",
6147            "output": [
6148                [
6149                    "Character",
6150                    "&NoBreak"
6151                ]
6152            ]
6153        },
6154        {
6155            "input": "&NoBreak;",
6156            "description": "Named entity: NoBreak; with a semi-colon",
6157            "output": [
6158                [
6159                    "Character",
6160                    "\u2060"
6161                ]
6162            ]
6163        },
6164        {
6165            "input": "&NonBreakingSpace",
6166            "description": "Bad named entity: NonBreakingSpace without a semi-colon",
6167            "output": [
6168                [
6169                    "Character",
6170                    "&NonBreakingSpace"
6171                ]
6172            ]
6173        },
6174        {
6175            "input": "&NonBreakingSpace;",
6176            "description": "Named entity: NonBreakingSpace; with a semi-colon",
6177            "output": [
6178                [
6179                    "Character",
6180                    "\u00a0"
6181                ]
6182            ]
6183        },
6184        {
6185            "input": "&Nopf",
6186            "description": "Bad named entity: Nopf without a semi-colon",
6187            "output": [
6188                [
6189                    "Character",
6190                    "&Nopf"
6191                ]
6192            ]
6193        },
6194        {
6195            "input": "&Nopf;",
6196            "description": "Named entity: Nopf; with a semi-colon",
6197            "output": [
6198                [
6199                    "Character",
6200                    "\u2115"
6201                ]
6202            ]
6203        },
6204        {
6205            "input": "&Not",
6206            "description": "Bad named entity: Not without a semi-colon",
6207            "output": [
6208                [
6209                    "Character",
6210                    "&Not"
6211                ]
6212            ]
6213        },
6214        {
6215            "input": "&Not;",
6216            "description": "Named entity: Not; with a semi-colon",
6217            "output": [
6218                [
6219                    "Character",
6220                    "\u2aec"
6221                ]
6222            ]
6223        },
6224        {
6225            "input": "&NotCongruent",
6226            "description": "Bad named entity: NotCongruent without a semi-colon",
6227            "output": [
6228                [
6229                    "Character",
6230                    "&NotCongruent"
6231                ]
6232            ]
6233        },
6234        {
6235            "input": "&NotCongruent;",
6236            "description": "Named entity: NotCongruent; with a semi-colon",
6237            "output": [
6238                [
6239                    "Character",
6240                    "\u2262"
6241                ]
6242            ]
6243        },
6244        {
6245            "input": "&NotCupCap",
6246            "description": "Bad named entity: NotCupCap without a semi-colon",
6247            "output": [
6248                [
6249                    "Character",
6250                    "&NotCupCap"
6251                ]
6252            ]
6253        },
6254        {
6255            "input": "&NotCupCap;",
6256            "description": "Named entity: NotCupCap; with a semi-colon",
6257            "output": [
6258                [
6259                    "Character",
6260                    "\u226d"
6261                ]
6262            ]
6263        },
6264        {
6265            "input": "&NotDoubleVerticalBar",
6266            "description": "Bad named entity: NotDoubleVerticalBar without a semi-colon",
6267            "output": [
6268                [
6269                    "Character",
6270                    "&NotDoubleVerticalBar"
6271                ]
6272            ]
6273        },
6274        {
6275            "input": "&NotDoubleVerticalBar;",
6276            "description": "Named entity: NotDoubleVerticalBar; with a semi-colon",
6277            "output": [
6278                [
6279                    "Character",
6280                    "\u2226"
6281                ]
6282            ]
6283        },
6284        {
6285            "input": "&NotElement",
6286            "description": "Bad named entity: NotElement without a semi-colon",
6287            "output": [
6288                [
6289                    "Character",
6290                    "&NotElement"
6291                ]
6292            ]
6293        },
6294        {
6295            "input": "&NotElement;",
6296            "description": "Named entity: NotElement; with a semi-colon",
6297            "output": [
6298                [
6299                    "Character",
6300                    "\u2209"
6301                ]
6302            ]
6303        },
6304        {
6305            "input": "&NotEqual",
6306            "description": "Bad named entity: NotEqual without a semi-colon",
6307            "output": [
6308                [
6309                    "Character",
6310                    "&NotEqual"
6311                ]
6312            ]
6313        },
6314        {
6315            "input": "&NotEqual;",
6316            "description": "Named entity: NotEqual; with a semi-colon",
6317            "output": [
6318                [
6319                    "Character",
6320                    "\u2260"
6321                ]
6322            ]
6323        },
6324        {
6325            "input": "&NotEqualTilde",
6326            "description": "Bad named entity: NotEqualTilde without a semi-colon",
6327            "output": [
6328                [
6329                    "Character",
6330                    "&NotEqualTilde"
6331                ]
6332            ]
6333        },
6334        {
6335            "input": "&NotEqualTilde;",
6336            "description": "Named entity: NotEqualTilde; with a semi-colon",
6337            "output": [
6338                [
6339                    "Character",
6340                    "\u2242\u0338"
6341                ]
6342            ]
6343        },
6344        {
6345            "input": "&NotExists",
6346            "description": "Bad named entity: NotExists without a semi-colon",
6347            "output": [
6348                [
6349                    "Character",
6350                    "&NotExists"
6351                ]
6352            ]
6353        },
6354        {
6355            "input": "&NotExists;",
6356            "description": "Named entity: NotExists; with a semi-colon",
6357            "output": [
6358                [
6359                    "Character",
6360                    "\u2204"
6361                ]
6362            ]
6363        },
6364        {
6365            "input": "&NotGreater",
6366            "description": "Bad named entity: NotGreater without a semi-colon",
6367            "output": [
6368                [
6369                    "Character",
6370                    "&NotGreater"
6371                ]
6372            ]
6373        },
6374        {
6375            "input": "&NotGreater;",
6376            "description": "Named entity: NotGreater; with a semi-colon",
6377            "output": [
6378                [
6379                    "Character",
6380                    "\u226f"
6381                ]
6382            ]
6383        },
6384        {
6385            "input": "&NotGreaterEqual",
6386            "description": "Bad named entity: NotGreaterEqual without a semi-colon",
6387            "output": [
6388                [
6389                    "Character",
6390                    "&NotGreaterEqual"
6391                ]
6392            ]
6393        },
6394        {
6395            "input": "&NotGreaterEqual;",
6396            "description": "Named entity: NotGreaterEqual; with a semi-colon",
6397            "output": [
6398                [
6399                    "Character",
6400                    "\u2271"
6401                ]
6402            ]
6403        },
6404        {
6405            "input": "&NotGreaterFullEqual",
6406            "description": "Bad named entity: NotGreaterFullEqual without a semi-colon",
6407            "output": [
6408                [
6409                    "Character",
6410                    "&NotGreaterFullEqual"
6411                ]
6412            ]
6413        },
6414        {
6415            "input": "&NotGreaterFullEqual;",
6416            "description": "Named entity: NotGreaterFullEqual; with a semi-colon",
6417            "output": [
6418                [
6419                    "Character",
6420                    "\u2267\u0338"
6421                ]
6422            ]
6423        },
6424        {
6425            "input": "&NotGreaterGreater",
6426            "description": "Bad named entity: NotGreaterGreater without a semi-colon",
6427            "output": [
6428                [
6429                    "Character",
6430                    "&NotGreaterGreater"
6431                ]
6432            ]
6433        },
6434        {
6435            "input": "&NotGreaterGreater;",
6436            "description": "Named entity: NotGreaterGreater; with a semi-colon",
6437            "output": [
6438                [
6439                    "Character",
6440                    "\u226b\u0338"
6441                ]
6442            ]
6443        },
6444        {
6445            "input": "&NotGreaterLess",
6446            "description": "Bad named entity: NotGreaterLess without a semi-colon",
6447            "output": [
6448                [
6449                    "Character",
6450                    "&NotGreaterLess"
6451                ]
6452            ]
6453        },
6454        {
6455            "input": "&NotGreaterLess;",
6456            "description": "Named entity: NotGreaterLess; with a semi-colon",
6457            "output": [
6458                [
6459                    "Character",
6460                    "\u2279"
6461                ]
6462            ]
6463        },
6464        {
6465            "input": "&NotGreaterSlantEqual",
6466            "description": "Bad named entity: NotGreaterSlantEqual without a semi-colon",
6467            "output": [
6468                [
6469                    "Character",
6470                    "&NotGreaterSlantEqual"
6471                ]
6472            ]
6473        },
6474        {
6475            "input": "&NotGreaterSlantEqual;",
6476            "description": "Named entity: NotGreaterSlantEqual; with a semi-colon",
6477            "output": [
6478                [
6479                    "Character",
6480                    "\u2a7e\u0338"
6481                ]
6482            ]
6483        },
6484        {
6485            "input": "&NotGreaterTilde",
6486            "description": "Bad named entity: NotGreaterTilde without a semi-colon",
6487            "output": [
6488                [
6489                    "Character",
6490                    "&NotGreaterTilde"
6491                ]
6492            ]
6493        },
6494        {
6495            "input": "&NotGreaterTilde;",
6496            "description": "Named entity: NotGreaterTilde; with a semi-colon",
6497            "output": [
6498                [
6499                    "Character",
6500                    "\u2275"
6501                ]
6502            ]
6503        },
6504        {
6505            "input": "&NotHumpDownHump",
6506            "description": "Bad named entity: NotHumpDownHump without a semi-colon",
6507            "output": [
6508                [
6509                    "Character",
6510                    "&NotHumpDownHump"
6511                ]
6512            ]
6513        },
6514        {
6515            "input": "&NotHumpDownHump;",
6516            "description": "Named entity: NotHumpDownHump; with a semi-colon",
6517            "output": [
6518                [
6519                    "Character",
6520                    "\u224e\u0338"
6521                ]
6522            ]
6523        },
6524        {
6525            "input": "&NotHumpEqual",
6526            "description": "Bad named entity: NotHumpEqual without a semi-colon",
6527            "output": [
6528                [
6529                    "Character",
6530                    "&NotHumpEqual"
6531                ]
6532            ]
6533        },
6534        {
6535            "input": "&NotHumpEqual;",
6536            "description": "Named entity: NotHumpEqual; with a semi-colon",
6537            "output": [
6538                [
6539                    "Character",
6540                    "\u224f\u0338"
6541                ]
6542            ]
6543        },
6544        {
6545            "input": "&NotLeftTriangle",
6546            "description": "Bad named entity: NotLeftTriangle without a semi-colon",
6547            "output": [
6548                [
6549                    "Character",
6550                    "&NotLeftTriangle"
6551                ]
6552            ]
6553        },
6554        {
6555            "input": "&NotLeftTriangle;",
6556            "description": "Named entity: NotLeftTriangle; with a semi-colon",
6557            "output": [
6558                [
6559                    "Character",
6560                    "\u22ea"
6561                ]
6562            ]
6563        },
6564        {
6565            "input": "&NotLeftTriangleBar",
6566            "description": "Bad named entity: NotLeftTriangleBar without a semi-colon",
6567            "output": [
6568                [
6569                    "Character",
6570                    "&NotLeftTriangleBar"
6571                ]
6572            ]
6573        },
6574        {
6575            "input": "&NotLeftTriangleBar;",
6576            "description": "Named entity: NotLeftTriangleBar; with a semi-colon",
6577            "output": [
6578                [
6579                    "Character",
6580                    "\u29cf\u0338"
6581                ]
6582            ]
6583        },
6584        {
6585            "input": "&NotLeftTriangleEqual",
6586            "description": "Bad named entity: NotLeftTriangleEqual without a semi-colon",
6587            "output": [
6588                [
6589                    "Character",
6590                    "&NotLeftTriangleEqual"
6591                ]
6592            ]
6593        },
6594        {
6595            "input": "&NotLeftTriangleEqual;",
6596            "description": "Named entity: NotLeftTriangleEqual; with a semi-colon",
6597            "output": [
6598                [
6599                    "Character",
6600                    "\u22ec"
6601                ]
6602            ]
6603        },
6604        {
6605            "input": "&NotLess",
6606            "description": "Bad named entity: NotLess without a semi-colon",
6607            "output": [
6608                [
6609                    "Character",
6610                    "&NotLess"
6611                ]
6612            ]
6613        },
6614        {
6615            "input": "&NotLess;",
6616            "description": "Named entity: NotLess; with a semi-colon",
6617            "output": [
6618                [
6619                    "Character",
6620                    "\u226e"
6621                ]
6622            ]
6623        },
6624        {
6625            "input": "&NotLessEqual",
6626            "description": "Bad named entity: NotLessEqual without a semi-colon",
6627            "output": [
6628                [
6629                    "Character",
6630                    "&NotLessEqual"
6631                ]
6632            ]
6633        },
6634        {
6635            "input": "&NotLessEqual;",
6636            "description": "Named entity: NotLessEqual; with a semi-colon",
6637            "output": [
6638                [
6639                    "Character",
6640                    "\u2270"
6641                ]
6642            ]
6643        },
6644        {
6645            "input": "&NotLessGreater",
6646            "description": "Bad named entity: NotLessGreater without a semi-colon",
6647            "output": [
6648                [
6649                    "Character",
6650                    "&NotLessGreater"
6651                ]
6652            ]
6653        },
6654        {
6655            "input": "&NotLessGreater;",
6656            "description": "Named entity: NotLessGreater; with a semi-colon",
6657            "output": [
6658                [
6659                    "Character",
6660                    "\u2278"
6661                ]
6662            ]
6663        },
6664        {
6665            "input": "&NotLessLess",
6666            "description": "Bad named entity: NotLessLess without a semi-colon",
6667            "output": [
6668                [
6669                    "Character",
6670                    "&NotLessLess"
6671                ]
6672            ]
6673        },
6674        {
6675            "input": "&NotLessLess;",
6676            "description": "Named entity: NotLessLess; with a semi-colon",
6677            "output": [
6678                [
6679                    "Character",
6680                    "\u226a\u0338"
6681                ]
6682            ]
6683        },
6684        {
6685            "input": "&NotLessSlantEqual",
6686            "description": "Bad named entity: NotLessSlantEqual without a semi-colon",
6687            "output": [
6688                [
6689                    "Character",
6690                    "&NotLessSlantEqual"
6691                ]
6692            ]
6693        },
6694        {
6695            "input": "&NotLessSlantEqual;",
6696            "description": "Named entity: NotLessSlantEqual; with a semi-colon",
6697            "output": [
6698                [
6699                    "Character",
6700                    "\u2a7d\u0338"
6701                ]
6702            ]
6703        },
6704        {
6705            "input": "&NotLessTilde",
6706            "description": "Bad named entity: NotLessTilde without a semi-colon",
6707            "output": [
6708                [
6709                    "Character",
6710                    "&NotLessTilde"
6711                ]
6712            ]
6713        },
6714        {
6715            "input": "&NotLessTilde;",
6716            "description": "Named entity: NotLessTilde; with a semi-colon",
6717            "output": [
6718                [
6719                    "Character",
6720                    "\u2274"
6721                ]
6722            ]
6723        },
6724        {
6725            "input": "&NotNestedGreaterGreater",
6726            "description": "Bad named entity: NotNestedGreaterGreater without a semi-colon",
6727            "output": [
6728                [
6729                    "Character",
6730                    "&NotNestedGreaterGreater"
6731                ]
6732            ]
6733        },
6734        {
6735            "input": "&NotNestedGreaterGreater;",
6736            "description": "Named entity: NotNestedGreaterGreater; with a semi-colon",
6737            "output": [
6738                [
6739                    "Character",
6740                    "\u2aa2\u0338"
6741                ]
6742            ]
6743        },
6744        {
6745            "input": "&NotNestedLessLess",
6746            "description": "Bad named entity: NotNestedLessLess without a semi-colon",
6747            "output": [
6748                [
6749                    "Character",
6750                    "&NotNestedLessLess"
6751                ]
6752            ]
6753        },
6754        {
6755            "input": "&NotNestedLessLess;",
6756            "description": "Named entity: NotNestedLessLess; with a semi-colon",
6757            "output": [
6758                [
6759                    "Character",
6760                    "\u2aa1\u0338"
6761                ]
6762            ]
6763        },
6764        {
6765            "input": "&NotPrecedes",
6766            "description": "Bad named entity: NotPrecedes without a semi-colon",
6767            "output": [
6768                [
6769                    "Character",
6770                    "&NotPrecedes"
6771                ]
6772            ]
6773        },
6774        {
6775            "input": "&NotPrecedes;",
6776            "description": "Named entity: NotPrecedes; with a semi-colon",
6777            "output": [
6778                [
6779                    "Character",
6780                    "\u2280"
6781                ]
6782            ]
6783        },
6784        {
6785            "input": "&NotPrecedesEqual",
6786            "description": "Bad named entity: NotPrecedesEqual without a semi-colon",
6787            "output": [
6788                [
6789                    "Character",
6790                    "&NotPrecedesEqual"
6791                ]
6792            ]
6793        },
6794        {
6795            "input": "&NotPrecedesEqual;",
6796            "description": "Named entity: NotPrecedesEqual; with a semi-colon",
6797            "output": [
6798                [
6799                    "Character",
6800                    "\u2aaf\u0338"
6801                ]
6802            ]
6803        },
6804        {
6805            "input": "&NotPrecedesSlantEqual",
6806            "description": "Bad named entity: NotPrecedesSlantEqual without a semi-colon",
6807            "output": [
6808                [
6809                    "Character",
6810                    "&NotPrecedesSlantEqual"
6811                ]
6812            ]
6813        },
6814        {
6815            "input": "&NotPrecedesSlantEqual;",
6816            "description": "Named entity: NotPrecedesSlantEqual; with a semi-colon",
6817            "output": [
6818                [
6819                    "Character",
6820                    "\u22e0"
6821                ]
6822            ]
6823        },
6824        {
6825            "input": "&NotReverseElement",
6826            "description": "Bad named entity: NotReverseElement without a semi-colon",
6827            "output": [
6828                [
6829                    "Character",
6830                    "&NotReverseElement"
6831                ]
6832            ]
6833        },
6834        {
6835            "input": "&NotReverseElement;",
6836            "description": "Named entity: NotReverseElement; with a semi-colon",
6837            "output": [
6838                [
6839                    "Character",
6840                    "\u220c"
6841                ]
6842            ]
6843        },
6844        {
6845            "input": "&NotRightTriangle",
6846            "description": "Bad named entity: NotRightTriangle without a semi-colon",
6847            "output": [
6848                [
6849                    "Character",
6850                    "&NotRightTriangle"
6851                ]
6852            ]
6853        },
6854        {
6855            "input": "&NotRightTriangle;",
6856            "description": "Named entity: NotRightTriangle; with a semi-colon",
6857            "output": [
6858                [
6859                    "Character",
6860                    "\u22eb"
6861                ]
6862            ]
6863        },
6864        {
6865            "input": "&NotRightTriangleBar",
6866            "description": "Bad named entity: NotRightTriangleBar without a semi-colon",
6867            "output": [
6868                [
6869                    "Character",
6870                    "&NotRightTriangleBar"
6871                ]
6872            ]
6873        },
6874        {
6875            "input": "&NotRightTriangleBar;",
6876            "description": "Named entity: NotRightTriangleBar; with a semi-colon",
6877            "output": [
6878                [
6879                    "Character",
6880                    "\u29d0\u0338"
6881                ]
6882            ]
6883        },
6884        {
6885            "input": "&NotRightTriangleEqual",
6886            "description": "Bad named entity: NotRightTriangleEqual without a semi-colon",
6887            "output": [
6888                [
6889                    "Character",
6890                    "&NotRightTriangleEqual"
6891                ]
6892            ]
6893        },
6894        {
6895            "input": "&NotRightTriangleEqual;",
6896            "description": "Named entity: NotRightTriangleEqual; with a semi-colon",
6897            "output": [
6898                [
6899                    "Character",
6900                    "\u22ed"
6901                ]
6902            ]
6903        },
6904        {
6905            "input": "&NotSquareSubset",
6906            "description": "Bad named entity: NotSquareSubset without a semi-colon",
6907            "output": [
6908                [
6909                    "Character",
6910                    "&NotSquareSubset"
6911                ]
6912            ]
6913        },
6914        {
6915            "input": "&NotSquareSubset;",
6916            "description": "Named entity: NotSquareSubset; with a semi-colon",
6917            "output": [
6918                [
6919                    "Character",
6920                    "\u228f\u0338"
6921                ]
6922            ]
6923        },
6924        {
6925            "input": "&NotSquareSubsetEqual",
6926            "description": "Bad named entity: NotSquareSubsetEqual without a semi-colon",
6927            "output": [
6928                [
6929                    "Character",
6930                    "&NotSquareSubsetEqual"
6931                ]
6932            ]
6933        },
6934        {
6935            "input": "&NotSquareSubsetEqual;",
6936            "description": "Named entity: NotSquareSubsetEqual; with a semi-colon",
6937            "output": [
6938                [
6939                    "Character",
6940                    "\u22e2"
6941                ]
6942            ]
6943        },
6944        {
6945            "input": "&NotSquareSuperset",
6946            "description": "Bad named entity: NotSquareSuperset without a semi-colon",
6947            "output": [
6948                [
6949                    "Character",
6950                    "&NotSquareSuperset"
6951                ]
6952            ]
6953        },
6954        {
6955            "input": "&NotSquareSuperset;",
6956            "description": "Named entity: NotSquareSuperset; with a semi-colon",
6957            "output": [
6958                [
6959                    "Character",
6960                    "\u2290\u0338"
6961                ]
6962            ]
6963        },
6964        {
6965            "input": "&NotSquareSupersetEqual",
6966            "description": "Bad named entity: NotSquareSupersetEqual without a semi-colon",
6967            "output": [
6968                [
6969                    "Character",
6970                    "&NotSquareSupersetEqual"
6971                ]
6972            ]
6973        },
6974        {
6975            "input": "&NotSquareSupersetEqual;",
6976            "description": "Named entity: NotSquareSupersetEqual; with a semi-colon",
6977            "output": [
6978                [
6979                    "Character",
6980                    "\u22e3"
6981                ]
6982            ]
6983        },
6984        {
6985            "input": "&NotSubset",
6986            "description": "Bad named entity: NotSubset without a semi-colon",
6987            "output": [
6988                [
6989                    "Character",
6990                    "&NotSubset"
6991                ]
6992            ]
6993        },
6994        {
6995            "input": "&NotSubset;",
6996            "description": "Named entity: NotSubset; with a semi-colon",
6997            "output": [
6998                [
6999                    "Character",
7000                    "\u2282\u20d2"
7001                ]
7002            ]
7003        },
7004        {
7005            "input": "&NotSubsetEqual",
7006            "description": "Bad named entity: NotSubsetEqual without a semi-colon",
7007            "output": [
7008                [
7009                    "Character",
7010                    "&NotSubsetEqual"
7011                ]
7012            ]
7013        },
7014        {
7015            "input": "&NotSubsetEqual;",
7016            "description": "Named entity: NotSubsetEqual; with a semi-colon",
7017            "output": [
7018                [
7019                    "Character",
7020                    "\u2288"
7021                ]
7022            ]
7023        },
7024        {
7025            "input": "&NotSucceeds",
7026            "description": "Bad named entity: NotSucceeds without a semi-colon",
7027            "output": [
7028                [
7029                    "Character",
7030                    "&NotSucceeds"
7031                ]
7032            ]
7033        },
7034        {
7035            "input": "&NotSucceeds;",
7036            "description": "Named entity: NotSucceeds; with a semi-colon",
7037            "output": [
7038                [
7039                    "Character",
7040                    "\u2281"
7041                ]
7042            ]
7043        },
7044        {
7045            "input": "&NotSucceedsEqual",
7046            "description": "Bad named entity: NotSucceedsEqual without a semi-colon",
7047            "output": [
7048                [
7049                    "Character",
7050                    "&NotSucceedsEqual"
7051                ]
7052            ]
7053        },
7054        {
7055            "input": "&NotSucceedsEqual;",
7056            "description": "Named entity: NotSucceedsEqual; with a semi-colon",
7057            "output": [
7058                [
7059                    "Character",
7060                    "\u2ab0\u0338"
7061                ]
7062            ]
7063        },
7064        {
7065            "input": "&NotSucceedsSlantEqual",
7066            "description": "Bad named entity: NotSucceedsSlantEqual without a semi-colon",
7067            "output": [
7068                [
7069                    "Character",
7070                    "&NotSucceedsSlantEqual"
7071                ]
7072            ]
7073        },
7074        {
7075            "input": "&NotSucceedsSlantEqual;",
7076            "description": "Named entity: NotSucceedsSlantEqual; with a semi-colon",
7077            "output": [
7078                [
7079                    "Character",
7080                    "\u22e1"
7081                ]
7082            ]
7083        },
7084        {
7085            "input": "&NotSucceedsTilde",
7086            "description": "Bad named entity: NotSucceedsTilde without a semi-colon",
7087            "output": [
7088                [
7089                    "Character",
7090                    "&NotSucceedsTilde"
7091                ]
7092            ]
7093        },
7094        {
7095            "input": "&NotSucceedsTilde;",
7096            "description": "Named entity: NotSucceedsTilde; with a semi-colon",
7097            "output": [
7098                [
7099                    "Character",
7100                    "\u227f\u0338"
7101                ]
7102            ]
7103        },
7104        {
7105            "input": "&NotSuperset",
7106            "description": "Bad named entity: NotSuperset without a semi-colon",
7107            "output": [
7108                [
7109                    "Character",
7110                    "&NotSuperset"
7111                ]
7112            ]
7113        },
7114        {
7115            "input": "&NotSuperset;",
7116            "description": "Named entity: NotSuperset; with a semi-colon",
7117            "output": [
7118                [
7119                    "Character",
7120                    "\u2283\u20d2"
7121                ]
7122            ]
7123        },
7124        {
7125            "input": "&NotSupersetEqual",
7126            "description": "Bad named entity: NotSupersetEqual without a semi-colon",
7127            "output": [
7128                [
7129                    "Character",
7130                    "&NotSupersetEqual"
7131                ]
7132            ]
7133        },
7134        {
7135            "input": "&NotSupersetEqual;",
7136            "description": "Named entity: NotSupersetEqual; with a semi-colon",
7137            "output": [
7138                [
7139                    "Character",
7140                    "\u2289"
7141                ]
7142            ]
7143        },
7144        {
7145            "input": "&NotTilde",
7146            "description": "Bad named entity: NotTilde without a semi-colon",
7147            "output": [
7148                [
7149                    "Character",
7150                    "&NotTilde"
7151                ]
7152            ]
7153        },
7154        {
7155            "input": "&NotTilde;",
7156            "description": "Named entity: NotTilde; with a semi-colon",
7157            "output": [
7158                [
7159                    "Character",
7160                    "\u2241"
7161                ]
7162            ]
7163        },
7164        {
7165            "input": "&NotTildeEqual",
7166            "description": "Bad named entity: NotTildeEqual without a semi-colon",
7167            "output": [
7168                [
7169                    "Character",
7170                    "&NotTildeEqual"
7171                ]
7172            ]
7173        },
7174        {
7175            "input": "&NotTildeEqual;",
7176            "description": "Named entity: NotTildeEqual; with a semi-colon",
7177            "output": [
7178                [
7179                    "Character",
7180                    "\u2244"
7181                ]
7182            ]
7183        },
7184        {
7185            "input": "&NotTildeFullEqual",
7186            "description": "Bad named entity: NotTildeFullEqual without a semi-colon",
7187            "output": [
7188                [
7189                    "Character",
7190                    "&NotTildeFullEqual"
7191                ]
7192            ]
7193        },
7194        {
7195            "input": "&NotTildeFullEqual;",
7196            "description": "Named entity: NotTildeFullEqual; with a semi-colon",
7197            "output": [
7198                [
7199                    "Character",
7200                    "\u2247"
7201                ]
7202            ]
7203        },
7204        {
7205            "input": "&NotTildeTilde",
7206            "description": "Bad named entity: NotTildeTilde without a semi-colon",
7207            "output": [
7208                [
7209                    "Character",
7210                    "&NotTildeTilde"
7211                ]
7212            ]
7213        },
7214        {
7215            "input": "&NotTildeTilde;",
7216            "description": "Named entity: NotTildeTilde; with a semi-colon",
7217            "output": [
7218                [
7219                    "Character",
7220                    "\u2249"
7221                ]
7222            ]
7223        },
7224        {
7225            "input": "&NotVerticalBar",
7226            "description": "Bad named entity: NotVerticalBar without a semi-colon",
7227            "output": [
7228                [
7229                    "Character",
7230                    "&NotVerticalBar"
7231                ]
7232            ]
7233        },
7234        {
7235            "input": "&NotVerticalBar;",
7236            "description": "Named entity: NotVerticalBar; with a semi-colon",
7237            "output": [
7238                [
7239                    "Character",
7240                    "\u2224"
7241                ]
7242            ]
7243        },
7244        {
7245            "input": "&Nscr",
7246            "description": "Bad named entity: Nscr without a semi-colon",
7247            "output": [
7248                [
7249                    "Character",
7250                    "&Nscr"
7251                ]
7252            ]
7253        },
7254        {
7255            "input": "&Nscr;",
7256            "description": "Named entity: Nscr; with a semi-colon",
7257            "output": [
7258                [
7259                    "Character",
7260                    "\ud835\udca9"
7261                ]
7262            ]
7263        },
7264        {
7265            "input": "&Ntilde",
7266            "description": "Named entity: Ntilde without a semi-colon",
7267            "output": [
7268                "ParseError",
7269                [
7270                    "Character",
7271                    "\u00d1"
7272                ]
7273            ]
7274        },
7275        {
7276            "input": "&Ntilde;",
7277            "description": "Named entity: Ntilde; with a semi-colon",
7278            "output": [
7279                [
7280                    "Character",
7281                    "\u00d1"
7282                ]
7283            ]
7284        },
7285        {
7286            "input": "&Nu",
7287            "description": "Bad named entity: Nu without a semi-colon",
7288            "output": [
7289                [
7290                    "Character",
7291                    "&Nu"
7292                ]
7293            ]
7294        },
7295        {
7296            "input": "&Nu;",
7297            "description": "Named entity: Nu; with a semi-colon",
7298            "output": [
7299                [
7300                    "Character",
7301                    "\u039d"
7302                ]
7303            ]
7304        },
7305        {
7306            "input": "&OElig",
7307            "description": "Bad named entity: OElig without a semi-colon",
7308            "output": [
7309                [
7310                    "Character",
7311                    "&OElig"
7312                ]
7313            ]
7314        },
7315        {
7316            "input": "&OElig;",
7317            "description": "Named entity: OElig; with a semi-colon",
7318            "output": [
7319                [
7320                    "Character",
7321                    "\u0152"
7322                ]
7323            ]
7324        },
7325        {
7326            "input": "&Oacute",
7327            "description": "Named entity: Oacute without a semi-colon",
7328            "output": [
7329                "ParseError",
7330                [
7331                    "Character",
7332                    "\u00d3"
7333                ]
7334            ]
7335        },
7336        {
7337            "input": "&Oacute;",
7338            "description": "Named entity: Oacute; with a semi-colon",
7339            "output": [
7340                [
7341                    "Character",
7342                    "\u00d3"
7343                ]
7344            ]
7345        },
7346        {
7347            "input": "&Ocirc",
7348            "description": "Named entity: Ocirc without a semi-colon",
7349            "output": [
7350                "ParseError",
7351                [
7352                    "Character",
7353                    "\u00d4"
7354                ]
7355            ]
7356        },
7357        {
7358            "input": "&Ocirc;",
7359            "description": "Named entity: Ocirc; with a semi-colon",
7360            "output": [
7361                [
7362                    "Character",
7363                    "\u00d4"
7364                ]
7365            ]
7366        },
7367        {
7368            "input": "&Ocy",
7369            "description": "Bad named entity: Ocy without a semi-colon",
7370            "output": [
7371                [
7372                    "Character",
7373                    "&Ocy"
7374                ]
7375            ]
7376        },
7377        {
7378            "input": "&Ocy;",
7379            "description": "Named entity: Ocy; with a semi-colon",
7380            "output": [
7381                [
7382                    "Character",
7383                    "\u041e"
7384                ]
7385            ]
7386        },
7387        {
7388            "input": "&Odblac",
7389            "description": "Bad named entity: Odblac without a semi-colon",
7390            "output": [
7391                [
7392                    "Character",
7393                    "&Odblac"
7394                ]
7395            ]
7396        },
7397        {
7398            "input": "&Odblac;",
7399            "description": "Named entity: Odblac; with a semi-colon",
7400            "output": [
7401                [
7402                    "Character",
7403                    "\u0150"
7404                ]
7405            ]
7406        },
7407        {
7408            "input": "&Ofr",
7409            "description": "Bad named entity: Ofr without a semi-colon",
7410            "output": [
7411                [
7412                    "Character",
7413                    "&Ofr"
7414                ]
7415            ]
7416        },
7417        {
7418            "input": "&Ofr;",
7419            "description": "Named entity: Ofr; with a semi-colon",
7420            "output": [
7421                [
7422                    "Character",
7423                    "\ud835\udd12"
7424                ]
7425            ]
7426        },
7427        {
7428            "input": "&Ograve",
7429            "description": "Named entity: Ograve without a semi-colon",
7430            "output": [
7431                "ParseError",
7432                [
7433                    "Character",
7434                    "\u00d2"
7435                ]
7436            ]
7437        },
7438        {
7439            "input": "&Ograve;",
7440            "description": "Named entity: Ograve; with a semi-colon",
7441            "output": [
7442                [
7443                    "Character",
7444                    "\u00d2"
7445                ]
7446            ]
7447        },
7448        {
7449            "input": "&Omacr",
7450            "description": "Bad named entity: Omacr without a semi-colon",
7451            "output": [
7452                [
7453                    "Character",
7454                    "&Omacr"
7455                ]
7456            ]
7457        },
7458        {
7459            "input": "&Omacr;",
7460            "description": "Named entity: Omacr; with a semi-colon",
7461            "output": [
7462                [
7463                    "Character",
7464                    "\u014c"
7465                ]
7466            ]
7467        },
7468        {
7469            "input": "&Omega",
7470            "description": "Bad named entity: Omega without a semi-colon",
7471            "output": [
7472                [
7473                    "Character",
7474                    "&Omega"
7475                ]
7476            ]
7477        },
7478        {
7479            "input": "&Omega;",
7480            "description": "Named entity: Omega; with a semi-colon",
7481            "output": [
7482                [
7483                    "Character",
7484                    "\u03a9"
7485                ]
7486            ]
7487        },
7488        {
7489            "input": "&Omicron",
7490            "description": "Bad named entity: Omicron without a semi-colon",
7491            "output": [
7492                [
7493                    "Character",
7494                    "&Omicron"
7495                ]
7496            ]
7497        },
7498        {
7499            "input": "&Omicron;",
7500            "description": "Named entity: Omicron; with a semi-colon",
7501            "output": [
7502                [
7503                    "Character",
7504                    "\u039f"
7505                ]
7506            ]
7507        },
7508        {
7509            "input": "&Oopf",
7510            "description": "Bad named entity: Oopf without a semi-colon",
7511            "output": [
7512                [
7513                    "Character",
7514                    "&Oopf"
7515                ]
7516            ]
7517        },
7518        {
7519            "input": "&Oopf;",
7520            "description": "Named entity: Oopf; with a semi-colon",
7521            "output": [
7522                [
7523                    "Character",
7524                    "\ud835\udd46"
7525                ]
7526            ]
7527        },
7528        {
7529            "input": "&OpenCurlyDoubleQuote",
7530            "description": "Bad named entity: OpenCurlyDoubleQuote without a semi-colon",
7531            "output": [
7532                [
7533                    "Character",
7534                    "&OpenCurlyDoubleQuote"
7535                ]
7536            ]
7537        },
7538        {
7539            "input": "&OpenCurlyDoubleQuote;",
7540            "description": "Named entity: OpenCurlyDoubleQuote; with a semi-colon",
7541            "output": [
7542                [
7543                    "Character",
7544                    "\u201c"
7545                ]
7546            ]
7547        },
7548        {
7549            "input": "&OpenCurlyQuote",
7550            "description": "Bad named entity: OpenCurlyQuote without a semi-colon",
7551            "output": [
7552                [
7553                    "Character",
7554                    "&OpenCurlyQuote"
7555                ]
7556            ]
7557        },
7558        {
7559            "input": "&OpenCurlyQuote;",
7560            "description": "Named entity: OpenCurlyQuote; with a semi-colon",
7561            "output": [
7562                [
7563                    "Character",
7564                    "\u2018"
7565                ]
7566            ]
7567        },
7568        {
7569            "input": "&Or",
7570            "description": "Bad named entity: Or without a semi-colon",
7571            "output": [
7572                [
7573                    "Character",
7574                    "&Or"
7575                ]
7576            ]
7577        },
7578        {
7579            "input": "&Or;",
7580            "description": "Named entity: Or; with a semi-colon",
7581            "output": [
7582                [
7583                    "Character",
7584                    "\u2a54"
7585                ]
7586            ]
7587        },
7588        {
7589            "input": "&Oscr",
7590            "description": "Bad named entity: Oscr without a semi-colon",
7591            "output": [
7592                [
7593                    "Character",
7594                    "&Oscr"
7595                ]
7596            ]
7597        },
7598        {
7599            "input": "&Oscr;",
7600            "description": "Named entity: Oscr; with a semi-colon",
7601            "output": [
7602                [
7603                    "Character",
7604                    "\ud835\udcaa"
7605                ]
7606            ]
7607        },
7608        {
7609            "input": "&Oslash",
7610            "description": "Named entity: Oslash without a semi-colon",
7611            "output": [
7612                "ParseError",
7613                [
7614                    "Character",
7615                    "\u00d8"
7616                ]
7617            ]
7618        },
7619        {
7620            "input": "&Oslash;",
7621            "description": "Named entity: Oslash; with a semi-colon",
7622            "output": [
7623                [
7624                    "Character",
7625                    "\u00d8"
7626                ]
7627            ]
7628        },
7629        {
7630            "input": "&Otilde",
7631            "description": "Named entity: Otilde without a semi-colon",
7632            "output": [
7633                "ParseError",
7634                [
7635                    "Character",
7636                    "\u00d5"
7637                ]
7638            ]
7639        },
7640        {
7641            "input": "&Otilde;",
7642            "description": "Named entity: Otilde; with a semi-colon",
7643            "output": [
7644                [
7645                    "Character",
7646                    "\u00d5"
7647                ]
7648            ]
7649        },
7650        {
7651            "input": "&Otimes",
7652            "description": "Bad named entity: Otimes without a semi-colon",
7653            "output": [
7654                [
7655                    "Character",
7656                    "&Otimes"
7657                ]
7658            ]
7659        },
7660        {
7661            "input": "&Otimes;",
7662            "description": "Named entity: Otimes; with a semi-colon",
7663            "output": [
7664                [
7665                    "Character",
7666                    "\u2a37"
7667                ]
7668            ]
7669        },
7670        {
7671            "input": "&Ouml",
7672            "description": "Named entity: Ouml without a semi-colon",
7673            "output": [
7674                "ParseError",
7675                [
7676                    "Character",
7677                    "\u00d6"
7678                ]
7679            ]
7680        },
7681        {
7682            "input": "&Ouml;",
7683            "description": "Named entity: Ouml; with a semi-colon",
7684            "output": [
7685                [
7686                    "Character",
7687                    "\u00d6"
7688                ]
7689            ]
7690        },
7691        {
7692            "input": "&OverBar",
7693            "description": "Bad named entity: OverBar without a semi-colon",
7694            "output": [
7695                [
7696                    "Character",
7697                    "&OverBar"
7698                ]
7699            ]
7700        },
7701        {
7702            "input": "&OverBar;",
7703            "description": "Named entity: OverBar; with a semi-colon",
7704            "output": [
7705                [
7706                    "Character",
7707                    "\u203e"
7708                ]
7709            ]
7710        },
7711        {
7712            "input": "&OverBrace",
7713            "description": "Bad named entity: OverBrace without a semi-colon",
7714            "output": [
7715                [
7716                    "Character",
7717                    "&OverBrace"
7718                ]
7719            ]
7720        },
7721        {
7722            "input": "&OverBrace;",
7723            "description": "Named entity: OverBrace; with a semi-colon",
7724            "output": [
7725                [
7726                    "Character",
7727                    "\u23de"
7728                ]
7729            ]
7730        },
7731        {
7732            "input": "&OverBracket",
7733            "description": "Bad named entity: OverBracket without a semi-colon",
7734            "output": [
7735                [
7736                    "Character",
7737                    "&OverBracket"
7738                ]
7739            ]
7740        },
7741        {
7742            "input": "&OverBracket;",
7743            "description": "Named entity: OverBracket; with a semi-colon",
7744            "output": [
7745                [
7746                    "Character",
7747                    "\u23b4"
7748                ]
7749            ]
7750        },
7751        {
7752            "input": "&OverParenthesis",
7753            "description": "Bad named entity: OverParenthesis without a semi-colon",
7754            "output": [
7755                [
7756                    "Character",
7757                    "&OverParenthesis"
7758                ]
7759            ]
7760        },
7761        {
7762            "input": "&OverParenthesis;",
7763            "description": "Named entity: OverParenthesis; with a semi-colon",
7764            "output": [
7765                [
7766                    "Character",
7767                    "\u23dc"
7768                ]
7769            ]
7770        },
7771        {
7772            "input": "&PartialD",
7773            "description": "Bad named entity: PartialD without a semi-colon",
7774            "output": [
7775                [
7776                    "Character",
7777                    "&PartialD"
7778                ]
7779            ]
7780        },
7781        {
7782            "input": "&PartialD;",
7783            "description": "Named entity: PartialD; with a semi-colon",
7784            "output": [
7785                [
7786                    "Character",
7787                    "\u2202"
7788                ]
7789            ]
7790        },
7791        {
7792            "input": "&Pcy",
7793            "description": "Bad named entity: Pcy without a semi-colon",
7794            "output": [
7795                [
7796                    "Character",
7797                    "&Pcy"
7798                ]
7799            ]
7800        },
7801        {
7802            "input": "&Pcy;",
7803            "description": "Named entity: Pcy; with a semi-colon",
7804            "output": [
7805                [
7806                    "Character",
7807                    "\u041f"
7808                ]
7809            ]
7810        },
7811        {
7812            "input": "&Pfr",
7813            "description": "Bad named entity: Pfr without a semi-colon",
7814            "output": [
7815                [
7816                    "Character",
7817                    "&Pfr"
7818                ]
7819            ]
7820        },
7821        {
7822            "input": "&Pfr;",
7823            "description": "Named entity: Pfr; with a semi-colon",
7824            "output": [
7825                [
7826                    "Character",
7827                    "\ud835\udd13"
7828                ]
7829            ]
7830        },
7831        {
7832            "input": "&Phi",
7833            "description": "Bad named entity: Phi without a semi-colon",
7834            "output": [
7835                [
7836                    "Character",
7837                    "&Phi"
7838                ]
7839            ]
7840        },
7841        {
7842            "input": "&Phi;",
7843            "description": "Named entity: Phi; with a semi-colon",
7844            "output": [
7845                [
7846                    "Character",
7847                    "\u03a6"
7848                ]
7849            ]
7850        },
7851        {
7852            "input": "&Pi",
7853            "description": "Bad named entity: Pi without a semi-colon",
7854            "output": [
7855                [
7856                    "Character",
7857                    "&Pi"
7858                ]
7859            ]
7860        },
7861        {
7862            "input": "&Pi;",
7863            "description": "Named entity: Pi; with a semi-colon",
7864            "output": [
7865                [
7866                    "Character",
7867                    "\u03a0"
7868                ]
7869            ]
7870        },
7871        {
7872            "input": "&PlusMinus",
7873            "description": "Bad named entity: PlusMinus without a semi-colon",
7874            "output": [
7875                [
7876                    "Character",
7877                    "&PlusMinus"
7878                ]
7879            ]
7880        },
7881        {
7882            "input": "&PlusMinus;",
7883            "description": "Named entity: PlusMinus; with a semi-colon",
7884            "output": [
7885                [
7886                    "Character",
7887                    "\u00b1"
7888                ]
7889            ]
7890        },
7891        {
7892            "input": "&Poincareplane",
7893            "description": "Bad named entity: Poincareplane without a semi-colon",
7894            "output": [
7895                [
7896                    "Character",
7897                    "&Poincareplane"
7898                ]
7899            ]
7900        },
7901        {
7902            "input": "&Poincareplane;",
7903            "description": "Named entity: Poincareplane; with a semi-colon",
7904            "output": [
7905                [
7906                    "Character",
7907                    "\u210c"
7908                ]
7909            ]
7910        },
7911        {
7912            "input": "&Popf",
7913            "description": "Bad named entity: Popf without a semi-colon",
7914            "output": [
7915                [
7916                    "Character",
7917                    "&Popf"
7918                ]
7919            ]
7920        },
7921        {
7922            "input": "&Popf;",
7923            "description": "Named entity: Popf; with a semi-colon",
7924            "output": [
7925                [
7926                    "Character",
7927                    "\u2119"
7928                ]
7929            ]
7930        },
7931        {
7932            "input": "&Pr",
7933            "description": "Bad named entity: Pr without a semi-colon",
7934            "output": [
7935                [
7936                    "Character",
7937                    "&Pr"
7938                ]
7939            ]
7940        },
7941        {
7942            "input": "&Pr;",
7943            "description": "Named entity: Pr; with a semi-colon",
7944            "output": [
7945                [
7946                    "Character",
7947                    "\u2abb"
7948                ]
7949            ]
7950        },
7951        {
7952            "input": "&Precedes",
7953            "description": "Bad named entity: Precedes without a semi-colon",
7954            "output": [
7955                [
7956                    "Character",
7957                    "&Precedes"
7958                ]
7959            ]
7960        },
7961        {
7962            "input": "&Precedes;",
7963            "description": "Named entity: Precedes; with a semi-colon",
7964            "output": [
7965                [
7966                    "Character",
7967                    "\u227a"
7968                ]
7969            ]
7970        },
7971        {
7972            "input": "&PrecedesEqual",
7973            "description": "Bad named entity: PrecedesEqual without a semi-colon",
7974            "output": [
7975                [
7976                    "Character",
7977                    "&PrecedesEqual"
7978                ]
7979            ]
7980        },
7981        {
7982            "input": "&PrecedesEqual;",
7983            "description": "Named entity: PrecedesEqual; with a semi-colon",
7984            "output": [
7985                [
7986                    "Character",
7987                    "\u2aaf"
7988                ]
7989            ]
7990        },
7991        {
7992            "input": "&PrecedesSlantEqual",
7993            "description": "Bad named entity: PrecedesSlantEqual without a semi-colon",
7994            "output": [
7995                [
7996                    "Character",
7997                    "&PrecedesSlantEqual"
7998                ]
7999            ]
8000        },
8001        {
8002            "input": "&PrecedesSlantEqual;",
8003            "description": "Named entity: PrecedesSlantEqual; with a semi-colon",
8004            "output": [
8005                [
8006                    "Character",
8007                    "\u227c"
8008                ]
8009            ]
8010        },
8011        {
8012            "input": "&PrecedesTilde",
8013            "description": "Bad named entity: PrecedesTilde without a semi-colon",
8014            "output": [
8015                [
8016                    "Character",
8017                    "&PrecedesTilde"
8018                ]
8019            ]
8020        },
8021        {
8022            "input": "&PrecedesTilde;",
8023            "description": "Named entity: PrecedesTilde; with a semi-colon",
8024            "output": [
8025                [
8026                    "Character",
8027                    "\u227e"
8028                ]
8029            ]
8030        },
8031        {
8032            "input": "&Prime",
8033            "description": "Bad named entity: Prime without a semi-colon",
8034            "output": [
8035                [
8036                    "Character",
8037                    "&Prime"
8038                ]
8039            ]
8040        },
8041        {
8042            "input": "&Prime;",
8043            "description": "Named entity: Prime; with a semi-colon",
8044            "output": [
8045                [
8046                    "Character",
8047                    "\u2033"
8048                ]
8049            ]
8050        },
8051        {
8052            "input": "&Product",
8053            "description": "Bad named entity: Product without a semi-colon",
8054            "output": [
8055                [
8056                    "Character",
8057                    "&Product"
8058                ]
8059            ]
8060        },
8061        {
8062            "input": "&Product;",
8063            "description": "Named entity: Product; with a semi-colon",
8064            "output": [
8065                [
8066                    "Character",
8067                    "\u220f"
8068                ]
8069            ]
8070        },
8071        {
8072            "input": "&Proportion",
8073            "description": "Bad named entity: Proportion without a semi-colon",
8074            "output": [
8075                [
8076                    "Character",
8077                    "&Proportion"
8078                ]
8079            ]
8080        },
8081        {
8082            "input": "&Proportion;",
8083            "description": "Named entity: Proportion; with a semi-colon",
8084            "output": [
8085                [
8086                    "Character",
8087                    "\u2237"
8088                ]
8089            ]
8090        },
8091        {
8092            "input": "&Proportional",
8093            "description": "Bad named entity: Proportional without a semi-colon",
8094            "output": [
8095                [
8096                    "Character",
8097                    "&Proportional"
8098                ]
8099            ]
8100        },
8101        {
8102            "input": "&Proportional;",
8103            "description": "Named entity: Proportional; with a semi-colon",
8104            "output": [
8105                [
8106                    "Character",
8107                    "\u221d"
8108                ]
8109            ]
8110        },
8111        {
8112            "input": "&Pscr",
8113            "description": "Bad named entity: Pscr without a semi-colon",
8114            "output": [
8115                [
8116                    "Character",
8117                    "&Pscr"
8118                ]
8119            ]
8120        },
8121        {
8122            "input": "&Pscr;",
8123            "description": "Named entity: Pscr; with a semi-colon",
8124            "output": [
8125                [
8126                    "Character",
8127                    "\ud835\udcab"
8128                ]
8129            ]
8130        },
8131        {
8132            "input": "&Psi",
8133            "description": "Bad named entity: Psi without a semi-colon",
8134            "output": [
8135                [
8136                    "Character",
8137                    "&Psi"
8138                ]
8139            ]
8140        },
8141        {
8142            "input": "&Psi;",
8143            "description": "Named entity: Psi; with a semi-colon",
8144            "output": [
8145                [
8146                    "Character",
8147                    "\u03a8"
8148                ]
8149            ]
8150        },
8151        {
8152            "input": "&QUOT",
8153            "description": "Named entity: QUOT without a semi-colon",
8154            "output": [
8155                "ParseError",
8156                [
8157                    "Character",
8158                    "\""
8159                ]
8160            ]
8161        },
8162        {
8163            "input": "&QUOT;",
8164            "description": "Named entity: QUOT; with a semi-colon",
8165            "output": [
8166                [
8167                    "Character",
8168                    "\""
8169                ]
8170            ]
8171        },
8172        {
8173            "input": "&Qfr",
8174            "description": "Bad named entity: Qfr without a semi-colon",
8175            "output": [
8176                [
8177                    "Character",
8178                    "&Qfr"
8179                ]
8180            ]
8181        },
8182        {
8183            "input": "&Qfr;",
8184            "description": "Named entity: Qfr; with a semi-colon",
8185            "output": [
8186                [
8187                    "Character",
8188                    "\ud835\udd14"
8189                ]
8190            ]
8191        },
8192        {
8193            "input": "&Qopf",
8194            "description": "Bad named entity: Qopf without a semi-colon",
8195            "output": [
8196                [
8197                    "Character",
8198                    "&Qopf"
8199                ]
8200            ]
8201        },
8202        {
8203            "input": "&Qopf;",
8204            "description": "Named entity: Qopf; with a semi-colon",
8205            "output": [
8206                [
8207                    "Character",
8208                    "\u211a"
8209                ]
8210            ]
8211        },
8212        {
8213            "input": "&Qscr",
8214            "description": "Bad named entity: Qscr without a semi-colon",
8215            "output": [
8216                [
8217                    "Character",
8218                    "&Qscr"
8219                ]
8220            ]
8221        },
8222        {
8223            "input": "&Qscr;",
8224            "description": "Named entity: Qscr; with a semi-colon",
8225            "output": [
8226                [
8227                    "Character",
8228                    "\ud835\udcac"
8229                ]
8230            ]
8231        },
8232        {
8233            "input": "&RBarr",
8234            "description": "Bad named entity: RBarr without a semi-colon",
8235            "output": [
8236                [
8237                    "Character",
8238                    "&RBarr"
8239                ]
8240            ]
8241        },
8242        {
8243            "input": "&RBarr;",
8244            "description": "Named entity: RBarr; with a semi-colon",
8245            "output": [
8246                [
8247                    "Character",
8248                    "\u2910"
8249                ]
8250            ]
8251        },
8252        {
8253            "input": "&REG",
8254            "description": "Named entity: REG without a semi-colon",
8255            "output": [
8256                "ParseError",
8257                [
8258                    "Character",
8259                    "\u00ae"
8260                ]
8261            ]
8262        },
8263        {
8264            "input": "&REG;",
8265            "description": "Named entity: REG; with a semi-colon",
8266            "output": [
8267                [
8268                    "Character",
8269                    "\u00ae"
8270                ]
8271            ]
8272        },
8273        {
8274            "input": "&Racute",
8275            "description": "Bad named entity: Racute without a semi-colon",
8276            "output": [
8277                [
8278                    "Character",
8279                    "&Racute"
8280                ]
8281            ]
8282        },
8283        {
8284            "input": "&Racute;",
8285            "description": "Named entity: Racute; with a semi-colon",
8286            "output": [
8287                [
8288                    "Character",
8289                    "\u0154"
8290                ]
8291            ]
8292        },
8293        {
8294            "input": "&Rang",
8295            "description": "Bad named entity: Rang without a semi-colon",
8296            "output": [
8297                [
8298                    "Character",
8299                    "&Rang"
8300                ]
8301            ]
8302        },
8303        {
8304            "input": "&Rang;",
8305            "description": "Named entity: Rang; with a semi-colon",
8306            "output": [
8307                [
8308                    "Character",
8309                    "\u27eb"
8310                ]
8311            ]
8312        },
8313        {
8314            "input": "&Rarr",
8315            "description": "Bad named entity: Rarr without a semi-colon",
8316            "output": [
8317                [
8318                    "Character",
8319                    "&Rarr"
8320                ]
8321            ]
8322        },
8323        {
8324            "input": "&Rarr;",
8325            "description": "Named entity: Rarr; with a semi-colon",
8326            "output": [
8327                [
8328                    "Character",
8329                    "\u21a0"
8330                ]
8331            ]
8332        },
8333        {
8334            "input": "&Rarrtl",
8335            "description": "Bad named entity: Rarrtl without a semi-colon",
8336            "output": [
8337                [
8338                    "Character",
8339                    "&Rarrtl"
8340                ]
8341            ]
8342        },
8343        {
8344            "input": "&Rarrtl;",
8345            "description": "Named entity: Rarrtl; with a semi-colon",
8346            "output": [
8347                [
8348                    "Character",
8349                    "\u2916"
8350                ]
8351            ]
8352        },
8353        {
8354            "input": "&Rcaron",
8355            "description": "Bad named entity: Rcaron without a semi-colon",
8356            "output": [
8357                [
8358                    "Character",
8359                    "&Rcaron"
8360                ]
8361            ]
8362        },
8363        {
8364            "input": "&Rcaron;",
8365            "description": "Named entity: Rcaron; with a semi-colon",
8366            "output": [
8367                [
8368                    "Character",
8369                    "\u0158"
8370                ]
8371            ]
8372        },
8373        {
8374            "input": "&Rcedil",
8375            "description": "Bad named entity: Rcedil without a semi-colon",
8376            "output": [
8377                [
8378                    "Character",
8379                    "&Rcedil"
8380                ]
8381            ]
8382        },
8383        {
8384            "input": "&Rcedil;",
8385            "description": "Named entity: Rcedil; with a semi-colon",
8386            "output": [
8387                [
8388                    "Character",
8389                    "\u0156"
8390                ]
8391            ]
8392        },
8393        {
8394            "input": "&Rcy",
8395            "description": "Bad named entity: Rcy without a semi-colon",
8396            "output": [
8397                [
8398                    "Character",
8399                    "&Rcy"
8400                ]
8401            ]
8402        },
8403        {
8404            "input": "&Rcy;",
8405            "description": "Named entity: Rcy; with a semi-colon",
8406            "output": [
8407                [
8408                    "Character",
8409                    "\u0420"
8410                ]
8411            ]
8412        },
8413        {
8414            "input": "&Re",
8415            "description": "Bad named entity: Re without a semi-colon",
8416            "output": [
8417                [
8418                    "Character",
8419                    "&Re"
8420                ]
8421            ]
8422        },
8423        {
8424            "input": "&Re;",
8425            "description": "Named entity: Re; with a semi-colon",
8426            "output": [
8427                [
8428                    "Character",
8429                    "\u211c"
8430                ]
8431            ]
8432        },
8433        {
8434            "input": "&ReverseElement",
8435            "description": "Bad named entity: ReverseElement without a semi-colon",
8436            "output": [
8437                [
8438                    "Character",
8439                    "&ReverseElement"
8440                ]
8441            ]
8442        },
8443        {
8444            "input": "&ReverseElement;",
8445            "description": "Named entity: ReverseElement; with a semi-colon",
8446            "output": [
8447                [
8448                    "Character",
8449                    "\u220b"
8450                ]
8451            ]
8452        },
8453        {
8454            "input": "&ReverseEquilibrium",
8455            "description": "Bad named entity: ReverseEquilibrium without a semi-colon",
8456            "output": [
8457                [
8458                    "Character",
8459                    "&ReverseEquilibrium"
8460                ]
8461            ]
8462        },
8463        {
8464            "input": "&ReverseEquilibrium;",
8465            "description": "Named entity: ReverseEquilibrium; with a semi-colon",
8466            "output": [
8467                [
8468                    "Character",
8469                    "\u21cb"
8470                ]
8471            ]
8472        },
8473        {
8474            "input": "&ReverseUpEquilibrium",
8475            "description": "Bad named entity: ReverseUpEquilibrium without a semi-colon",
8476            "output": [
8477                [
8478                    "Character",
8479                    "&ReverseUpEquilibrium"
8480                ]
8481            ]
8482        },
8483        {
8484            "input": "&ReverseUpEquilibrium;",
8485            "description": "Named entity: ReverseUpEquilibrium; with a semi-colon",
8486            "output": [
8487                [
8488                    "Character",
8489                    "\u296f"
8490                ]
8491            ]
8492        },
8493        {
8494            "input": "&Rfr",
8495            "description": "Bad named entity: Rfr without a semi-colon",
8496            "output": [
8497                [
8498                    "Character",
8499                    "&Rfr"
8500                ]
8501            ]
8502        },
8503        {
8504            "input": "&Rfr;",
8505            "description": "Named entity: Rfr; with a semi-colon",
8506            "output": [
8507                [
8508                    "Character",
8509                    "\u211c"
8510                ]
8511            ]
8512        },
8513        {
8514            "input": "&Rho",
8515            "description": "Bad named entity: Rho without a semi-colon",
8516            "output": [
8517                [
8518                    "Character",
8519                    "&Rho"
8520                ]
8521            ]
8522        },
8523        {
8524            "input": "&Rho;",
8525            "description": "Named entity: Rho; with a semi-colon",
8526            "output": [
8527                [
8528                    "Character",
8529                    "\u03a1"
8530                ]
8531            ]
8532        },
8533        {
8534            "input": "&RightAngleBracket",
8535            "description": "Bad named entity: RightAngleBracket without a semi-colon",
8536            "output": [
8537                [
8538                    "Character",
8539                    "&RightAngleBracket"
8540                ]
8541            ]
8542        },
8543        {
8544            "input": "&RightAngleBracket;",
8545            "description": "Named entity: RightAngleBracket; with a semi-colon",
8546            "output": [
8547                [
8548                    "Character",
8549                    "\u27e9"
8550                ]
8551            ]
8552        },
8553        {
8554            "input": "&RightArrow",
8555            "description": "Bad named entity: RightArrow without a semi-colon",
8556            "output": [
8557                [
8558                    "Character",
8559                    "&RightArrow"
8560                ]
8561            ]
8562        },
8563        {
8564            "input": "&RightArrow;",
8565            "description": "Named entity: RightArrow; with a semi-colon",
8566            "output": [
8567                [
8568                    "Character",
8569                    "\u2192"
8570                ]
8571            ]
8572        },
8573        {
8574            "input": "&RightArrowBar",
8575            "description": "Bad named entity: RightArrowBar without a semi-colon",
8576            "output": [
8577                [
8578                    "Character",
8579                    "&RightArrowBar"
8580                ]
8581            ]
8582        },
8583        {
8584            "input": "&RightArrowBar;",
8585            "description": "Named entity: RightArrowBar; with a semi-colon",
8586            "output": [
8587                [
8588                    "Character",
8589                    "\u21e5"
8590                ]
8591            ]
8592        },
8593        {
8594            "input": "&RightArrowLeftArrow",
8595            "description": "Bad named entity: RightArrowLeftArrow without a semi-colon",
8596            "output": [
8597                [
8598                    "Character",
8599                    "&RightArrowLeftArrow"
8600                ]
8601            ]
8602        },
8603        {
8604            "input": "&RightArrowLeftArrow;",
8605            "description": "Named entity: RightArrowLeftArrow; with a semi-colon",
8606            "output": [
8607                [
8608                    "Character",
8609                    "\u21c4"
8610                ]
8611            ]
8612        },
8613        {
8614            "input": "&RightCeiling",
8615            "description": "Bad named entity: RightCeiling without a semi-colon",
8616            "output": [
8617                [
8618                    "Character",
8619                    "&RightCeiling"
8620                ]
8621            ]
8622        },
8623        {
8624            "input": "&RightCeiling;",
8625            "description": "Named entity: RightCeiling; with a semi-colon",
8626            "output": [
8627                [
8628                    "Character",
8629                    "\u2309"
8630                ]
8631            ]
8632        },
8633        {
8634            "input": "&RightDoubleBracket",
8635            "description": "Bad named entity: RightDoubleBracket without a semi-colon",
8636            "output": [
8637                [
8638                    "Character",
8639                    "&RightDoubleBracket"
8640                ]
8641            ]
8642        },
8643        {
8644            "input": "&RightDoubleBracket;",
8645            "description": "Named entity: RightDoubleBracket; with a semi-colon",
8646            "output": [
8647                [
8648                    "Character",
8649                    "\u27e7"
8650                ]
8651            ]
8652        },
8653        {
8654            "input": "&RightDownTeeVector",
8655            "description": "Bad named entity: RightDownTeeVector without a semi-colon",
8656            "output": [
8657                [
8658                    "Character",
8659                    "&RightDownTeeVector"
8660                ]
8661            ]
8662        },
8663        {
8664            "input": "&RightDownTeeVector;",
8665            "description": "Named entity: RightDownTeeVector; with a semi-colon",
8666            "output": [
8667                [
8668                    "Character",
8669                    "\u295d"
8670                ]
8671            ]
8672        },
8673        {
8674            "input": "&RightDownVector",
8675            "description": "Bad named entity: RightDownVector without a semi-colon",
8676            "output": [
8677                [
8678                    "Character",
8679                    "&RightDownVector"
8680                ]
8681            ]
8682        },
8683        {
8684            "input": "&RightDownVector;",
8685            "description": "Named entity: RightDownVector; with a semi-colon",
8686            "output": [
8687                [
8688                    "Character",
8689                    "\u21c2"
8690                ]
8691            ]
8692        },
8693        {
8694            "input": "&RightDownVectorBar",
8695            "description": "Bad named entity: RightDownVectorBar without a semi-colon",
8696            "output": [
8697                [
8698                    "Character",
8699                    "&RightDownVectorBar"
8700                ]
8701            ]
8702        },
8703        {
8704            "input": "&RightDownVectorBar;",
8705            "description": "Named entity: RightDownVectorBar; with a semi-colon",
8706            "output": [
8707                [
8708                    "Character",
8709                    "\u2955"
8710                ]
8711            ]
8712        },
8713        {
8714            "input": "&RightFloor",
8715            "description": "Bad named entity: RightFloor without a semi-colon",
8716            "output": [
8717                [
8718                    "Character",
8719                    "&RightFloor"
8720                ]
8721            ]
8722        },
8723        {
8724            "input": "&RightFloor;",
8725            "description": "Named entity: RightFloor; with a semi-colon",
8726            "output": [
8727                [
8728                    "Character",
8729                    "\u230b"
8730                ]
8731            ]
8732        },
8733        {
8734            "input": "&RightTee",
8735            "description": "Bad named entity: RightTee without a semi-colon",
8736            "output": [
8737                [
8738                    "Character",
8739                    "&RightTee"
8740                ]
8741            ]
8742        },
8743        {
8744            "input": "&RightTee;",
8745            "description": "Named entity: RightTee; with a semi-colon",
8746            "output": [
8747                [
8748                    "Character",
8749                    "\u22a2"
8750                ]
8751            ]
8752        },
8753        {
8754            "input": "&RightTeeArrow",
8755            "description": "Bad named entity: RightTeeArrow without a semi-colon",
8756            "output": [
8757                [
8758                    "Character",
8759                    "&RightTeeArrow"
8760                ]
8761            ]
8762        },
8763        {
8764            "input": "&RightTeeArrow;",
8765            "description": "Named entity: RightTeeArrow; with a semi-colon",
8766            "output": [
8767                [
8768                    "Character",
8769                    "\u21a6"
8770                ]
8771            ]
8772        },
8773        {
8774            "input": "&RightTeeVector",
8775            "description": "Bad named entity: RightTeeVector without a semi-colon",
8776            "output": [
8777                [
8778                    "Character",
8779                    "&RightTeeVector"
8780                ]
8781            ]
8782        },
8783        {
8784            "input": "&RightTeeVector;",
8785            "description": "Named entity: RightTeeVector; with a semi-colon",
8786            "output": [
8787                [
8788                    "Character",
8789                    "\u295b"
8790                ]
8791            ]
8792        },
8793        {
8794            "input": "&RightTriangle",
8795            "description": "Bad named entity: RightTriangle without a semi-colon",
8796            "output": [
8797                [
8798                    "Character",
8799                    "&RightTriangle"
8800                ]
8801            ]
8802        },
8803        {
8804            "input": "&RightTriangle;",
8805            "description": "Named entity: RightTriangle; with a semi-colon",
8806            "output": [
8807                [
8808                    "Character",
8809                    "\u22b3"
8810                ]
8811            ]
8812        },
8813        {
8814            "input": "&RightTriangleBar",
8815            "description": "Bad named entity: RightTriangleBar without a semi-colon",
8816            "output": [
8817                [
8818                    "Character",
8819                    "&RightTriangleBar"
8820                ]
8821            ]
8822        },
8823        {
8824            "input": "&RightTriangleBar;",
8825            "description": "Named entity: RightTriangleBar; with a semi-colon",
8826            "output": [
8827                [
8828                    "Character",
8829                    "\u29d0"
8830                ]
8831            ]
8832        },
8833        {
8834            "input": "&RightTriangleEqual",
8835            "description": "Bad named entity: RightTriangleEqual without a semi-colon",
8836            "output": [
8837                [
8838                    "Character",
8839                    "&RightTriangleEqual"
8840                ]
8841            ]
8842        },
8843        {
8844            "input": "&RightTriangleEqual;",
8845            "description": "Named entity: RightTriangleEqual; with a semi-colon",
8846            "output": [
8847                [
8848                    "Character",
8849                    "\u22b5"
8850                ]
8851            ]
8852        },
8853        {
8854            "input": "&RightUpDownVector",
8855            "description": "Bad named entity: RightUpDownVector without a semi-colon",
8856            "output": [
8857                [
8858                    "Character",
8859                    "&RightUpDownVector"
8860                ]
8861            ]
8862        },
8863        {
8864            "input": "&RightUpDownVector;",
8865            "description": "Named entity: RightUpDownVector; with a semi-colon",
8866            "output": [
8867                [
8868                    "Character",
8869                    "\u294f"
8870                ]
8871            ]
8872        },
8873        {
8874            "input": "&RightUpTeeVector",
8875            "description": "Bad named entity: RightUpTeeVector without a semi-colon",
8876            "output": [
8877                [
8878                    "Character",
8879                    "&RightUpTeeVector"
8880                ]
8881            ]
8882        },
8883        {
8884            "input": "&RightUpTeeVector;",
8885            "description": "Named entity: RightUpTeeVector; with a semi-colon",
8886            "output": [
8887                [
8888                    "Character",
8889                    "\u295c"
8890                ]
8891            ]
8892        },
8893        {
8894            "input": "&RightUpVector",
8895            "description": "Bad named entity: RightUpVector without a semi-colon",
8896            "output": [
8897                [
8898                    "Character",
8899                    "&RightUpVector"
8900                ]
8901            ]
8902        },
8903        {
8904            "input": "&RightUpVector;",
8905            "description": "Named entity: RightUpVector; with a semi-colon",
8906            "output": [
8907                [
8908                    "Character",
8909                    "\u21be"
8910                ]
8911            ]
8912        },
8913        {
8914            "input": "&RightUpVectorBar",
8915            "description": "Bad named entity: RightUpVectorBar without a semi-colon",
8916            "output": [
8917                [
8918                    "Character",
8919                    "&RightUpVectorBar"
8920                ]
8921            ]
8922        },
8923        {
8924            "input": "&RightUpVectorBar;",
8925            "description": "Named entity: RightUpVectorBar; with a semi-colon",
8926            "output": [
8927                [
8928                    "Character",
8929                    "\u2954"
8930                ]
8931            ]
8932        },
8933        {
8934            "input": "&RightVector",
8935            "description": "Bad named entity: RightVector without a semi-colon",
8936            "output": [
8937                [
8938                    "Character",
8939                    "&RightVector"
8940                ]
8941            ]
8942        },
8943        {
8944            "input": "&RightVector;",
8945            "description": "Named entity: RightVector; with a semi-colon",
8946            "output": [
8947                [
8948                    "Character",
8949                    "\u21c0"
8950                ]
8951            ]
8952        },
8953        {
8954            "input": "&RightVectorBar",
8955            "description": "Bad named entity: RightVectorBar without a semi-colon",
8956            "output": [
8957                [
8958                    "Character",
8959                    "&RightVectorBar"
8960                ]
8961            ]
8962        },
8963        {
8964            "input": "&RightVectorBar;",
8965            "description": "Named entity: RightVectorBar; with a semi-colon",
8966            "output": [
8967                [
8968                    "Character",
8969                    "\u2953"
8970                ]
8971            ]
8972        },
8973        {
8974            "input": "&Rightarrow",
8975            "description": "Bad named entity: Rightarrow without a semi-colon",
8976            "output": [
8977                [
8978                    "Character",
8979                    "&Rightarrow"
8980                ]
8981            ]
8982        },
8983        {
8984            "input": "&Rightarrow;",
8985            "description": "Named entity: Rightarrow; with a semi-colon",
8986            "output": [
8987                [
8988                    "Character",
8989                    "\u21d2"
8990                ]
8991            ]
8992        },
8993        {
8994            "input": "&Ropf",
8995            "description": "Bad named entity: Ropf without a semi-colon",
8996            "output": [
8997                [
8998                    "Character",
8999                    "&Ropf"
9000                ]
9001            ]
9002        },
9003        {
9004            "input": "&Ropf;",
9005            "description": "Named entity: Ropf; with a semi-colon",
9006            "output": [
9007                [
9008                    "Character",
9009                    "\u211d"
9010                ]
9011            ]
9012        },
9013        {
9014            "input": "&RoundImplies",
9015            "description": "Bad named entity: RoundImplies without a semi-colon",
9016            "output": [
9017                [
9018                    "Character",
9019                    "&RoundImplies"
9020                ]
9021            ]
9022        },
9023        {
9024            "input": "&RoundImplies;",
9025            "description": "Named entity: RoundImplies; with a semi-colon",
9026            "output": [
9027                [
9028                    "Character",
9029                    "\u2970"
9030                ]
9031            ]
9032        },
9033        {
9034            "input": "&Rrightarrow",
9035            "description": "Bad named entity: Rrightarrow without a semi-colon",
9036            "output": [
9037                [
9038                    "Character",
9039                    "&Rrightarrow"
9040                ]
9041            ]
9042        },
9043        {
9044            "input": "&Rrightarrow;",
9045            "description": "Named entity: Rrightarrow; with a semi-colon",
9046            "output": [
9047                [
9048                    "Character",
9049                    "\u21db"
9050                ]
9051            ]
9052        },
9053        {
9054            "input": "&Rscr",
9055            "description": "Bad named entity: Rscr without a semi-colon",
9056            "output": [
9057                [
9058                    "Character",
9059                    "&Rscr"
9060                ]
9061            ]
9062        },
9063        {
9064            "input": "&Rscr;",
9065            "description": "Named entity: Rscr; with a semi-colon",
9066            "output": [
9067                [
9068                    "Character",
9069                    "\u211b"
9070                ]
9071            ]
9072        },
9073        {
9074            "input": "&Rsh",
9075            "description": "Bad named entity: Rsh without a semi-colon",
9076            "output": [
9077                [
9078                    "Character",
9079                    "&Rsh"
9080                ]
9081            ]
9082        },
9083        {
9084            "input": "&Rsh;",
9085            "description": "Named entity: Rsh; with a semi-colon",
9086            "output": [
9087                [
9088                    "Character",
9089                    "\u21b1"
9090                ]
9091            ]
9092        },
9093        {
9094            "input": "&RuleDelayed",
9095            "description": "Bad named entity: RuleDelayed without a semi-colon",
9096            "output": [
9097                [
9098                    "Character",
9099                    "&RuleDelayed"
9100                ]
9101            ]
9102        },
9103        {
9104            "input": "&RuleDelayed;",
9105            "description": "Named entity: RuleDelayed; with a semi-colon",
9106            "output": [
9107                [
9108                    "Character",
9109                    "\u29f4"
9110                ]
9111            ]
9112        },
9113        {
9114            "input": "&SHCHcy",
9115            "description": "Bad named entity: SHCHcy without a semi-colon",
9116            "output": [
9117                [
9118                    "Character",
9119                    "&SHCHcy"
9120                ]
9121            ]
9122        },
9123        {
9124            "input": "&SHCHcy;",
9125            "description": "Named entity: SHCHcy; with a semi-colon",
9126            "output": [
9127                [
9128                    "Character",
9129                    "\u0429"
9130                ]
9131            ]
9132        },
9133        {
9134            "input": "&SHcy",
9135            "description": "Bad named entity: SHcy without a semi-colon",
9136            "output": [
9137                [
9138                    "Character",
9139                    "&SHcy"
9140                ]
9141            ]
9142        },
9143        {
9144            "input": "&SHcy;",
9145            "description": "Named entity: SHcy; with a semi-colon",
9146            "output": [
9147                [
9148                    "Character",
9149                    "\u0428"
9150                ]
9151            ]
9152        },
9153        {
9154            "input": "&SOFTcy",
9155            "description": "Bad named entity: SOFTcy without a semi-colon",
9156            "output": [
9157                [
9158                    "Character",
9159                    "&SOFTcy"
9160                ]
9161            ]
9162        },
9163        {
9164            "input": "&SOFTcy;",
9165            "description": "Named entity: SOFTcy; with a semi-colon",
9166            "output": [
9167                [
9168                    "Character",
9169                    "\u042c"
9170                ]
9171            ]
9172        },
9173        {
9174            "input": "&Sacute",
9175            "description": "Bad named entity: Sacute without a semi-colon",
9176            "output": [
9177                [
9178                    "Character",
9179                    "&Sacute"
9180                ]
9181            ]
9182        },
9183        {
9184            "input": "&Sacute;",
9185            "description": "Named entity: Sacute; with a semi-colon",
9186            "output": [
9187                [
9188                    "Character",
9189                    "\u015a"
9190                ]
9191            ]
9192        },
9193        {
9194            "input": "&Sc",
9195            "description": "Bad named entity: Sc without a semi-colon",
9196            "output": [
9197                [
9198                    "Character",
9199                    "&Sc"
9200                ]
9201            ]
9202        },
9203        {
9204            "input": "&Sc;",
9205            "description": "Named entity: Sc; with a semi-colon",
9206            "output": [
9207                [
9208                    "Character",
9209                    "\u2abc"
9210                ]
9211            ]
9212        },
9213        {
9214            "input": "&Scaron",
9215            "description": "Bad named entity: Scaron without a semi-colon",
9216            "output": [
9217                [
9218                    "Character",
9219                    "&Scaron"
9220                ]
9221            ]
9222        },
9223        {
9224            "input": "&Scaron;",
9225            "description": "Named entity: Scaron; with a semi-colon",
9226            "output": [
9227                [
9228                    "Character",
9229                    "\u0160"
9230                ]
9231            ]
9232        },
9233        {
9234            "input": "&Scedil",
9235            "description": "Bad named entity: Scedil without a semi-colon",
9236            "output": [
9237                [
9238                    "Character",
9239                    "&Scedil"
9240                ]
9241            ]
9242        },
9243        {
9244            "input": "&Scedil;",
9245            "description": "Named entity: Scedil; with a semi-colon",
9246            "output": [
9247                [
9248                    "Character",
9249                    "\u015e"
9250                ]
9251            ]
9252        },
9253        {
9254            "input": "&Scirc",
9255            "description": "Bad named entity: Scirc without a semi-colon",
9256            "output": [
9257                [
9258                    "Character",
9259                    "&Scirc"
9260                ]
9261            ]
9262        },
9263        {
9264            "input": "&Scirc;",
9265            "description": "Named entity: Scirc; with a semi-colon",
9266            "output": [
9267                [
9268                    "Character",
9269                    "\u015c"
9270                ]
9271            ]
9272        },
9273        {
9274            "input": "&Scy",
9275            "description": "Bad named entity: Scy without a semi-colon",
9276            "output": [
9277                [
9278                    "Character",
9279                    "&Scy"
9280                ]
9281            ]
9282        },
9283        {
9284            "input": "&Scy;",
9285            "description": "Named entity: Scy; with a semi-colon",
9286            "output": [
9287                [
9288                    "Character",
9289                    "\u0421"
9290                ]
9291            ]
9292        },
9293        {
9294            "input": "&Sfr",
9295            "description": "Bad named entity: Sfr without a semi-colon",
9296            "output": [
9297                [
9298                    "Character",
9299                    "&Sfr"
9300                ]
9301            ]
9302        },
9303        {
9304            "input": "&Sfr;",
9305            "description": "Named entity: Sfr; with a semi-colon",
9306            "output": [
9307                [
9308                    "Character",
9309                    "\ud835\udd16"
9310                ]
9311            ]
9312        },
9313        {
9314            "input": "&ShortDownArrow",
9315            "description": "Bad named entity: ShortDownArrow without a semi-colon",
9316            "output": [
9317                [
9318                    "Character",
9319                    "&ShortDownArrow"
9320                ]
9321            ]
9322        },
9323        {
9324            "input": "&ShortDownArrow;",
9325            "description": "Named entity: ShortDownArrow; with a semi-colon",
9326            "output": [
9327                [
9328                    "Character",
9329                    "\u2193"
9330                ]
9331            ]
9332        },
9333        {
9334            "input": "&ShortLeftArrow",
9335            "description": "Bad named entity: ShortLeftArrow without a semi-colon",
9336            "output": [
9337                [
9338                    "Character",
9339                    "&ShortLeftArrow"
9340                ]
9341            ]
9342        },
9343        {
9344            "input": "&ShortLeftArrow;",
9345            "description": "Named entity: ShortLeftArrow; with a semi-colon",
9346            "output": [
9347                [
9348                    "Character",
9349                    "\u2190"
9350                ]
9351            ]
9352        },
9353        {
9354            "input": "&ShortRightArrow",
9355            "description": "Bad named entity: ShortRightArrow without a semi-colon",
9356            "output": [
9357                [
9358                    "Character",
9359                    "&ShortRightArrow"
9360                ]
9361            ]
9362        },
9363        {
9364            "input": "&ShortRightArrow;",
9365            "description": "Named entity: ShortRightArrow; with a semi-colon",
9366            "output": [
9367                [
9368                    "Character",
9369                    "\u2192"
9370                ]
9371            ]
9372        },
9373        {
9374            "input": "&ShortUpArrow",
9375            "description": "Bad named entity: ShortUpArrow without a semi-colon",
9376            "output": [
9377                [
9378                    "Character",
9379                    "&ShortUpArrow"
9380                ]
9381            ]
9382        },
9383        {
9384            "input": "&ShortUpArrow;",
9385            "description": "Named entity: ShortUpArrow; with a semi-colon",
9386            "output": [
9387                [
9388                    "Character",
9389                    "\u2191"
9390                ]
9391            ]
9392        },
9393        {
9394            "input": "&Sigma",
9395            "description": "Bad named entity: Sigma without a semi-colon",
9396            "output": [
9397                [
9398                    "Character",
9399                    "&Sigma"
9400                ]
9401            ]
9402        },
9403        {
9404            "input": "&Sigma;",
9405            "description": "Named entity: Sigma; with a semi-colon",
9406            "output": [
9407                [
9408                    "Character",
9409                    "\u03a3"
9410                ]
9411            ]
9412        },
9413        {
9414            "input": "&SmallCircle",
9415            "description": "Bad named entity: SmallCircle without a semi-colon",
9416            "output": [
9417                [
9418                    "Character",
9419                    "&SmallCircle"
9420                ]
9421            ]
9422        },
9423        {
9424            "input": "&SmallCircle;",
9425            "description": "Named entity: SmallCircle; with a semi-colon",
9426            "output": [
9427                [
9428                    "Character",
9429                    "\u2218"
9430                ]
9431            ]
9432        },
9433        {
9434            "input": "&Sopf",
9435            "description": "Bad named entity: Sopf without a semi-colon",
9436            "output": [
9437                [
9438                    "Character",
9439                    "&Sopf"
9440                ]
9441            ]
9442        },
9443        {
9444            "input": "&Sopf;",
9445            "description": "Named entity: Sopf; with a semi-colon",
9446            "output": [
9447                [
9448                    "Character",
9449                    "\ud835\udd4a"
9450                ]
9451            ]
9452        },
9453        {
9454            "input": "&Sqrt",
9455            "description": "Bad named entity: Sqrt without a semi-colon",
9456            "output": [
9457                [
9458                    "Character",
9459                    "&Sqrt"
9460                ]
9461            ]
9462        },
9463        {
9464            "input": "&Sqrt;",
9465            "description": "Named entity: Sqrt; with a semi-colon",
9466            "output": [
9467                [
9468                    "Character",
9469                    "\u221a"
9470                ]
9471            ]
9472        },
9473        {
9474            "input": "&Square",
9475            "description": "Bad named entity: Square without a semi-colon",
9476            "output": [
9477                [
9478                    "Character",
9479                    "&Square"
9480                ]
9481            ]
9482        },
9483        {
9484            "input": "&Square;",
9485            "description": "Named entity: Square; with a semi-colon",
9486            "output": [
9487                [
9488                    "Character",
9489                    "\u25a1"
9490                ]
9491            ]
9492        },
9493        {
9494            "input": "&SquareIntersection",
9495            "description": "Bad named entity: SquareIntersection without a semi-colon",
9496            "output": [
9497                [
9498                    "Character",
9499                    "&SquareIntersection"
9500                ]
9501            ]
9502        },
9503        {
9504            "input": "&SquareIntersection;",
9505            "description": "Named entity: SquareIntersection; with a semi-colon",
9506            "output": [
9507                [
9508                    "Character",
9509                    "\u2293"
9510                ]
9511            ]
9512        },
9513        {
9514            "input": "&SquareSubset",
9515            "description": "Bad named entity: SquareSubset without a semi-colon",
9516            "output": [
9517                [
9518                    "Character",
9519                    "&SquareSubset"
9520                ]
9521            ]
9522        },
9523        {
9524            "input": "&SquareSubset;",
9525            "description": "Named entity: SquareSubset; with a semi-colon",
9526            "output": [
9527                [
9528                    "Character",
9529                    "\u228f"
9530                ]
9531            ]
9532        },
9533        {
9534            "input": "&SquareSubsetEqual",
9535            "description": "Bad named entity: SquareSubsetEqual without a semi-colon",
9536            "output": [
9537                [
9538                    "Character",
9539                    "&SquareSubsetEqual"
9540                ]
9541            ]
9542        },
9543        {
9544            "input": "&SquareSubsetEqual;",
9545            "description": "Named entity: SquareSubsetEqual; with a semi-colon",
9546            "output": [
9547                [
9548                    "Character",
9549                    "\u2291"
9550                ]
9551            ]
9552        },
9553        {
9554            "input": "&SquareSuperset",
9555            "description": "Bad named entity: SquareSuperset without a semi-colon",
9556            "output": [
9557                [
9558                    "Character",
9559                    "&SquareSuperset"
9560                ]
9561            ]
9562        },
9563        {
9564            "input": "&SquareSuperset;",
9565            "description": "Named entity: SquareSuperset; with a semi-colon",
9566            "output": [
9567                [
9568                    "Character",
9569                    "\u2290"
9570                ]
9571            ]
9572        },
9573        {
9574            "input": "&SquareSupersetEqual",
9575            "description": "Bad named entity: SquareSupersetEqual without a semi-colon",
9576            "output": [
9577                [
9578                    "Character",
9579                    "&SquareSupersetEqual"
9580                ]
9581            ]
9582        },
9583        {
9584            "input": "&SquareSupersetEqual;",
9585            "description": "Named entity: SquareSupersetEqual; with a semi-colon",
9586            "output": [
9587                [
9588                    "Character",
9589                    "\u2292"
9590                ]
9591            ]
9592        },
9593        {
9594            "input": "&SquareUnion",
9595            "description": "Bad named entity: SquareUnion without a semi-colon",
9596            "output": [
9597                [
9598                    "Character",
9599                    "&SquareUnion"
9600                ]
9601            ]
9602        },
9603        {
9604            "input": "&SquareUnion;",
9605            "description": "Named entity: SquareUnion; with a semi-colon",
9606            "output": [
9607                [
9608                    "Character",
9609                    "\u2294"
9610                ]
9611            ]
9612        },
9613        {
9614            "input": "&Sscr",
9615            "description": "Bad named entity: Sscr without a semi-colon",
9616            "output": [
9617                [
9618                    "Character",
9619                    "&Sscr"
9620                ]
9621            ]
9622        },
9623        {
9624            "input": "&Sscr;",
9625            "description": "Named entity: Sscr; with a semi-colon",
9626            "output": [
9627                [
9628                    "Character",
9629                    "\ud835\udcae"
9630                ]
9631            ]
9632        },
9633        {
9634            "input": "&Star",
9635            "description": "Bad named entity: Star without a semi-colon",
9636            "output": [
9637                [
9638                    "Character",
9639                    "&Star"
9640                ]
9641            ]
9642        },
9643        {
9644            "input": "&Star;",
9645            "description": "Named entity: Star; with a semi-colon",
9646            "output": [
9647                [
9648                    "Character",
9649                    "\u22c6"
9650                ]
9651            ]
9652        },
9653        {
9654            "input": "&Sub",
9655            "description": "Bad named entity: Sub without a semi-colon",
9656            "output": [
9657                [
9658                    "Character",
9659                    "&Sub"
9660                ]
9661            ]
9662        },
9663        {
9664            "input": "&Sub;",
9665            "description": "Named entity: Sub; with a semi-colon",
9666            "output": [
9667                [
9668                    "Character",
9669                    "\u22d0"
9670                ]
9671            ]
9672        },
9673        {
9674            "input": "&Subset",
9675            "description": "Bad named entity: Subset without a semi-colon",
9676            "output": [
9677                [
9678                    "Character",
9679                    "&Subset"
9680                ]
9681            ]
9682        },
9683        {
9684            "input": "&Subset;",
9685            "description": "Named entity: Subset; with a semi-colon",
9686            "output": [
9687                [
9688                    "Character",
9689                    "\u22d0"
9690                ]
9691            ]
9692        },
9693        {
9694            "input": "&SubsetEqual",
9695            "description": "Bad named entity: SubsetEqual without a semi-colon",
9696            "output": [
9697                [
9698                    "Character",
9699                    "&SubsetEqual"
9700                ]
9701            ]
9702        },
9703        {
9704            "input": "&SubsetEqual;",
9705            "description": "Named entity: SubsetEqual; with a semi-colon",
9706            "output": [
9707                [
9708                    "Character",
9709                    "\u2286"
9710                ]
9711            ]
9712        },
9713        {
9714            "input": "&Succeeds",
9715            "description": "Bad named entity: Succeeds without a semi-colon",
9716            "output": [
9717                [
9718                    "Character",
9719                    "&Succeeds"
9720                ]
9721            ]
9722        },
9723        {
9724            "input": "&Succeeds;",
9725            "description": "Named entity: Succeeds; with a semi-colon",
9726            "output": [
9727                [
9728                    "Character",
9729                    "\u227b"
9730                ]
9731            ]
9732        },
9733        {
9734            "input": "&SucceedsEqual",
9735            "description": "Bad named entity: SucceedsEqual without a semi-colon",
9736            "output": [
9737                [
9738                    "Character",
9739                    "&SucceedsEqual"
9740                ]
9741            ]
9742        },
9743        {
9744            "input": "&SucceedsEqual;",
9745            "description": "Named entity: SucceedsEqual; with a semi-colon",
9746            "output": [
9747                [
9748                    "Character",
9749                    "\u2ab0"
9750                ]
9751            ]
9752        },
9753        {
9754            "input": "&SucceedsSlantEqual",
9755            "description": "Bad named entity: SucceedsSlantEqual without a semi-colon",
9756            "output": [
9757                [
9758                    "Character",
9759                    "&SucceedsSlantEqual"
9760                ]
9761            ]
9762        },
9763        {
9764            "input": "&SucceedsSlantEqual;",
9765            "description": "Named entity: SucceedsSlantEqual; with a semi-colon",
9766            "output": [
9767                [
9768                    "Character",
9769                    "\u227d"
9770                ]
9771            ]
9772        },
9773        {
9774            "input": "&SucceedsTilde",
9775            "description": "Bad named entity: SucceedsTilde without a semi-colon",
9776            "output": [
9777                [
9778                    "Character",
9779                    "&SucceedsTilde"
9780                ]
9781            ]
9782        },
9783        {
9784            "input": "&SucceedsTilde;",
9785            "description": "Named entity: SucceedsTilde; with a semi-colon",
9786            "output": [
9787                [
9788                    "Character",
9789                    "\u227f"
9790                ]
9791            ]
9792        },
9793        {
9794            "input": "&SuchThat",
9795            "description": "Bad named entity: SuchThat without a semi-colon",
9796            "output": [
9797                [
9798                    "Character",
9799                    "&SuchThat"
9800                ]
9801            ]
9802        },
9803        {
9804            "input": "&SuchThat;",
9805            "description": "Named entity: SuchThat; with a semi-colon",
9806            "output": [
9807                [
9808                    "Character",
9809                    "\u220b"
9810                ]
9811            ]
9812        },
9813        {
9814            "input": "&Sum",
9815            "description": "Bad named entity: Sum without a semi-colon",
9816            "output": [
9817                [
9818                    "Character",
9819                    "&Sum"
9820                ]
9821            ]
9822        },
9823        {
9824            "input": "&Sum;",
9825            "description": "Named entity: Sum; with a semi-colon",
9826            "output": [
9827                [
9828                    "Character",
9829                    "\u2211"
9830                ]
9831            ]
9832        },
9833        {
9834            "input": "&Sup",
9835            "description": "Bad named entity: Sup without a semi-colon",
9836            "output": [
9837                [
9838                    "Character",
9839                    "&Sup"
9840                ]
9841            ]
9842        },
9843        {
9844            "input": "&Sup;",
9845            "description": "Named entity: Sup; with a semi-colon",
9846            "output": [
9847                [
9848                    "Character",
9849                    "\u22d1"
9850                ]
9851            ]
9852        },
9853        {
9854            "input": "&Superset",
9855            "description": "Bad named entity: Superset without a semi-colon",
9856            "output": [
9857                [
9858                    "Character",
9859                    "&Superset"
9860                ]
9861            ]
9862        },
9863        {
9864            "input": "&Superset;",
9865            "description": "Named entity: Superset; with a semi-colon",
9866            "output": [
9867                [
9868                    "Character",
9869                    "\u2283"
9870                ]
9871            ]
9872        },
9873        {
9874            "input": "&SupersetEqual",
9875            "description": "Bad named entity: SupersetEqual without a semi-colon",
9876            "output": [
9877                [
9878                    "Character",
9879                    "&SupersetEqual"
9880                ]
9881            ]
9882        },
9883        {
9884            "input": "&SupersetEqual;",
9885            "description": "Named entity: SupersetEqual; with a semi-colon",
9886            "output": [
9887                [
9888                    "Character",
9889                    "\u2287"
9890                ]
9891            ]
9892        },
9893        {
9894            "input": "&Supset",
9895            "description": "Bad named entity: Supset without a semi-colon",
9896            "output": [
9897                [
9898                    "Character",
9899                    "&Supset"
9900                ]
9901            ]
9902        },
9903        {
9904            "input": "&Supset;",
9905            "description": "Named entity: Supset; with a semi-colon",
9906            "output": [
9907                [
9908                    "Character",
9909                    "\u22d1"
9910                ]
9911            ]
9912        },
9913        {
9914            "input": "&THORN",
9915            "description": "Named entity: THORN without a semi-colon",
9916            "output": [
9917                "ParseError",
9918                [
9919                    "Character",
9920                    "\u00de"
9921                ]
9922            ]
9923        },
9924        {
9925            "input": "&THORN;",
9926            "description": "Named entity: THORN; with a semi-colon",
9927            "output": [
9928                [
9929                    "Character",
9930                    "\u00de"
9931                ]
9932            ]
9933        },
9934        {
9935            "input": "&TRADE",
9936            "description": "Bad named entity: TRADE without a semi-colon",
9937            "output": [
9938                [
9939                    "Character",
9940                    "&TRADE"
9941                ]
9942            ]
9943        },
9944        {
9945            "input": "&TRADE;",
9946            "description": "Named entity: TRADE; with a semi-colon",
9947            "output": [
9948                [
9949                    "Character",
9950                    "\u2122"
9951                ]
9952            ]
9953        },
9954        {
9955            "input": "&TSHcy",
9956            "description": "Bad named entity: TSHcy without a semi-colon",
9957            "output": [
9958                [
9959                    "Character",
9960                    "&TSHcy"
9961                ]
9962            ]
9963        },
9964        {
9965            "input": "&TSHcy;",
9966            "description": "Named entity: TSHcy; with a semi-colon",
9967            "output": [
9968                [
9969                    "Character",
9970                    "\u040b"
9971                ]
9972            ]
9973        },
9974        {
9975            "input": "&TScy",
9976            "description": "Bad named entity: TScy without a semi-colon",
9977            "output": [
9978                [
9979                    "Character",
9980                    "&TScy"
9981                ]
9982            ]
9983        },
9984        {
9985            "input": "&TScy;",
9986            "description": "Named entity: TScy; with a semi-colon",
9987            "output": [
9988                [
9989                    "Character",
9990                    "\u0426"
9991                ]
9992            ]
9993        },
9994        {
9995            "input": "&Tab",
9996            "description": "Bad named entity: Tab without a semi-colon",
9997            "output": [
9998                [
9999                    "Character",
10000                    "&Tab"
10001                ]
10002            ]
10003        },
10004        {
10005            "input": "&Tab;",
10006            "description": "Named entity: Tab; with a semi-colon",
10007            "output": [
10008                [
10009                    "Character",
10010                    "\t"
10011                ]
10012            ]
10013        },
10014        {
10015            "input": "&Tau",
10016            "description": "Bad named entity: Tau without a semi-colon",
10017            "output": [
10018                [
10019                    "Character",
10020                    "&Tau"
10021                ]
10022            ]
10023        },
10024        {
10025            "input": "&Tau;",
10026            "description": "Named entity: Tau; with a semi-colon",
10027            "output": [
10028                [
10029                    "Character",
10030                    "\u03a4"
10031                ]
10032            ]
10033        },
10034        {
10035            "input": "&Tcaron",
10036            "description": "Bad named entity: Tcaron without a semi-colon",
10037            "output": [
10038                [
10039                    "Character",
10040                    "&Tcaron"
10041                ]
10042            ]
10043        },
10044        {
10045            "input": "&Tcaron;",
10046            "description": "Named entity: Tcaron; with a semi-colon",
10047            "output": [
10048                [
10049                    "Character",
10050                    "\u0164"
10051                ]
10052            ]
10053        },
10054        {
10055            "input": "&Tcedil",
10056            "description": "Bad named entity: Tcedil without a semi-colon",
10057            "output": [
10058                [
10059                    "Character",
10060                    "&Tcedil"
10061                ]
10062            ]
10063        },
10064        {
10065            "input": "&Tcedil;",
10066            "description": "Named entity: Tcedil; with a semi-colon",
10067            "output": [
10068                [
10069                    "Character",
10070                    "\u0162"
10071                ]
10072            ]
10073        },
10074        {
10075            "input": "&Tcy",
10076            "description": "Bad named entity: Tcy without a semi-colon",
10077            "output": [
10078                [
10079                    "Character",
10080                    "&Tcy"
10081                ]
10082            ]
10083        },
10084        {
10085            "input": "&Tcy;",
10086            "description": "Named entity: Tcy; with a semi-colon",
10087            "output": [
10088                [
10089                    "Character",
10090                    "\u0422"
10091                ]
10092            ]
10093        },
10094        {
10095            "input": "&Tfr",
10096            "description": "Bad named entity: Tfr without a semi-colon",
10097            "output": [
10098                [
10099                    "Character",
10100                    "&Tfr"
10101                ]
10102            ]
10103        },
10104        {
10105            "input": "&Tfr;",
10106            "description": "Named entity: Tfr; with a semi-colon",
10107            "output": [
10108                [
10109                    "Character",
10110                    "\ud835\udd17"
10111                ]
10112            ]
10113        },
10114        {
10115            "input": "&Therefore",
10116            "description": "Bad named entity: Therefore without a semi-colon",
10117            "output": [
10118                [
10119                    "Character",
10120                    "&Therefore"
10121                ]
10122            ]
10123        },
10124        {
10125            "input": "&Therefore;",
10126            "description": "Named entity: Therefore; with a semi-colon",
10127            "output": [
10128                [
10129                    "Character",
10130                    "\u2234"
10131                ]
10132            ]
10133        },
10134        {
10135            "input": "&Theta",
10136            "description": "Bad named entity: Theta without a semi-colon",
10137            "output": [
10138                [
10139                    "Character",
10140                    "&Theta"
10141                ]
10142            ]
10143        },
10144        {
10145            "input": "&Theta;",
10146            "description": "Named entity: Theta; with a semi-colon",
10147            "output": [
10148                [
10149                    "Character",
10150                    "\u0398"
10151                ]
10152            ]
10153        },
10154        {
10155            "input": "&ThickSpace",
10156            "description": "Bad named entity: ThickSpace without a semi-colon",
10157            "output": [
10158                [
10159                    "Character",
10160                    "&ThickSpace"
10161                ]
10162            ]
10163        },
10164        {
10165            "input": "&ThickSpace;",
10166            "description": "Named entity: ThickSpace; with a semi-colon",
10167            "output": [
10168                [
10169                    "Character",
10170                    "\u205f\u200a"
10171                ]
10172            ]
10173        },
10174        {
10175            "input": "&ThinSpace",
10176            "description": "Bad named entity: ThinSpace without a semi-colon",
10177            "output": [
10178                [
10179                    "Character",
10180                    "&ThinSpace"
10181                ]
10182            ]
10183        },
10184        {
10185            "input": "&ThinSpace;",
10186            "description": "Named entity: ThinSpace; with a semi-colon",
10187            "output": [
10188                [
10189                    "Character",
10190                    "\u2009"
10191                ]
10192            ]
10193        },
10194        {
10195            "input": "&Tilde",
10196            "description": "Bad named entity: Tilde without a semi-colon",
10197            "output": [
10198                [
10199                    "Character",
10200                    "&Tilde"
10201                ]
10202            ]
10203        },
10204        {
10205            "input": "&Tilde;",
10206            "description": "Named entity: Tilde; with a semi-colon",
10207            "output": [
10208                [
10209                    "Character",
10210                    "\u223c"
10211                ]
10212            ]
10213        },
10214        {
10215            "input": "&TildeEqual",
10216            "description": "Bad named entity: TildeEqual without a semi-colon",
10217            "output": [
10218                [
10219                    "Character",
10220                    "&TildeEqual"
10221                ]
10222            ]
10223        },
10224        {
10225            "input": "&TildeEqual;",
10226            "description": "Named entity: TildeEqual; with a semi-colon",
10227            "output": [
10228                [
10229                    "Character",
10230                    "\u2243"
10231                ]
10232            ]
10233        },
10234        {
10235            "input": "&TildeFullEqual",
10236            "description": "Bad named entity: TildeFullEqual without a semi-colon",
10237            "output": [
10238                [
10239                    "Character",
10240                    "&TildeFullEqual"
10241                ]
10242            ]
10243        },
10244        {
10245            "input": "&TildeFullEqual;",
10246            "description": "Named entity: TildeFullEqual; with a semi-colon",
10247            "output": [
10248                [
10249                    "Character",
10250                    "\u2245"
10251                ]
10252            ]
10253        },
10254        {
10255            "input": "&TildeTilde",
10256            "description": "Bad named entity: TildeTilde without a semi-colon",
10257            "output": [
10258                [
10259                    "Character",
10260                    "&TildeTilde"
10261                ]
10262            ]
10263        },
10264        {
10265            "input": "&TildeTilde;",
10266            "description": "Named entity: TildeTilde; with a semi-colon",
10267            "output": [
10268                [
10269                    "Character",
10270                    "\u2248"
10271                ]
10272            ]
10273        },
10274        {
10275            "input": "&Topf",
10276            "description": "Bad named entity: Topf without a semi-colon",
10277            "output": [
10278                [
10279                    "Character",
10280                    "&Topf"
10281                ]
10282            ]
10283        },
10284        {
10285            "input": "&Topf;",
10286            "description": "Named entity: Topf; with a semi-colon",
10287            "output": [
10288                [
10289                    "Character",
10290                    "\ud835\udd4b"
10291                ]
10292            ]
10293        },
10294        {
10295            "input": "&TripleDot",
10296            "description": "Bad named entity: TripleDot without a semi-colon",
10297            "output": [
10298                [
10299                    "Character",
10300                    "&TripleDot"
10301                ]
10302            ]
10303        },
10304        {
10305            "input": "&TripleDot;",
10306            "description": "Named entity: TripleDot; with a semi-colon",
10307            "output": [
10308                [
10309                    "Character",
10310                    "\u20db"
10311                ]
10312            ]
10313        },
10314        {
10315            "input": "&Tscr",
10316            "description": "Bad named entity: Tscr without a semi-colon",
10317            "output": [
10318                [
10319                    "Character",
10320                    "&Tscr"
10321                ]
10322            ]
10323        },
10324        {
10325            "input": "&Tscr;",
10326            "description": "Named entity: Tscr; with a semi-colon",
10327            "output": [
10328                [
10329                    "Character",
10330                    "\ud835\udcaf"
10331                ]
10332            ]
10333        },
10334        {
10335            "input": "&Tstrok",
10336            "description": "Bad named entity: Tstrok without a semi-colon",
10337            "output": [
10338                [
10339                    "Character",
10340                    "&Tstrok"
10341                ]
10342            ]
10343        },
10344        {
10345            "input": "&Tstrok;",
10346            "description": "Named entity: Tstrok; with a semi-colon",
10347            "output": [
10348                [
10349                    "Character",
10350                    "\u0166"
10351                ]
10352            ]
10353        },
10354        {
10355            "input": "&Uacute",
10356            "description": "Named entity: Uacute without a semi-colon",
10357            "output": [
10358                "ParseError",
10359                [
10360                    "Character",
10361                    "\u00da"
10362                ]
10363            ]
10364        },
10365        {
10366            "input": "&Uacute;",
10367            "description": "Named entity: Uacute; with a semi-colon",
10368            "output": [
10369                [
10370                    "Character",
10371                    "\u00da"
10372                ]
10373            ]
10374        },
10375        {
10376            "input": "&Uarr",
10377            "description": "Bad named entity: Uarr without a semi-colon",
10378            "output": [
10379                [
10380                    "Character",
10381                    "&Uarr"
10382                ]
10383            ]
10384        },
10385        {
10386            "input": "&Uarr;",
10387            "description": "Named entity: Uarr; with a semi-colon",
10388            "output": [
10389                [
10390                    "Character",
10391                    "\u219f"
10392                ]
10393            ]
10394        },
10395        {
10396            "input": "&Uarrocir",
10397            "description": "Bad named entity: Uarrocir without a semi-colon",
10398            "output": [
10399                [
10400                    "Character",
10401                    "&Uarrocir"
10402                ]
10403            ]
10404        },
10405        {
10406            "input": "&Uarrocir;",
10407            "description": "Named entity: Uarrocir; with a semi-colon",
10408            "output": [
10409                [
10410                    "Character",
10411                    "\u2949"
10412                ]
10413            ]
10414        },
10415        {
10416            "input": "&Ubrcy",
10417            "description": "Bad named entity: Ubrcy without a semi-colon",
10418            "output": [
10419                [
10420                    "Character",
10421                    "&Ubrcy"
10422                ]
10423            ]
10424        },
10425        {
10426            "input": "&Ubrcy;",
10427            "description": "Named entity: Ubrcy; with a semi-colon",
10428            "output": [
10429                [
10430                    "Character",
10431                    "\u040e"
10432                ]
10433            ]
10434        },
10435        {
10436            "input": "&Ubreve",
10437            "description": "Bad named entity: Ubreve without a semi-colon",
10438            "output": [
10439                [
10440                    "Character",
10441                    "&Ubreve"
10442                ]
10443            ]
10444        },
10445        {
10446            "input": "&Ubreve;",
10447            "description": "Named entity: Ubreve; with a semi-colon",
10448            "output": [
10449                [
10450                    "Character",
10451                    "\u016c"
10452                ]
10453            ]
10454        },
10455        {
10456            "input": "&Ucirc",
10457            "description": "Named entity: Ucirc without a semi-colon",
10458            "output": [
10459                "ParseError",
10460                [
10461                    "Character",
10462                    "\u00db"
10463                ]
10464            ]
10465        },
10466        {
10467            "input": "&Ucirc;",
10468            "description": "Named entity: Ucirc; with a semi-colon",
10469            "output": [
10470                [
10471                    "Character",
10472                    "\u00db"
10473                ]
10474            ]
10475        },
10476        {
10477            "input": "&Ucy",
10478            "description": "Bad named entity: Ucy without a semi-colon",
10479            "output": [
10480                [
10481                    "Character",
10482                    "&Ucy"
10483                ]
10484            ]
10485        },
10486        {
10487            "input": "&Ucy;",
10488            "description": "Named entity: Ucy; with a semi-colon",
10489            "output": [
10490                [
10491                    "Character",
10492                    "\u0423"
10493                ]
10494            ]
10495        },
10496        {
10497            "input": "&Udblac",
10498            "description": "Bad named entity: Udblac without a semi-colon",
10499            "output": [
10500                [
10501                    "Character",
10502                    "&Udblac"
10503                ]
10504            ]
10505        },
10506        {
10507            "input": "&Udblac;",
10508            "description": "Named entity: Udblac; with a semi-colon",
10509            "output": [
10510                [
10511                    "Character",
10512                    "\u0170"
10513                ]
10514            ]
10515        },
10516        {
10517            "input": "&Ufr",
10518            "description": "Bad named entity: Ufr without a semi-colon",
10519            "output": [
10520                [
10521                    "Character",
10522                    "&Ufr"
10523                ]
10524            ]
10525        },
10526        {
10527            "input": "&Ufr;",
10528            "description": "Named entity: Ufr; with a semi-colon",
10529            "output": [
10530                [
10531                    "Character",
10532                    "\ud835\udd18"
10533                ]
10534            ]
10535        },
10536        {
10537            "input": "&Ugrave",
10538            "description": "Named entity: Ugrave without a semi-colon",
10539            "output": [
10540                "ParseError",
10541                [
10542                    "Character",
10543                    "\u00d9"
10544                ]
10545            ]
10546        },
10547        {
10548            "input": "&Ugrave;",
10549            "description": "Named entity: Ugrave; with a semi-colon",
10550            "output": [
10551                [
10552                    "Character",
10553                    "\u00d9"
10554                ]
10555            ]
10556        },
10557        {
10558            "input": "&Umacr",
10559            "description": "Bad named entity: Umacr without a semi-colon",
10560            "output": [
10561                [
10562                    "Character",
10563                    "&Umacr"
10564                ]
10565            ]
10566        },
10567        {
10568            "input": "&Umacr;",
10569            "description": "Named entity: Umacr; with a semi-colon",
10570            "output": [
10571                [
10572                    "Character",
10573                    "\u016a"
10574                ]
10575            ]
10576        },
10577        {
10578            "input": "&UnderBar",
10579            "description": "Bad named entity: UnderBar without a semi-colon",
10580            "output": [
10581                [
10582                    "Character",
10583                    "&UnderBar"
10584                ]
10585            ]
10586        },
10587        {
10588            "input": "&UnderBar;",
10589            "description": "Named entity: UnderBar; with a semi-colon",
10590            "output": [
10591                [
10592                    "Character",
10593                    "_"
10594                ]
10595            ]
10596        },
10597        {
10598            "input": "&UnderBrace",
10599            "description": "Bad named entity: UnderBrace without a semi-colon",
10600            "output": [
10601                [
10602                    "Character",
10603                    "&UnderBrace"
10604                ]
10605            ]
10606        },
10607        {
10608            "input": "&UnderBrace;",
10609            "description": "Named entity: UnderBrace; with a semi-colon",
10610            "output": [
10611                [
10612                    "Character",
10613                    "\u23df"
10614                ]
10615            ]
10616        },
10617        {
10618            "input": "&UnderBracket",
10619            "description": "Bad named entity: UnderBracket without a semi-colon",
10620            "output": [
10621                [
10622                    "Character",
10623                    "&UnderBracket"
10624                ]
10625            ]
10626        },
10627        {
10628            "input": "&UnderBracket;",
10629            "description": "Named entity: UnderBracket; with a semi-colon",
10630            "output": [
10631                [
10632                    "Character",
10633                    "\u23b5"
10634                ]
10635            ]
10636        },
10637        {
10638            "input": "&UnderParenthesis",
10639            "description": "Bad named entity: UnderParenthesis without a semi-colon",
10640            "output": [
10641                [
10642                    "Character",
10643                    "&UnderParenthesis"
10644                ]
10645            ]
10646        },
10647        {
10648            "input": "&UnderParenthesis;",
10649            "description": "Named entity: UnderParenthesis; with a semi-colon",
10650            "output": [
10651                [
10652                    "Character",
10653                    "\u23dd"
10654                ]
10655            ]
10656        },
10657        {
10658            "input": "&Union",
10659            "description": "Bad named entity: Union without a semi-colon",
10660            "output": [
10661                [
10662                    "Character",
10663                    "&Union"
10664                ]
10665            ]
10666        },
10667        {
10668            "input": "&Union;",
10669            "description": "Named entity: Union; with a semi-colon",
10670            "output": [
10671                [
10672                    "Character",
10673                    "\u22c3"
10674                ]
10675            ]
10676        },
10677        {
10678            "input": "&UnionPlus",
10679            "description": "Bad named entity: UnionPlus without a semi-colon",
10680            "output": [
10681                [
10682                    "Character",
10683                    "&UnionPlus"
10684                ]
10685            ]
10686        },
10687        {
10688            "input": "&UnionPlus;",
10689            "description": "Named entity: UnionPlus; with a semi-colon",
10690            "output": [
10691                [
10692                    "Character",
10693                    "\u228e"
10694                ]
10695            ]
10696        },
10697        {
10698            "input": "&Uogon",
10699            "description": "Bad named entity: Uogon without a semi-colon",
10700            "output": [
10701                [
10702                    "Character",
10703                    "&Uogon"
10704                ]
10705            ]
10706        },
10707        {
10708            "input": "&Uogon;",
10709            "description": "Named entity: Uogon; with a semi-colon",
10710            "output": [
10711                [
10712                    "Character",
10713                    "\u0172"
10714                ]
10715            ]
10716        },
10717        {
10718            "input": "&Uopf",
10719            "description": "Bad named entity: Uopf without a semi-colon",
10720            "output": [
10721                [
10722                    "Character",
10723                    "&Uopf"
10724                ]
10725            ]
10726        },
10727        {
10728            "input": "&Uopf;",
10729            "description": "Named entity: Uopf; with a semi-colon",
10730            "output": [
10731                [
10732                    "Character",
10733                    "\ud835\udd4c"
10734                ]
10735            ]
10736        },
10737        {
10738            "input": "&UpArrow",
10739            "description": "Bad named entity: UpArrow without a semi-colon",
10740            "output": [
10741                [
10742                    "Character",
10743                    "&UpArrow"
10744                ]
10745            ]
10746        },
10747        {
10748            "input": "&UpArrow;",
10749            "description": "Named entity: UpArrow; with a semi-colon",
10750            "output": [
10751                [
10752                    "Character",
10753                    "\u2191"
10754                ]
10755            ]
10756        },
10757        {
10758            "input": "&UpArrowBar",
10759            "description": "Bad named entity: UpArrowBar without a semi-colon",
10760            "output": [
10761                [
10762                    "Character",
10763                    "&UpArrowBar"
10764                ]
10765            ]
10766        },
10767        {
10768            "input": "&UpArrowBar;",
10769            "description": "Named entity: UpArrowBar; with a semi-colon",
10770            "output": [
10771                [
10772                    "Character",
10773                    "\u2912"
10774                ]
10775            ]
10776        },
10777        {
10778            "input": "&UpArrowDownArrow",
10779            "description": "Bad named entity: UpArrowDownArrow without a semi-colon",
10780            "output": [
10781                [
10782                    "Character",
10783                    "&UpArrowDownArrow"
10784                ]
10785            ]
10786        },
10787        {
10788            "input": "&UpArrowDownArrow;",
10789            "description": "Named entity: UpArrowDownArrow; with a semi-colon",
10790            "output": [
10791                [
10792                    "Character",
10793                    "\u21c5"
10794                ]
10795            ]
10796        },
10797        {
10798            "input": "&UpDownArrow",
10799            "description": "Bad named entity: UpDownArrow without a semi-colon",
10800            "output": [
10801                [
10802                    "Character",
10803                    "&UpDownArrow"
10804                ]
10805            ]
10806        },
10807        {
10808            "input": "&UpDownArrow;",
10809            "description": "Named entity: UpDownArrow; with a semi-colon",
10810            "output": [
10811                [
10812                    "Character",
10813                    "\u2195"
10814                ]
10815            ]
10816        },
10817        {
10818            "input": "&UpEquilibrium",
10819            "description": "Bad named entity: UpEquilibrium without a semi-colon",
10820            "output": [
10821                [
10822                    "Character",
10823                    "&UpEquilibrium"
10824                ]
10825            ]
10826        },
10827        {
10828            "input": "&UpEquilibrium;",
10829            "description": "Named entity: UpEquilibrium; with a semi-colon",
10830            "output": [
10831                [
10832                    "Character",
10833                    "\u296e"
10834                ]
10835            ]
10836        },
10837        {
10838            "input": "&UpTee",
10839            "description": "Bad named entity: UpTee without a semi-colon",
10840            "output": [
10841                [
10842                    "Character",
10843                    "&UpTee"
10844                ]
10845            ]
10846        },
10847        {
10848            "input": "&UpTee;",
10849            "description": "Named entity: UpTee; with a semi-colon",
10850            "output": [
10851                [
10852                    "Character",
10853                    "\u22a5"
10854                ]
10855            ]
10856        },
10857        {
10858            "input": "&UpTeeArrow",
10859            "description": "Bad named entity: UpTeeArrow without a semi-colon",
10860            "output": [
10861                [
10862                    "Character",
10863                    "&UpTeeArrow"
10864                ]
10865            ]
10866        },
10867        {
10868            "input": "&UpTeeArrow;",
10869            "description": "Named entity: UpTeeArrow; with a semi-colon",
10870            "output": [
10871                [
10872                    "Character",
10873                    "\u21a5"
10874                ]
10875            ]
10876        },
10877        {
10878            "input": "&Uparrow",
10879            "description": "Bad named entity: Uparrow without a semi-colon",
10880            "output": [
10881                [
10882                    "Character",
10883                    "&Uparrow"
10884                ]
10885            ]
10886        },
10887        {
10888            "input": "&Uparrow;",
10889            "description": "Named entity: Uparrow; with a semi-colon",
10890            "output": [
10891                [
10892                    "Character",
10893                    "\u21d1"
10894                ]
10895            ]
10896        },
10897        {
10898            "input": "&Updownarrow",
10899            "description": "Bad named entity: Updownarrow without a semi-colon",
10900            "output": [
10901                [
10902                    "Character",
10903                    "&Updownarrow"
10904                ]
10905            ]
10906        },
10907        {
10908            "input": "&Updownarrow;",
10909            "description": "Named entity: Updownarrow; with a semi-colon",
10910            "output": [
10911                [
10912                    "Character",
10913                    "\u21d5"
10914                ]
10915            ]
10916        },
10917        {
10918            "input": "&UpperLeftArrow",
10919            "description": "Bad named entity: UpperLeftArrow without a semi-colon",
10920            "output": [
10921                [
10922                    "Character",
10923                    "&UpperLeftArrow"
10924                ]
10925            ]
10926        },
10927        {
10928            "input": "&UpperLeftArrow;",
10929            "description": "Named entity: UpperLeftArrow; with a semi-colon",
10930            "output": [
10931                [
10932                    "Character",
10933                    "\u2196"
10934                ]
10935            ]
10936        },
10937        {
10938            "input": "&UpperRightArrow",
10939            "description": "Bad named entity: UpperRightArrow without a semi-colon",
10940            "output": [
10941                [
10942                    "Character",
10943                    "&UpperRightArrow"
10944                ]
10945            ]
10946        },
10947        {
10948            "input": "&UpperRightArrow;",
10949            "description": "Named entity: UpperRightArrow; with a semi-colon",
10950            "output": [
10951                [
10952                    "Character",
10953                    "\u2197"
10954                ]
10955            ]
10956        },
10957        {
10958            "input": "&Upsi",
10959            "description": "Bad named entity: Upsi without a semi-colon",
10960            "output": [
10961                [
10962                    "Character",
10963                    "&Upsi"
10964                ]
10965            ]
10966        },
10967        {
10968            "input": "&Upsi;",
10969            "description": "Named entity: Upsi; with a semi-colon",
10970            "output": [
10971                [
10972                    "Character",
10973                    "\u03d2"
10974                ]
10975            ]
10976        },
10977        {
10978            "input": "&Upsilon",
10979            "description": "Bad named entity: Upsilon without a semi-colon",
10980            "output": [
10981                [
10982                    "Character",
10983                    "&Upsilon"
10984                ]
10985            ]
10986        },
10987        {
10988            "input": "&Upsilon;",
10989            "description": "Named entity: Upsilon; with a semi-colon",
10990            "output": [
10991                [
10992                    "Character",
10993                    "\u03a5"
10994                ]
10995            ]
10996        },
10997        {
10998            "input": "&Uring",
10999            "description": "Bad named entity: Uring without a semi-colon",
11000            "output": [
11001                [
11002                    "Character",
11003                    "&Uring"
11004                ]
11005            ]
11006        },
11007        {
11008            "input": "&Uring;",
11009            "description": "Named entity: Uring; with a semi-colon",
11010            "output": [
11011                [
11012                    "Character",
11013                    "\u016e"
11014                ]
11015            ]
11016        },
11017        {
11018            "input": "&Uscr",
11019            "description": "Bad named entity: Uscr without a semi-colon",
11020            "output": [
11021                [
11022                    "Character",
11023                    "&Uscr"
11024                ]
11025            ]
11026        },
11027        {
11028            "input": "&Uscr;",
11029            "description": "Named entity: Uscr; with a semi-colon",
11030            "output": [
11031                [
11032                    "Character",
11033                    "\ud835\udcb0"
11034                ]
11035            ]
11036        },
11037        {
11038            "input": "&Utilde",
11039            "description": "Bad named entity: Utilde without a semi-colon",
11040            "output": [
11041                [
11042                    "Character",
11043                    "&Utilde"
11044                ]
11045            ]
11046        },
11047        {
11048            "input": "&Utilde;",
11049            "description": "Named entity: Utilde; with a semi-colon",
11050            "output": [
11051                [
11052                    "Character",
11053                    "\u0168"
11054                ]
11055            ]
11056        },
11057        {
11058            "input": "&Uuml",
11059            "description": "Named entity: Uuml without a semi-colon",
11060            "output": [
11061                "ParseError",
11062                [
11063                    "Character",
11064                    "\u00dc"
11065                ]
11066            ]
11067        },
11068        {
11069            "input": "&Uuml;",
11070            "description": "Named entity: Uuml; with a semi-colon",
11071            "output": [
11072                [
11073                    "Character",
11074                    "\u00dc"
11075                ]
11076            ]
11077        },
11078        {
11079            "input": "&VDash",
11080            "description": "Bad named entity: VDash without a semi-colon",
11081            "output": [
11082                [
11083                    "Character",
11084                    "&VDash"
11085                ]
11086            ]
11087        },
11088        {
11089            "input": "&VDash;",
11090            "description": "Named entity: VDash; with a semi-colon",
11091            "output": [
11092                [
11093                    "Character",
11094                    "\u22ab"
11095                ]
11096            ]
11097        },
11098        {
11099            "input": "&Vbar",
11100            "description": "Bad named entity: Vbar without a semi-colon",
11101            "output": [
11102                [
11103                    "Character",
11104                    "&Vbar"
11105                ]
11106            ]
11107        },
11108        {
11109            "input": "&Vbar;",
11110            "description": "Named entity: Vbar; with a semi-colon",
11111            "output": [
11112                [
11113                    "Character",
11114                    "\u2aeb"
11115                ]
11116            ]
11117        },
11118        {
11119            "input": "&Vcy",
11120            "description": "Bad named entity: Vcy without a semi-colon",
11121            "output": [
11122                [
11123                    "Character",
11124                    "&Vcy"
11125                ]
11126            ]
11127        },
11128        {
11129            "input": "&Vcy;",
11130            "description": "Named entity: Vcy; with a semi-colon",
11131            "output": [
11132                [
11133                    "Character",
11134                    "\u0412"
11135                ]
11136            ]
11137        },
11138        {
11139            "input": "&Vdash",
11140            "description": "Bad named entity: Vdash without a semi-colon",
11141            "output": [
11142                [
11143                    "Character",
11144                    "&Vdash"
11145                ]
11146            ]
11147        },
11148        {
11149            "input": "&Vdash;",
11150            "description": "Named entity: Vdash; with a semi-colon",
11151            "output": [
11152                [
11153                    "Character",
11154                    "\u22a9"
11155                ]
11156            ]
11157        },
11158        {
11159            "input": "&Vdashl",
11160            "description": "Bad named entity: Vdashl without a semi-colon",
11161            "output": [
11162                [
11163                    "Character",
11164                    "&Vdashl"
11165                ]
11166            ]
11167        },
11168        {
11169            "input": "&Vdashl;",
11170            "description": "Named entity: Vdashl; with a semi-colon",
11171            "output": [
11172                [
11173                    "Character",
11174                    "\u2ae6"
11175                ]
11176            ]
11177        },
11178        {
11179            "input": "&Vee",
11180            "description": "Bad named entity: Vee without a semi-colon",
11181            "output": [
11182                [
11183                    "Character",
11184                    "&Vee"
11185                ]
11186            ]
11187        },
11188        {
11189            "input": "&Vee;",
11190            "description": "Named entity: Vee; with a semi-colon",
11191            "output": [
11192                [
11193                    "Character",
11194                    "\u22c1"
11195                ]
11196            ]
11197        },
11198        {
11199            "input": "&Verbar",
11200            "description": "Bad named entity: Verbar without a semi-colon",
11201            "output": [
11202                [
11203                    "Character",
11204                    "&Verbar"
11205                ]
11206            ]
11207        },
11208        {
11209            "input": "&Verbar;",
11210            "description": "Named entity: Verbar; with a semi-colon",
11211            "output": [
11212                [
11213                    "Character",
11214                    "\u2016"
11215                ]
11216            ]
11217        },
11218        {
11219            "input": "&Vert",
11220            "description": "Bad named entity: Vert without a semi-colon",
11221            "output": [
11222                [
11223                    "Character",
11224                    "&Vert"
11225                ]
11226            ]
11227        },
11228        {
11229            "input": "&Vert;",
11230            "description": "Named entity: Vert; with a semi-colon",
11231            "output": [
11232                [
11233                    "Character",
11234                    "\u2016"
11235                ]
11236            ]
11237        },
11238        {
11239            "input": "&VerticalBar",
11240            "description": "Bad named entity: VerticalBar without a semi-colon",
11241            "output": [
11242                [
11243                    "Character",
11244                    "&VerticalBar"
11245                ]
11246            ]
11247        },
11248        {
11249            "input": "&VerticalBar;",
11250            "description": "Named entity: VerticalBar; with a semi-colon",
11251            "output": [
11252                [
11253                    "Character",
11254                    "\u2223"
11255                ]
11256            ]
11257        },
11258        {
11259            "input": "&VerticalLine",
11260            "description": "Bad named entity: VerticalLine without a semi-colon",
11261            "output": [
11262                [
11263                    "Character",
11264                    "&VerticalLine"
11265                ]
11266            ]
11267        },
11268        {
11269            "input": "&VerticalLine;",
11270            "description": "Named entity: VerticalLine; with a semi-colon",
11271            "output": [
11272                [
11273                    "Character",
11274                    "|"
11275                ]
11276            ]
11277        },
11278        {
11279            "input": "&VerticalSeparator",
11280            "description": "Bad named entity: VerticalSeparator without a semi-colon",
11281            "output": [
11282                [
11283                    "Character",
11284                    "&VerticalSeparator"
11285                ]
11286            ]
11287        },
11288        {
11289            "input": "&VerticalSeparator;",
11290            "description": "Named entity: VerticalSeparator; with a semi-colon",
11291            "output": [
11292                [
11293                    "Character",
11294                    "\u2758"
11295                ]
11296            ]
11297        },
11298        {
11299            "input": "&VerticalTilde",
11300            "description": "Bad named entity: VerticalTilde without a semi-colon",
11301            "output": [
11302                [
11303                    "Character",
11304                    "&VerticalTilde"
11305                ]
11306            ]
11307        },
11308        {
11309            "input": "&VerticalTilde;",
11310            "description": "Named entity: VerticalTilde; with a semi-colon",
11311            "output": [
11312                [
11313                    "Character",
11314                    "\u2240"
11315                ]
11316            ]
11317        },
11318        {
11319            "input": "&VeryThinSpace",
11320            "description": "Bad named entity: VeryThinSpace without a semi-colon",
11321            "output": [
11322                [
11323                    "Character",
11324                    "&VeryThinSpace"
11325                ]
11326            ]
11327        },
11328        {
11329            "input": "&VeryThinSpace;",
11330            "description": "Named entity: VeryThinSpace; with a semi-colon",
11331            "output": [
11332                [
11333                    "Character",
11334                    "\u200a"
11335                ]
11336            ]
11337        },
11338        {
11339            "input": "&Vfr",
11340            "description": "Bad named entity: Vfr without a semi-colon",
11341            "output": [
11342                [
11343                    "Character",
11344                    "&Vfr"
11345                ]
11346            ]
11347        },
11348        {
11349            "input": "&Vfr;",
11350            "description": "Named entity: Vfr; with a semi-colon",
11351            "output": [
11352                [
11353                    "Character",
11354                    "\ud835\udd19"
11355                ]
11356            ]
11357        },
11358        {
11359            "input": "&Vopf",
11360            "description": "Bad named entity: Vopf without a semi-colon",
11361            "output": [
11362                [
11363                    "Character",
11364                    "&Vopf"
11365                ]
11366            ]
11367        },
11368        {
11369            "input": "&Vopf;",
11370            "description": "Named entity: Vopf; with a semi-colon",
11371            "output": [
11372                [
11373                    "Character",
11374                    "\ud835\udd4d"
11375                ]
11376            ]
11377        },
11378        {
11379            "input": "&Vscr",
11380            "description": "Bad named entity: Vscr without a semi-colon",
11381            "output": [
11382                [
11383                    "Character",
11384                    "&Vscr"
11385                ]
11386            ]
11387        },
11388        {
11389            "input": "&Vscr;",
11390            "description": "Named entity: Vscr; with a semi-colon",
11391            "output": [
11392                [
11393                    "Character",
11394                    "\ud835\udcb1"
11395                ]
11396            ]
11397        },
11398        {
11399            "input": "&Vvdash",
11400            "description": "Bad named entity: Vvdash without a semi-colon",
11401            "output": [
11402                [
11403                    "Character",
11404                    "&Vvdash"
11405                ]
11406            ]
11407        },
11408        {
11409            "input": "&Vvdash;",
11410            "description": "Named entity: Vvdash; with a semi-colon",
11411            "output": [
11412                [
11413                    "Character",
11414                    "\u22aa"
11415                ]
11416            ]
11417        },
11418        {
11419            "input": "&Wcirc",
11420            "description": "Bad named entity: Wcirc without a semi-colon",
11421            "output": [
11422                [
11423                    "Character",
11424                    "&Wcirc"
11425                ]
11426            ]
11427        },
11428        {
11429            "input": "&Wcirc;",
11430            "description": "Named entity: Wcirc; with a semi-colon",
11431            "output": [
11432                [
11433                    "Character",
11434                    "\u0174"
11435                ]
11436            ]
11437        },
11438        {
11439            "input": "&Wedge",
11440            "description": "Bad named entity: Wedge without a semi-colon",
11441            "output": [
11442                [
11443                    "Character",
11444                    "&Wedge"
11445                ]
11446            ]
11447        },
11448        {
11449            "input": "&Wedge;",
11450            "description": "Named entity: Wedge; with a semi-colon",
11451            "output": [
11452                [
11453                    "Character",
11454                    "\u22c0"
11455                ]
11456            ]
11457        },
11458        {
11459            "input": "&Wfr",
11460            "description": "Bad named entity: Wfr without a semi-colon",
11461            "output": [
11462                [
11463                    "Character",
11464                    "&Wfr"
11465                ]
11466            ]
11467        },
11468        {
11469            "input": "&Wfr;",
11470            "description": "Named entity: Wfr; with a semi-colon",
11471            "output": [
11472                [
11473                    "Character",
11474                    "\ud835\udd1a"
11475                ]
11476            ]
11477        },
11478        {
11479            "input": "&Wopf",
11480            "description": "Bad named entity: Wopf without a semi-colon",
11481            "output": [
11482                [
11483                    "Character",
11484                    "&Wopf"
11485                ]
11486            ]
11487        },
11488        {
11489            "input": "&Wopf;",
11490            "description": "Named entity: Wopf; with a semi-colon",
11491            "output": [
11492                [
11493                    "Character",
11494                    "\ud835\udd4e"
11495                ]
11496            ]
11497        },
11498        {
11499            "input": "&Wscr",
11500            "description": "Bad named entity: Wscr without a semi-colon",
11501            "output": [
11502                [
11503                    "Character",
11504                    "&Wscr"
11505                ]
11506            ]
11507        },
11508        {
11509            "input": "&Wscr;",
11510            "description": "Named entity: Wscr; with a semi-colon",
11511            "output": [
11512                [
11513                    "Character",
11514                    "\ud835\udcb2"
11515                ]
11516            ]
11517        },
11518        {
11519            "input": "&Xfr",
11520            "description": "Bad named entity: Xfr without a semi-colon",
11521            "output": [
11522                [
11523                    "Character",
11524                    "&Xfr"
11525                ]
11526            ]
11527        },
11528        {
11529            "input": "&Xfr;",
11530            "description": "Named entity: Xfr; with a semi-colon",
11531            "output": [
11532                [
11533                    "Character",
11534                    "\ud835\udd1b"
11535                ]
11536            ]
11537        },
11538        {
11539            "input": "&Xi",
11540            "description": "Bad named entity: Xi without a semi-colon",
11541            "output": [
11542                [
11543                    "Character",
11544                    "&Xi"
11545                ]
11546            ]
11547        },
11548        {
11549            "input": "&Xi;",
11550            "description": "Named entity: Xi; with a semi-colon",
11551            "output": [
11552                [
11553                    "Character",
11554                    "\u039e"
11555                ]
11556            ]
11557        },
11558        {
11559            "input": "&Xopf",
11560            "description": "Bad named entity: Xopf without a semi-colon",
11561            "output": [
11562                [
11563                    "Character",
11564                    "&Xopf"
11565                ]
11566            ]
11567        },
11568        {
11569            "input": "&Xopf;",
11570            "description": "Named entity: Xopf; with a semi-colon",
11571            "output": [
11572                [
11573                    "Character",
11574                    "\ud835\udd4f"
11575                ]
11576            ]
11577        },
11578        {
11579            "input": "&Xscr",
11580            "description": "Bad named entity: Xscr without a semi-colon",
11581            "output": [
11582                [
11583                    "Character",
11584                    "&Xscr"
11585                ]
11586            ]
11587        },
11588        {
11589            "input": "&Xscr;",
11590            "description": "Named entity: Xscr; with a semi-colon",
11591            "output": [
11592                [
11593                    "Character",
11594                    "\ud835\udcb3"
11595                ]
11596            ]
11597        },
11598        {
11599            "input": "&YAcy",
11600            "description": "Bad named entity: YAcy without a semi-colon",
11601            "output": [
11602                [
11603                    "Character",
11604                    "&YAcy"
11605                ]
11606            ]
11607        },
11608        {
11609            "input": "&YAcy;",
11610            "description": "Named entity: YAcy; with a semi-colon",
11611            "output": [
11612                [
11613                    "Character",
11614                    "\u042f"
11615                ]
11616            ]
11617        },
11618        {
11619            "input": "&YIcy",
11620            "description": "Bad named entity: YIcy without a semi-colon",
11621            "output": [
11622                [
11623                    "Character",
11624                    "&YIcy"
11625                ]
11626            ]
11627        },
11628        {
11629            "input": "&YIcy;",
11630            "description": "Named entity: YIcy; with a semi-colon",
11631            "output": [
11632                [
11633                    "Character",
11634                    "\u0407"
11635                ]
11636            ]
11637        },
11638        {
11639            "input": "&YUcy",
11640            "description": "Bad named entity: YUcy without a semi-colon",
11641            "output": [
11642                [
11643                    "Character",
11644                    "&YUcy"
11645                ]
11646            ]
11647        },
11648        {
11649            "input": "&YUcy;",
11650            "description": "Named entity: YUcy; with a semi-colon",
11651            "output": [
11652                [
11653                    "Character",
11654                    "\u042e"
11655                ]
11656            ]
11657        },
11658        {
11659            "input": "&Yacute",
11660            "description": "Named entity: Yacute without a semi-colon",
11661            "output": [
11662                "ParseError",
11663                [
11664                    "Character",
11665                    "\u00dd"
11666                ]
11667            ]
11668        },
11669        {
11670            "input": "&Yacute;",
11671            "description": "Named entity: Yacute; with a semi-colon",
11672            "output": [
11673                [
11674                    "Character",
11675                    "\u00dd"
11676                ]
11677            ]
11678        },
11679        {
11680            "input": "&Ycirc",
11681            "description": "Bad named entity: Ycirc without a semi-colon",
11682            "output": [
11683                [
11684                    "Character",
11685                    "&Ycirc"
11686                ]
11687            ]
11688        },
11689        {
11690            "input": "&Ycirc;",
11691            "description": "Named entity: Ycirc; with a semi-colon",
11692            "output": [
11693                [
11694                    "Character",
11695                    "\u0176"
11696                ]
11697            ]
11698        },
11699        {
11700            "input": "&Ycy",
11701            "description": "Bad named entity: Ycy without a semi-colon",
11702            "output": [
11703                [
11704                    "Character",
11705                    "&Ycy"
11706                ]
11707            ]
11708        },
11709        {
11710            "input": "&Ycy;",
11711            "description": "Named entity: Ycy; with a semi-colon",
11712            "output": [
11713                [
11714                    "Character",
11715                    "\u042b"
11716                ]
11717            ]
11718        },
11719        {
11720            "input": "&Yfr",
11721            "description": "Bad named entity: Yfr without a semi-colon",
11722            "output": [
11723                [
11724                    "Character",
11725                    "&Yfr"
11726                ]
11727            ]
11728        },
11729        {
11730            "input": "&Yfr;",
11731            "description": "Named entity: Yfr; with a semi-colon",
11732            "output": [
11733                [
11734                    "Character",
11735                    "\ud835\udd1c"
11736                ]
11737            ]
11738        },
11739        {
11740            "input": "&Yopf",
11741            "description": "Bad named entity: Yopf without a semi-colon",
11742            "output": [
11743                [
11744                    "Character",
11745                    "&Yopf"
11746                ]
11747            ]
11748        },
11749        {
11750            "input": "&Yopf;",
11751            "description": "Named entity: Yopf; with a semi-colon",
11752            "output": [
11753                [
11754                    "Character",
11755                    "\ud835\udd50"
11756                ]
11757            ]
11758        },
11759        {
11760            "input": "&Yscr",
11761            "description": "Bad named entity: Yscr without a semi-colon",
11762            "output": [
11763                [
11764                    "Character",
11765                    "&Yscr"
11766                ]
11767            ]
11768        },
11769        {
11770            "input": "&Yscr;",
11771            "description": "Named entity: Yscr; with a semi-colon",
11772            "output": [
11773                [
11774                    "Character",
11775                    "\ud835\udcb4"
11776                ]
11777            ]
11778        },
11779        {
11780            "input": "&Yuml",
11781            "description": "Bad named entity: Yuml without a semi-colon",
11782            "output": [
11783                [
11784                    "Character",
11785                    "&Yuml"
11786                ]
11787            ]
11788        },
11789        {
11790            "input": "&Yuml;",
11791            "description": "Named entity: Yuml; with a semi-colon",
11792            "output": [
11793                [
11794                    "Character",
11795                    "\u0178"
11796                ]
11797            ]
11798        },
11799        {
11800            "input": "&ZHcy",
11801            "description": "Bad named entity: ZHcy without a semi-colon",
11802            "output": [
11803                [
11804                    "Character",
11805                    "&ZHcy"
11806                ]
11807            ]
11808        },
11809        {
11810            "input": "&ZHcy;",
11811            "description": "Named entity: ZHcy; with a semi-colon",
11812            "output": [
11813                [
11814                    "Character",
11815                    "\u0416"
11816                ]
11817            ]
11818        },
11819        {
11820            "input": "&Zacute",
11821            "description": "Bad named entity: Zacute without a semi-colon",
11822            "output": [
11823                [
11824                    "Character",
11825                    "&Zacute"
11826                ]
11827            ]
11828        },
11829        {
11830            "input": "&Zacute;",
11831            "description": "Named entity: Zacute; with a semi-colon",
11832            "output": [
11833                [
11834                    "Character",
11835                    "\u0179"
11836                ]
11837            ]
11838        },
11839        {
11840            "input": "&Zcaron",
11841            "description": "Bad named entity: Zcaron without a semi-colon",
11842            "output": [
11843                [
11844                    "Character",
11845                    "&Zcaron"
11846                ]
11847            ]
11848        },
11849        {
11850            "input": "&Zcaron;",
11851            "description": "Named entity: Zcaron; with a semi-colon",
11852            "output": [
11853                [
11854                    "Character",
11855                    "\u017d"
11856                ]
11857            ]
11858        },
11859        {
11860            "input": "&Zcy",
11861            "description": "Bad named entity: Zcy without a semi-colon",
11862            "output": [
11863                [
11864                    "Character",
11865                    "&Zcy"
11866                ]
11867            ]
11868        },
11869        {
11870            "input": "&Zcy;",
11871            "description": "Named entity: Zcy; with a semi-colon",
11872            "output": [
11873                [
11874                    "Character",
11875                    "\u0417"
11876                ]
11877            ]
11878        },
11879        {
11880            "input": "&Zdot",
11881            "description": "Bad named entity: Zdot without a semi-colon",
11882            "output": [
11883                [
11884                    "Character",
11885                    "&Zdot"
11886                ]
11887            ]
11888        },
11889        {
11890            "input": "&Zdot;",
11891            "description": "Named entity: Zdot; with a semi-colon",
11892            "output": [
11893                [
11894                    "Character",
11895                    "\u017b"
11896                ]
11897            ]
11898        },
11899        {
11900            "input": "&ZeroWidthSpace",
11901            "description": "Bad named entity: ZeroWidthSpace without a semi-colon",
11902            "output": [
11903                [
11904                    "Character",
11905                    "&ZeroWidthSpace"
11906                ]
11907            ]
11908        },
11909        {
11910            "input": "&ZeroWidthSpace;",
11911            "description": "Named entity: ZeroWidthSpace; with a semi-colon",
11912            "output": [
11913                [
11914                    "Character",
11915                    "\u200b"
11916                ]
11917            ]
11918        },
11919        {
11920            "input": "&Zeta",
11921            "description": "Bad named entity: Zeta without a semi-colon",
11922            "output": [
11923                [
11924                    "Character",
11925                    "&Zeta"
11926                ]
11927            ]
11928        },
11929        {
11930            "input": "&Zeta;",
11931            "description": "Named entity: Zeta; with a semi-colon",
11932            "output": [
11933                [
11934                    "Character",
11935                    "\u0396"
11936                ]
11937            ]
11938        },
11939        {
11940            "input": "&Zfr",
11941            "description": "Bad named entity: Zfr without a semi-colon",
11942            "output": [
11943                [
11944                    "Character",
11945                    "&Zfr"
11946                ]
11947            ]
11948        },
11949        {
11950            "input": "&Zfr;",
11951            "description": "Named entity: Zfr; with a semi-colon",
11952            "output": [
11953                [
11954                    "Character",
11955                    "\u2128"
11956                ]
11957            ]
11958        },
11959        {
11960            "input": "&Zopf",
11961            "description": "Bad named entity: Zopf without a semi-colon",
11962            "output": [
11963                [
11964                    "Character",
11965                    "&Zopf"
11966                ]
11967            ]
11968        },
11969        {
11970            "input": "&Zopf;",
11971            "description": "Named entity: Zopf; with a semi-colon",
11972            "output": [
11973                [
11974                    "Character",
11975                    "\u2124"
11976                ]
11977            ]
11978        },
11979        {
11980            "input": "&Zscr",
11981            "description": "Bad named entity: Zscr without a semi-colon",
11982            "output": [
11983                [
11984                    "Character",
11985                    "&Zscr"
11986                ]
11987            ]
11988        },
11989        {
11990            "input": "&Zscr;",
11991            "description": "Named entity: Zscr; with a semi-colon",
11992            "output": [
11993                [
11994                    "Character",
11995                    "\ud835\udcb5"
11996                ]
11997            ]
11998        },
11999        {
12000            "input": "&aacute",
12001            "description": "Named entity: aacute without a semi-colon",
12002            "output": [
12003                "ParseError",
12004                [
12005                    "Character",
12006                    "\u00e1"
12007                ]
12008            ]
12009        },
12010        {
12011            "input": "&aacute;",
12012            "description": "Named entity: aacute; with a semi-colon",
12013            "output": [
12014                [
12015                    "Character",
12016                    "\u00e1"
12017                ]
12018            ]
12019        },
12020        {
12021            "input": "&abreve",
12022            "description": "Bad named entity: abreve without a semi-colon",
12023            "output": [
12024                [
12025                    "Character",
12026                    "&abreve"
12027                ]
12028            ]
12029        },
12030        {
12031            "input": "&abreve;",
12032            "description": "Named entity: abreve; with a semi-colon",
12033            "output": [
12034                [
12035                    "Character",
12036                    "\u0103"
12037                ]
12038            ]
12039        },
12040        {
12041            "input": "&ac",
12042            "description": "Bad named entity: ac without a semi-colon",
12043            "output": [
12044                [
12045                    "Character",
12046                    "&ac"
12047                ]
12048            ]
12049        },
12050        {
12051            "input": "&ac;",
12052            "description": "Named entity: ac; with a semi-colon",
12053            "output": [
12054                [
12055                    "Character",
12056                    "\u223e"
12057                ]
12058            ]
12059        },
12060        {
12061            "input": "&acE",
12062            "description": "Bad named entity: acE without a semi-colon",
12063            "output": [
12064                [
12065                    "Character",
12066                    "&acE"
12067                ]
12068            ]
12069        },
12070        {
12071            "input": "&acE;",
12072            "description": "Named entity: acE; with a semi-colon",
12073            "output": [
12074                [
12075                    "Character",
12076                    "\u223e\u0333"
12077                ]
12078            ]
12079        },
12080        {
12081            "input": "&acd",
12082            "description": "Bad named entity: acd without a semi-colon",
12083            "output": [
12084                [
12085                    "Character",
12086                    "&acd"
12087                ]
12088            ]
12089        },
12090        {
12091            "input": "&acd;",
12092            "description": "Named entity: acd; with a semi-colon",
12093            "output": [
12094                [
12095                    "Character",
12096                    "\u223f"
12097                ]
12098            ]
12099        },
12100        {
12101            "input": "&acirc",
12102            "description": "Named entity: acirc without a semi-colon",
12103            "output": [
12104                "ParseError",
12105                [
12106                    "Character",
12107                    "\u00e2"
12108                ]
12109            ]
12110        },
12111        {
12112            "input": "&acirc;",
12113            "description": "Named entity: acirc; with a semi-colon",
12114            "output": [
12115                [
12116                    "Character",
12117                    "\u00e2"
12118                ]
12119            ]
12120        },
12121        {
12122            "input": "&acute",
12123            "description": "Named entity: acute without a semi-colon",
12124            "output": [
12125                "ParseError",
12126                [
12127                    "Character",
12128                    "\u00b4"
12129                ]
12130            ]
12131        },
12132        {
12133            "input": "&acute;",
12134            "description": "Named entity: acute; with a semi-colon",
12135            "output": [
12136                [
12137                    "Character",
12138                    "\u00b4"
12139                ]
12140            ]
12141        },
12142        {
12143            "input": "&acy",
12144            "description": "Bad named entity: acy without a semi-colon",
12145            "output": [
12146                [
12147                    "Character",
12148                    "&acy"
12149                ]
12150            ]
12151        },
12152        {
12153            "input": "&acy;",
12154            "description": "Named entity: acy; with a semi-colon",
12155            "output": [
12156                [
12157                    "Character",
12158                    "\u0430"
12159                ]
12160            ]
12161        },
12162        {
12163            "input": "&aelig",
12164            "description": "Named entity: aelig without a semi-colon",
12165            "output": [
12166                "ParseError",
12167                [
12168                    "Character",
12169                    "\u00e6"
12170                ]
12171            ]
12172        },
12173        {
12174            "input": "&aelig;",
12175            "description": "Named entity: aelig; with a semi-colon",
12176            "output": [
12177                [
12178                    "Character",
12179                    "\u00e6"
12180                ]
12181            ]
12182        },
12183        {
12184            "input": "&af",
12185            "description": "Bad named entity: af without a semi-colon",
12186            "output": [
12187                [
12188                    "Character",
12189                    "&af"
12190                ]
12191            ]
12192        },
12193        {
12194            "input": "&af;",
12195            "description": "Named entity: af; with a semi-colon",
12196            "output": [
12197                [
12198                    "Character",
12199                    "\u2061"
12200                ]
12201            ]
12202        },
12203        {
12204            "input": "&afr",
12205            "description": "Bad named entity: afr without a semi-colon",
12206            "output": [
12207                [
12208                    "Character",
12209                    "&afr"
12210                ]
12211            ]
12212        },
12213        {
12214            "input": "&afr;",
12215            "description": "Named entity: afr; with a semi-colon",
12216            "output": [
12217                [
12218                    "Character",
12219                    "\ud835\udd1e"
12220                ]
12221            ]
12222        },
12223        {
12224            "input": "&agrave",
12225            "description": "Named entity: agrave without a semi-colon",
12226            "output": [
12227                "ParseError",
12228                [
12229                    "Character",
12230                    "\u00e0"
12231                ]
12232            ]
12233        },
12234        {
12235            "input": "&agrave;",
12236            "description": "Named entity: agrave; with a semi-colon",
12237            "output": [
12238                [
12239                    "Character",
12240                    "\u00e0"
12241                ]
12242            ]
12243        },
12244        {
12245            "input": "&alefsym",
12246            "description": "Bad named entity: alefsym without a semi-colon",
12247            "output": [
12248                [
12249                    "Character",
12250                    "&alefsym"
12251                ]
12252            ]
12253        },
12254        {
12255            "input": "&alefsym;",
12256            "description": "Named entity: alefsym; with a semi-colon",
12257            "output": [
12258                [
12259                    "Character",
12260                    "\u2135"
12261                ]
12262            ]
12263        },
12264        {
12265            "input": "&aleph",
12266            "description": "Bad named entity: aleph without a semi-colon",
12267            "output": [
12268                [
12269                    "Character",
12270                    "&aleph"
12271                ]
12272            ]
12273        },
12274        {
12275            "input": "&aleph;",
12276            "description": "Named entity: aleph; with a semi-colon",
12277            "output": [
12278                [
12279                    "Character",
12280                    "\u2135"
12281                ]
12282            ]
12283        },
12284        {
12285            "input": "&alpha",
12286            "description": "Bad named entity: alpha without a semi-colon",
12287            "output": [
12288                [
12289                    "Character",
12290                    "&alpha"
12291                ]
12292            ]
12293        },
12294        {
12295            "input": "&alpha;",
12296            "description": "Named entity: alpha; with a semi-colon",
12297            "output": [
12298                [
12299                    "Character",
12300                    "\u03b1"
12301                ]
12302            ]
12303        },
12304        {
12305            "input": "&amacr",
12306            "description": "Bad named entity: amacr without a semi-colon",
12307            "output": [
12308                [
12309                    "Character",
12310                    "&amacr"
12311                ]
12312            ]
12313        },
12314        {
12315            "input": "&amacr;",
12316            "description": "Named entity: amacr; with a semi-colon",
12317            "output": [
12318                [
12319                    "Character",
12320                    "\u0101"
12321                ]
12322            ]
12323        },
12324        {
12325            "input": "&amalg",
12326            "description": "Bad named entity: amalg without a semi-colon",
12327            "output": [
12328                [
12329                    "Character",
12330                    "&amalg"
12331                ]
12332            ]
12333        },
12334        {
12335            "input": "&amalg;",
12336            "description": "Named entity: amalg; with a semi-colon",
12337            "output": [
12338                [
12339                    "Character",
12340                    "\u2a3f"
12341                ]
12342            ]
12343        },
12344        {
12345            "input": "&amp",
12346            "description": "Named entity: amp without a semi-colon",
12347            "output": [
12348                "ParseError",
12349                [
12350                    "Character",
12351                    "&"
12352                ]
12353            ]
12354        },
12355        {
12356            "input": "&amp;",
12357            "description": "Named entity: amp; with a semi-colon",
12358            "output": [
12359                [
12360                    "Character",
12361                    "&"
12362                ]
12363            ]
12364        },
12365        {
12366            "input": "&and",
12367            "description": "Bad named entity: and without a semi-colon",
12368            "output": [
12369                [
12370                    "Character",
12371                    "&and"
12372                ]
12373            ]
12374        },
12375        {
12376            "input": "&and;",
12377            "description": "Named entity: and; with a semi-colon",
12378            "output": [
12379                [
12380                    "Character",
12381                    "\u2227"
12382                ]
12383            ]
12384        },
12385        {
12386            "input": "&andand",
12387            "description": "Bad named entity: andand without a semi-colon",
12388            "output": [
12389                [
12390                    "Character",
12391                    "&andand"
12392                ]
12393            ]
12394        },
12395        {
12396            "input": "&andand;",
12397            "description": "Named entity: andand; with a semi-colon",
12398            "output": [
12399                [
12400                    "Character",
12401                    "\u2a55"
12402                ]
12403            ]
12404        },
12405        {
12406            "input": "&andd",
12407            "description": "Bad named entity: andd without a semi-colon",
12408            "output": [
12409                [
12410                    "Character",
12411                    "&andd"
12412                ]
12413            ]
12414        },
12415        {
12416            "input": "&andd;",
12417            "description": "Named entity: andd; with a semi-colon",
12418            "output": [
12419                [
12420                    "Character",
12421                    "\u2a5c"
12422                ]
12423            ]
12424        },
12425        {
12426            "input": "&andslope",
12427            "description": "Bad named entity: andslope without a semi-colon",
12428            "output": [
12429                [
12430                    "Character",
12431                    "&andslope"
12432                ]
12433            ]
12434        },
12435        {
12436            "input": "&andslope;",
12437            "description": "Named entity: andslope; with a semi-colon",
12438            "output": [
12439                [
12440                    "Character",
12441                    "\u2a58"
12442                ]
12443            ]
12444        },
12445        {
12446            "input": "&andv",
12447            "description": "Bad named entity: andv without a semi-colon",
12448            "output": [
12449                [
12450                    "Character",
12451                    "&andv"
12452                ]
12453            ]
12454        },
12455        {
12456            "input": "&andv;",
12457            "description": "Named entity: andv; with a semi-colon",
12458            "output": [
12459                [
12460                    "Character",
12461                    "\u2a5a"
12462                ]
12463            ]
12464        },
12465        {
12466            "input": "&ang",
12467            "description": "Bad named entity: ang without a semi-colon",
12468            "output": [
12469                [
12470                    "Character",
12471                    "&ang"
12472                ]
12473            ]
12474        },
12475        {
12476            "input": "&ang;",
12477            "description": "Named entity: ang; with a semi-colon",
12478            "output": [
12479                [
12480                    "Character",
12481                    "\u2220"
12482                ]
12483            ]
12484        },
12485        {
12486            "input": "&ange",
12487            "description": "Bad named entity: ange without a semi-colon",
12488            "output": [
12489                [
12490                    "Character",
12491                    "&ange"
12492                ]
12493            ]
12494        },
12495        {
12496            "input": "&ange;",
12497            "description": "Named entity: ange; with a semi-colon",
12498            "output": [
12499                [
12500                    "Character",
12501                    "\u29a4"
12502                ]
12503            ]
12504        },
12505        {
12506            "input": "&angle",
12507            "description": "Bad named entity: angle without a semi-colon",
12508            "output": [
12509                [
12510                    "Character",
12511                    "&angle"
12512                ]
12513            ]
12514        },
12515        {
12516            "input": "&angle;",
12517            "description": "Named entity: angle; with a semi-colon",
12518            "output": [
12519                [
12520                    "Character",
12521                    "\u2220"
12522                ]
12523            ]
12524        },
12525        {
12526            "input": "&angmsd",
12527            "description": "Bad named entity: angmsd without a semi-colon",
12528            "output": [
12529                [
12530                    "Character",
12531                    "&angmsd"
12532                ]
12533            ]
12534        },
12535        {
12536            "input": "&angmsd;",
12537            "description": "Named entity: angmsd; with a semi-colon",
12538            "output": [
12539                [
12540                    "Character",
12541                    "\u2221"
12542                ]
12543            ]
12544        },
12545        {
12546            "input": "&angmsdaa",
12547            "description": "Bad named entity: angmsdaa without a semi-colon",
12548            "output": [
12549                [
12550                    "Character",
12551                    "&angmsdaa"
12552                ]
12553            ]
12554        },
12555        {
12556            "input": "&angmsdaa;",
12557            "description": "Named entity: angmsdaa; with a semi-colon",
12558            "output": [
12559                [
12560                    "Character",
12561                    "\u29a8"
12562                ]
12563            ]
12564        },
12565        {
12566            "input": "&angmsdab",
12567            "description": "Bad named entity: angmsdab without a semi-colon",
12568            "output": [
12569                [
12570                    "Character",
12571                    "&angmsdab"
12572                ]
12573            ]
12574        },
12575        {
12576            "input": "&angmsdab;",
12577            "description": "Named entity: angmsdab; with a semi-colon",
12578            "output": [
12579                [
12580                    "Character",
12581                    "\u29a9"
12582                ]
12583            ]
12584        },
12585        {
12586            "input": "&angmsdac",
12587            "description": "Bad named entity: angmsdac without a semi-colon",
12588            "output": [
12589                [
12590                    "Character",
12591                    "&angmsdac"
12592                ]
12593            ]
12594        },
12595        {
12596            "input": "&angmsdac;",
12597            "description": "Named entity: angmsdac; with a semi-colon",
12598            "output": [
12599                [
12600                    "Character",
12601                    "\u29aa"
12602                ]
12603            ]
12604        },
12605        {
12606            "input": "&angmsdad",
12607            "description": "Bad named entity: angmsdad without a semi-colon",
12608            "output": [
12609                [
12610                    "Character",
12611                    "&angmsdad"
12612                ]
12613            ]
12614        },
12615        {
12616            "input": "&angmsdad;",
12617            "description": "Named entity: angmsdad; with a semi-colon",
12618            "output": [
12619                [
12620                    "Character",
12621                    "\u29ab"
12622                ]
12623            ]
12624        },
12625        {
12626            "input": "&angmsdae",
12627            "description": "Bad named entity: angmsdae without a semi-colon",
12628            "output": [
12629                [
12630                    "Character",
12631                    "&angmsdae"
12632                ]
12633            ]
12634        },
12635        {
12636            "input": "&angmsdae;",
12637            "description": "Named entity: angmsdae; with a semi-colon",
12638            "output": [
12639                [
12640                    "Character",
12641                    "\u29ac"
12642                ]
12643            ]
12644        },
12645        {
12646            "input": "&angmsdaf",
12647            "description": "Bad named entity: angmsdaf without a semi-colon",
12648            "output": [
12649                [
12650                    "Character",
12651                    "&angmsdaf"
12652                ]
12653            ]
12654        },
12655        {
12656            "input": "&angmsdaf;",
12657            "description": "Named entity: angmsdaf; with a semi-colon",
12658            "output": [
12659                [
12660                    "Character",
12661                    "\u29ad"
12662                ]
12663            ]
12664        },
12665        {
12666            "input": "&angmsdag",
12667            "description": "Bad named entity: angmsdag without a semi-colon",
12668            "output": [
12669                [
12670                    "Character",
12671                    "&angmsdag"
12672                ]
12673            ]
12674        },
12675        {
12676            "input": "&angmsdag;",
12677            "description": "Named entity: angmsdag; with a semi-colon",
12678            "output": [
12679                [
12680                    "Character",
12681                    "\u29ae"
12682                ]
12683            ]
12684        },
12685        {
12686            "input": "&angmsdah",
12687            "description": "Bad named entity: angmsdah without a semi-colon",
12688            "output": [
12689                [
12690                    "Character",
12691                    "&angmsdah"
12692                ]
12693            ]
12694        },
12695        {
12696            "input": "&angmsdah;",
12697            "description": "Named entity: angmsdah; with a semi-colon",
12698            "output": [
12699                [
12700                    "Character",
12701                    "\u29af"
12702                ]
12703            ]
12704        },
12705        {
12706            "input": "&angrt",
12707            "description": "Bad named entity: angrt without a semi-colon",
12708            "output": [
12709                [
12710                    "Character",
12711                    "&angrt"
12712                ]
12713            ]
12714        },
12715        {
12716            "input": "&angrt;",
12717            "description": "Named entity: angrt; with a semi-colon",
12718            "output": [
12719                [
12720                    "Character",
12721                    "\u221f"
12722                ]
12723            ]
12724        },
12725        {
12726            "input": "&angrtvb",
12727            "description": "Bad named entity: angrtvb without a semi-colon",
12728            "output": [
12729                [
12730                    "Character",
12731                    "&angrtvb"
12732                ]
12733            ]
12734        },
12735        {
12736            "input": "&angrtvb;",
12737            "description": "Named entity: angrtvb; with a semi-colon",
12738            "output": [
12739                [
12740                    "Character",
12741                    "\u22be"
12742                ]
12743            ]
12744        },
12745        {
12746            "input": "&angrtvbd",
12747            "description": "Bad named entity: angrtvbd without a semi-colon",
12748            "output": [
12749                [
12750                    "Character",
12751                    "&angrtvbd"
12752                ]
12753            ]
12754        },
12755        {
12756            "input": "&angrtvbd;",
12757            "description": "Named entity: angrtvbd; with a semi-colon",
12758            "output": [
12759                [
12760                    "Character",
12761                    "\u299d"
12762                ]
12763            ]
12764        },
12765        {
12766            "input": "&angsph",
12767            "description": "Bad named entity: angsph without a semi-colon",
12768            "output": [
12769                [
12770                    "Character",
12771                    "&angsph"
12772                ]
12773            ]
12774        },
12775        {
12776            "input": "&angsph;",
12777            "description": "Named entity: angsph; with a semi-colon",
12778            "output": [
12779                [
12780                    "Character",
12781                    "\u2222"
12782                ]
12783            ]
12784        },
12785        {
12786            "input": "&angst",
12787            "description": "Bad named entity: angst without a semi-colon",
12788            "output": [
12789                [
12790                    "Character",
12791                    "&angst"
12792                ]
12793            ]
12794        },
12795        {
12796            "input": "&angst;",
12797            "description": "Named entity: angst; with a semi-colon",
12798            "output": [
12799                [
12800                    "Character",
12801                    "\u00c5"
12802                ]
12803            ]
12804        },
12805        {
12806            "input": "&angzarr",
12807            "description": "Bad named entity: angzarr without a semi-colon",
12808            "output": [
12809                [
12810                    "Character",
12811                    "&angzarr"
12812                ]
12813            ]
12814        },
12815        {
12816            "input": "&angzarr;",
12817            "description": "Named entity: angzarr; with a semi-colon",
12818            "output": [
12819                [
12820                    "Character",
12821                    "\u237c"
12822                ]
12823            ]
12824        },
12825        {
12826            "input": "&aogon",
12827            "description": "Bad named entity: aogon without a semi-colon",
12828            "output": [
12829                [
12830                    "Character",
12831                    "&aogon"
12832                ]
12833            ]
12834        },
12835        {
12836            "input": "&aogon;",
12837            "description": "Named entity: aogon; with a semi-colon",
12838            "output": [
12839                [
12840                    "Character",
12841                    "\u0105"
12842                ]
12843            ]
12844        },
12845        {
12846            "input": "&aopf",
12847            "description": "Bad named entity: aopf without a semi-colon",
12848            "output": [
12849                [
12850                    "Character",
12851                    "&aopf"
12852                ]
12853            ]
12854        },
12855        {
12856            "input": "&aopf;",
12857            "description": "Named entity: aopf; with a semi-colon",
12858            "output": [
12859                [
12860                    "Character",
12861                    "\ud835\udd52"
12862                ]
12863            ]
12864        },
12865        {
12866            "input": "&ap",
12867            "description": "Bad named entity: ap without a semi-colon",
12868            "output": [
12869                [
12870                    "Character",
12871                    "&ap"
12872                ]
12873            ]
12874        },
12875        {
12876            "input": "&ap;",
12877            "description": "Named entity: ap; with a semi-colon",
12878            "output": [
12879                [
12880                    "Character",
12881                    "\u2248"
12882                ]
12883            ]
12884        },
12885        {
12886            "input": "&apE",
12887            "description": "Bad named entity: apE without a semi-colon",
12888            "output": [
12889                [
12890                    "Character",
12891                    "&apE"
12892                ]
12893            ]
12894        },
12895        {
12896            "input": "&apE;",
12897            "description": "Named entity: apE; with a semi-colon",
12898            "output": [
12899                [
12900                    "Character",
12901                    "\u2a70"
12902                ]
12903            ]
12904        },
12905        {
12906            "input": "&apacir",
12907            "description": "Bad named entity: apacir without a semi-colon",
12908            "output": [
12909                [
12910                    "Character",
12911                    "&apacir"
12912                ]
12913            ]
12914        },
12915        {
12916            "input": "&apacir;",
12917            "description": "Named entity: apacir; with a semi-colon",
12918            "output": [
12919                [
12920                    "Character",
12921                    "\u2a6f"
12922                ]
12923            ]
12924        },
12925        {
12926            "input": "&ape",
12927            "description": "Bad named entity: ape without a semi-colon",
12928            "output": [
12929                [
12930                    "Character",
12931                    "&ape"
12932                ]
12933            ]
12934        },
12935        {
12936            "input": "&ape;",
12937            "description": "Named entity: ape; with a semi-colon",
12938            "output": [
12939                [
12940                    "Character",
12941                    "\u224a"
12942                ]
12943            ]
12944        },
12945        {
12946            "input": "&apid",
12947            "description": "Bad named entity: apid without a semi-colon",
12948            "output": [
12949                [
12950                    "Character",
12951                    "&apid"
12952                ]
12953            ]
12954        },
12955        {
12956            "input": "&apid;",
12957            "description": "Named entity: apid; with a semi-colon",
12958            "output": [
12959                [
12960                    "Character",
12961                    "\u224b"
12962                ]
12963            ]
12964        },
12965        {
12966            "input": "&apos",
12967            "description": "Bad named entity: apos without a semi-colon",
12968            "output": [
12969                [
12970                    "Character",
12971                    "&apos"
12972                ]
12973            ]
12974        },
12975        {
12976            "input": "&apos;",
12977            "description": "Named entity: apos; with a semi-colon",
12978            "output": [
12979                [
12980                    "Character",
12981                    "'"
12982                ]
12983            ]
12984        },
12985        {
12986            "input": "&approx",
12987            "description": "Bad named entity: approx without a semi-colon",
12988            "output": [
12989                [
12990                    "Character",
12991                    "&approx"
12992                ]
12993            ]
12994        },
12995        {
12996            "input": "&approx;",
12997            "description": "Named entity: approx; with a semi-colon",
12998            "output": [
12999                [
13000                    "Character",
13001                    "\u2248"
13002                ]
13003            ]
13004        },
13005        {
13006            "input": "&approxeq",
13007            "description": "Bad named entity: approxeq without a semi-colon",
13008            "output": [
13009                [
13010                    "Character",
13011                    "&approxeq"
13012                ]
13013            ]
13014        },
13015        {
13016            "input": "&approxeq;",
13017            "description": "Named entity: approxeq; with a semi-colon",
13018            "output": [
13019                [
13020                    "Character",
13021                    "\u224a"
13022                ]
13023            ]
13024        },
13025        {
13026            "input": "&aring",
13027            "description": "Named entity: aring without a semi-colon",
13028            "output": [
13029                "ParseError",
13030                [
13031                    "Character",
13032                    "\u00e5"
13033                ]
13034            ]
13035        },
13036        {
13037            "input": "&aring;",
13038            "description": "Named entity: aring; with a semi-colon",
13039            "output": [
13040                [
13041                    "Character",
13042                    "\u00e5"
13043                ]
13044            ]
13045        },
13046        {
13047            "input": "&ascr",
13048            "description": "Bad named entity: ascr without a semi-colon",
13049            "output": [
13050                [
13051                    "Character",
13052                    "&ascr"
13053                ]
13054            ]
13055        },
13056        {
13057            "input": "&ascr;",
13058            "description": "Named entity: ascr; with a semi-colon",
13059            "output": [
13060                [
13061                    "Character",
13062                    "\ud835\udcb6"
13063                ]
13064            ]
13065        },
13066        {
13067            "input": "&ast",
13068            "description": "Bad named entity: ast without a semi-colon",
13069            "output": [
13070                [
13071                    "Character",
13072                    "&ast"
13073                ]
13074            ]
13075        },
13076        {
13077            "input": "&ast;",
13078            "description": "Named entity: ast; with a semi-colon",
13079            "output": [
13080                [
13081                    "Character",
13082                    "*"
13083                ]
13084            ]
13085        },
13086        {
13087            "input": "&asymp",
13088            "description": "Bad named entity: asymp without a semi-colon",
13089            "output": [
13090                [
13091                    "Character",
13092                    "&asymp"
13093                ]
13094            ]
13095        },
13096        {
13097            "input": "&asymp;",
13098            "description": "Named entity: asymp; with a semi-colon",
13099            "output": [
13100                [
13101                    "Character",
13102                    "\u2248"
13103                ]
13104            ]
13105        },
13106        {
13107            "input": "&asympeq",
13108            "description": "Bad named entity: asympeq without a semi-colon",
13109            "output": [
13110                [
13111                    "Character",
13112                    "&asympeq"
13113                ]
13114            ]
13115        },
13116        {
13117            "input": "&asympeq;",
13118            "description": "Named entity: asympeq; with a semi-colon",
13119            "output": [
13120                [
13121                    "Character",
13122                    "\u224d"
13123                ]
13124            ]
13125        },
13126        {
13127            "input": "&atilde",
13128            "description": "Named entity: atilde without a semi-colon",
13129            "output": [
13130                "ParseError",
13131                [
13132                    "Character",
13133                    "\u00e3"
13134                ]
13135            ]
13136        },
13137        {
13138            "input": "&atilde;",
13139            "description": "Named entity: atilde; with a semi-colon",
13140            "output": [
13141                [
13142                    "Character",
13143                    "\u00e3"
13144                ]
13145            ]
13146        },
13147        {
13148            "input": "&auml",
13149            "description": "Named entity: auml without a semi-colon",
13150            "output": [
13151                "ParseError",
13152                [
13153                    "Character",
13154                    "\u00e4"
13155                ]
13156            ]
13157        },
13158        {
13159            "input": "&auml;",
13160            "description": "Named entity: auml; with a semi-colon",
13161            "output": [
13162                [
13163                    "Character",
13164                    "\u00e4"
13165                ]
13166            ]
13167        },
13168        {
13169            "input": "&awconint",
13170            "description": "Bad named entity: awconint without a semi-colon",
13171            "output": [
13172                [
13173                    "Character",
13174                    "&awconint"
13175                ]
13176            ]
13177        },
13178        {
13179            "input": "&awconint;",
13180            "description": "Named entity: awconint; with a semi-colon",
13181            "output": [
13182                [
13183                    "Character",
13184                    "\u2233"
13185                ]
13186            ]
13187        },
13188        {
13189            "input": "&awint",
13190            "description": "Bad named entity: awint without a semi-colon",
13191            "output": [
13192                [
13193                    "Character",
13194                    "&awint"
13195                ]
13196            ]
13197        },
13198        {
13199            "input": "&awint;",
13200            "description": "Named entity: awint; with a semi-colon",
13201            "output": [
13202                [
13203                    "Character",
13204                    "\u2a11"
13205                ]
13206            ]
13207        },
13208        {
13209            "input": "&bNot",
13210            "description": "Bad named entity: bNot without a semi-colon",
13211            "output": [
13212                [
13213                    "Character",
13214                    "&bNot"
13215                ]
13216            ]
13217        },
13218        {
13219            "input": "&bNot;",
13220            "description": "Named entity: bNot; with a semi-colon",
13221            "output": [
13222                [
13223                    "Character",
13224                    "\u2aed"
13225                ]
13226            ]
13227        },
13228        {
13229            "input": "&backcong",
13230            "description": "Bad named entity: backcong without a semi-colon",
13231            "output": [
13232                [
13233                    "Character",
13234                    "&backcong"
13235                ]
13236            ]
13237        },
13238        {
13239            "input": "&backcong;",
13240            "description": "Named entity: backcong; with a semi-colon",
13241            "output": [
13242                [
13243                    "Character",
13244                    "\u224c"
13245                ]
13246            ]
13247        },
13248        {
13249            "input": "&backepsilon",
13250            "description": "Bad named entity: backepsilon without a semi-colon",
13251            "output": [
13252                [
13253                    "Character",
13254                    "&backepsilon"
13255                ]
13256            ]
13257        },
13258        {
13259            "input": "&backepsilon;",
13260            "description": "Named entity: backepsilon; with a semi-colon",
13261            "output": [
13262                [
13263                    "Character",
13264                    "\u03f6"
13265                ]
13266            ]
13267        },
13268        {
13269            "input": "&backprime",
13270            "description": "Bad named entity: backprime without a semi-colon",
13271            "output": [
13272                [
13273                    "Character",
13274                    "&backprime"
13275                ]
13276            ]
13277        },
13278        {
13279            "input": "&backprime;",
13280            "description": "Named entity: backprime; with a semi-colon",
13281            "output": [
13282                [
13283                    "Character",
13284                    "\u2035"
13285                ]
13286            ]
13287        },
13288        {
13289            "input": "&backsim",
13290            "description": "Bad named entity: backsim without a semi-colon",
13291            "output": [
13292                [
13293                    "Character",
13294                    "&backsim"
13295                ]
13296            ]
13297        },
13298        {
13299            "input": "&backsim;",
13300            "description": "Named entity: backsim; with a semi-colon",
13301            "output": [
13302                [
13303                    "Character",
13304                    "\u223d"
13305                ]
13306            ]
13307        },
13308        {
13309            "input": "&backsimeq",
13310            "description": "Bad named entity: backsimeq without a semi-colon",
13311            "output": [
13312                [
13313                    "Character",
13314                    "&backsimeq"
13315                ]
13316            ]
13317        },
13318        {
13319            "input": "&backsimeq;",
13320            "description": "Named entity: backsimeq; with a semi-colon",
13321            "output": [
13322                [
13323                    "Character",
13324                    "\u22cd"
13325                ]
13326            ]
13327        },
13328        {
13329            "input": "&barvee",
13330            "description": "Bad named entity: barvee without a semi-colon",
13331            "output": [
13332                [
13333                    "Character",
13334                    "&barvee"
13335                ]
13336            ]
13337        },
13338        {
13339            "input": "&barvee;",
13340            "description": "Named entity: barvee; with a semi-colon",
13341            "output": [
13342                [
13343                    "Character",
13344                    "\u22bd"
13345                ]
13346            ]
13347        },
13348        {
13349            "input": "&barwed",
13350            "description": "Bad named entity: barwed without a semi-colon",
13351            "output": [
13352                [
13353                    "Character",
13354                    "&barwed"
13355                ]
13356            ]
13357        },
13358        {
13359            "input": "&barwed;",
13360            "description": "Named entity: barwed; with a semi-colon",
13361            "output": [
13362                [
13363                    "Character",
13364                    "\u2305"
13365                ]
13366            ]
13367        },
13368        {
13369            "input": "&barwedge",
13370            "description": "Bad named entity: barwedge without a semi-colon",
13371            "output": [
13372                [
13373                    "Character",
13374                    "&barwedge"
13375                ]
13376            ]
13377        },
13378        {
13379            "input": "&barwedge;",
13380            "description": "Named entity: barwedge; with a semi-colon",
13381            "output": [
13382                [
13383                    "Character",
13384                    "\u2305"
13385                ]
13386            ]
13387        },
13388        {
13389            "input": "&bbrk",
13390            "description": "Bad named entity: bbrk without a semi-colon",
13391            "output": [
13392                [
13393                    "Character",
13394                    "&bbrk"
13395                ]
13396            ]
13397        },
13398        {
13399            "input": "&bbrk;",
13400            "description": "Named entity: bbrk; with a semi-colon",
13401            "output": [
13402                [
13403                    "Character",
13404                    "\u23b5"
13405                ]
13406            ]
13407        },
13408        {
13409            "input": "&bbrktbrk",
13410            "description": "Bad named entity: bbrktbrk without a semi-colon",
13411            "output": [
13412                [
13413                    "Character",
13414                    "&bbrktbrk"
13415                ]
13416            ]
13417        },
13418        {
13419            "input": "&bbrktbrk;",
13420            "description": "Named entity: bbrktbrk; with a semi-colon",
13421            "output": [
13422                [
13423                    "Character",
13424                    "\u23b6"
13425                ]
13426            ]
13427        },
13428        {
13429            "input": "&bcong",
13430            "description": "Bad named entity: bcong without a semi-colon",
13431            "output": [
13432                [
13433                    "Character",
13434                    "&bcong"
13435                ]
13436            ]
13437        },
13438        {
13439            "input": "&bcong;",
13440            "description": "Named entity: bcong; with a semi-colon",
13441            "output": [
13442                [
13443                    "Character",
13444                    "\u224c"
13445                ]
13446            ]
13447        },
13448        {
13449            "input": "&bcy",
13450            "description": "Bad named entity: bcy without a semi-colon",
13451            "output": [
13452                [
13453                    "Character",
13454                    "&bcy"
13455                ]
13456            ]
13457        },
13458        {
13459            "input": "&bcy;",
13460            "description": "Named entity: bcy; with a semi-colon",
13461            "output": [
13462                [
13463                    "Character",
13464                    "\u0431"
13465                ]
13466            ]
13467        },
13468        {
13469            "input": "&bdquo",
13470            "description": "Bad named entity: bdquo without a semi-colon",
13471            "output": [
13472                [
13473                    "Character",
13474                    "&bdquo"
13475                ]
13476            ]
13477        },
13478        {
13479            "input": "&bdquo;",
13480            "description": "Named entity: bdquo; with a semi-colon",
13481            "output": [
13482                [
13483                    "Character",
13484                    "\u201e"
13485                ]
13486            ]
13487        },
13488        {
13489            "input": "&becaus",
13490            "description": "Bad named entity: becaus without a semi-colon",
13491            "output": [
13492                [
13493                    "Character",
13494                    "&becaus"
13495                ]
13496            ]
13497        },
13498        {
13499            "input": "&becaus;",
13500            "description": "Named entity: becaus; with a semi-colon",
13501            "output": [
13502                [
13503                    "Character",
13504                    "\u2235"
13505                ]
13506            ]
13507        },
13508        {
13509            "input": "&because",
13510            "description": "Bad named entity: because without a semi-colon",
13511            "output": [
13512                [
13513                    "Character",
13514                    "&because"
13515                ]
13516            ]
13517        },
13518        {
13519            "input": "&because;",
13520            "description": "Named entity: because; with a semi-colon",
13521            "output": [
13522                [
13523                    "Character",
13524                    "\u2235"
13525                ]
13526            ]
13527        },
13528        {
13529            "input": "&bemptyv",
13530            "description": "Bad named entity: bemptyv without a semi-colon",
13531            "output": [
13532                [
13533                    "Character",
13534                    "&bemptyv"
13535                ]
13536            ]
13537        },
13538        {
13539            "input": "&bemptyv;",
13540            "description": "Named entity: bemptyv; with a semi-colon",
13541            "output": [
13542                [
13543                    "Character",
13544                    "\u29b0"
13545                ]
13546            ]
13547        },
13548        {
13549            "input": "&bepsi",
13550            "description": "Bad named entity: bepsi without a semi-colon",
13551            "output": [
13552                [
13553                    "Character",
13554                    "&bepsi"
13555                ]
13556            ]
13557        },
13558        {
13559            "input": "&bepsi;",
13560            "description": "Named entity: bepsi; with a semi-colon",
13561            "output": [
13562                [
13563                    "Character",
13564                    "\u03f6"
13565                ]
13566            ]
13567        },
13568        {
13569            "input": "&bernou",
13570            "description": "Bad named entity: bernou without a semi-colon",
13571            "output": [
13572                [
13573                    "Character",
13574                    "&bernou"
13575                ]
13576            ]
13577        },
13578        {
13579            "input": "&bernou;",
13580            "description": "Named entity: bernou; with a semi-colon",
13581            "output": [
13582                [
13583                    "Character",
13584                    "\u212c"
13585                ]
13586            ]
13587        },
13588        {
13589            "input": "&beta",
13590            "description": "Bad named entity: beta without a semi-colon",
13591            "output": [
13592                [
13593                    "Character",
13594                    "&beta"
13595                ]
13596            ]
13597        },
13598        {
13599            "input": "&beta;",
13600            "description": "Named entity: beta; with a semi-colon",
13601            "output": [
13602                [
13603                    "Character",
13604                    "\u03b2"
13605                ]
13606            ]
13607        },
13608        {
13609            "input": "&beth",
13610            "description": "Bad named entity: beth without a semi-colon",
13611            "output": [
13612                [
13613                    "Character",
13614                    "&beth"
13615                ]
13616            ]
13617        },
13618        {
13619            "input": "&beth;",
13620            "description": "Named entity: beth; with a semi-colon",
13621            "output": [
13622                [
13623                    "Character",
13624                    "\u2136"
13625                ]
13626            ]
13627        },
13628        {
13629            "input": "&between",
13630            "description": "Bad named entity: between without a semi-colon",
13631            "output": [
13632                [
13633                    "Character",
13634                    "&between"
13635                ]
13636            ]
13637        },
13638        {
13639            "input": "&between;",
13640            "description": "Named entity: between; with a semi-colon",
13641            "output": [
13642                [
13643                    "Character",
13644                    "\u226c"
13645                ]
13646            ]
13647        },
13648        {
13649            "input": "&bfr",
13650            "description": "Bad named entity: bfr without a semi-colon",
13651            "output": [
13652                [
13653                    "Character",
13654                    "&bfr"
13655                ]
13656            ]
13657        },
13658        {
13659            "input": "&bfr;",
13660            "description": "Named entity: bfr; with a semi-colon",
13661            "output": [
13662                [
13663                    "Character",
13664                    "\ud835\udd1f"
13665                ]
13666            ]
13667        },
13668        {
13669            "input": "&bigcap",
13670            "description": "Bad named entity: bigcap without a semi-colon",
13671            "output": [
13672                [
13673                    "Character",
13674                    "&bigcap"
13675                ]
13676            ]
13677        },
13678        {
13679            "input": "&bigcap;",
13680            "description": "Named entity: bigcap; with a semi-colon",
13681            "output": [
13682                [
13683                    "Character",
13684                    "\u22c2"
13685                ]
13686            ]
13687        },
13688        {
13689            "input": "&bigcirc",
13690            "description": "Bad named entity: bigcirc without a semi-colon",
13691            "output": [
13692                [
13693                    "Character",
13694                    "&bigcirc"
13695                ]
13696            ]
13697        },
13698        {
13699            "input": "&bigcirc;",
13700            "description": "Named entity: bigcirc; with a semi-colon",
13701            "output": [
13702                [
13703                    "Character",
13704                    "\u25ef"
13705                ]
13706            ]
13707        },
13708        {
13709            "input": "&bigcup",
13710            "description": "Bad named entity: bigcup without a semi-colon",
13711            "output": [
13712                [
13713                    "Character",
13714                    "&bigcup"
13715                ]
13716            ]
13717        },
13718        {
13719            "input": "&bigcup;",
13720            "description": "Named entity: bigcup; with a semi-colon",
13721            "output": [
13722                [
13723                    "Character",
13724                    "\u22c3"
13725                ]
13726            ]
13727        },
13728        {
13729            "input": "&bigodot",
13730            "description": "Bad named entity: bigodot without a semi-colon",
13731            "output": [
13732                [
13733                    "Character",
13734                    "&bigodot"
13735                ]
13736            ]
13737        },
13738        {
13739            "input": "&bigodot;",
13740            "description": "Named entity: bigodot; with a semi-colon",
13741            "output": [
13742                [
13743                    "Character",
13744                    "\u2a00"
13745                ]
13746            ]
13747        },
13748        {
13749            "input": "&bigoplus",
13750            "description": "Bad named entity: bigoplus without a semi-colon",
13751            "output": [
13752                [
13753                    "Character",
13754                    "&bigoplus"
13755                ]
13756            ]
13757        },
13758        {
13759            "input": "&bigoplus;",
13760            "description": "Named entity: bigoplus; with a semi-colon",
13761            "output": [
13762                [
13763                    "Character",
13764                    "\u2a01"
13765                ]
13766            ]
13767        },
13768        {
13769            "input": "&bigotimes",
13770            "description": "Bad named entity: bigotimes without a semi-colon",
13771            "output": [
13772                [
13773                    "Character",
13774                    "&bigotimes"
13775                ]
13776            ]
13777        },
13778        {
13779            "input": "&bigotimes;",
13780            "description": "Named entity: bigotimes; with a semi-colon",
13781            "output": [
13782                [
13783                    "Character",
13784                    "\u2a02"
13785                ]
13786            ]
13787        },
13788        {
13789            "input": "&bigsqcup",
13790            "description": "Bad named entity: bigsqcup without a semi-colon",
13791            "output": [
13792                [
13793                    "Character",
13794                    "&bigsqcup"
13795                ]
13796            ]
13797        },
13798        {
13799            "input": "&bigsqcup;",
13800            "description": "Named entity: bigsqcup; with a semi-colon",
13801            "output": [
13802                [
13803                    "Character",
13804                    "\u2a06"
13805                ]
13806            ]
13807        },
13808        {
13809            "input": "&bigstar",
13810            "description": "Bad named entity: bigstar without a semi-colon",
13811            "output": [
13812                [
13813                    "Character",
13814                    "&bigstar"
13815                ]
13816            ]
13817        },
13818        {
13819            "input": "&bigstar;",
13820            "description": "Named entity: bigstar; with a semi-colon",
13821            "output": [
13822                [
13823                    "Character",
13824                    "\u2605"
13825                ]
13826            ]
13827        },
13828        {
13829            "input": "&bigtriangledown",
13830            "description": "Bad named entity: bigtriangledown without a semi-colon",
13831            "output": [
13832                [
13833                    "Character",
13834                    "&bigtriangledown"
13835                ]
13836            ]
13837        },
13838        {
13839            "input": "&bigtriangledown;",
13840            "description": "Named entity: bigtriangledown; with a semi-colon",
13841            "output": [
13842                [
13843                    "Character",
13844                    "\u25bd"
13845                ]
13846            ]
13847        },
13848        {
13849            "input": "&bigtriangleup",
13850            "description": "Bad named entity: bigtriangleup without a semi-colon",
13851            "output": [
13852                [
13853                    "Character",
13854                    "&bigtriangleup"
13855                ]
13856            ]
13857        },
13858        {
13859            "input": "&bigtriangleup;",
13860            "description": "Named entity: bigtriangleup; with a semi-colon",
13861            "output": [
13862                [
13863                    "Character",
13864                    "\u25b3"
13865                ]
13866            ]
13867        },
13868        {
13869            "input": "&biguplus",
13870            "description": "Bad named entity: biguplus without a semi-colon",
13871            "output": [
13872                [
13873                    "Character",
13874                    "&biguplus"
13875                ]
13876            ]
13877        },
13878        {
13879            "input": "&biguplus;",
13880            "description": "Named entity: biguplus; with a semi-colon",
13881            "output": [
13882                [
13883                    "Character",
13884                    "\u2a04"
13885                ]
13886            ]
13887        },
13888        {
13889            "input": "&bigvee",
13890            "description": "Bad named entity: bigvee without a semi-colon",
13891            "output": [
13892                [
13893                    "Character",
13894                    "&bigvee"
13895                ]
13896            ]
13897        },
13898        {
13899            "input": "&bigvee;",
13900            "description": "Named entity: bigvee; with a semi-colon",
13901            "output": [
13902                [
13903                    "Character",
13904                    "\u22c1"
13905                ]
13906            ]
13907        },
13908        {
13909            "input": "&bigwedge",
13910            "description": "Bad named entity: bigwedge without a semi-colon",
13911            "output": [
13912                [
13913                    "Character",
13914                    "&bigwedge"
13915                ]
13916            ]
13917        },
13918        {
13919            "input": "&bigwedge;",
13920            "description": "Named entity: bigwedge; with a semi-colon",
13921            "output": [
13922                [
13923                    "Character",
13924                    "\u22c0"
13925                ]
13926            ]
13927        },
13928        {
13929            "input": "&bkarow",
13930            "description": "Bad named entity: bkarow without a semi-colon",
13931            "output": [
13932                [
13933                    "Character",
13934                    "&bkarow"
13935                ]
13936            ]
13937        },
13938        {
13939            "input": "&bkarow;",
13940            "description": "Named entity: bkarow; with a semi-colon",
13941            "output": [
13942                [
13943                    "Character",
13944                    "\u290d"
13945                ]
13946            ]
13947        },
13948        {
13949            "input": "&blacklozenge",
13950            "description": "Bad named entity: blacklozenge without a semi-colon",
13951            "output": [
13952                [
13953                    "Character",
13954                    "&blacklozenge"
13955                ]
13956            ]
13957        },
13958        {
13959            "input": "&blacklozenge;",
13960            "description": "Named entity: blacklozenge; with a semi-colon",
13961            "output": [
13962                [
13963                    "Character",
13964                    "\u29eb"
13965                ]
13966            ]
13967        },
13968        {
13969            "input": "&blacksquare",
13970            "description": "Bad named entity: blacksquare without a semi-colon",
13971            "output": [
13972                [
13973                    "Character",
13974                    "&blacksquare"
13975                ]
13976            ]
13977        },
13978        {
13979            "input": "&blacksquare;",
13980            "description": "Named entity: blacksquare; with a semi-colon",
13981            "output": [
13982                [
13983                    "Character",
13984                    "\u25aa"
13985                ]
13986            ]
13987        },
13988        {
13989            "input": "&blacktriangle",
13990            "description": "Bad named entity: blacktriangle without a semi-colon",
13991            "output": [
13992                [
13993                    "Character",
13994                    "&blacktriangle"
13995                ]
13996            ]
13997        },
13998        {
13999            "input": "&blacktriangle;",
14000            "description": "Named entity: blacktriangle; with a semi-colon",
14001            "output": [
14002                [
14003                    "Character",
14004                    "\u25b4"
14005                ]
14006            ]
14007        },
14008        {
14009            "input": "&blacktriangledown",
14010            "description": "Bad named entity: blacktriangledown without a semi-colon",
14011            "output": [
14012                [
14013                    "Character",
14014                    "&blacktriangledown"
14015                ]
14016            ]
14017        },
14018        {
14019            "input": "&blacktriangledown;",
14020            "description": "Named entity: blacktriangledown; with a semi-colon",
14021            "output": [
14022                [
14023                    "Character",
14024                    "\u25be"
14025                ]
14026            ]
14027        },
14028        {
14029            "input": "&blacktriangleleft",
14030            "description": "Bad named entity: blacktriangleleft without a semi-colon",
14031            "output": [
14032                [
14033                    "Character",
14034                    "&blacktriangleleft"
14035                ]
14036            ]
14037        },
14038        {
14039            "input": "&blacktriangleleft;",
14040            "description": "Named entity: blacktriangleleft; with a semi-colon",
14041            "output": [
14042                [
14043                    "Character",
14044                    "\u25c2"
14045                ]
14046            ]
14047        },
14048        {
14049            "input": "&blacktriangleright",
14050            "description": "Bad named entity: blacktriangleright without a semi-colon",
14051            "output": [
14052                [
14053                    "Character",
14054                    "&blacktriangleright"
14055                ]
14056            ]
14057        },
14058        {
14059            "input": "&blacktriangleright;",
14060            "description": "Named entity: blacktriangleright; with a semi-colon",
14061            "output": [
14062                [
14063                    "Character",
14064                    "\u25b8"
14065                ]
14066            ]
14067        },
14068        {
14069            "input": "&blank",
14070            "description": "Bad named entity: blank without a semi-colon",
14071            "output": [
14072                [
14073                    "Character",
14074                    "&blank"
14075                ]
14076            ]
14077        },
14078        {
14079            "input": "&blank;",
14080            "description": "Named entity: blank; with a semi-colon",
14081            "output": [
14082                [
14083                    "Character",
14084                    "\u2423"
14085                ]
14086            ]
14087        },
14088        {
14089            "input": "&blk12",
14090            "description": "Bad named entity: blk12 without a semi-colon",
14091            "output": [
14092                [
14093                    "Character",
14094                    "&blk12"
14095                ]
14096            ]
14097        },
14098        {
14099            "input": "&blk12;",
14100            "description": "Named entity: blk12; with a semi-colon",
14101            "output": [
14102                [
14103                    "Character",
14104                    "\u2592"
14105                ]
14106            ]
14107        },
14108        {
14109            "input": "&blk14",
14110            "description": "Bad named entity: blk14 without a semi-colon",
14111            "output": [
14112                [
14113                    "Character",
14114                    "&blk14"
14115                ]
14116            ]
14117        },
14118        {
14119            "input": "&blk14;",
14120            "description": "Named entity: blk14; with a semi-colon",
14121            "output": [
14122                [
14123                    "Character",
14124                    "\u2591"
14125                ]
14126            ]
14127        },
14128        {
14129            "input": "&blk34",
14130            "description": "Bad named entity: blk34 without a semi-colon",
14131            "output": [
14132                [
14133                    "Character",
14134                    "&blk34"
14135                ]
14136            ]
14137        },
14138        {
14139            "input": "&blk34;",
14140            "description": "Named entity: blk34; with a semi-colon",
14141            "output": [
14142                [
14143                    "Character",
14144                    "\u2593"
14145                ]
14146            ]
14147        },
14148        {
14149            "input": "&block",
14150            "description": "Bad named entity: block without a semi-colon",
14151            "output": [
14152                [
14153                    "Character",
14154                    "&block"
14155                ]
14156            ]
14157        },
14158        {
14159            "input": "&block;",
14160            "description": "Named entity: block; with a semi-colon",
14161            "output": [
14162                [
14163                    "Character",
14164                    "\u2588"
14165                ]
14166            ]
14167        },
14168        {
14169            "input": "&bne",
14170            "description": "Bad named entity: bne without a semi-colon",
14171            "output": [
14172                [
14173                    "Character",
14174                    "&bne"
14175                ]
14176            ]
14177        },
14178        {
14179            "input": "&bne;",
14180            "description": "Named entity: bne; with a semi-colon",
14181            "output": [
14182                [
14183                    "Character",
14184                    "=\u20e5"
14185                ]
14186            ]
14187        },
14188        {
14189            "input": "&bnequiv",
14190            "description": "Bad named entity: bnequiv without a semi-colon",
14191            "output": [
14192                [
14193                    "Character",
14194                    "&bnequiv"
14195                ]
14196            ]
14197        },
14198        {
14199            "input": "&bnequiv;",
14200            "description": "Named entity: bnequiv; with a semi-colon",
14201            "output": [
14202                [
14203                    "Character",
14204                    "\u2261\u20e5"
14205                ]
14206            ]
14207        },
14208        {
14209            "input": "&bnot",
14210            "description": "Bad named entity: bnot without a semi-colon",
14211            "output": [
14212                [
14213                    "Character",
14214                    "&bnot"
14215                ]
14216            ]
14217        },
14218        {
14219            "input": "&bnot;",
14220            "description": "Named entity: bnot; with a semi-colon",
14221            "output": [
14222                [
14223                    "Character",
14224                    "\u2310"
14225                ]
14226            ]
14227        },
14228        {
14229            "input": "&bopf",
14230            "description": "Bad named entity: bopf without a semi-colon",
14231            "output": [
14232                [
14233                    "Character",
14234                    "&bopf"
14235                ]
14236            ]
14237        },
14238        {
14239            "input": "&bopf;",
14240            "description": "Named entity: bopf; with a semi-colon",
14241            "output": [
14242                [
14243                    "Character",
14244                    "\ud835\udd53"
14245                ]
14246            ]
14247        },
14248        {
14249            "input": "&bot",
14250            "description": "Bad named entity: bot without a semi-colon",
14251            "output": [
14252                [
14253                    "Character",
14254                    "&bot"
14255                ]
14256            ]
14257        },
14258        {
14259            "input": "&bot;",
14260            "description": "Named entity: bot; with a semi-colon",
14261            "output": [
14262                [
14263                    "Character",
14264                    "\u22a5"
14265                ]
14266            ]
14267        },
14268        {
14269            "input": "&bottom",
14270            "description": "Bad named entity: bottom without a semi-colon",
14271            "output": [
14272                [
14273                    "Character",
14274                    "&bottom"
14275                ]
14276            ]
14277        },
14278        {
14279            "input": "&bottom;",
14280            "description": "Named entity: bottom; with a semi-colon",
14281            "output": [
14282                [
14283                    "Character",
14284                    "\u22a5"
14285                ]
14286            ]
14287        },
14288        {
14289            "input": "&bowtie",
14290            "description": "Bad named entity: bowtie without a semi-colon",
14291            "output": [
14292                [
14293                    "Character",
14294                    "&bowtie"
14295                ]
14296            ]
14297        },
14298        {
14299            "input": "&bowtie;",
14300            "description": "Named entity: bowtie; with a semi-colon",
14301            "output": [
14302                [
14303                    "Character",
14304                    "\u22c8"
14305                ]
14306            ]
14307        },
14308        {
14309            "input": "&boxDL",
14310            "description": "Bad named entity: boxDL without a semi-colon",
14311            "output": [
14312                [
14313                    "Character",
14314                    "&boxDL"
14315                ]
14316            ]
14317        },
14318        {
14319            "input": "&boxDL;",
14320            "description": "Named entity: boxDL; with a semi-colon",
14321            "output": [
14322                [
14323                    "Character",
14324                    "\u2557"
14325                ]
14326            ]
14327        },
14328        {
14329            "input": "&boxDR",
14330            "description": "Bad named entity: boxDR without a semi-colon",
14331            "output": [
14332                [
14333                    "Character",
14334                    "&boxDR"
14335                ]
14336            ]
14337        },
14338        {
14339            "input": "&boxDR;",
14340            "description": "Named entity: boxDR; with a semi-colon",
14341            "output": [
14342                [
14343                    "Character",
14344                    "\u2554"
14345                ]
14346            ]
14347        },
14348        {
14349            "input": "&boxDl",
14350            "description": "Bad named entity: boxDl without a semi-colon",
14351            "output": [
14352                [
14353                    "Character",
14354                    "&boxDl"
14355                ]
14356            ]
14357        },
14358        {
14359            "input": "&boxDl;",
14360            "description": "Named entity: boxDl; with a semi-colon",
14361            "output": [
14362                [
14363                    "Character",
14364                    "\u2556"
14365                ]
14366            ]
14367        },
14368        {
14369            "input": "&boxDr",
14370            "description": "Bad named entity: boxDr without a semi-colon",
14371            "output": [
14372                [
14373                    "Character",
14374                    "&boxDr"
14375                ]
14376            ]
14377        },
14378        {
14379            "input": "&boxDr;",
14380            "description": "Named entity: boxDr; with a semi-colon",
14381            "output": [
14382                [
14383                    "Character",
14384                    "\u2553"
14385                ]
14386            ]
14387        },
14388        {
14389            "input": "&boxH",
14390            "description": "Bad named entity: boxH without a semi-colon",
14391            "output": [
14392                [
14393                    "Character",
14394                    "&boxH"
14395                ]
14396            ]
14397        },
14398        {
14399            "input": "&boxH;",
14400            "description": "Named entity: boxH; with a semi-colon",
14401            "output": [
14402                [
14403                    "Character",
14404                    "\u2550"
14405                ]
14406            ]
14407        },
14408        {
14409            "input": "&boxHD",
14410            "description": "Bad named entity: boxHD without a semi-colon",
14411            "output": [
14412                [
14413                    "Character",
14414                    "&boxHD"
14415                ]
14416            ]
14417        },
14418        {
14419            "input": "&boxHD;",
14420            "description": "Named entity: boxHD; with a semi-colon",
14421            "output": [
14422                [
14423                    "Character",
14424                    "\u2566"
14425                ]
14426            ]
14427        },
14428        {
14429            "input": "&boxHU",
14430            "description": "Bad named entity: boxHU without a semi-colon",
14431            "output": [
14432                [
14433                    "Character",
14434                    "&boxHU"
14435                ]
14436            ]
14437        },
14438        {
14439            "input": "&boxHU;",
14440            "description": "Named entity: boxHU; with a semi-colon",
14441            "output": [
14442                [
14443                    "Character",
14444                    "\u2569"
14445                ]
14446            ]
14447        },
14448        {
14449            "input": "&boxHd",
14450            "description": "Bad named entity: boxHd without a semi-colon",
14451            "output": [
14452                [
14453                    "Character",
14454                    "&boxHd"
14455                ]
14456            ]
14457        },
14458        {
14459            "input": "&boxHd;",
14460            "description": "Named entity: boxHd; with a semi-colon",
14461            "output": [
14462                [
14463                    "Character",
14464                    "\u2564"
14465                ]
14466            ]
14467        },
14468        {
14469            "input": "&boxHu",
14470            "description": "Bad named entity: boxHu without a semi-colon",
14471            "output": [
14472                [
14473                    "Character",
14474                    "&boxHu"
14475                ]
14476            ]
14477        },
14478        {
14479            "input": "&boxHu;",
14480            "description": "Named entity: boxHu; with a semi-colon",
14481            "output": [
14482                [
14483                    "Character",
14484                    "\u2567"
14485                ]
14486            ]
14487        },
14488        {
14489            "input": "&boxUL",
14490            "description": "Bad named entity: boxUL without a semi-colon",
14491            "output": [
14492                [
14493                    "Character",
14494                    "&boxUL"
14495                ]
14496            ]
14497        },
14498        {
14499            "input": "&boxUL;",
14500            "description": "Named entity: boxUL; with a semi-colon",
14501            "output": [
14502                [
14503                    "Character",
14504                    "\u255d"
14505                ]
14506            ]
14507        },
14508        {
14509            "input": "&boxUR",
14510            "description": "Bad named entity: boxUR without a semi-colon",
14511            "output": [
14512                [
14513                    "Character",
14514                    "&boxUR"
14515                ]
14516            ]
14517        },
14518        {
14519            "input": "&boxUR;",
14520            "description": "Named entity: boxUR; with a semi-colon",
14521            "output": [
14522                [
14523                    "Character",
14524                    "\u255a"
14525                ]
14526            ]
14527        },
14528        {
14529            "input": "&boxUl",
14530            "description": "Bad named entity: boxUl without a semi-colon",
14531            "output": [
14532                [
14533                    "Character",
14534                    "&boxUl"
14535                ]
14536            ]
14537        },
14538        {
14539            "input": "&boxUl;",
14540            "description": "Named entity: boxUl; with a semi-colon",
14541            "output": [
14542                [
14543                    "Character",
14544                    "\u255c"
14545                ]
14546            ]
14547        },
14548        {
14549            "input": "&boxUr",
14550            "description": "Bad named entity: boxUr without a semi-colon",
14551            "output": [
14552                [
14553                    "Character",
14554                    "&boxUr"
14555                ]
14556            ]
14557        },
14558        {
14559            "input": "&boxUr;",
14560            "description": "Named entity: boxUr; with a semi-colon",
14561            "output": [
14562                [
14563                    "Character",
14564                    "\u2559"
14565                ]
14566            ]
14567        },
14568        {
14569            "input": "&boxV",
14570            "description": "Bad named entity: boxV without a semi-colon",
14571            "output": [
14572                [
14573                    "Character",
14574                    "&boxV"
14575                ]
14576            ]
14577        },
14578        {
14579            "input": "&boxV;",
14580            "description": "Named entity: boxV; with a semi-colon",
14581            "output": [
14582                [
14583                    "Character",
14584                    "\u2551"
14585                ]
14586            ]
14587        },
14588        {
14589            "input": "&boxVH",
14590            "description": "Bad named entity: boxVH without a semi-colon",
14591            "output": [
14592                [
14593                    "Character",
14594                    "&boxVH"
14595                ]
14596            ]
14597        },
14598        {
14599            "input": "&boxVH;",
14600            "description": "Named entity: boxVH; with a semi-colon",
14601            "output": [
14602                [
14603                    "Character",
14604                    "\u256c"
14605                ]
14606            ]
14607        },
14608        {
14609            "input": "&boxVL",
14610            "description": "Bad named entity: boxVL without a semi-colon",
14611            "output": [
14612                [
14613                    "Character",
14614                    "&boxVL"
14615                ]
14616            ]
14617        },
14618        {
14619            "input": "&boxVL;",
14620            "description": "Named entity: boxVL; with a semi-colon",
14621            "output": [
14622                [
14623                    "Character",
14624                    "\u2563"
14625                ]
14626            ]
14627        },
14628        {
14629            "input": "&boxVR",
14630            "description": "Bad named entity: boxVR without a semi-colon",
14631            "output": [
14632                [
14633                    "Character",
14634                    "&boxVR"
14635                ]
14636            ]
14637        },
14638        {
14639            "input": "&boxVR;",
14640            "description": "Named entity: boxVR; with a semi-colon",
14641            "output": [
14642                [
14643                    "Character",
14644                    "\u2560"
14645                ]
14646            ]
14647        },
14648        {
14649            "input": "&boxVh",
14650            "description": "Bad named entity: boxVh without a semi-colon",
14651            "output": [
14652                [
14653                    "Character",
14654                    "&boxVh"
14655                ]
14656            ]
14657        },
14658        {
14659            "input": "&boxVh;",
14660            "description": "Named entity: boxVh; with a semi-colon",
14661            "output": [
14662                [
14663                    "Character",
14664                    "\u256b"
14665                ]
14666            ]
14667        },
14668        {
14669            "input": "&boxVl",
14670            "description": "Bad named entity: boxVl without a semi-colon",
14671            "output": [
14672                [
14673                    "Character",
14674                    "&boxVl"
14675                ]
14676            ]
14677        },
14678        {
14679            "input": "&boxVl;",
14680            "description": "Named entity: boxVl; with a semi-colon",
14681            "output": [
14682                [
14683                    "Character",
14684                    "\u2562"
14685                ]
14686            ]
14687        },
14688        {
14689            "input": "&boxVr",
14690            "description": "Bad named entity: boxVr without a semi-colon",
14691            "output": [
14692                [
14693                    "Character",
14694                    "&boxVr"
14695                ]
14696            ]
14697        },
14698        {
14699            "input": "&boxVr;",
14700            "description": "Named entity: boxVr; with a semi-colon",
14701            "output": [
14702                [
14703                    "Character",
14704                    "\u255f"
14705                ]
14706            ]
14707        },
14708        {
14709            "input": "&boxbox",
14710            "description": "Bad named entity: boxbox without a semi-colon",
14711            "output": [
14712                [
14713                    "Character",
14714                    "&boxbox"
14715                ]
14716            ]
14717        },
14718        {
14719            "input": "&boxbox;",
14720            "description": "Named entity: boxbox; with a semi-colon",
14721            "output": [
14722                [
14723                    "Character",
14724                    "\u29c9"
14725                ]
14726            ]
14727        },
14728        {
14729            "input": "&boxdL",
14730            "description": "Bad named entity: boxdL without a semi-colon",
14731            "output": [
14732                [
14733                    "Character",
14734                    "&boxdL"
14735                ]
14736            ]
14737        },
14738        {
14739            "input": "&boxdL;",
14740            "description": "Named entity: boxdL; with a semi-colon",
14741            "output": [
14742                [
14743                    "Character",
14744                    "\u2555"
14745                ]
14746            ]
14747        },
14748        {
14749            "input": "&boxdR",
14750            "description": "Bad named entity: boxdR without a semi-colon",
14751            "output": [
14752                [
14753                    "Character",
14754                    "&boxdR"
14755                ]
14756            ]
14757        },
14758        {
14759            "input": "&boxdR;",
14760            "description": "Named entity: boxdR; with a semi-colon",
14761            "output": [
14762                [
14763                    "Character",
14764                    "\u2552"
14765                ]
14766            ]
14767        },
14768        {
14769            "input": "&boxdl",
14770            "description": "Bad named entity: boxdl without a semi-colon",
14771            "output": [
14772                [
14773                    "Character",
14774                    "&boxdl"
14775                ]
14776            ]
14777        },
14778        {
14779            "input": "&boxdl;",
14780            "description": "Named entity: boxdl; with a semi-colon",
14781            "output": [
14782                [
14783                    "Character",
14784                    "\u2510"
14785                ]
14786            ]
14787        },
14788        {
14789            "input": "&boxdr",
14790            "description": "Bad named entity: boxdr without a semi-colon",
14791            "output": [
14792                [
14793                    "Character",
14794                    "&boxdr"
14795                ]
14796            ]
14797        },
14798        {
14799            "input": "&boxdr;",
14800            "description": "Named entity: boxdr; with a semi-colon",
14801            "output": [
14802                [
14803                    "Character",
14804                    "\u250c"
14805                ]
14806            ]
14807        },
14808        {
14809            "input": "&boxh",
14810            "description": "Bad named entity: boxh without a semi-colon",
14811            "output": [
14812                [
14813                    "Character",
14814                    "&boxh"
14815                ]
14816            ]
14817        },
14818        {
14819            "input": "&boxh;",
14820            "description": "Named entity: boxh; with a semi-colon",
14821            "output": [
14822                [
14823                    "Character",
14824                    "\u2500"
14825                ]
14826            ]
14827        },
14828        {
14829            "input": "&boxhD",
14830            "description": "Bad named entity: boxhD without a semi-colon",
14831            "output": [
14832                [
14833                    "Character",
14834                    "&boxhD"
14835                ]
14836            ]
14837        },
14838        {
14839            "input": "&boxhD;",
14840            "description": "Named entity: boxhD; with a semi-colon",
14841            "output": [
14842                [
14843                    "Character",
14844                    "\u2565"
14845                ]
14846            ]
14847        },
14848        {
14849            "input": "&boxhU",
14850            "description": "Bad named entity: boxhU without a semi-colon",
14851            "output": [
14852                [
14853                    "Character",
14854                    "&boxhU"
14855                ]
14856            ]
14857        },
14858        {
14859            "input": "&boxhU;",
14860            "description": "Named entity: boxhU; with a semi-colon",
14861            "output": [
14862                [
14863                    "Character",
14864                    "\u2568"
14865                ]
14866            ]
14867        },
14868        {
14869            "input": "&boxhd",
14870            "description": "Bad named entity: boxhd without a semi-colon",
14871            "output": [
14872                [
14873                    "Character",
14874                    "&boxhd"
14875                ]
14876            ]
14877        },
14878        {
14879            "input": "&boxhd;",
14880            "description": "Named entity: boxhd; with a semi-colon",
14881            "output": [
14882                [
14883                    "Character",
14884                    "\u252c"
14885                ]
14886            ]
14887        },
14888        {
14889            "input": "&boxhu",
14890            "description": "Bad named entity: boxhu without a semi-colon",
14891            "output": [
14892                [
14893                    "Character",
14894                    "&boxhu"
14895                ]
14896            ]
14897        },
14898        {
14899            "input": "&boxhu;",
14900            "description": "Named entity: boxhu; with a semi-colon",
14901            "output": [
14902                [
14903                    "Character",
14904                    "\u2534"
14905                ]
14906            ]
14907        },
14908        {
14909            "input": "&boxminus",
14910            "description": "Bad named entity: boxminus without a semi-colon",
14911            "output": [
14912                [
14913                    "Character",
14914                    "&boxminus"
14915                ]
14916            ]
14917        },
14918        {
14919            "input": "&boxminus;",
14920            "description": "Named entity: boxminus; with a semi-colon",
14921            "output": [
14922                [
14923                    "Character",
14924                    "\u229f"
14925                ]
14926            ]
14927        },
14928        {
14929            "input": "&boxplus",
14930            "description": "Bad named entity: boxplus without a semi-colon",
14931            "output": [
14932                [
14933                    "Character",
14934                    "&boxplus"
14935                ]
14936            ]
14937        },
14938        {
14939            "input": "&boxplus;",
14940            "description": "Named entity: boxplus; with a semi-colon",
14941            "output": [
14942                [
14943                    "Character",
14944                    "\u229e"
14945                ]
14946            ]
14947        },
14948        {
14949            "input": "&boxtimes",
14950            "description": "Bad named entity: boxtimes without a semi-colon",
14951            "output": [
14952                [
14953                    "Character",
14954                    "&boxtimes"
14955                ]
14956            ]
14957        },
14958        {
14959            "input": "&boxtimes;",
14960            "description": "Named entity: boxtimes; with a semi-colon",
14961            "output": [
14962                [
14963                    "Character",
14964                    "\u22a0"
14965                ]
14966            ]
14967        },
14968        {
14969            "input": "&boxuL",
14970            "description": "Bad named entity: boxuL without a semi-colon",
14971            "output": [
14972                [
14973                    "Character",
14974                    "&boxuL"
14975                ]
14976            ]
14977        },
14978        {
14979            "input": "&boxuL;",
14980            "description": "Named entity: boxuL; with a semi-colon",
14981            "output": [
14982                [
14983                    "Character",
14984                    "\u255b"
14985                ]
14986            ]
14987        },
14988        {
14989            "input": "&boxuR",
14990            "description": "Bad named entity: boxuR without a semi-colon",
14991            "output": [
14992                [
14993                    "Character",
14994                    "&boxuR"
14995                ]
14996            ]
14997        },
14998        {
14999            "input": "&boxuR;",
15000            "description": "Named entity: boxuR; with a semi-colon",
15001            "output": [
15002                [
15003                    "Character",
15004                    "\u2558"
15005                ]
15006            ]
15007        },
15008        {
15009            "input": "&boxul",
15010            "description": "Bad named entity: boxul without a semi-colon",
15011            "output": [
15012                [
15013                    "Character",
15014                    "&boxul"
15015                ]
15016            ]
15017        },
15018        {
15019            "input": "&boxul;",
15020            "description": "Named entity: boxul; with a semi-colon",
15021            "output": [
15022                [
15023                    "Character",
15024                    "\u2518"
15025                ]
15026            ]
15027        },
15028        {
15029            "input": "&boxur",
15030            "description": "Bad named entity: boxur without a semi-colon",
15031            "output": [
15032                [
15033                    "Character",
15034                    "&boxur"
15035                ]
15036            ]
15037        },
15038        {
15039            "input": "&boxur;",
15040            "description": "Named entity: boxur; with a semi-colon",
15041            "output": [
15042                [
15043                    "Character",
15044                    "\u2514"
15045                ]
15046            ]
15047        },
15048        {
15049            "input": "&boxv",
15050            "description": "Bad named entity: boxv without a semi-colon",
15051            "output": [
15052                [
15053                    "Character",
15054                    "&boxv"
15055                ]
15056            ]
15057        },
15058        {
15059            "input": "&boxv;",
15060            "description": "Named entity: boxv; with a semi-colon",
15061            "output": [
15062                [
15063                    "Character",
15064                    "\u2502"
15065                ]
15066            ]
15067        },
15068        {
15069            "input": "&boxvH",
15070            "description": "Bad named entity: boxvH without a semi-colon",
15071            "output": [
15072                [
15073                    "Character",
15074                    "&boxvH"
15075                ]
15076            ]
15077        },
15078        {
15079            "input": "&boxvH;",
15080            "description": "Named entity: boxvH; with a semi-colon",
15081            "output": [
15082                [
15083                    "Character",
15084                    "\u256a"
15085                ]
15086            ]
15087        },
15088        {
15089            "input": "&boxvL",
15090            "description": "Bad named entity: boxvL without a semi-colon",
15091            "output": [
15092                [
15093                    "Character",
15094                    "&boxvL"
15095                ]
15096            ]
15097        },
15098        {
15099            "input": "&boxvL;",
15100            "description": "Named entity: boxvL; with a semi-colon",
15101            "output": [
15102                [
15103                    "Character",
15104                    "\u2561"
15105                ]
15106            ]
15107        },
15108        {
15109            "input": "&boxvR",
15110            "description": "Bad named entity: boxvR without a semi-colon",
15111            "output": [
15112                [
15113                    "Character",
15114                    "&boxvR"
15115                ]
15116            ]
15117        },
15118        {
15119            "input": "&boxvR;",
15120            "description": "Named entity: boxvR; with a semi-colon",
15121            "output": [
15122                [
15123                    "Character",
15124                    "\u255e"
15125                ]
15126            ]
15127        },
15128        {
15129            "input": "&boxvh",
15130            "description": "Bad named entity: boxvh without a semi-colon",
15131            "output": [
15132                [
15133                    "Character",
15134                    "&boxvh"
15135                ]
15136            ]
15137        },
15138        {
15139            "input": "&boxvh;",
15140            "description": "Named entity: boxvh; with a semi-colon",
15141            "output": [
15142                [
15143                    "Character",
15144                    "\u253c"
15145                ]
15146            ]
15147        },
15148        {
15149            "input": "&boxvl",
15150            "description": "Bad named entity: boxvl without a semi-colon",
15151            "output": [
15152                [
15153                    "Character",
15154                    "&boxvl"
15155                ]
15156            ]
15157        },
15158        {
15159            "input": "&boxvl;",
15160            "description": "Named entity: boxvl; with a semi-colon",
15161            "output": [
15162                [
15163                    "Character",
15164                    "\u2524"
15165                ]
15166            ]
15167        },
15168        {
15169            "input": "&boxvr",
15170            "description": "Bad named entity: boxvr without a semi-colon",
15171            "output": [
15172                [
15173                    "Character",
15174                    "&boxvr"
15175                ]
15176            ]
15177        },
15178        {
15179            "input": "&boxvr;",
15180            "description": "Named entity: boxvr; with a semi-colon",
15181            "output": [
15182                [
15183                    "Character",
15184                    "\u251c"
15185                ]
15186            ]
15187        },
15188        {
15189            "input": "&bprime",
15190            "description": "Bad named entity: bprime without a semi-colon",
15191            "output": [
15192                [
15193                    "Character",
15194                    "&bprime"
15195                ]
15196            ]
15197        },
15198        {
15199            "input": "&bprime;",
15200            "description": "Named entity: bprime; with a semi-colon",
15201            "output": [
15202                [
15203                    "Character",
15204                    "\u2035"
15205                ]
15206            ]
15207        },
15208        {
15209            "input": "&breve",
15210            "description": "Bad named entity: breve without a semi-colon",
15211            "output": [
15212                [
15213                    "Character",
15214                    "&breve"
15215                ]
15216            ]
15217        },
15218        {
15219            "input": "&breve;",
15220            "description": "Named entity: breve; with a semi-colon",
15221            "output": [
15222                [
15223                    "Character",
15224                    "\u02d8"
15225                ]
15226            ]
15227        },
15228        {
15229            "input": "&brvbar",
15230            "description": "Named entity: brvbar without a semi-colon",
15231            "output": [
15232                "ParseError",
15233                [
15234                    "Character",
15235                    "\u00a6"
15236                ]
15237            ]
15238        },
15239        {
15240            "input": "&brvbar;",
15241            "description": "Named entity: brvbar; with a semi-colon",
15242            "output": [
15243                [
15244                    "Character",
15245                    "\u00a6"
15246                ]
15247            ]
15248        },
15249        {
15250            "input": "&bscr",
15251            "description": "Bad named entity: bscr without a semi-colon",
15252            "output": [
15253                [
15254                    "Character",
15255                    "&bscr"
15256                ]
15257            ]
15258        },
15259        {
15260            "input": "&bscr;",
15261            "description": "Named entity: bscr; with a semi-colon",
15262            "output": [
15263                [
15264                    "Character",
15265                    "\ud835\udcb7"
15266                ]
15267            ]
15268        },
15269        {
15270            "input": "&bsemi",
15271            "description": "Bad named entity: bsemi without a semi-colon",
15272            "output": [
15273                [
15274                    "Character",
15275                    "&bsemi"
15276                ]
15277            ]
15278        },
15279        {
15280            "input": "&bsemi;",
15281            "description": "Named entity: bsemi; with a semi-colon",
15282            "output": [
15283                [
15284                    "Character",
15285                    "\u204f"
15286                ]
15287            ]
15288        },
15289        {
15290            "input": "&bsim",
15291            "description": "Bad named entity: bsim without a semi-colon",
15292            "output": [
15293                [
15294                    "Character",
15295                    "&bsim"
15296                ]
15297            ]
15298        },
15299        {
15300            "input": "&bsim;",
15301            "description": "Named entity: bsim; with a semi-colon",
15302            "output": [
15303                [
15304                    "Character",
15305                    "\u223d"
15306                ]
15307            ]
15308        },
15309        {
15310            "input": "&bsime",
15311            "description": "Bad named entity: bsime without a semi-colon",
15312            "output": [
15313                [
15314                    "Character",
15315                    "&bsime"
15316                ]
15317            ]
15318        },
15319        {
15320            "input": "&bsime;",
15321            "description": "Named entity: bsime; with a semi-colon",
15322            "output": [
15323                [
15324                    "Character",
15325                    "\u22cd"
15326                ]
15327            ]
15328        },
15329        {
15330            "input": "&bsol",
15331            "description": "Bad named entity: bsol without a semi-colon",
15332            "output": [
15333                [
15334                    "Character",
15335                    "&bsol"
15336                ]
15337            ]
15338        },
15339        {
15340            "input": "&bsol;",
15341            "description": "Named entity: bsol; with a semi-colon",
15342            "output": [
15343                [
15344                    "Character",
15345                    "\\"
15346                ]
15347            ]
15348        },
15349        {
15350            "input": "&bsolb",
15351            "description": "Bad named entity: bsolb without a semi-colon",
15352            "output": [
15353                [
15354                    "Character",
15355                    "&bsolb"
15356                ]
15357            ]
15358        },
15359        {
15360            "input": "&bsolb;",
15361            "description": "Named entity: bsolb; with a semi-colon",
15362            "output": [
15363                [
15364                    "Character",
15365                    "\u29c5"
15366                ]
15367            ]
15368        },
15369        {
15370            "input": "&bsolhsub",
15371            "description": "Bad named entity: bsolhsub without a semi-colon",
15372            "output": [
15373                [
15374                    "Character",
15375                    "&bsolhsub"
15376                ]
15377            ]
15378        },
15379        {
15380            "input": "&bsolhsub;",
15381            "description": "Named entity: bsolhsub; with a semi-colon",
15382            "output": [
15383                [
15384                    "Character",
15385                    "\u27c8"
15386                ]
15387            ]
15388        },
15389        {
15390            "input": "&bull",
15391            "description": "Bad named entity: bull without a semi-colon",
15392            "output": [
15393                [
15394                    "Character",
15395                    "&bull"
15396                ]
15397            ]
15398        },
15399        {
15400            "input": "&bull;",
15401            "description": "Named entity: bull; with a semi-colon",
15402            "output": [
15403                [
15404                    "Character",
15405                    "\u2022"
15406                ]
15407            ]
15408        },
15409        {
15410            "input": "&bullet",
15411            "description": "Bad named entity: bullet without a semi-colon",
15412            "output": [
15413                [
15414                    "Character",
15415                    "&bullet"
15416                ]
15417            ]
15418        },
15419        {
15420            "input": "&bullet;",
15421            "description": "Named entity: bullet; with a semi-colon",
15422            "output": [
15423                [
15424                    "Character",
15425                    "\u2022"
15426                ]
15427            ]
15428        },
15429        {
15430            "input": "&bump",
15431            "description": "Bad named entity: bump without a semi-colon",
15432            "output": [
15433                [
15434                    "Character",
15435                    "&bump"
15436                ]
15437            ]
15438        },
15439        {
15440            "input": "&bump;",
15441            "description": "Named entity: bump; with a semi-colon",
15442            "output": [
15443                [
15444                    "Character",
15445                    "\u224e"
15446                ]
15447            ]
15448        },
15449        {
15450            "input": "&bumpE",
15451            "description": "Bad named entity: bumpE without a semi-colon",
15452            "output": [
15453                [
15454                    "Character",
15455                    "&bumpE"
15456                ]
15457            ]
15458        },
15459        {
15460            "input": "&bumpE;",
15461            "description": "Named entity: bumpE; with a semi-colon",
15462            "output": [
15463                [
15464                    "Character",
15465                    "\u2aae"
15466                ]
15467            ]
15468        },
15469        {
15470            "input": "&bumpe",
15471            "description": "Bad named entity: bumpe without a semi-colon",
15472            "output": [
15473                [
15474                    "Character",
15475                    "&bumpe"
15476                ]
15477            ]
15478        },
15479        {
15480            "input": "&bumpe;",
15481            "description": "Named entity: bumpe; with a semi-colon",
15482            "output": [
15483                [
15484                    "Character",
15485                    "\u224f"
15486                ]
15487            ]
15488        },
15489        {
15490            "input": "&bumpeq",
15491            "description": "Bad named entity: bumpeq without a semi-colon",
15492            "output": [
15493                [
15494                    "Character",
15495                    "&bumpeq"
15496                ]
15497            ]
15498        },
15499        {
15500            "input": "&bumpeq;",
15501            "description": "Named entity: bumpeq; with a semi-colon",
15502            "output": [
15503                [
15504                    "Character",
15505                    "\u224f"
15506                ]
15507            ]
15508        },
15509        {
15510            "input": "&cacute",
15511            "description": "Bad named entity: cacute without a semi-colon",
15512            "output": [
15513                [
15514                    "Character",
15515                    "&cacute"
15516                ]
15517            ]
15518        },
15519        {
15520            "input": "&cacute;",
15521            "description": "Named entity: cacute; with a semi-colon",
15522            "output": [
15523                [
15524                    "Character",
15525                    "\u0107"
15526                ]
15527            ]
15528        },
15529        {
15530            "input": "&cap",
15531            "description": "Bad named entity: cap without a semi-colon",
15532            "output": [
15533                [
15534                    "Character",
15535                    "&cap"
15536                ]
15537            ]
15538        },
15539        {
15540            "input": "&cap;",
15541            "description": "Named entity: cap; with a semi-colon",
15542            "output": [
15543                [
15544                    "Character",
15545                    "\u2229"
15546                ]
15547            ]
15548        },
15549        {
15550            "input": "&capand",
15551            "description": "Bad named entity: capand without a semi-colon",
15552            "output": [
15553                [
15554                    "Character",
15555                    "&capand"
15556                ]
15557            ]
15558        },
15559        {
15560            "input": "&capand;",
15561            "description": "Named entity: capand; with a semi-colon",
15562            "output": [
15563                [
15564                    "Character",
15565                    "\u2a44"
15566                ]
15567            ]
15568        },
15569        {
15570            "input": "&capbrcup",
15571            "description": "Bad named entity: capbrcup without a semi-colon",
15572            "output": [
15573                [
15574                    "Character",
15575                    "&capbrcup"
15576                ]
15577            ]
15578        },
15579        {
15580            "input": "&capbrcup;",
15581            "description": "Named entity: capbrcup; with a semi-colon",
15582            "output": [
15583                [
15584                    "Character",
15585                    "\u2a49"
15586                ]
15587            ]
15588        },
15589        {
15590            "input": "&capcap",
15591            "description": "Bad named entity: capcap without a semi-colon",
15592            "output": [
15593                [
15594                    "Character",
15595                    "&capcap"
15596                ]
15597            ]
15598        },
15599        {
15600            "input": "&capcap;",
15601            "description": "Named entity: capcap; with a semi-colon",
15602            "output": [
15603                [
15604                    "Character",
15605                    "\u2a4b"
15606                ]
15607            ]
15608        },
15609        {
15610            "input": "&capcup",
15611            "description": "Bad named entity: capcup without a semi-colon",
15612            "output": [
15613                [
15614                    "Character",
15615                    "&capcup"
15616                ]
15617            ]
15618        },
15619        {
15620            "input": "&capcup;",
15621            "description": "Named entity: capcup; with a semi-colon",
15622            "output": [
15623                [
15624                    "Character",
15625                    "\u2a47"
15626                ]
15627            ]
15628        },
15629        {
15630            "input": "&capdot",
15631            "description": "Bad named entity: capdot without a semi-colon",
15632            "output": [
15633                [
15634                    "Character",
15635                    "&capdot"
15636                ]
15637            ]
15638        },
15639        {
15640            "input": "&capdot;",
15641            "description": "Named entity: capdot; with a semi-colon",
15642            "output": [
15643                [
15644                    "Character",
15645                    "\u2a40"
15646                ]
15647            ]
15648        },
15649        {
15650            "input": "&caps",
15651            "description": "Bad named entity: caps without a semi-colon",
15652            "output": [
15653                [
15654                    "Character",
15655                    "&caps"
15656                ]
15657            ]
15658        },
15659        {
15660            "input": "&caps;",
15661            "description": "Named entity: caps; with a semi-colon",
15662            "output": [
15663                [
15664                    "Character",
15665                    "\u2229\ufe00"
15666                ]
15667            ]
15668        },
15669        {
15670            "input": "&caret",
15671            "description": "Bad named entity: caret without a semi-colon",
15672            "output": [
15673                [
15674                    "Character",
15675                    "&caret"
15676                ]
15677            ]
15678        },
15679        {
15680            "input": "&caret;",
15681            "description": "Named entity: caret; with a semi-colon",
15682            "output": [
15683                [
15684                    "Character",
15685                    "\u2041"
15686                ]
15687            ]
15688        },
15689        {
15690            "input": "&caron",
15691            "description": "Bad named entity: caron without a semi-colon",
15692            "output": [
15693                [
15694                    "Character",
15695                    "&caron"
15696                ]
15697            ]
15698        },
15699        {
15700            "input": "&caron;",
15701            "description": "Named entity: caron; with a semi-colon",
15702            "output": [
15703                [
15704                    "Character",
15705                    "\u02c7"
15706                ]
15707            ]
15708        },
15709        {
15710            "input": "&ccaps",
15711            "description": "Bad named entity: ccaps without a semi-colon",
15712            "output": [
15713                [
15714                    "Character",
15715                    "&ccaps"
15716                ]
15717            ]
15718        },
15719        {
15720            "input": "&ccaps;",
15721            "description": "Named entity: ccaps; with a semi-colon",
15722            "output": [
15723                [
15724                    "Character",
15725                    "\u2a4d"
15726                ]
15727            ]
15728        },
15729        {
15730            "input": "&ccaron",
15731            "description": "Bad named entity: ccaron without a semi-colon",
15732            "output": [
15733                [
15734                    "Character",
15735                    "&ccaron"
15736                ]
15737            ]
15738        },
15739        {
15740            "input": "&ccaron;",
15741            "description": "Named entity: ccaron; with a semi-colon",
15742            "output": [
15743                [
15744                    "Character",
15745                    "\u010d"
15746                ]
15747            ]
15748        },
15749        {
15750            "input": "&ccedil",
15751            "description": "Named entity: ccedil without a semi-colon",
15752            "output": [
15753                "ParseError",
15754                [
15755                    "Character",
15756                    "\u00e7"
15757                ]
15758            ]
15759        },
15760        {
15761            "input": "&ccedil;",
15762            "description": "Named entity: ccedil; with a semi-colon",
15763            "output": [
15764                [
15765                    "Character",
15766                    "\u00e7"
15767                ]
15768            ]
15769        },
15770        {
15771            "input": "&ccirc",
15772            "description": "Bad named entity: ccirc without a semi-colon",
15773            "output": [
15774                [
15775                    "Character",
15776                    "&ccirc"
15777                ]
15778            ]
15779        },
15780        {
15781            "input": "&ccirc;",
15782            "description": "Named entity: ccirc; with a semi-colon",
15783            "output": [
15784                [
15785                    "Character",
15786                    "\u0109"
15787                ]
15788            ]
15789        },
15790        {
15791            "input": "&ccups",
15792            "description": "Bad named entity: ccups without a semi-colon",
15793            "output": [
15794                [
15795                    "Character",
15796                    "&ccups"
15797                ]
15798            ]
15799        },
15800        {
15801            "input": "&ccups;",
15802            "description": "Named entity: ccups; with a semi-colon",
15803            "output": [
15804                [
15805                    "Character",
15806                    "\u2a4c"
15807                ]
15808            ]
15809        },
15810        {
15811            "input": "&ccupssm",
15812            "description": "Bad named entity: ccupssm without a semi-colon",
15813            "output": [
15814                [
15815                    "Character",
15816                    "&ccupssm"
15817                ]
15818            ]
15819        },
15820        {
15821            "input": "&ccupssm;",
15822            "description": "Named entity: ccupssm; with a semi-colon",
15823            "output": [
15824                [
15825                    "Character",
15826                    "\u2a50"
15827                ]
15828            ]
15829        },
15830        {
15831            "input": "&cdot",
15832            "description": "Bad named entity: cdot without a semi-colon",
15833            "output": [
15834                [
15835                    "Character",
15836                    "&cdot"
15837                ]
15838            ]
15839        },
15840        {
15841            "input": "&cdot;",
15842            "description": "Named entity: cdot; with a semi-colon",
15843            "output": [
15844                [
15845                    "Character",
15846                    "\u010b"
15847                ]
15848            ]
15849        },
15850        {
15851            "input": "&cedil",
15852            "description": "Named entity: cedil without a semi-colon",
15853            "output": [
15854                "ParseError",
15855                [
15856                    "Character",
15857                    "\u00b8"
15858                ]
15859            ]
15860        },
15861        {
15862            "input": "&cedil;",
15863            "description": "Named entity: cedil; with a semi-colon",
15864            "output": [
15865                [
15866                    "Character",
15867                    "\u00b8"
15868                ]
15869            ]
15870        },
15871        {
15872            "input": "&cemptyv",
15873            "description": "Bad named entity: cemptyv without a semi-colon",
15874            "output": [
15875                [
15876                    "Character",
15877                    "&cemptyv"
15878                ]
15879            ]
15880        },
15881        {
15882            "input": "&cemptyv;",
15883            "description": "Named entity: cemptyv; with a semi-colon",
15884            "output": [
15885                [
15886                    "Character",
15887                    "\u29b2"
15888                ]
15889            ]
15890        },
15891        {
15892            "input": "&cent",
15893            "description": "Named entity: cent without a semi-colon",
15894            "output": [
15895                "ParseError",
15896                [
15897                    "Character",
15898                    "\u00a2"
15899                ]
15900            ]
15901        },
15902        {
15903            "input": "&cent;",
15904            "description": "Named entity: cent; with a semi-colon",
15905            "output": [
15906                [
15907                    "Character",
15908                    "\u00a2"
15909                ]
15910            ]
15911        },
15912        {
15913            "input": "&centerdot;",
15914            "description": "Named entity: centerdot; with a semi-colon",
15915            "output": [
15916                [
15917                    "Character",
15918                    "\u00b7"
15919                ]
15920            ]
15921        },
15922        {
15923            "input": "&cfr",
15924            "description": "Bad named entity: cfr without a semi-colon",
15925            "output": [
15926                [
15927                    "Character",
15928                    "&cfr"
15929                ]
15930            ]
15931        },
15932        {
15933            "input": "&cfr;",
15934            "description": "Named entity: cfr; with a semi-colon",
15935            "output": [
15936                [
15937                    "Character",
15938                    "\ud835\udd20"
15939                ]
15940            ]
15941        },
15942        {
15943            "input": "&chcy",
15944            "description": "Bad named entity: chcy without a semi-colon",
15945            "output": [
15946                [
15947                    "Character",
15948                    "&chcy"
15949                ]
15950            ]
15951        },
15952        {
15953            "input": "&chcy;",
15954            "description": "Named entity: chcy; with a semi-colon",
15955            "output": [
15956                [
15957                    "Character",
15958                    "\u0447"
15959                ]
15960            ]
15961        },
15962        {
15963            "input": "&check",
15964            "description": "Bad named entity: check without a semi-colon",
15965            "output": [
15966                [
15967                    "Character",
15968                    "&check"
15969                ]
15970            ]
15971        },
15972        {
15973            "input": "&check;",
15974            "description": "Named entity: check; with a semi-colon",
15975            "output": [
15976                [
15977                    "Character",
15978                    "\u2713"
15979                ]
15980            ]
15981        },
15982        {
15983            "input": "&checkmark",
15984            "description": "Bad named entity: checkmark without a semi-colon",
15985            "output": [
15986                [
15987                    "Character",
15988                    "&checkmark"
15989                ]
15990            ]
15991        },
15992        {
15993            "input": "&checkmark;",
15994            "description": "Named entity: checkmark; with a semi-colon",
15995            "output": [
15996                [
15997                    "Character",
15998                    "\u2713"
15999                ]
16000            ]
16001        },
16002        {
16003            "input": "&chi",
16004            "description": "Bad named entity: chi without a semi-colon",
16005            "output": [
16006                [
16007                    "Character",
16008                    "&chi"
16009                ]
16010            ]
16011        },
16012        {
16013            "input": "&chi;",
16014            "description": "Named entity: chi; with a semi-colon",
16015            "output": [
16016                [
16017                    "Character",
16018                    "\u03c7"
16019                ]
16020            ]
16021        },
16022        {
16023            "input": "&cir",
16024            "description": "Bad named entity: cir without a semi-colon",
16025            "output": [
16026                [
16027                    "Character",
16028                    "&cir"
16029                ]
16030            ]
16031        },
16032        {
16033            "input": "&cir;",
16034            "description": "Named entity: cir; with a semi-colon",
16035            "output": [
16036                [
16037                    "Character",
16038                    "\u25cb"
16039                ]
16040            ]
16041        },
16042        {
16043            "input": "&cirE",
16044            "description": "Bad named entity: cirE without a semi-colon",
16045            "output": [
16046                [
16047                    "Character",
16048                    "&cirE"
16049                ]
16050            ]
16051        },
16052        {
16053            "input": "&cirE;",
16054            "description": "Named entity: cirE; with a semi-colon",
16055            "output": [
16056                [
16057                    "Character",
16058                    "\u29c3"
16059                ]
16060            ]
16061        },
16062        {
16063            "input": "&circ",
16064            "description": "Bad named entity: circ without a semi-colon",
16065            "output": [
16066                [
16067                    "Character",
16068                    "&circ"
16069                ]
16070            ]
16071        },
16072        {
16073            "input": "&circ;",
16074            "description": "Named entity: circ; with a semi-colon",
16075            "output": [
16076                [
16077                    "Character",
16078                    "\u02c6"
16079                ]
16080            ]
16081        },
16082        {
16083            "input": "&circeq",
16084            "description": "Bad named entity: circeq without a semi-colon",
16085            "output": [
16086                [
16087                    "Character",
16088                    "&circeq"
16089                ]
16090            ]
16091        },
16092        {
16093            "input": "&circeq;",
16094            "description": "Named entity: circeq; with a semi-colon",
16095            "output": [
16096                [
16097                    "Character",
16098                    "\u2257"
16099                ]
16100            ]
16101        },
16102        {
16103            "input": "&circlearrowleft",
16104            "description": "Bad named entity: circlearrowleft without a semi-colon",
16105            "output": [
16106                [
16107                    "Character",
16108                    "&circlearrowleft"
16109                ]
16110            ]
16111        },
16112        {
16113            "input": "&circlearrowleft;",
16114            "description": "Named entity: circlearrowleft; with a semi-colon",
16115            "output": [
16116                [
16117                    "Character",
16118                    "\u21ba"
16119                ]
16120            ]
16121        },
16122        {
16123            "input": "&circlearrowright",
16124            "description": "Bad named entity: circlearrowright without a semi-colon",
16125            "output": [
16126                [
16127                    "Character",
16128                    "&circlearrowright"
16129                ]
16130            ]
16131        },
16132        {
16133            "input": "&circlearrowright;",
16134            "description": "Named entity: circlearrowright; with a semi-colon",
16135            "output": [
16136                [
16137                    "Character",
16138                    "\u21bb"
16139                ]
16140            ]
16141        },
16142        {
16143            "input": "&circledR",
16144            "description": "Bad named entity: circledR without a semi-colon",
16145            "output": [
16146                [
16147                    "Character",
16148                    "&circledR"
16149                ]
16150            ]
16151        },
16152        {
16153            "input": "&circledR;",
16154            "description": "Named entity: circledR; with a semi-colon",
16155            "output": [
16156                [
16157                    "Character",
16158                    "\u00ae"
16159                ]
16160            ]
16161        },
16162        {
16163            "input": "&circledS",
16164            "description": "Bad named entity: circledS without a semi-colon",
16165            "output": [
16166                [
16167                    "Character",
16168                    "&circledS"
16169                ]
16170            ]
16171        },
16172        {
16173            "input": "&circledS;",
16174            "description": "Named entity: circledS; with a semi-colon",
16175            "output": [
16176                [
16177                    "Character",
16178                    "\u24c8"
16179                ]
16180            ]
16181        },
16182        {
16183            "input": "&circledast",
16184            "description": "Bad named entity: circledast without a semi-colon",
16185            "output": [
16186                [
16187                    "Character",
16188                    "&circledast"
16189                ]
16190            ]
16191        },
16192        {
16193            "input": "&circledast;",
16194            "description": "Named entity: circledast; with a semi-colon",
16195            "output": [
16196                [
16197                    "Character",
16198                    "\u229b"
16199                ]
16200            ]
16201        },
16202        {
16203            "input": "&circledcirc",
16204            "description": "Bad named entity: circledcirc without a semi-colon",
16205            "output": [
16206                [
16207                    "Character",
16208                    "&circledcirc"
16209                ]
16210            ]
16211        },
16212        {
16213            "input": "&circledcirc;",
16214            "description": "Named entity: circledcirc; with a semi-colon",
16215            "output": [
16216                [
16217                    "Character",
16218                    "\u229a"
16219                ]
16220            ]
16221        },
16222        {
16223            "input": "&circleddash",
16224            "description": "Bad named entity: circleddash without a semi-colon",
16225            "output": [
16226                [
16227                    "Character",
16228                    "&circleddash"
16229                ]
16230            ]
16231        },
16232        {
16233            "input": "&circleddash;",
16234            "description": "Named entity: circleddash; with a semi-colon",
16235            "output": [
16236                [
16237                    "Character",
16238                    "\u229d"
16239                ]
16240            ]
16241        },
16242        {
16243            "input": "&cire",
16244            "description": "Bad named entity: cire without a semi-colon",
16245            "output": [
16246                [
16247                    "Character",
16248                    "&cire"
16249                ]
16250            ]
16251        },
16252        {
16253            "input": "&cire;",
16254            "description": "Named entity: cire; with a semi-colon",
16255            "output": [
16256                [
16257                    "Character",
16258                    "\u2257"
16259                ]
16260            ]
16261        },
16262        {
16263            "input": "&cirfnint",
16264            "description": "Bad named entity: cirfnint without a semi-colon",
16265            "output": [
16266                [
16267                    "Character",
16268                    "&cirfnint"
16269                ]
16270            ]
16271        },
16272        {
16273            "input": "&cirfnint;",
16274            "description": "Named entity: cirfnint; with a semi-colon",
16275            "output": [
16276                [
16277                    "Character",
16278                    "\u2a10"
16279                ]
16280            ]
16281        },
16282        {
16283            "input": "&cirmid",
16284            "description": "Bad named entity: cirmid without a semi-colon",
16285            "output": [
16286                [
16287                    "Character",
16288                    "&cirmid"
16289                ]
16290            ]
16291        },
16292        {
16293            "input": "&cirmid;",
16294            "description": "Named entity: cirmid; with a semi-colon",
16295            "output": [
16296                [
16297                    "Character",
16298                    "\u2aef"
16299                ]
16300            ]
16301        },
16302        {
16303            "input": "&cirscir",
16304            "description": "Bad named entity: cirscir without a semi-colon",
16305            "output": [
16306                [
16307                    "Character",
16308                    "&cirscir"
16309                ]
16310            ]
16311        },
16312        {
16313            "input": "&cirscir;",
16314            "description": "Named entity: cirscir; with a semi-colon",
16315            "output": [
16316                [
16317                    "Character",
16318                    "\u29c2"
16319                ]
16320            ]
16321        },
16322        {
16323            "input": "&clubs",
16324            "description": "Bad named entity: clubs without a semi-colon",
16325            "output": [
16326                [
16327                    "Character",
16328                    "&clubs"
16329                ]
16330            ]
16331        },
16332        {
16333            "input": "&clubs;",
16334            "description": "Named entity: clubs; with a semi-colon",
16335            "output": [
16336                [
16337                    "Character",
16338                    "\u2663"
16339                ]
16340            ]
16341        },
16342        {
16343            "input": "&clubsuit",
16344            "description": "Bad named entity: clubsuit without a semi-colon",
16345            "output": [
16346                [
16347                    "Character",
16348                    "&clubsuit"
16349                ]
16350            ]
16351        },
16352        {
16353            "input": "&clubsuit;",
16354            "description": "Named entity: clubsuit; with a semi-colon",
16355            "output": [
16356                [
16357                    "Character",
16358                    "\u2663"
16359                ]
16360            ]
16361        },
16362        {
16363            "input": "&colon",
16364            "description": "Bad named entity: colon without a semi-colon",
16365            "output": [
16366                [
16367                    "Character",
16368                    "&colon"
16369                ]
16370            ]
16371        },
16372        {
16373            "input": "&colon;",
16374            "description": "Named entity: colon; with a semi-colon",
16375            "output": [
16376                [
16377                    "Character",
16378                    ":"
16379                ]
16380            ]
16381        },
16382        {
16383            "input": "&colone",
16384            "description": "Bad named entity: colone without a semi-colon",
16385            "output": [
16386                [
16387                    "Character",
16388                    "&colone"
16389                ]
16390            ]
16391        },
16392        {
16393            "input": "&colone;",
16394            "description": "Named entity: colone; with a semi-colon",
16395            "output": [
16396                [
16397                    "Character",
16398                    "\u2254"
16399                ]
16400            ]
16401        },
16402        {
16403            "input": "&coloneq",
16404            "description": "Bad named entity: coloneq without a semi-colon",
16405            "output": [
16406                [
16407                    "Character",
16408                    "&coloneq"
16409                ]
16410            ]
16411        },
16412        {
16413            "input": "&coloneq;",
16414            "description": "Named entity: coloneq; with a semi-colon",
16415            "output": [
16416                [
16417                    "Character",
16418                    "\u2254"
16419                ]
16420            ]
16421        },
16422        {
16423            "input": "&comma",
16424            "description": "Bad named entity: comma without a semi-colon",
16425            "output": [
16426                [
16427                    "Character",
16428                    "&comma"
16429                ]
16430            ]
16431        },
16432        {
16433            "input": "&comma;",
16434            "description": "Named entity: comma; with a semi-colon",
16435            "output": [
16436                [
16437                    "Character",
16438                    ","
16439                ]
16440            ]
16441        },
16442        {
16443            "input": "&commat",
16444            "description": "Bad named entity: commat without a semi-colon",
16445            "output": [
16446                [
16447                    "Character",
16448                    "&commat"
16449                ]
16450            ]
16451        },
16452        {
16453            "input": "&commat;",
16454            "description": "Named entity: commat; with a semi-colon",
16455            "output": [
16456                [
16457                    "Character",
16458                    "@"
16459                ]
16460            ]
16461        },
16462        {
16463            "input": "&comp",
16464            "description": "Bad named entity: comp without a semi-colon",
16465            "output": [
16466                [
16467                    "Character",
16468                    "&comp"
16469                ]
16470            ]
16471        },
16472        {
16473            "input": "&comp;",
16474            "description": "Named entity: comp; with a semi-colon",
16475            "output": [
16476                [
16477                    "Character",
16478                    "\u2201"
16479                ]
16480            ]
16481        },
16482        {
16483            "input": "&compfn",
16484            "description": "Bad named entity: compfn without a semi-colon",
16485            "output": [
16486                [
16487                    "Character",
16488                    "&compfn"
16489                ]
16490            ]
16491        },
16492        {
16493            "input": "&compfn;",
16494            "description": "Named entity: compfn; with a semi-colon",
16495            "output": [
16496                [
16497                    "Character",
16498                    "\u2218"
16499                ]
16500            ]
16501        },
16502        {
16503            "input": "&complement",
16504            "description": "Bad named entity: complement without a semi-colon",
16505            "output": [
16506                [
16507                    "Character",
16508                    "&complement"
16509                ]
16510            ]
16511        },
16512        {
16513            "input": "&complement;",
16514            "description": "Named entity: complement; with a semi-colon",
16515            "output": [
16516                [
16517                    "Character",
16518                    "\u2201"
16519                ]
16520            ]
16521        },
16522        {
16523            "input": "&complexes",
16524            "description": "Bad named entity: complexes without a semi-colon",
16525            "output": [
16526                [
16527                    "Character",
16528                    "&complexes"
16529                ]
16530            ]
16531        },
16532        {
16533            "input": "&complexes;",
16534            "description": "Named entity: complexes; with a semi-colon",
16535            "output": [
16536                [
16537                    "Character",
16538                    "\u2102"
16539                ]
16540            ]
16541        },
16542        {
16543            "input": "&cong",
16544            "description": "Bad named entity: cong without a semi-colon",
16545            "output": [
16546                [
16547                    "Character",
16548                    "&cong"
16549                ]
16550            ]
16551        },
16552        {
16553            "input": "&cong;",
16554            "description": "Named entity: cong; with a semi-colon",
16555            "output": [
16556                [
16557                    "Character",
16558                    "\u2245"
16559                ]
16560            ]
16561        },
16562        {
16563            "input": "&congdot",
16564            "description": "Bad named entity: congdot without a semi-colon",
16565            "output": [
16566                [
16567                    "Character",
16568                    "&congdot"
16569                ]
16570            ]
16571        },
16572        {
16573            "input": "&congdot;",
16574            "description": "Named entity: congdot; with a semi-colon",
16575            "output": [
16576                [
16577                    "Character",
16578                    "\u2a6d"
16579                ]
16580            ]
16581        },
16582        {
16583            "input": "&conint",
16584            "description": "Bad named entity: conint without a semi-colon",
16585            "output": [
16586                [
16587                    "Character",
16588                    "&conint"
16589                ]
16590            ]
16591        },
16592        {
16593            "input": "&conint;",
16594            "description": "Named entity: conint; with a semi-colon",
16595            "output": [
16596                [
16597                    "Character",
16598                    "\u222e"
16599                ]
16600            ]
16601        },
16602        {
16603            "input": "&copf",
16604            "description": "Bad named entity: copf without a semi-colon",
16605            "output": [
16606                [
16607                    "Character",
16608                    "&copf"
16609                ]
16610            ]
16611        },
16612        {
16613            "input": "&copf;",
16614            "description": "Named entity: copf; with a semi-colon",
16615            "output": [
16616                [
16617                    "Character",
16618                    "\ud835\udd54"
16619                ]
16620            ]
16621        },
16622        {
16623            "input": "&coprod",
16624            "description": "Bad named entity: coprod without a semi-colon",
16625            "output": [
16626                [
16627                    "Character",
16628                    "&coprod"
16629                ]
16630            ]
16631        },
16632        {
16633            "input": "&coprod;",
16634            "description": "Named entity: coprod; with a semi-colon",
16635            "output": [
16636                [
16637                    "Character",
16638                    "\u2210"
16639                ]
16640            ]
16641        },
16642        {
16643            "input": "&copy",
16644            "description": "Named entity: copy without a semi-colon",
16645            "output": [
16646                "ParseError",
16647                [
16648                    "Character",
16649                    "\u00a9"
16650                ]
16651            ]
16652        },
16653        {
16654            "input": "&copy;",
16655            "description": "Named entity: copy; with a semi-colon",
16656            "output": [
16657                [
16658                    "Character",
16659                    "\u00a9"
16660                ]
16661            ]
16662        },
16663        {
16664            "input": "&copysr;",
16665            "description": "Named entity: copysr; with a semi-colon",
16666            "output": [
16667                [
16668                    "Character",
16669                    "\u2117"
16670                ]
16671            ]
16672        },
16673        {
16674            "input": "&crarr",
16675            "description": "Bad named entity: crarr without a semi-colon",
16676            "output": [
16677                [
16678                    "Character",
16679                    "&crarr"
16680                ]
16681            ]
16682        },
16683        {
16684            "input": "&crarr;",
16685            "description": "Named entity: crarr; with a semi-colon",
16686            "output": [
16687                [
16688                    "Character",
16689                    "\u21b5"
16690                ]
16691            ]
16692        },
16693        {
16694            "input": "&cross",
16695            "description": "Bad named entity: cross without a semi-colon",
16696            "output": [
16697                [
16698                    "Character",
16699                    "&cross"
16700                ]
16701            ]
16702        },
16703        {
16704            "input": "&cross;",
16705            "description": "Named entity: cross; with a semi-colon",
16706            "output": [
16707                [
16708                    "Character",
16709                    "\u2717"
16710                ]
16711            ]
16712        },
16713        {
16714            "input": "&cscr",
16715            "description": "Bad named entity: cscr without a semi-colon",
16716            "output": [
16717                [
16718                    "Character",
16719                    "&cscr"
16720                ]
16721            ]
16722        },
16723        {
16724            "input": "&cscr;",
16725            "description": "Named entity: cscr; with a semi-colon",
16726            "output": [
16727                [
16728                    "Character",
16729                    "\ud835\udcb8"
16730                ]
16731            ]
16732        },
16733        {
16734            "input": "&csub",
16735            "description": "Bad named entity: csub without a semi-colon",
16736            "output": [
16737                [
16738                    "Character",
16739                    "&csub"
16740                ]
16741            ]
16742        },
16743        {
16744            "input": "&csub;",
16745            "description": "Named entity: csub; with a semi-colon",
16746            "output": [
16747                [
16748                    "Character",
16749                    "\u2acf"
16750                ]
16751            ]
16752        },
16753        {
16754            "input": "&csube",
16755            "description": "Bad named entity: csube without a semi-colon",
16756            "output": [
16757                [
16758                    "Character",
16759                    "&csube"
16760                ]
16761            ]
16762        },
16763        {
16764            "input": "&csube;",
16765            "description": "Named entity: csube; with a semi-colon",
16766            "output": [
16767                [
16768                    "Character",
16769                    "\u2ad1"
16770                ]
16771            ]
16772        },
16773        {
16774            "input": "&csup",
16775            "description": "Bad named entity: csup without a semi-colon",
16776            "output": [
16777                [
16778                    "Character",
16779                    "&csup"
16780                ]
16781            ]
16782        },
16783        {
16784            "input": "&csup;",
16785            "description": "Named entity: csup; with a semi-colon",
16786            "output": [
16787                [
16788                    "Character",
16789                    "\u2ad0"
16790                ]
16791            ]
16792        },
16793        {
16794            "input": "&csupe",
16795            "description": "Bad named entity: csupe without a semi-colon",
16796            "output": [
16797                [
16798                    "Character",
16799                    "&csupe"
16800                ]
16801            ]
16802        },
16803        {
16804            "input": "&csupe;",
16805            "description": "Named entity: csupe; with a semi-colon",
16806            "output": [
16807                [
16808                    "Character",
16809                    "\u2ad2"
16810                ]
16811            ]
16812        },
16813        {
16814            "input": "&ctdot",
16815            "description": "Bad named entity: ctdot without a semi-colon",
16816            "output": [
16817                [
16818                    "Character",
16819                    "&ctdot"
16820                ]
16821            ]
16822        },
16823        {
16824            "input": "&ctdot;",
16825            "description": "Named entity: ctdot; with a semi-colon",
16826            "output": [
16827                [
16828                    "Character",
16829                    "\u22ef"
16830                ]
16831            ]
16832        },
16833        {
16834            "input": "&cudarrl",
16835            "description": "Bad named entity: cudarrl without a semi-colon",
16836            "output": [
16837                [
16838                    "Character",
16839                    "&cudarrl"
16840                ]
16841            ]
16842        },
16843        {
16844            "input": "&cudarrl;",
16845            "description": "Named entity: cudarrl; with a semi-colon",
16846            "output": [
16847                [
16848                    "Character",
16849                    "\u2938"
16850                ]
16851            ]
16852        },
16853        {
16854            "input": "&cudarrr",
16855            "description": "Bad named entity: cudarrr without a semi-colon",
16856            "output": [
16857                [
16858                    "Character",
16859                    "&cudarrr"
16860                ]
16861            ]
16862        },
16863        {
16864            "input": "&cudarrr;",
16865            "description": "Named entity: cudarrr; with a semi-colon",
16866            "output": [
16867                [
16868                    "Character",
16869                    "\u2935"
16870                ]
16871            ]
16872        },
16873        {
16874            "input": "&cuepr",
16875            "description": "Bad named entity: cuepr without a semi-colon",
16876            "output": [
16877                [
16878                    "Character",
16879                    "&cuepr"
16880                ]
16881            ]
16882        },
16883        {
16884            "input": "&cuepr;",
16885            "description": "Named entity: cuepr; with a semi-colon",
16886            "output": [
16887                [
16888                    "Character",
16889                    "\u22de"
16890                ]
16891            ]
16892        },
16893        {
16894            "input": "&cuesc",
16895            "description": "Bad named entity: cuesc without a semi-colon",
16896            "output": [
16897                [
16898                    "Character",
16899                    "&cuesc"
16900                ]
16901            ]
16902        },
16903        {
16904            "input": "&cuesc;",
16905            "description": "Named entity: cuesc; with a semi-colon",
16906            "output": [
16907                [
16908                    "Character",
16909                    "\u22df"
16910                ]
16911            ]
16912        },
16913        {
16914            "input": "&cularr",
16915            "description": "Bad named entity: cularr without a semi-colon",
16916            "output": [
16917                [
16918                    "Character",
16919                    "&cularr"
16920                ]
16921            ]
16922        },
16923        {
16924            "input": "&cularr;",
16925            "description": "Named entity: cularr; with a semi-colon",
16926            "output": [
16927                [
16928                    "Character",
16929                    "\u21b6"
16930                ]
16931            ]
16932        },
16933        {
16934            "input": "&cularrp",
16935            "description": "Bad named entity: cularrp without a semi-colon",
16936            "output": [
16937                [
16938                    "Character",
16939                    "&cularrp"
16940                ]
16941            ]
16942        },
16943        {
16944            "input": "&cularrp;",
16945            "description": "Named entity: cularrp; with a semi-colon",
16946            "output": [
16947                [
16948                    "Character",
16949                    "\u293d"
16950                ]
16951            ]
16952        },
16953        {
16954            "input": "&cup",
16955            "description": "Bad named entity: cup without a semi-colon",
16956            "output": [
16957                [
16958                    "Character",
16959                    "&cup"
16960                ]
16961            ]
16962        },
16963        {
16964            "input": "&cup;",
16965            "description": "Named entity: cup; with a semi-colon",
16966            "output": [
16967                [
16968                    "Character",
16969                    "\u222a"
16970                ]
16971            ]
16972        },
16973        {
16974            "input": "&cupbrcap",
16975            "description": "Bad named entity: cupbrcap without a semi-colon",
16976            "output": [
16977                [
16978                    "Character",
16979                    "&cupbrcap"
16980                ]
16981            ]
16982        },
16983        {
16984            "input": "&cupbrcap;",
16985            "description": "Named entity: cupbrcap; with a semi-colon",
16986            "output": [
16987                [
16988                    "Character",
16989                    "\u2a48"
16990                ]
16991            ]
16992        },
16993        {
16994            "input": "&cupcap",
16995            "description": "Bad named entity: cupcap without a semi-colon",
16996            "output": [
16997                [
16998                    "Character",
16999                    "&cupcap"
17000                ]
17001            ]
17002        },
17003        {
17004            "input": "&cupcap;",
17005            "description": "Named entity: cupcap; with a semi-colon",
17006            "output": [
17007                [
17008                    "Character",
17009                    "\u2a46"
17010                ]
17011            ]
17012        },
17013        {
17014            "input": "&cupcup",
17015            "description": "Bad named entity: cupcup without a semi-colon",
17016            "output": [
17017                [
17018                    "Character",
17019                    "&cupcup"
17020                ]
17021            ]
17022        },
17023        {
17024            "input": "&cupcup;",
17025            "description": "Named entity: cupcup; with a semi-colon",
17026            "output": [
17027                [
17028                    "Character",
17029                    "\u2a4a"
17030                ]
17031            ]
17032        },
17033        {
17034            "input": "&cupdot",
17035            "description": "Bad named entity: cupdot without a semi-colon",
17036            "output": [
17037                [
17038                    "Character",
17039                    "&cupdot"
17040                ]
17041            ]
17042        },
17043        {
17044            "input": "&cupdot;",
17045            "description": "Named entity: cupdot; with a semi-colon",
17046            "output": [
17047                [
17048                    "Character",
17049                    "\u228d"
17050                ]
17051            ]
17052        },
17053        {
17054            "input": "&cupor",
17055            "description": "Bad named entity: cupor without a semi-colon",
17056            "output": [
17057                [
17058                    "Character",
17059                    "&cupor"
17060                ]
17061            ]
17062        },
17063        {
17064            "input": "&cupor;",
17065            "description": "Named entity: cupor; with a semi-colon",
17066            "output": [
17067                [
17068                    "Character",
17069                    "\u2a45"
17070                ]
17071            ]
17072        },
17073        {
17074            "input": "&cups",
17075            "description": "Bad named entity: cups without a semi-colon",
17076            "output": [
17077                [
17078                    "Character",
17079                    "&cups"
17080                ]
17081            ]
17082        },
17083        {
17084            "input": "&cups;",
17085            "description": "Named entity: cups; with a semi-colon",
17086            "output": [
17087                [
17088                    "Character",
17089                    "\u222a\ufe00"
17090                ]
17091            ]
17092        },
17093        {
17094            "input": "&curarr",
17095            "description": "Bad named entity: curarr without a semi-colon",
17096            "output": [
17097                [
17098                    "Character",
17099                    "&curarr"
17100                ]
17101            ]
17102        },
17103        {
17104            "input": "&curarr;",
17105            "description": "Named entity: curarr; with a semi-colon",
17106            "output": [
17107                [
17108                    "Character",
17109                    "\u21b7"
17110                ]
17111            ]
17112        },
17113        {
17114            "input": "&curarrm",
17115            "description": "Bad named entity: curarrm without a semi-colon",
17116            "output": [
17117                [
17118                    "Character",
17119                    "&curarrm"
17120                ]
17121            ]
17122        },
17123        {
17124            "input": "&curarrm;",
17125            "description": "Named entity: curarrm; with a semi-colon",
17126            "output": [
17127                [
17128                    "Character",
17129                    "\u293c"
17130                ]
17131            ]
17132        },
17133        {
17134            "input": "&curlyeqprec",
17135            "description": "Bad named entity: curlyeqprec without a semi-colon",
17136            "output": [
17137                [
17138                    "Character",
17139                    "&curlyeqprec"
17140                ]
17141            ]
17142        },
17143        {
17144            "input": "&curlyeqprec;",
17145            "description": "Named entity: curlyeqprec; with a semi-colon",
17146            "output": [
17147                [
17148                    "Character",
17149                    "\u22de"
17150                ]
17151            ]
17152        },
17153        {
17154            "input": "&curlyeqsucc",
17155            "description": "Bad named entity: curlyeqsucc without a semi-colon",
17156            "output": [
17157                [
17158                    "Character",
17159                    "&curlyeqsucc"
17160                ]
17161            ]
17162        },
17163        {
17164            "input": "&curlyeqsucc;",
17165            "description": "Named entity: curlyeqsucc; with a semi-colon",
17166            "output": [
17167                [
17168                    "Character",
17169                    "\u22df"
17170                ]
17171            ]
17172        },
17173        {
17174            "input": "&curlyvee",
17175            "description": "Bad named entity: curlyvee without a semi-colon",
17176            "output": [
17177                [
17178                    "Character",
17179                    "&curlyvee"
17180                ]
17181            ]
17182        },
17183        {
17184            "input": "&curlyvee;",
17185            "description": "Named entity: curlyvee; with a semi-colon",
17186            "output": [
17187                [
17188                    "Character",
17189                    "\u22ce"
17190                ]
17191            ]
17192        },
17193        {
17194            "input": "&curlywedge",
17195            "description": "Bad named entity: curlywedge without a semi-colon",
17196            "output": [
17197                [
17198                    "Character",
17199                    "&curlywedge"
17200                ]
17201            ]
17202        },
17203        {
17204            "input": "&curlywedge;",
17205            "description": "Named entity: curlywedge; with a semi-colon",
17206            "output": [
17207                [
17208                    "Character",
17209                    "\u22cf"
17210                ]
17211            ]
17212        },
17213        {
17214            "input": "&curren",
17215            "description": "Named entity: curren without a semi-colon",
17216            "output": [
17217                "ParseError",
17218                [
17219                    "Character",
17220                    "\u00a4"
17221                ]
17222            ]
17223        },
17224        {
17225            "input": "&curren;",
17226            "description": "Named entity: curren; with a semi-colon",
17227            "output": [
17228                [
17229                    "Character",
17230                    "\u00a4"
17231                ]
17232            ]
17233        },
17234        {
17235            "input": "&curvearrowleft",
17236            "description": "Bad named entity: curvearrowleft without a semi-colon",
17237            "output": [
17238                [
17239                    "Character",
17240                    "&curvearrowleft"
17241                ]
17242            ]
17243        },
17244        {
17245            "input": "&curvearrowleft;",
17246            "description": "Named entity: curvearrowleft; with a semi-colon",
17247            "output": [
17248                [
17249                    "Character",
17250                    "\u21b6"
17251                ]
17252            ]
17253        },
17254        {
17255            "input": "&curvearrowright",
17256            "description": "Bad named entity: curvearrowright without a semi-colon",
17257            "output": [
17258                [
17259                    "Character",
17260                    "&curvearrowright"
17261                ]
17262            ]
17263        },
17264        {
17265            "input": "&curvearrowright;",
17266            "description": "Named entity: curvearrowright; with a semi-colon",
17267            "output": [
17268                [
17269                    "Character",
17270                    "\u21b7"
17271                ]
17272            ]
17273        },
17274        {
17275            "input": "&cuvee",
17276            "description": "Bad named entity: cuvee without a semi-colon",
17277            "output": [
17278                [
17279                    "Character",
17280                    "&cuvee"
17281                ]
17282            ]
17283        },
17284        {
17285            "input": "&cuvee;",
17286            "description": "Named entity: cuvee; with a semi-colon",
17287            "output": [
17288                [
17289                    "Character",
17290                    "\u22ce"
17291                ]
17292            ]
17293        },
17294        {
17295            "input": "&cuwed",
17296            "description": "Bad named entity: cuwed without a semi-colon",
17297            "output": [
17298                [
17299                    "Character",
17300                    "&cuwed"
17301                ]
17302            ]
17303        },
17304        {
17305            "input": "&cuwed;",
17306            "description": "Named entity: cuwed; with a semi-colon",
17307            "output": [
17308                [
17309                    "Character",
17310                    "\u22cf"
17311                ]
17312            ]
17313        },
17314        {
17315            "input": "&cwconint",
17316            "description": "Bad named entity: cwconint without a semi-colon",
17317            "output": [
17318                [
17319                    "Character",
17320                    "&cwconint"
17321                ]
17322            ]
17323        },
17324        {
17325            "input": "&cwconint;",
17326            "description": "Named entity: cwconint; with a semi-colon",
17327            "output": [
17328                [
17329                    "Character",
17330                    "\u2232"
17331                ]
17332            ]
17333        },
17334        {
17335            "input": "&cwint",
17336            "description": "Bad named entity: cwint without a semi-colon",
17337            "output": [
17338                [
17339                    "Character",
17340                    "&cwint"
17341                ]
17342            ]
17343        },
17344        {
17345            "input": "&cwint;",
17346            "description": "Named entity: cwint; with a semi-colon",
17347            "output": [
17348                [
17349                    "Character",
17350                    "\u2231"
17351                ]
17352            ]
17353        },
17354        {
17355            "input": "&cylcty",
17356            "description": "Bad named entity: cylcty without a semi-colon",
17357            "output": [
17358                [
17359                    "Character",
17360                    "&cylcty"
17361                ]
17362            ]
17363        },
17364        {
17365            "input": "&cylcty;",
17366            "description": "Named entity: cylcty; with a semi-colon",
17367            "output": [
17368                [
17369                    "Character",
17370                    "\u232d"
17371                ]
17372            ]
17373        },
17374        {
17375            "input": "&dArr",
17376            "description": "Bad named entity: dArr without a semi-colon",
17377            "output": [
17378                [
17379                    "Character",
17380                    "&dArr"
17381                ]
17382            ]
17383        },
17384        {
17385            "input": "&dArr;",
17386            "description": "Named entity: dArr; with a semi-colon",
17387            "output": [
17388                [
17389                    "Character",
17390                    "\u21d3"
17391                ]
17392            ]
17393        },
17394        {
17395            "input": "&dHar",
17396            "description": "Bad named entity: dHar without a semi-colon",
17397            "output": [
17398                [
17399                    "Character",
17400                    "&dHar"
17401                ]
17402            ]
17403        },
17404        {
17405            "input": "&dHar;",
17406            "description": "Named entity: dHar; with a semi-colon",
17407            "output": [
17408                [
17409                    "Character",
17410                    "\u2965"
17411                ]
17412            ]
17413        },
17414        {
17415            "input": "&dagger",
17416            "description": "Bad named entity: dagger without a semi-colon",
17417            "output": [
17418                [
17419                    "Character",
17420                    "&dagger"
17421                ]
17422            ]
17423        },
17424        {
17425            "input": "&dagger;",
17426            "description": "Named entity: dagger; with a semi-colon",
17427            "output": [
17428                [
17429                    "Character",
17430                    "\u2020"
17431                ]
17432            ]
17433        },
17434        {
17435            "input": "&daleth",
17436            "description": "Bad named entity: daleth without a semi-colon",
17437            "output": [
17438                [
17439                    "Character",
17440                    "&daleth"
17441                ]
17442            ]
17443        },
17444        {
17445            "input": "&daleth;",
17446            "description": "Named entity: daleth; with a semi-colon",
17447            "output": [
17448                [
17449                    "Character",
17450                    "\u2138"
17451                ]
17452            ]
17453        },
17454        {
17455            "input": "&darr",
17456            "description": "Bad named entity: darr without a semi-colon",
17457            "output": [
17458                [
17459                    "Character",
17460                    "&darr"
17461                ]
17462            ]
17463        },
17464        {
17465            "input": "&darr;",
17466            "description": "Named entity: darr; with a semi-colon",
17467            "output": [
17468                [
17469                    "Character",
17470                    "\u2193"
17471                ]
17472            ]
17473        },
17474        {
17475            "input": "&dash",
17476            "description": "Bad named entity: dash without a semi-colon",
17477            "output": [
17478                [
17479                    "Character",
17480                    "&dash"
17481                ]
17482            ]
17483        },
17484        {
17485            "input": "&dash;",
17486            "description": "Named entity: dash; with a semi-colon",
17487            "output": [
17488                [
17489                    "Character",
17490                    "\u2010"
17491                ]
17492            ]
17493        },
17494        {
17495            "input": "&dashv",
17496            "description": "Bad named entity: dashv without a semi-colon",
17497            "output": [
17498                [
17499                    "Character",
17500                    "&dashv"
17501                ]
17502            ]
17503        },
17504        {
17505            "input": "&dashv;",
17506            "description": "Named entity: dashv; with a semi-colon",
17507            "output": [
17508                [
17509                    "Character",
17510                    "\u22a3"
17511                ]
17512            ]
17513        },
17514        {
17515            "input": "&dbkarow",
17516            "description": "Bad named entity: dbkarow without a semi-colon",
17517            "output": [
17518                [
17519                    "Character",
17520                    "&dbkarow"
17521                ]
17522            ]
17523        },
17524        {
17525            "input": "&dbkarow;",
17526            "description": "Named entity: dbkarow; with a semi-colon",
17527            "output": [
17528                [
17529                    "Character",
17530                    "\u290f"
17531                ]
17532            ]
17533        },
17534        {
17535            "input": "&dblac",
17536            "description": "Bad named entity: dblac without a semi-colon",
17537            "output": [
17538                [
17539                    "Character",
17540                    "&dblac"
17541                ]
17542            ]
17543        },
17544        {
17545            "input": "&dblac;",
17546            "description": "Named entity: dblac; with a semi-colon",
17547            "output": [
17548                [
17549                    "Character",
17550                    "\u02dd"
17551                ]
17552            ]
17553        },
17554        {
17555            "input": "&dcaron",
17556            "description": "Bad named entity: dcaron without a semi-colon",
17557            "output": [
17558                [
17559                    "Character",
17560                    "&dcaron"
17561                ]
17562            ]
17563        },
17564        {
17565            "input": "&dcaron;",
17566            "description": "Named entity: dcaron; with a semi-colon",
17567            "output": [
17568                [
17569                    "Character",
17570                    "\u010f"
17571                ]
17572            ]
17573        },
17574        {
17575            "input": "&dcy",
17576            "description": "Bad named entity: dcy without a semi-colon",
17577            "output": [
17578                [
17579                    "Character",
17580                    "&dcy"
17581                ]
17582            ]
17583        },
17584        {
17585            "input": "&dcy;",
17586            "description": "Named entity: dcy; with a semi-colon",
17587            "output": [
17588                [
17589                    "Character",
17590                    "\u0434"
17591                ]
17592            ]
17593        },
17594        {
17595            "input": "&dd",
17596            "description": "Bad named entity: dd without a semi-colon",
17597            "output": [
17598                [
17599                    "Character",
17600                    "&dd"
17601                ]
17602            ]
17603        },
17604        {
17605            "input": "&dd;",
17606            "description": "Named entity: dd; with a semi-colon",
17607            "output": [
17608                [
17609                    "Character",
17610                    "\u2146"
17611                ]
17612            ]
17613        },
17614        {
17615            "input": "&ddagger",
17616            "description": "Bad named entity: ddagger without a semi-colon",
17617            "output": [
17618                [
17619                    "Character",
17620                    "&ddagger"
17621                ]
17622            ]
17623        },
17624        {
17625            "input": "&ddagger;",
17626            "description": "Named entity: ddagger; with a semi-colon",
17627            "output": [
17628                [
17629                    "Character",
17630                    "\u2021"
17631                ]
17632            ]
17633        },
17634        {
17635            "input": "&ddarr",
17636            "description": "Bad named entity: ddarr without a semi-colon",
17637            "output": [
17638                [
17639                    "Character",
17640                    "&ddarr"
17641                ]
17642            ]
17643        },
17644        {
17645            "input": "&ddarr;",
17646            "description": "Named entity: ddarr; with a semi-colon",
17647            "output": [
17648                [
17649                    "Character",
17650                    "\u21ca"
17651                ]
17652            ]
17653        },
17654        {
17655            "input": "&ddotseq",
17656            "description": "Bad named entity: ddotseq without a semi-colon",
17657            "output": [
17658                [
17659                    "Character",
17660                    "&ddotseq"
17661                ]
17662            ]
17663        },
17664        {
17665            "input": "&ddotseq;",
17666            "description": "Named entity: ddotseq; with a semi-colon",
17667            "output": [
17668                [
17669                    "Character",
17670                    "\u2a77"
17671                ]
17672            ]
17673        },
17674        {
17675            "input": "&deg",
17676            "description": "Named entity: deg without a semi-colon",
17677            "output": [
17678                "ParseError",
17679                [
17680                    "Character",
17681                    "\u00b0"
17682                ]
17683            ]
17684        },
17685        {
17686            "input": "&deg;",
17687            "description": "Named entity: deg; with a semi-colon",
17688            "output": [
17689                [
17690                    "Character",
17691                    "\u00b0"
17692                ]
17693            ]
17694        },
17695        {
17696            "input": "&delta",
17697            "description": "Bad named entity: delta without a semi-colon",
17698            "output": [
17699                [
17700                    "Character",
17701                    "&delta"
17702                ]
17703            ]
17704        },
17705        {
17706            "input": "&delta;",
17707            "description": "Named entity: delta; with a semi-colon",
17708            "output": [
17709                [
17710                    "Character",
17711                    "\u03b4"
17712                ]
17713            ]
17714        },
17715        {
17716            "input": "&demptyv",
17717            "description": "Bad named entity: demptyv without a semi-colon",
17718            "output": [
17719                [
17720                    "Character",
17721                    "&demptyv"
17722                ]
17723            ]
17724        },
17725        {
17726            "input": "&demptyv;",
17727            "description": "Named entity: demptyv; with a semi-colon",
17728            "output": [
17729                [
17730                    "Character",
17731                    "\u29b1"
17732                ]
17733            ]
17734        },
17735        {
17736            "input": "&dfisht",
17737            "description": "Bad named entity: dfisht without a semi-colon",
17738            "output": [
17739                [
17740                    "Character",
17741                    "&dfisht"
17742                ]
17743            ]
17744        },
17745        {
17746            "input": "&dfisht;",
17747            "description": "Named entity: dfisht; with a semi-colon",
17748            "output": [
17749                [
17750                    "Character",
17751                    "\u297f"
17752                ]
17753            ]
17754        },
17755        {
17756            "input": "&dfr",
17757            "description": "Bad named entity: dfr without a semi-colon",
17758            "output": [
17759                [
17760                    "Character",
17761                    "&dfr"
17762                ]
17763            ]
17764        },
17765        {
17766            "input": "&dfr;",
17767            "description": "Named entity: dfr; with a semi-colon",
17768            "output": [
17769                [
17770                    "Character",
17771                    "\ud835\udd21"
17772                ]
17773            ]
17774        },
17775        {
17776            "input": "&dharl",
17777            "description": "Bad named entity: dharl without a semi-colon",
17778            "output": [
17779                [
17780                    "Character",
17781                    "&dharl"
17782                ]
17783            ]
17784        },
17785        {
17786            "input": "&dharl;",
17787            "description": "Named entity: dharl; with a semi-colon",
17788            "output": [
17789                [
17790                    "Character",
17791                    "\u21c3"
17792                ]
17793            ]
17794        },
17795        {
17796            "input": "&dharr",
17797            "description": "Bad named entity: dharr without a semi-colon",
17798            "output": [
17799                [
17800                    "Character",
17801                    "&dharr"
17802                ]
17803            ]
17804        },
17805        {
17806            "input": "&dharr;",
17807            "description": "Named entity: dharr; with a semi-colon",
17808            "output": [
17809                [
17810                    "Character",
17811                    "\u21c2"
17812                ]
17813            ]
17814        },
17815        {
17816            "input": "&diam",
17817            "description": "Bad named entity: diam without a semi-colon",
17818            "output": [
17819                [
17820                    "Character",
17821                    "&diam"
17822                ]
17823            ]
17824        },
17825        {
17826            "input": "&diam;",
17827            "description": "Named entity: diam; with a semi-colon",
17828            "output": [
17829                [
17830                    "Character",
17831                    "\u22c4"
17832                ]
17833            ]
17834        },
17835        {
17836            "input": "&diamond",
17837            "description": "Bad named entity: diamond without a semi-colon",
17838            "output": [
17839                [
17840                    "Character",
17841                    "&diamond"
17842                ]
17843            ]
17844        },
17845        {
17846            "input": "&diamond;",
17847            "description": "Named entity: diamond; with a semi-colon",
17848            "output": [
17849                [
17850                    "Character",
17851                    "\u22c4"
17852                ]
17853            ]
17854        },
17855        {
17856            "input": "&diamondsuit",
17857            "description": "Bad named entity: diamondsuit without a semi-colon",
17858            "output": [
17859                [
17860                    "Character",
17861                    "&diamondsuit"
17862                ]
17863            ]
17864        },
17865        {
17866            "input": "&diamondsuit;",
17867            "description": "Named entity: diamondsuit; with a semi-colon",
17868            "output": [
17869                [
17870                    "Character",
17871                    "\u2666"
17872                ]
17873            ]
17874        },
17875        {
17876            "input": "&diams",
17877            "description": "Bad named entity: diams without a semi-colon",
17878            "output": [
17879                [
17880                    "Character",
17881                    "&diams"
17882                ]
17883            ]
17884        },
17885        {
17886            "input": "&diams;",
17887            "description": "Named entity: diams; with a semi-colon",
17888            "output": [
17889                [
17890                    "Character",
17891                    "\u2666"
17892                ]
17893            ]
17894        },
17895        {
17896            "input": "&die",
17897            "description": "Bad named entity: die without a semi-colon",
17898            "output": [
17899                [
17900                    "Character",
17901                    "&die"
17902                ]
17903            ]
17904        },
17905        {
17906            "input": "&die;",
17907            "description": "Named entity: die; with a semi-colon",
17908            "output": [
17909                [
17910                    "Character",
17911                    "\u00a8"
17912                ]
17913            ]
17914        },
17915        {
17916            "input": "&digamma",
17917            "description": "Bad named entity: digamma without a semi-colon",
17918            "output": [
17919                [
17920                    "Character",
17921                    "&digamma"
17922                ]
17923            ]
17924        },
17925        {
17926            "input": "&digamma;",
17927            "description": "Named entity: digamma; with a semi-colon",
17928            "output": [
17929                [
17930                    "Character",
17931                    "\u03dd"
17932                ]
17933            ]
17934        },
17935        {
17936            "input": "&disin",
17937            "description": "Bad named entity: disin without a semi-colon",
17938            "output": [
17939                [
17940                    "Character",
17941                    "&disin"
17942                ]
17943            ]
17944        },
17945        {
17946            "input": "&disin;",
17947            "description": "Named entity: disin; with a semi-colon",
17948            "output": [
17949                [
17950                    "Character",
17951                    "\u22f2"
17952                ]
17953            ]
17954        },
17955        {
17956            "input": "&div",
17957            "description": "Bad named entity: div without a semi-colon",
17958            "output": [
17959                [
17960                    "Character",
17961                    "&div"
17962                ]
17963            ]
17964        },
17965        {
17966            "input": "&div;",
17967            "description": "Named entity: div; with a semi-colon",
17968            "output": [
17969                [
17970                    "Character",
17971                    "\u00f7"
17972                ]
17973            ]
17974        },
17975        {
17976            "input": "&divide",
17977            "description": "Named entity: divide without a semi-colon",
17978            "output": [
17979                "ParseError",
17980                [
17981                    "Character",
17982                    "\u00f7"
17983                ]
17984            ]
17985        },
17986        {
17987            "input": "&divide;",
17988            "description": "Named entity: divide; with a semi-colon",
17989            "output": [
17990                [
17991                    "Character",
17992                    "\u00f7"
17993                ]
17994            ]
17995        },
17996        {
17997            "input": "&divideontimes;",
17998            "description": "Named entity: divideontimes; with a semi-colon",
17999            "output": [
18000                [
18001                    "Character",
18002                    "\u22c7"
18003                ]
18004            ]
18005        },
18006        {
18007            "input": "&divonx",
18008            "description": "Bad named entity: divonx without a semi-colon",
18009            "output": [
18010                [
18011                    "Character",
18012                    "&divonx"
18013                ]
18014            ]
18015        },
18016        {
18017            "input": "&divonx;",
18018            "description": "Named entity: divonx; with a semi-colon",
18019            "output": [
18020                [
18021                    "Character",
18022                    "\u22c7"
18023                ]
18024            ]
18025        },
18026        {
18027            "input": "&djcy",
18028            "description": "Bad named entity: djcy without a semi-colon",
18029            "output": [
18030                [
18031                    "Character",
18032                    "&djcy"
18033                ]
18034            ]
18035        },
18036        {
18037            "input": "&djcy;",
18038            "description": "Named entity: djcy; with a semi-colon",
18039            "output": [
18040                [
18041                    "Character",
18042                    "\u0452"
18043                ]
18044            ]
18045        },
18046        {
18047            "input": "&dlcorn",
18048            "description": "Bad named entity: dlcorn without a semi-colon",
18049            "output": [
18050                [
18051                    "Character",
18052                    "&dlcorn"
18053                ]
18054            ]
18055        },
18056        {
18057            "input": "&dlcorn;",
18058            "description": "Named entity: dlcorn; with a semi-colon",
18059            "output": [
18060                [
18061                    "Character",
18062                    "\u231e"
18063                ]
18064            ]
18065        },
18066        {
18067            "input": "&dlcrop",
18068            "description": "Bad named entity: dlcrop without a semi-colon",
18069            "output": [
18070                [
18071                    "Character",
18072                    "&dlcrop"
18073                ]
18074            ]
18075        },
18076        {
18077            "input": "&dlcrop;",
18078            "description": "Named entity: dlcrop; with a semi-colon",
18079            "output": [
18080                [
18081                    "Character",
18082                    "\u230d"
18083                ]
18084            ]
18085        },
18086        {
18087            "input": "&dollar",
18088            "description": "Bad named entity: dollar without a semi-colon",
18089            "output": [
18090                [
18091                    "Character",
18092                    "&dollar"
18093                ]
18094            ]
18095        },
18096        {
18097            "input": "&dollar;",
18098            "description": "Named entity: dollar; with a semi-colon",
18099            "output": [
18100                [
18101                    "Character",
18102                    "$"
18103                ]
18104            ]
18105        },
18106        {
18107            "input": "&dopf",
18108            "description": "Bad named entity: dopf without a semi-colon",
18109            "output": [
18110                [
18111                    "Character",
18112                    "&dopf"
18113                ]
18114            ]
18115        },
18116        {
18117            "input": "&dopf;",
18118            "description": "Named entity: dopf; with a semi-colon",
18119            "output": [
18120                [
18121                    "Character",
18122                    "\ud835\udd55"
18123                ]
18124            ]
18125        },
18126        {
18127            "input": "&dot",
18128            "description": "Bad named entity: dot without a semi-colon",
18129            "output": [
18130                [
18131                    "Character",
18132                    "&dot"
18133                ]
18134            ]
18135        },
18136        {
18137            "input": "&dot;",
18138            "description": "Named entity: dot; with a semi-colon",
18139            "output": [
18140                [
18141                    "Character",
18142                    "\u02d9"
18143                ]
18144            ]
18145        },
18146        {
18147            "input": "&doteq",
18148            "description": "Bad named entity: doteq without a semi-colon",
18149            "output": [
18150                [
18151                    "Character",
18152                    "&doteq"
18153                ]
18154            ]
18155        },
18156        {
18157            "input": "&doteq;",
18158            "description": "Named entity: doteq; with a semi-colon",
18159            "output": [
18160                [
18161                    "Character",
18162                    "\u2250"
18163                ]
18164            ]
18165        },
18166        {
18167            "input": "&doteqdot",
18168            "description": "Bad named entity: doteqdot without a semi-colon",
18169            "output": [
18170                [
18171                    "Character",
18172                    "&doteqdot"
18173                ]
18174            ]
18175        },
18176        {
18177            "input": "&doteqdot;",
18178            "description": "Named entity: doteqdot; with a semi-colon",
18179            "output": [
18180                [
18181                    "Character",
18182                    "\u2251"
18183                ]
18184            ]
18185        },
18186        {
18187            "input": "&dotminus",
18188            "description": "Bad named entity: dotminus without a semi-colon",
18189            "output": [
18190                [
18191                    "Character",
18192                    "&dotminus"
18193                ]
18194            ]
18195        },
18196        {
18197            "input": "&dotminus;",
18198            "description": "Named entity: dotminus; with a semi-colon",
18199            "output": [
18200                [
18201                    "Character",
18202                    "\u2238"
18203                ]
18204            ]
18205        },
18206        {
18207            "input": "&dotplus",
18208            "description": "Bad named entity: dotplus without a semi-colon",
18209            "output": [
18210                [
18211                    "Character",
18212                    "&dotplus"
18213                ]
18214            ]
18215        },
18216        {
18217            "input": "&dotplus;",
18218            "description": "Named entity: dotplus; with a semi-colon",
18219            "output": [
18220                [
18221                    "Character",
18222                    "\u2214"
18223                ]
18224            ]
18225        },
18226        {
18227            "input": "&dotsquare",
18228            "description": "Bad named entity: dotsquare without a semi-colon",
18229            "output": [
18230                [
18231                    "Character",
18232                    "&dotsquare"
18233                ]
18234            ]
18235        },
18236        {
18237            "input": "&dotsquare;",
18238            "description": "Named entity: dotsquare; with a semi-colon",
18239            "output": [
18240                [
18241                    "Character",
18242                    "\u22a1"
18243                ]
18244            ]
18245        },
18246        {
18247            "input": "&doublebarwedge",
18248            "description": "Bad named entity: doublebarwedge without a semi-colon",
18249            "output": [
18250                [
18251                    "Character",
18252                    "&doublebarwedge"
18253                ]
18254            ]
18255        },
18256        {
18257            "input": "&doublebarwedge;",
18258            "description": "Named entity: doublebarwedge; with a semi-colon",
18259            "output": [
18260                [
18261                    "Character",
18262                    "\u2306"
18263                ]
18264            ]
18265        },
18266        {
18267            "input": "&downarrow",
18268            "description": "Bad named entity: downarrow without a semi-colon",
18269            "output": [
18270                [
18271                    "Character",
18272                    "&downarrow"
18273                ]
18274            ]
18275        },
18276        {
18277            "input": "&downarrow;",
18278            "description": "Named entity: downarrow; with a semi-colon",
18279            "output": [
18280                [
18281                    "Character",
18282                    "\u2193"
18283                ]
18284            ]
18285        },
18286        {
18287            "input": "&downdownarrows",
18288            "description": "Bad named entity: downdownarrows without a semi-colon",
18289            "output": [
18290                [
18291                    "Character",
18292                    "&downdownarrows"
18293                ]
18294            ]
18295        },
18296        {
18297            "input": "&downdownarrows;",
18298            "description": "Named entity: downdownarrows; with a semi-colon",
18299            "output": [
18300                [
18301                    "Character",
18302                    "\u21ca"
18303                ]
18304            ]
18305        },
18306        {
18307            "input": "&downharpoonleft",
18308            "description": "Bad named entity: downharpoonleft without a semi-colon",
18309            "output": [
18310                [
18311                    "Character",
18312                    "&downharpoonleft"
18313                ]
18314            ]
18315        },
18316        {
18317            "input": "&downharpoonleft;",
18318            "description": "Named entity: downharpoonleft; with a semi-colon",
18319            "output": [
18320                [
18321                    "Character",
18322                    "\u21c3"
18323                ]
18324            ]
18325        },
18326        {
18327            "input": "&downharpoonright",
18328            "description": "Bad named entity: downharpoonright without a semi-colon",
18329            "output": [
18330                [
18331                    "Character",
18332                    "&downharpoonright"
18333                ]
18334            ]
18335        },
18336        {
18337            "input": "&downharpoonright;",
18338            "description": "Named entity: downharpoonright; with a semi-colon",
18339            "output": [
18340                [
18341                    "Character",
18342                    "\u21c2"
18343                ]
18344            ]
18345        },
18346        {
18347            "input": "&drbkarow",
18348            "description": "Bad named entity: drbkarow without a semi-colon",
18349            "output": [
18350                [
18351                    "Character",
18352                    "&drbkarow"
18353                ]
18354            ]
18355        },
18356        {
18357            "input": "&drbkarow;",
18358            "description": "Named entity: drbkarow; with a semi-colon",
18359            "output": [
18360                [
18361                    "Character",
18362                    "\u2910"
18363                ]
18364            ]
18365        },
18366        {
18367            "input": "&drcorn",
18368            "description": "Bad named entity: drcorn without a semi-colon",
18369            "output": [
18370                [
18371                    "Character",
18372                    "&drcorn"
18373                ]
18374            ]
18375        },
18376        {
18377            "input": "&drcorn;",
18378            "description": "Named entity: drcorn; with a semi-colon",
18379            "output": [
18380                [
18381                    "Character",
18382                    "\u231f"
18383                ]
18384            ]
18385        },
18386        {
18387            "input": "&drcrop",
18388            "description": "Bad named entity: drcrop without a semi-colon",
18389            "output": [
18390                [
18391                    "Character",
18392                    "&drcrop"
18393                ]
18394            ]
18395        },
18396        {
18397            "input": "&drcrop;",
18398            "description": "Named entity: drcrop; with a semi-colon",
18399            "output": [
18400                [
18401                    "Character",
18402                    "\u230c"
18403                ]
18404            ]
18405        },
18406        {
18407            "input": "&dscr",
18408            "description": "Bad named entity: dscr without a semi-colon",
18409            "output": [
18410                [
18411                    "Character",
18412                    "&dscr"
18413                ]
18414            ]
18415        },
18416        {
18417            "input": "&dscr;",
18418            "description": "Named entity: dscr; with a semi-colon",
18419            "output": [
18420                [
18421                    "Character",
18422                    "\ud835\udcb9"
18423                ]
18424            ]
18425        },
18426        {
18427            "input": "&dscy",
18428            "description": "Bad named entity: dscy without a semi-colon",
18429            "output": [
18430                [
18431                    "Character",
18432                    "&dscy"
18433                ]
18434            ]
18435        },
18436        {
18437            "input": "&dscy;",
18438            "description": "Named entity: dscy; with a semi-colon",
18439            "output": [
18440                [
18441                    "Character",
18442                    "\u0455"
18443                ]
18444            ]
18445        },
18446        {
18447            "input": "&dsol",
18448            "description": "Bad named entity: dsol without a semi-colon",
18449            "output": [
18450                [
18451                    "Character",
18452                    "&dsol"
18453                ]
18454            ]
18455        },
18456        {
18457            "input": "&dsol;",
18458            "description": "Named entity: dsol; with a semi-colon",
18459            "output": [
18460                [
18461                    "Character",
18462                    "\u29f6"
18463                ]
18464            ]
18465        },
18466        {
18467            "input": "&dstrok",
18468            "description": "Bad named entity: dstrok without a semi-colon",
18469            "output": [
18470                [
18471                    "Character",
18472                    "&dstrok"
18473                ]
18474            ]
18475        },
18476        {
18477            "input": "&dstrok;",
18478            "description": "Named entity: dstrok; with a semi-colon",
18479            "output": [
18480                [
18481                    "Character",
18482                    "\u0111"
18483                ]
18484            ]
18485        },
18486        {
18487            "input": "&dtdot",
18488            "description": "Bad named entity: dtdot without a semi-colon",
18489            "output": [
18490                [
18491                    "Character",
18492                    "&dtdot"
18493                ]
18494            ]
18495        },
18496        {
18497            "input": "&dtdot;",
18498            "description": "Named entity: dtdot; with a semi-colon",
18499            "output": [
18500                [
18501                    "Character",
18502                    "\u22f1"
18503                ]
18504            ]
18505        },
18506        {
18507            "input": "&dtri",
18508            "description": "Bad named entity: dtri without a semi-colon",
18509            "output": [
18510                [
18511                    "Character",
18512                    "&dtri"
18513                ]
18514            ]
18515        },
18516        {
18517            "input": "&dtri;",
18518            "description": "Named entity: dtri; with a semi-colon",
18519            "output": [
18520                [
18521                    "Character",
18522                    "\u25bf"
18523                ]
18524            ]
18525        },
18526        {
18527            "input": "&dtrif",
18528            "description": "Bad named entity: dtrif without a semi-colon",
18529            "output": [
18530                [
18531                    "Character",
18532                    "&dtrif"
18533                ]
18534            ]
18535        },
18536        {
18537            "input": "&dtrif;",
18538            "description": "Named entity: dtrif; with a semi-colon",
18539            "output": [
18540                [
18541                    "Character",
18542                    "\u25be"
18543                ]
18544            ]
18545        },
18546        {
18547            "input": "&duarr",
18548            "description": "Bad named entity: duarr without a semi-colon",
18549            "output": [
18550                [
18551                    "Character",
18552                    "&duarr"
18553                ]
18554            ]
18555        },
18556        {
18557            "input": "&duarr;",
18558            "description": "Named entity: duarr; with a semi-colon",
18559            "output": [
18560                [
18561                    "Character",
18562                    "\u21f5"
18563                ]
18564            ]
18565        },
18566        {
18567            "input": "&duhar",
18568            "description": "Bad named entity: duhar without a semi-colon",
18569            "output": [
18570                [
18571                    "Character",
18572                    "&duhar"
18573                ]
18574            ]
18575        },
18576        {
18577            "input": "&duhar;",
18578            "description": "Named entity: duhar; with a semi-colon",
18579            "output": [
18580                [
18581                    "Character",
18582                    "\u296f"
18583                ]
18584            ]
18585        },
18586        {
18587            "input": "&dwangle",
18588            "description": "Bad named entity: dwangle without a semi-colon",
18589            "output": [
18590                [
18591                    "Character",
18592                    "&dwangle"
18593                ]
18594            ]
18595        },
18596        {
18597            "input": "&dwangle;",
18598            "description": "Named entity: dwangle; with a semi-colon",
18599            "output": [
18600                [
18601                    "Character",
18602                    "\u29a6"
18603                ]
18604            ]
18605        },
18606        {
18607            "input": "&dzcy",
18608            "description": "Bad named entity: dzcy without a semi-colon",
18609            "output": [
18610                [
18611                    "Character",
18612                    "&dzcy"
18613                ]
18614            ]
18615        },
18616        {
18617            "input": "&dzcy;",
18618            "description": "Named entity: dzcy; with a semi-colon",
18619            "output": [
18620                [
18621                    "Character",
18622                    "\u045f"
18623                ]
18624            ]
18625        },
18626        {
18627            "input": "&dzigrarr",
18628            "description": "Bad named entity: dzigrarr without a semi-colon",
18629            "output": [
18630                [
18631                    "Character",
18632                    "&dzigrarr"
18633                ]
18634            ]
18635        },
18636        {
18637            "input": "&dzigrarr;",
18638            "description": "Named entity: dzigrarr; with a semi-colon",
18639            "output": [
18640                [
18641                    "Character",
18642                    "\u27ff"
18643                ]
18644            ]
18645        },
18646        {
18647            "input": "&eDDot",
18648            "description": "Bad named entity: eDDot without a semi-colon",
18649            "output": [
18650                [
18651                    "Character",
18652                    "&eDDot"
18653                ]
18654            ]
18655        },
18656        {
18657            "input": "&eDDot;",
18658            "description": "Named entity: eDDot; with a semi-colon",
18659            "output": [
18660                [
18661                    "Character",
18662                    "\u2a77"
18663                ]
18664            ]
18665        },
18666        {
18667            "input": "&eDot",
18668            "description": "Bad named entity: eDot without a semi-colon",
18669            "output": [
18670                [
18671                    "Character",
18672                    "&eDot"
18673                ]
18674            ]
18675        },
18676        {
18677            "input": "&eDot;",
18678            "description": "Named entity: eDot; with a semi-colon",
18679            "output": [
18680                [
18681                    "Character",
18682                    "\u2251"
18683                ]
18684            ]
18685        },
18686        {
18687            "input": "&eacute",
18688            "description": "Named entity: eacute without a semi-colon",
18689            "output": [
18690                "ParseError",
18691                [
18692                    "Character",
18693                    "\u00e9"
18694                ]
18695            ]
18696        },
18697        {
18698            "input": "&eacute;",
18699            "description": "Named entity: eacute; with a semi-colon",
18700            "output": [
18701                [
18702                    "Character",
18703                    "\u00e9"
18704                ]
18705            ]
18706        },
18707        {
18708            "input": "&easter",
18709            "description": "Bad named entity: easter without a semi-colon",
18710            "output": [
18711                [
18712                    "Character",
18713                    "&easter"
18714                ]
18715            ]
18716        },
18717        {
18718            "input": "&easter;",
18719            "description": "Named entity: easter; with a semi-colon",
18720            "output": [
18721                [
18722                    "Character",
18723                    "\u2a6e"
18724                ]
18725            ]
18726        },
18727        {
18728            "input": "&ecaron",
18729            "description": "Bad named entity: ecaron without a semi-colon",
18730            "output": [
18731                [
18732                    "Character",
18733                    "&ecaron"
18734                ]
18735            ]
18736        },
18737        {
18738            "input": "&ecaron;",
18739            "description": "Named entity: ecaron; with a semi-colon",
18740            "output": [
18741                [
18742                    "Character",
18743                    "\u011b"
18744                ]
18745            ]
18746        },
18747        {
18748            "input": "&ecir",
18749            "description": "Bad named entity: ecir without a semi-colon",
18750            "output": [
18751                [
18752                    "Character",
18753                    "&ecir"
18754                ]
18755            ]
18756        },
18757        {
18758            "input": "&ecir;",
18759            "description": "Named entity: ecir; with a semi-colon",
18760            "output": [
18761                [
18762                    "Character",
18763                    "\u2256"
18764                ]
18765            ]
18766        },
18767        {
18768            "input": "&ecirc",
18769            "description": "Named entity: ecirc without a semi-colon",
18770            "output": [
18771                "ParseError",
18772                [
18773                    "Character",
18774                    "\u00ea"
18775                ]
18776            ]
18777        },
18778        {
18779            "input": "&ecirc;",
18780            "description": "Named entity: ecirc; with a semi-colon",
18781            "output": [
18782                [
18783                    "Character",
18784                    "\u00ea"
18785                ]
18786            ]
18787        },
18788        {
18789            "input": "&ecolon",
18790            "description": "Bad named entity: ecolon without a semi-colon",
18791            "output": [
18792                [
18793                    "Character",
18794                    "&ecolon"
18795                ]
18796            ]
18797        },
18798        {
18799            "input": "&ecolon;",
18800            "description": "Named entity: ecolon; with a semi-colon",
18801            "output": [
18802                [
18803                    "Character",
18804                    "\u2255"
18805                ]
18806            ]
18807        },
18808        {
18809            "input": "&ecy",
18810            "description": "Bad named entity: ecy without a semi-colon",
18811            "output": [
18812                [
18813                    "Character",
18814                    "&ecy"
18815                ]
18816            ]
18817        },
18818        {
18819            "input": "&ecy;",
18820            "description": "Named entity: ecy; with a semi-colon",
18821            "output": [
18822                [
18823                    "Character",
18824                    "\u044d"
18825                ]
18826            ]
18827        },
18828        {
18829            "input": "&edot",
18830            "description": "Bad named entity: edot without a semi-colon",
18831            "output": [
18832                [
18833                    "Character",
18834                    "&edot"
18835                ]
18836            ]
18837        },
18838        {
18839            "input": "&edot;",
18840            "description": "Named entity: edot; with a semi-colon",
18841            "output": [
18842                [
18843                    "Character",
18844                    "\u0117"
18845                ]
18846            ]
18847        },
18848        {
18849            "input": "&ee",
18850            "description": "Bad named entity: ee without a semi-colon",
18851            "output": [
18852                [
18853                    "Character",
18854                    "&ee"
18855                ]
18856            ]
18857        },
18858        {
18859            "input": "&ee;",
18860            "description": "Named entity: ee; with a semi-colon",
18861            "output": [
18862                [
18863                    "Character",
18864                    "\u2147"
18865                ]
18866            ]
18867        },
18868        {
18869            "input": "&efDot",
18870            "description": "Bad named entity: efDot without a semi-colon",
18871            "output": [
18872                [
18873                    "Character",
18874                    "&efDot"
18875                ]
18876            ]
18877        },
18878        {
18879            "input": "&efDot;",
18880            "description": "Named entity: efDot; with a semi-colon",
18881            "output": [
18882                [
18883                    "Character",
18884                    "\u2252"
18885                ]
18886            ]
18887        },
18888        {
18889            "input": "&efr",
18890            "description": "Bad named entity: efr without a semi-colon",
18891            "output": [
18892                [
18893                    "Character",
18894                    "&efr"
18895                ]
18896            ]
18897        },
18898        {
18899            "input": "&efr;",
18900            "description": "Named entity: efr; with a semi-colon",
18901            "output": [
18902                [
18903                    "Character",
18904                    "\ud835\udd22"
18905                ]
18906            ]
18907        },
18908        {
18909            "input": "&eg",
18910            "description": "Bad named entity: eg without a semi-colon",
18911            "output": [
18912                [
18913                    "Character",
18914                    "&eg"
18915                ]
18916            ]
18917        },
18918        {
18919            "input": "&eg;",
18920            "description": "Named entity: eg; with a semi-colon",
18921            "output": [
18922                [
18923                    "Character",
18924                    "\u2a9a"
18925                ]
18926            ]
18927        },
18928        {
18929            "input": "&egrave",
18930            "description": "Named entity: egrave without a semi-colon",
18931            "output": [
18932                "ParseError",
18933                [
18934                    "Character",
18935                    "\u00e8"
18936                ]
18937            ]
18938        },
18939        {
18940            "input": "&egrave;",
18941            "description": "Named entity: egrave; with a semi-colon",
18942            "output": [
18943                [
18944                    "Character",
18945                    "\u00e8"
18946                ]
18947            ]
18948        },
18949        {
18950            "input": "&egs",
18951            "description": "Bad named entity: egs without a semi-colon",
18952            "output": [
18953                [
18954                    "Character",
18955                    "&egs"
18956                ]
18957            ]
18958        },
18959        {
18960            "input": "&egs;",
18961            "description": "Named entity: egs; with a semi-colon",
18962            "output": [
18963                [
18964                    "Character",
18965                    "\u2a96"
18966                ]
18967            ]
18968        },
18969        {
18970            "input": "&egsdot",
18971            "description": "Bad named entity: egsdot without a semi-colon",
18972            "output": [
18973                [
18974                    "Character",
18975                    "&egsdot"
18976                ]
18977            ]
18978        },
18979        {
18980            "input": "&egsdot;",
18981            "description": "Named entity: egsdot; with a semi-colon",
18982            "output": [
18983                [
18984                    "Character",
18985                    "\u2a98"
18986                ]
18987            ]
18988        },
18989        {
18990            "input": "&el",
18991            "description": "Bad named entity: el without a semi-colon",
18992            "output": [
18993                [
18994                    "Character",
18995                    "&el"
18996                ]
18997            ]
18998        },
18999        {
19000            "input": "&el;",
19001            "description": "Named entity: el; with a semi-colon",
19002            "output": [
19003                [
19004                    "Character",
19005                    "\u2a99"
19006                ]
19007            ]
19008        },
19009        {
19010            "input": "&elinters",
19011            "description": "Bad named entity: elinters without a semi-colon",
19012            "output": [
19013                [
19014                    "Character",
19015                    "&elinters"
19016                ]
19017            ]
19018        },
19019        {
19020            "input": "&elinters;",
19021            "description": "Named entity: elinters; with a semi-colon",
19022            "output": [
19023                [
19024                    "Character",
19025                    "\u23e7"
19026                ]
19027            ]
19028        },
19029        {
19030            "input": "&ell",
19031            "description": "Bad named entity: ell without a semi-colon",
19032            "output": [
19033                [
19034                    "Character",
19035                    "&ell"
19036                ]
19037            ]
19038        },
19039        {
19040            "input": "&ell;",
19041            "description": "Named entity: ell; with a semi-colon",
19042            "output": [
19043                [
19044                    "Character",
19045                    "\u2113"
19046                ]
19047            ]
19048        },
19049        {
19050            "input": "&els",
19051            "description": "Bad named entity: els without a semi-colon",
19052            "output": [
19053                [
19054                    "Character",
19055                    "&els"
19056                ]
19057            ]
19058        },
19059        {
19060            "input": "&els;",
19061            "description": "Named entity: els; with a semi-colon",
19062            "output": [
19063                [
19064                    "Character",
19065                    "\u2a95"
19066                ]
19067            ]
19068        },
19069        {
19070            "input": "&elsdot",
19071            "description": "Bad named entity: elsdot without a semi-colon",
19072            "output": [
19073                [
19074                    "Character",
19075                    "&elsdot"
19076                ]
19077            ]
19078        },
19079        {
19080            "input": "&elsdot;",
19081            "description": "Named entity: elsdot; with a semi-colon",
19082            "output": [
19083                [
19084                    "Character",
19085                    "\u2a97"
19086                ]
19087            ]
19088        },
19089        {
19090            "input": "&emacr",
19091            "description": "Bad named entity: emacr without a semi-colon",
19092            "output": [
19093                [
19094                    "Character",
19095                    "&emacr"
19096                ]
19097            ]
19098        },
19099        {
19100            "input": "&emacr;",
19101            "description": "Named entity: emacr; with a semi-colon",
19102            "output": [
19103                [
19104                    "Character",
19105                    "\u0113"
19106                ]
19107            ]
19108        },
19109        {
19110            "input": "&empty",
19111            "description": "Bad named entity: empty without a semi-colon",
19112            "output": [
19113                [
19114                    "Character",
19115                    "&empty"
19116                ]
19117            ]
19118        },
19119        {
19120            "input": "&empty;",
19121            "description": "Named entity: empty; with a semi-colon",
19122            "output": [
19123                [
19124                    "Character",
19125                    "\u2205"
19126                ]
19127            ]
19128        },
19129        {
19130            "input": "&emptyset",
19131            "description": "Bad named entity: emptyset without a semi-colon",
19132            "output": [
19133                [
19134                    "Character",
19135                    "&emptyset"
19136                ]
19137            ]
19138        },
19139        {
19140            "input": "&emptyset;",
19141            "description": "Named entity: emptyset; with a semi-colon",
19142            "output": [
19143                [
19144                    "Character",
19145                    "\u2205"
19146                ]
19147            ]
19148        },
19149        {
19150            "input": "&emptyv",
19151            "description": "Bad named entity: emptyv without a semi-colon",
19152            "output": [
19153                [
19154                    "Character",
19155                    "&emptyv"
19156                ]
19157            ]
19158        },
19159        {
19160            "input": "&emptyv;",
19161            "description": "Named entity: emptyv; with a semi-colon",
19162            "output": [
19163                [
19164                    "Character",
19165                    "\u2205"
19166                ]
19167            ]
19168        },
19169        {
19170            "input": "&emsp",
19171            "description": "Bad named entity: emsp without a semi-colon",
19172            "output": [
19173                [
19174                    "Character",
19175                    "&emsp"
19176                ]
19177            ]
19178        },
19179        {
19180            "input": "&emsp13",
19181            "description": "Bad named entity: emsp13 without a semi-colon",
19182            "output": [
19183                [
19184                    "Character",
19185                    "&emsp13"
19186                ]
19187            ]
19188        },
19189        {
19190            "input": "&emsp13;",
19191            "description": "Named entity: emsp13; with a semi-colon",
19192            "output": [
19193                [
19194                    "Character",
19195                    "\u2004"
19196                ]
19197            ]
19198        },
19199        {
19200            "input": "&emsp14",
19201            "description": "Bad named entity: emsp14 without a semi-colon",
19202            "output": [
19203                [
19204                    "Character",
19205                    "&emsp14"
19206                ]
19207            ]
19208        },
19209        {
19210            "input": "&emsp14;",
19211            "description": "Named entity: emsp14; with a semi-colon",
19212            "output": [
19213                [
19214                    "Character",
19215                    "\u2005"
19216                ]
19217            ]
19218        },
19219        {
19220            "input": "&emsp;",
19221            "description": "Named entity: emsp; with a semi-colon",
19222            "output": [
19223                [
19224                    "Character",
19225                    "\u2003"
19226                ]
19227            ]
19228        },
19229        {
19230            "input": "&eng",
19231            "description": "Bad named entity: eng without a semi-colon",
19232            "output": [
19233                [
19234                    "Character",
19235                    "&eng"
19236                ]
19237            ]
19238        },
19239        {
19240            "input": "&eng;",
19241            "description": "Named entity: eng; with a semi-colon",
19242            "output": [
19243                [
19244                    "Character",
19245                    "\u014b"
19246                ]
19247            ]
19248        },
19249        {
19250            "input": "&ensp",
19251            "description": "Bad named entity: ensp without a semi-colon",
19252            "output": [
19253                [
19254                    "Character",
19255                    "&ensp"
19256                ]
19257            ]
19258        },
19259        {
19260            "input": "&ensp;",
19261            "description": "Named entity: ensp; with a semi-colon",
19262            "output": [
19263                [
19264                    "Character",
19265                    "\u2002"
19266                ]
19267            ]
19268        },
19269        {
19270            "input": "&eogon",
19271            "description": "Bad named entity: eogon without a semi-colon",
19272            "output": [
19273                [
19274                    "Character",
19275                    "&eogon"
19276                ]
19277            ]
19278        },
19279        {
19280            "input": "&eogon;",
19281            "description": "Named entity: eogon; with a semi-colon",
19282            "output": [
19283                [
19284                    "Character",
19285                    "\u0119"
19286                ]
19287            ]
19288        },
19289        {
19290            "input": "&eopf",
19291            "description": "Bad named entity: eopf without a semi-colon",
19292            "output": [
19293                [
19294                    "Character",
19295                    "&eopf"
19296                ]
19297            ]
19298        },
19299        {
19300            "input": "&eopf;",
19301            "description": "Named entity: eopf; with a semi-colon",
19302            "output": [
19303                [
19304                    "Character",
19305                    "\ud835\udd56"
19306                ]
19307            ]
19308        },
19309        {
19310            "input": "&epar",
19311            "description": "Bad named entity: epar without a semi-colon",
19312            "output": [
19313                [
19314                    "Character",
19315                    "&epar"
19316                ]
19317            ]
19318        },
19319        {
19320            "input": "&epar;",
19321            "description": "Named entity: epar; with a semi-colon",
19322            "output": [
19323                [
19324                    "Character",
19325                    "\u22d5"
19326                ]
19327            ]
19328        },
19329        {
19330            "input": "&eparsl",
19331            "description": "Bad named entity: eparsl without a semi-colon",
19332            "output": [
19333                [
19334                    "Character",
19335                    "&eparsl"
19336                ]
19337            ]
19338        },
19339        {
19340            "input": "&eparsl;",
19341            "description": "Named entity: eparsl; with a semi-colon",
19342            "output": [
19343                [
19344                    "Character",
19345                    "\u29e3"
19346                ]
19347            ]
19348        },
19349        {
19350            "input": "&eplus",
19351            "description": "Bad named entity: eplus without a semi-colon",
19352            "output": [
19353                [
19354                    "Character",
19355                    "&eplus"
19356                ]
19357            ]
19358        },
19359        {
19360            "input": "&eplus;",
19361            "description": "Named entity: eplus; with a semi-colon",
19362            "output": [
19363                [
19364                    "Character",
19365                    "\u2a71"
19366                ]
19367            ]
19368        },
19369        {
19370            "input": "&epsi",
19371            "description": "Bad named entity: epsi without a semi-colon",
19372            "output": [
19373                [
19374                    "Character",
19375                    "&epsi"
19376                ]
19377            ]
19378        },
19379        {
19380            "input": "&epsi;",
19381            "description": "Named entity: epsi; with a semi-colon",
19382            "output": [
19383                [
19384                    "Character",
19385                    "\u03b5"
19386                ]
19387            ]
19388        },
19389        {
19390            "input": "&epsilon",
19391            "description": "Bad named entity: epsilon without a semi-colon",
19392            "output": [
19393                [
19394                    "Character",
19395                    "&epsilon"
19396                ]
19397            ]
19398        },
19399        {
19400            "input": "&epsilon;",
19401            "description": "Named entity: epsilon; with a semi-colon",
19402            "output": [
19403                [
19404                    "Character",
19405                    "\u03b5"
19406                ]
19407            ]
19408        },
19409        {
19410            "input": "&epsiv",
19411            "description": "Bad named entity: epsiv without a semi-colon",
19412            "output": [
19413                [
19414                    "Character",
19415                    "&epsiv"
19416                ]
19417            ]
19418        },
19419        {
19420            "input": "&epsiv;",
19421            "description": "Named entity: epsiv; with a semi-colon",
19422            "output": [
19423                [
19424                    "Character",
19425                    "\u03f5"
19426                ]
19427            ]
19428        },
19429        {
19430            "input": "&eqcirc",
19431            "description": "Bad named entity: eqcirc without a semi-colon",
19432            "output": [
19433                [
19434                    "Character",
19435                    "&eqcirc"
19436                ]
19437            ]
19438        },
19439        {
19440            "input": "&eqcirc;",
19441            "description": "Named entity: eqcirc; with a semi-colon",
19442            "output": [
19443                [
19444                    "Character",
19445                    "\u2256"
19446                ]
19447            ]
19448        },
19449        {
19450            "input": "&eqcolon",
19451            "description": "Bad named entity: eqcolon without a semi-colon",
19452            "output": [
19453                [
19454                    "Character",
19455                    "&eqcolon"
19456                ]
19457            ]
19458        },
19459        {
19460            "input": "&eqcolon;",
19461            "description": "Named entity: eqcolon; with a semi-colon",
19462            "output": [
19463                [
19464                    "Character",
19465                    "\u2255"
19466                ]
19467            ]
19468        },
19469        {
19470            "input": "&eqsim",
19471            "description": "Bad named entity: eqsim without a semi-colon",
19472            "output": [
19473                [
19474                    "Character",
19475                    "&eqsim"
19476                ]
19477            ]
19478        },
19479        {
19480            "input": "&eqsim;",
19481            "description": "Named entity: eqsim; with a semi-colon",
19482            "output": [
19483                [
19484                    "Character",
19485                    "\u2242"
19486                ]
19487            ]
19488        },
19489        {
19490            "input": "&eqslantgtr",
19491            "description": "Bad named entity: eqslantgtr without a semi-colon",
19492            "output": [
19493                [
19494                    "Character",
19495                    "&eqslantgtr"
19496                ]
19497            ]
19498        },
19499        {
19500            "input": "&eqslantgtr;",
19501            "description": "Named entity: eqslantgtr; with a semi-colon",
19502            "output": [
19503                [
19504                    "Character",
19505                    "\u2a96"
19506                ]
19507            ]
19508        },
19509        {
19510            "input": "&eqslantless",
19511            "description": "Bad named entity: eqslantless without a semi-colon",
19512            "output": [
19513                [
19514                    "Character",
19515                    "&eqslantless"
19516                ]
19517            ]
19518        },
19519        {
19520            "input": "&eqslantless;",
19521            "description": "Named entity: eqslantless; with a semi-colon",
19522            "output": [
19523                [
19524                    "Character",
19525                    "\u2a95"
19526                ]
19527            ]
19528        },
19529        {
19530            "input": "&equals",
19531            "description": "Bad named entity: equals without a semi-colon",
19532            "output": [
19533                [
19534                    "Character",
19535                    "&equals"
19536                ]
19537            ]
19538        },
19539        {
19540            "input": "&equals;",
19541            "description": "Named entity: equals; with a semi-colon",
19542            "output": [
19543                [
19544                    "Character",
19545                    "="
19546                ]
19547            ]
19548        },
19549        {
19550            "input": "&equest",
19551            "description": "Bad named entity: equest without a semi-colon",
19552            "output": [
19553                [
19554                    "Character",
19555                    "&equest"
19556                ]
19557            ]
19558        },
19559        {
19560            "input": "&equest;",
19561            "description": "Named entity: equest; with a semi-colon",
19562            "output": [
19563                [
19564                    "Character",
19565                    "\u225f"
19566                ]
19567            ]
19568        },
19569        {
19570            "input": "&equiv",
19571            "description": "Bad named entity: equiv without a semi-colon",
19572            "output": [
19573                [
19574                    "Character",
19575                    "&equiv"
19576                ]
19577            ]
19578        },
19579        {
19580            "input": "&equiv;",
19581            "description": "Named entity: equiv; with a semi-colon",
19582            "output": [
19583                [
19584                    "Character",
19585                    "\u2261"
19586                ]
19587            ]
19588        },
19589        {
19590            "input": "&equivDD",
19591            "description": "Bad named entity: equivDD without a semi-colon",
19592            "output": [
19593                [
19594                    "Character",
19595                    "&equivDD"
19596                ]
19597            ]
19598        },
19599        {
19600            "input": "&equivDD;",
19601            "description": "Named entity: equivDD; with a semi-colon",
19602            "output": [
19603                [
19604                    "Character",
19605                    "\u2a78"
19606                ]
19607            ]
19608        },
19609        {
19610            "input": "&eqvparsl",
19611            "description": "Bad named entity: eqvparsl without a semi-colon",
19612            "output": [
19613                [
19614                    "Character",
19615                    "&eqvparsl"
19616                ]
19617            ]
19618        },
19619        {
19620            "input": "&eqvparsl;",
19621            "description": "Named entity: eqvparsl; with a semi-colon",
19622            "output": [
19623                [
19624                    "Character",
19625                    "\u29e5"
19626                ]
19627            ]
19628        },
19629        {
19630            "input": "&erDot",
19631            "description": "Bad named entity: erDot without a semi-colon",
19632            "output": [
19633                [
19634                    "Character",
19635                    "&erDot"
19636                ]
19637            ]
19638        },
19639        {
19640            "input": "&erDot;",
19641            "description": "Named entity: erDot; with a semi-colon",
19642            "output": [
19643                [
19644                    "Character",
19645                    "\u2253"
19646                ]
19647            ]
19648        },
19649        {
19650            "input": "&erarr",
19651            "description": "Bad named entity: erarr without a semi-colon",
19652            "output": [
19653                [
19654                    "Character",
19655                    "&erarr"
19656                ]
19657            ]
19658        },
19659        {
19660            "input": "&erarr;",
19661            "description": "Named entity: erarr; with a semi-colon",
19662            "output": [
19663                [
19664                    "Character",
19665                    "\u2971"
19666                ]
19667            ]
19668        },
19669        {
19670            "input": "&escr",
19671            "description": "Bad named entity: escr without a semi-colon",
19672            "output": [
19673                [
19674                    "Character",
19675                    "&escr"
19676                ]
19677            ]
19678        },
19679        {
19680            "input": "&escr;",
19681            "description": "Named entity: escr; with a semi-colon",
19682            "output": [
19683                [
19684                    "Character",
19685                    "\u212f"
19686                ]
19687            ]
19688        },
19689        {
19690            "input": "&esdot",
19691            "description": "Bad named entity: esdot without a semi-colon",
19692            "output": [
19693                [
19694                    "Character",
19695                    "&esdot"
19696                ]
19697            ]
19698        },
19699        {
19700            "input": "&esdot;",
19701            "description": "Named entity: esdot; with a semi-colon",
19702            "output": [
19703                [
19704                    "Character",
19705                    "\u2250"
19706                ]
19707            ]
19708        },
19709        {
19710            "input": "&esim",
19711            "description": "Bad named entity: esim without a semi-colon",
19712            "output": [
19713                [
19714                    "Character",
19715                    "&esim"
19716                ]
19717            ]
19718        },
19719        {
19720            "input": "&esim;",
19721            "description": "Named entity: esim; with a semi-colon",
19722            "output": [
19723                [
19724                    "Character",
19725                    "\u2242"
19726                ]
19727            ]
19728        },
19729        {
19730            "input": "&eta",
19731            "description": "Bad named entity: eta without a semi-colon",
19732            "output": [
19733                [
19734                    "Character",
19735                    "&eta"
19736                ]
19737            ]
19738        },
19739        {
19740            "input": "&eta;",
19741            "description": "Named entity: eta; with a semi-colon",
19742            "output": [
19743                [
19744                    "Character",
19745                    "\u03b7"
19746                ]
19747            ]
19748        },
19749        {
19750            "input": "&eth",
19751            "description": "Named entity: eth without a semi-colon",
19752            "output": [
19753                "ParseError",
19754                [
19755                    "Character",
19756                    "\u00f0"
19757                ]
19758            ]
19759        },
19760        {
19761            "input": "&eth;",
19762            "description": "Named entity: eth; with a semi-colon",
19763            "output": [
19764                [
19765                    "Character",
19766                    "\u00f0"
19767                ]
19768            ]
19769        },
19770        {
19771            "input": "&euml",
19772            "description": "Named entity: euml without a semi-colon",
19773            "output": [
19774                "ParseError",
19775                [
19776                    "Character",
19777                    "\u00eb"
19778                ]
19779            ]
19780        },
19781        {
19782            "input": "&euml;",
19783            "description": "Named entity: euml; with a semi-colon",
19784            "output": [
19785                [
19786                    "Character",
19787                    "\u00eb"
19788                ]
19789            ]
19790        },
19791        {
19792            "input": "&euro",
19793            "description": "Bad named entity: euro without a semi-colon",
19794            "output": [
19795                [
19796                    "Character",
19797                    "&euro"
19798                ]
19799            ]
19800        },
19801        {
19802            "input": "&euro;",
19803            "description": "Named entity: euro; with a semi-colon",
19804            "output": [
19805                [
19806                    "Character",
19807                    "\u20ac"
19808                ]
19809            ]
19810        },
19811        {
19812            "input": "&excl",
19813            "description": "Bad named entity: excl without a semi-colon",
19814            "output": [
19815                [
19816                    "Character",
19817                    "&excl"
19818                ]
19819            ]
19820        },
19821        {
19822            "input": "&excl;",
19823            "description": "Named entity: excl; with a semi-colon",
19824            "output": [
19825                [
19826                    "Character",
19827                    "!"
19828                ]
19829            ]
19830        },
19831        {
19832            "input": "&exist",
19833            "description": "Bad named entity: exist without a semi-colon",
19834            "output": [
19835                [
19836                    "Character",
19837                    "&exist"
19838                ]
19839            ]
19840        },
19841        {
19842            "input": "&exist;",
19843            "description": "Named entity: exist; with a semi-colon",
19844            "output": [
19845                [
19846                    "Character",
19847                    "\u2203"
19848                ]
19849            ]
19850        },
19851        {
19852            "input": "&expectation",
19853            "description": "Bad named entity: expectation without a semi-colon",
19854            "output": [
19855                [
19856                    "Character",
19857                    "&expectation"
19858                ]
19859            ]
19860        },
19861        {
19862            "input": "&expectation;",
19863            "description": "Named entity: expectation; with a semi-colon",
19864            "output": [
19865                [
19866                    "Character",
19867                    "\u2130"
19868                ]
19869            ]
19870        },
19871        {
19872            "input": "&exponentiale",
19873            "description": "Bad named entity: exponentiale without a semi-colon",
19874            "output": [
19875                [
19876                    "Character",
19877                    "&exponentiale"
19878                ]
19879            ]
19880        },
19881        {
19882            "input": "&exponentiale;",
19883            "description": "Named entity: exponentiale; with a semi-colon",
19884            "output": [
19885                [
19886                    "Character",
19887                    "\u2147"
19888                ]
19889            ]
19890        },
19891        {
19892            "input": "&fallingdotseq",
19893            "description": "Bad named entity: fallingdotseq without a semi-colon",
19894            "output": [
19895                [
19896                    "Character",
19897                    "&fallingdotseq"
19898                ]
19899            ]
19900        },
19901        {
19902            "input": "&fallingdotseq;",
19903            "description": "Named entity: fallingdotseq; with a semi-colon",
19904            "output": [
19905                [
19906                    "Character",
19907                    "\u2252"
19908                ]
19909            ]
19910        },
19911        {
19912            "input": "&fcy",
19913            "description": "Bad named entity: fcy without a semi-colon",
19914            "output": [
19915                [
19916                    "Character",
19917                    "&fcy"
19918                ]
19919            ]
19920        },
19921        {
19922            "input": "&fcy;",
19923            "description": "Named entity: fcy; with a semi-colon",
19924            "output": [
19925                [
19926                    "Character",
19927                    "\u0444"
19928                ]
19929            ]
19930        },
19931        {
19932            "input": "&female",
19933            "description": "Bad named entity: female without a semi-colon",
19934            "output": [
19935                [
19936                    "Character",
19937                    "&female"
19938                ]
19939            ]
19940        },
19941        {
19942            "input": "&female;",
19943            "description": "Named entity: female; with a semi-colon",
19944            "output": [
19945                [
19946                    "Character",
19947                    "\u2640"
19948                ]
19949            ]
19950        },
19951        {
19952            "input": "&ffilig",
19953            "description": "Bad named entity: ffilig without a semi-colon",
19954            "output": [
19955                [
19956                    "Character",
19957                    "&ffilig"
19958                ]
19959            ]
19960        },
19961        {
19962            "input": "&ffilig;",
19963            "description": "Named entity: ffilig; with a semi-colon",
19964            "output": [
19965                [
19966                    "Character",
19967                    "\ufb03"
19968                ]
19969            ]
19970        },
19971        {
19972            "input": "&fflig",
19973            "description": "Bad named entity: fflig without a semi-colon",
19974            "output": [
19975                [
19976                    "Character",
19977                    "&fflig"
19978                ]
19979            ]
19980        },
19981        {
19982            "input": "&fflig;",
19983            "description": "Named entity: fflig; with a semi-colon",
19984            "output": [
19985                [
19986                    "Character",
19987                    "\ufb00"
19988                ]
19989            ]
19990        },
19991        {
19992            "input": "&ffllig",
19993            "description": "Bad named entity: ffllig without a semi-colon",
19994            "output": [
19995                [
19996                    "Character",
19997                    "&ffllig"
19998                ]
19999            ]
20000        },
20001        {
20002            "input": "&ffllig;",
20003            "description": "Named entity: ffllig; with a semi-colon",
20004            "output": [
20005                [
20006                    "Character",
20007                    "\ufb04"
20008                ]
20009            ]
20010        },
20011        {
20012            "input": "&ffr",
20013            "description": "Bad named entity: ffr without a semi-colon",
20014            "output": [
20015                [
20016                    "Character",
20017                    "&ffr"
20018                ]
20019            ]
20020        },
20021        {
20022            "input": "&ffr;",
20023            "description": "Named entity: ffr; with a semi-colon",
20024            "output": [
20025                [
20026                    "Character",
20027                    "\ud835\udd23"
20028                ]
20029            ]
20030        },
20031        {
20032            "input": "&filig",
20033            "description": "Bad named entity: filig without a semi-colon",
20034            "output": [
20035                [
20036                    "Character",
20037                    "&filig"
20038                ]
20039            ]
20040        },
20041        {
20042            "input": "&filig;",
20043            "description": "Named entity: filig; with a semi-colon",
20044            "output": [
20045                [
20046                    "Character",
20047                    "\ufb01"
20048                ]
20049            ]
20050        },
20051        {
20052            "input": "&fjlig",
20053            "description": "Bad named entity: fjlig without a semi-colon",
20054            "output": [
20055                [
20056                    "Character",
20057                    "&fjlig"
20058                ]
20059            ]
20060        },
20061        {
20062            "input": "&fjlig;",
20063            "description": "Named entity: fjlig; with a semi-colon",
20064            "output": [
20065                [
20066                    "Character",
20067                    "fj"
20068                ]
20069            ]
20070        },
20071        {
20072            "input": "&flat",
20073            "description": "Bad named entity: flat without a semi-colon",
20074            "output": [
20075                [
20076                    "Character",
20077                    "&flat"
20078                ]
20079            ]
20080        },
20081        {
20082            "input": "&flat;",
20083            "description": "Named entity: flat; with a semi-colon",
20084            "output": [
20085                [
20086                    "Character",
20087                    "\u266d"
20088                ]
20089            ]
20090        },
20091        {
20092            "input": "&fllig",
20093            "description": "Bad named entity: fllig without a semi-colon",
20094            "output": [
20095                [
20096                    "Character",
20097                    "&fllig"
20098                ]
20099            ]
20100        },
20101        {
20102            "input": "&fllig;",
20103            "description": "Named entity: fllig; with a semi-colon",
20104            "output": [
20105                [
20106                    "Character",
20107                    "\ufb02"
20108                ]
20109            ]
20110        },
20111        {
20112            "input": "&fltns",
20113            "description": "Bad named entity: fltns without a semi-colon",
20114            "output": [
20115                [
20116                    "Character",
20117                    "&fltns"
20118                ]
20119            ]
20120        },
20121        {
20122            "input": "&fltns;",
20123            "description": "Named entity: fltns; with a semi-colon",
20124            "output": [
20125                [
20126                    "Character",
20127                    "\u25b1"
20128                ]
20129            ]
20130        },
20131        {
20132            "input": "&fnof",
20133            "description": "Bad named entity: fnof without a semi-colon",
20134            "output": [
20135                [
20136                    "Character",
20137                    "&fnof"
20138                ]
20139            ]
20140        },
20141        {
20142            "input": "&fnof;",
20143            "description": "Named entity: fnof; with a semi-colon",
20144            "output": [
20145                [
20146                    "Character",
20147                    "\u0192"
20148                ]
20149            ]
20150        },
20151        {
20152            "input": "&fopf",
20153            "description": "Bad named entity: fopf without a semi-colon",
20154            "output": [
20155                [
20156                    "Character",
20157                    "&fopf"
20158                ]
20159            ]
20160        },
20161        {
20162            "input": "&fopf;",
20163            "description": "Named entity: fopf; with a semi-colon",
20164            "output": [
20165                [
20166                    "Character",
20167                    "\ud835\udd57"
20168                ]
20169            ]
20170        },
20171        {
20172            "input": "&forall",
20173            "description": "Bad named entity: forall without a semi-colon",
20174            "output": [
20175                [
20176                    "Character",
20177                    "&forall"
20178                ]
20179            ]
20180        },
20181        {
20182            "input": "&forall;",
20183            "description": "Named entity: forall; with a semi-colon",
20184            "output": [
20185                [
20186                    "Character",
20187                    "\u2200"
20188                ]
20189            ]
20190        },
20191        {
20192            "input": "&fork",
20193            "description": "Bad named entity: fork without a semi-colon",
20194            "output": [
20195                [
20196                    "Character",
20197                    "&fork"
20198                ]
20199            ]
20200        },
20201        {
20202            "input": "&fork;",
20203            "description": "Named entity: fork; with a semi-colon",
20204            "output": [
20205                [
20206                    "Character",
20207                    "\u22d4"
20208                ]
20209            ]
20210        },
20211        {
20212            "input": "&forkv",
20213            "description": "Bad named entity: forkv without a semi-colon",
20214            "output": [
20215                [
20216                    "Character",
20217                    "&forkv"
20218                ]
20219            ]
20220        },
20221        {
20222            "input": "&forkv;",
20223            "description": "Named entity: forkv; with a semi-colon",
20224            "output": [
20225                [
20226                    "Character",
20227                    "\u2ad9"
20228                ]
20229            ]
20230        },
20231        {
20232            "input": "&fpartint",
20233            "description": "Bad named entity: fpartint without a semi-colon",
20234            "output": [
20235                [
20236                    "Character",
20237                    "&fpartint"
20238                ]
20239            ]
20240        },
20241        {
20242            "input": "&fpartint;",
20243            "description": "Named entity: fpartint; with a semi-colon",
20244            "output": [
20245                [
20246                    "Character",
20247                    "\u2a0d"
20248                ]
20249            ]
20250        },
20251        {
20252            "input": "&frac12",
20253            "description": "Named entity: frac12 without a semi-colon",
20254            "output": [
20255                "ParseError",
20256                [
20257                    "Character",
20258                    "\u00bd"
20259                ]
20260            ]
20261        },
20262        {
20263            "input": "&frac12;",
20264            "description": "Named entity: frac12; with a semi-colon",
20265            "output": [
20266                [
20267                    "Character",
20268                    "\u00bd"
20269                ]
20270            ]
20271        },
20272        {
20273            "input": "&frac13",
20274            "description": "Bad named entity: frac13 without a semi-colon",
20275            "output": [
20276                [
20277                    "Character",
20278                    "&frac13"
20279                ]
20280            ]
20281        },
20282        {
20283            "input": "&frac13;",
20284            "description": "Named entity: frac13; with a semi-colon",
20285            "output": [
20286                [
20287                    "Character",
20288                    "\u2153"
20289                ]
20290            ]
20291        },
20292        {
20293            "input": "&frac14",
20294            "description": "Named entity: frac14 without a semi-colon",
20295            "output": [
20296                "ParseError",
20297                [
20298                    "Character",
20299                    "\u00bc"
20300                ]
20301            ]
20302        },
20303        {
20304            "input": "&frac14;",
20305            "description": "Named entity: frac14; with a semi-colon",
20306            "output": [
20307                [
20308                    "Character",
20309                    "\u00bc"
20310                ]
20311            ]
20312        },
20313        {
20314            "input": "&frac15",
20315            "description": "Bad named entity: frac15 without a semi-colon",
20316            "output": [
20317                [
20318                    "Character",
20319                    "&frac15"
20320                ]
20321            ]
20322        },
20323        {
20324            "input": "&frac15;",
20325            "description": "Named entity: frac15; with a semi-colon",
20326            "output": [
20327                [
20328                    "Character",
20329                    "\u2155"
20330                ]
20331            ]
20332        },
20333        {
20334            "input": "&frac16",
20335            "description": "Bad named entity: frac16 without a semi-colon",
20336            "output": [
20337                [
20338                    "Character",
20339                    "&frac16"
20340                ]
20341            ]
20342        },
20343        {
20344            "input": "&frac16;",
20345            "description": "Named entity: frac16; with a semi-colon",
20346            "output": [
20347                [
20348                    "Character",
20349                    "\u2159"
20350                ]
20351            ]
20352        },
20353        {
20354            "input": "&frac18",
20355            "description": "Bad named entity: frac18 without a semi-colon",
20356            "output": [
20357                [
20358                    "Character",
20359                    "&frac18"
20360                ]
20361            ]
20362        },
20363        {
20364            "input": "&frac18;",
20365            "description": "Named entity: frac18; with a semi-colon",
20366            "output": [
20367                [
20368                    "Character",
20369                    "\u215b"
20370                ]
20371            ]
20372        },
20373        {
20374            "input": "&frac23",
20375            "description": "Bad named entity: frac23 without a semi-colon",
20376            "output": [
20377                [
20378                    "Character",
20379                    "&frac23"
20380                ]
20381            ]
20382        },
20383        {
20384            "input": "&frac23;",
20385            "description": "Named entity: frac23; with a semi-colon",
20386            "output": [
20387                [
20388                    "Character",
20389                    "\u2154"
20390                ]
20391            ]
20392        },
20393        {
20394            "input": "&frac25",
20395            "description": "Bad named entity: frac25 without a semi-colon",
20396            "output": [
20397                [
20398                    "Character",
20399                    "&frac25"
20400                ]
20401            ]
20402        },
20403        {
20404            "input": "&frac25;",
20405            "description": "Named entity: frac25; with a semi-colon",
20406            "output": [
20407                [
20408                    "Character",
20409                    "\u2156"
20410                ]
20411            ]
20412        },
20413        {
20414            "input": "&frac34",
20415            "description": "Named entity: frac34 without a semi-colon",
20416            "output": [
20417                "ParseError",
20418                [
20419                    "Character",
20420                    "\u00be"
20421                ]
20422            ]
20423        },
20424        {
20425            "input": "&frac34;",
20426            "description": "Named entity: frac34; with a semi-colon",
20427            "output": [
20428                [
20429                    "Character",
20430                    "\u00be"
20431                ]
20432            ]
20433        },
20434        {
20435            "input": "&frac35",
20436            "description": "Bad named entity: frac35 without a semi-colon",
20437            "output": [
20438                [
20439                    "Character",
20440                    "&frac35"
20441                ]
20442            ]
20443        },
20444        {
20445            "input": "&frac35;",
20446            "description": "Named entity: frac35; with a semi-colon",
20447            "output": [
20448                [
20449                    "Character",
20450                    "\u2157"
20451                ]
20452            ]
20453        },
20454        {
20455            "input": "&frac38",
20456            "description": "Bad named entity: frac38 without a semi-colon",
20457            "output": [
20458                [
20459                    "Character",
20460                    "&frac38"
20461                ]
20462            ]
20463        },
20464        {
20465            "input": "&frac38;",
20466            "description": "Named entity: frac38; with a semi-colon",
20467            "output": [
20468                [
20469                    "Character",
20470                    "\u215c"
20471                ]
20472            ]
20473        },
20474        {
20475            "input": "&frac45",
20476            "description": "Bad named entity: frac45 without a semi-colon",
20477            "output": [
20478                [
20479                    "Character",
20480                    "&frac45"
20481                ]
20482            ]
20483        },
20484        {
20485            "input": "&frac45;",
20486            "description": "Named entity: frac45; with a semi-colon",
20487            "output": [
20488                [
20489                    "Character",
20490                    "\u2158"
20491                ]
20492            ]
20493        },
20494        {
20495            "input": "&frac56",
20496            "description": "Bad named entity: frac56 without a semi-colon",
20497            "output": [
20498                [
20499                    "Character",
20500                    "&frac56"
20501                ]
20502            ]
20503        },
20504        {
20505            "input": "&frac56;",
20506            "description": "Named entity: frac56; with a semi-colon",
20507            "output": [
20508                [
20509                    "Character",
20510                    "\u215a"
20511                ]
20512            ]
20513        },
20514        {
20515            "input": "&frac58",
20516            "description": "Bad named entity: frac58 without a semi-colon",
20517            "output": [
20518                [
20519                    "Character",
20520                    "&frac58"
20521                ]
20522            ]
20523        },
20524        {
20525            "input": "&frac58;",
20526            "description": "Named entity: frac58; with a semi-colon",
20527            "output": [
20528                [
20529                    "Character",
20530                    "\u215d"
20531                ]
20532            ]
20533        },
20534        {
20535            "input": "&frac78",
20536            "description": "Bad named entity: frac78 without a semi-colon",
20537            "output": [
20538                [
20539                    "Character",
20540                    "&frac78"
20541                ]
20542            ]
20543        },
20544        {
20545            "input": "&frac78;",
20546            "description": "Named entity: frac78; with a semi-colon",
20547            "output": [
20548                [
20549                    "Character",
20550                    "\u215e"
20551                ]
20552            ]
20553        },
20554        {
20555            "input": "&frasl",
20556            "description": "Bad named entity: frasl without a semi-colon",
20557            "output": [
20558                [
20559                    "Character",
20560                    "&frasl"
20561                ]
20562            ]
20563        },
20564        {
20565            "input": "&frasl;",
20566            "description": "Named entity: frasl; with a semi-colon",
20567            "output": [
20568                [
20569                    "Character",
20570                    "\u2044"
20571                ]
20572            ]
20573        },
20574        {
20575            "input": "&frown",
20576            "description": "Bad named entity: frown without a semi-colon",
20577            "output": [
20578                [
20579                    "Character",
20580                    "&frown"
20581                ]
20582            ]
20583        },
20584        {
20585            "input": "&frown;",
20586            "description": "Named entity: frown; with a semi-colon",
20587            "output": [
20588                [
20589                    "Character",
20590                    "\u2322"
20591                ]
20592            ]
20593        },
20594        {
20595            "input": "&fscr",
20596            "description": "Bad named entity: fscr without a semi-colon",
20597            "output": [
20598                [
20599                    "Character",
20600                    "&fscr"
20601                ]
20602            ]
20603        },
20604        {
20605            "input": "&fscr;",
20606            "description": "Named entity: fscr; with a semi-colon",
20607            "output": [
20608                [
20609                    "Character",
20610                    "\ud835\udcbb"
20611                ]
20612            ]
20613        },
20614        {
20615            "input": "&gE",
20616            "description": "Bad named entity: gE without a semi-colon",
20617            "output": [
20618                [
20619                    "Character",
20620                    "&gE"
20621                ]
20622            ]
20623        },
20624        {
20625            "input": "&gE;",
20626            "description": "Named entity: gE; with a semi-colon",
20627            "output": [
20628                [
20629                    "Character",
20630                    "\u2267"
20631                ]
20632            ]
20633        },
20634        {
20635            "input": "&gEl",
20636            "description": "Bad named entity: gEl without a semi-colon",
20637            "output": [
20638                [
20639                    "Character",
20640                    "&gEl"
20641                ]
20642            ]
20643        },
20644        {
20645            "input": "&gEl;",
20646            "description": "Named entity: gEl; with a semi-colon",
20647            "output": [
20648                [
20649                    "Character",
20650                    "\u2a8c"
20651                ]
20652            ]
20653        },
20654        {
20655            "input": "&gacute",
20656            "description": "Bad named entity: gacute without a semi-colon",
20657            "output": [
20658                [
20659                    "Character",
20660                    "&gacute"
20661                ]
20662            ]
20663        },
20664        {
20665            "input": "&gacute;",
20666            "description": "Named entity: gacute; with a semi-colon",
20667            "output": [
20668                [
20669                    "Character",
20670                    "\u01f5"
20671                ]
20672            ]
20673        },
20674        {
20675            "input": "&gamma",
20676            "description": "Bad named entity: gamma without a semi-colon",
20677            "output": [
20678                [
20679                    "Character",
20680                    "&gamma"
20681                ]
20682            ]
20683        },
20684        {
20685            "input": "&gamma;",
20686            "description": "Named entity: gamma; with a semi-colon",
20687            "output": [
20688                [
20689                    "Character",
20690                    "\u03b3"
20691                ]
20692            ]
20693        },
20694        {
20695            "input": "&gammad",
20696            "description": "Bad named entity: gammad without a semi-colon",
20697            "output": [
20698                [
20699                    "Character",
20700                    "&gammad"
20701                ]
20702            ]
20703        },
20704        {
20705            "input": "&gammad;",
20706            "description": "Named entity: gammad; with a semi-colon",
20707            "output": [
20708                [
20709                    "Character",
20710                    "\u03dd"
20711                ]
20712            ]
20713        },
20714        {
20715            "input": "&gap",
20716            "description": "Bad named entity: gap without a semi-colon",
20717            "output": [
20718                [
20719                    "Character",
20720                    "&gap"
20721                ]
20722            ]
20723        },
20724        {
20725            "input": "&gap;",
20726            "description": "Named entity: gap; with a semi-colon",
20727            "output": [
20728                [
20729                    "Character",
20730                    "\u2a86"
20731                ]
20732            ]
20733        },
20734        {
20735            "input": "&gbreve",
20736            "description": "Bad named entity: gbreve without a semi-colon",
20737            "output": [
20738                [
20739                    "Character",
20740                    "&gbreve"
20741                ]
20742            ]
20743        },
20744        {
20745            "input": "&gbreve;",
20746            "description": "Named entity: gbreve; with a semi-colon",
20747            "output": [
20748                [
20749                    "Character",
20750                    "\u011f"
20751                ]
20752            ]
20753        },
20754        {
20755            "input": "&gcirc",
20756            "description": "Bad named entity: gcirc without a semi-colon",
20757            "output": [
20758                [
20759                    "Character",
20760                    "&gcirc"
20761                ]
20762            ]
20763        },
20764        {
20765            "input": "&gcirc;",
20766            "description": "Named entity: gcirc; with a semi-colon",
20767            "output": [
20768                [
20769                    "Character",
20770                    "\u011d"
20771                ]
20772            ]
20773        },
20774        {
20775            "input": "&gcy",
20776            "description": "Bad named entity: gcy without a semi-colon",
20777            "output": [
20778                [
20779                    "Character",
20780                    "&gcy"
20781                ]
20782            ]
20783        },
20784        {
20785            "input": "&gcy;",
20786            "description": "Named entity: gcy; with a semi-colon",
20787            "output": [
20788                [
20789                    "Character",
20790                    "\u0433"
20791                ]
20792            ]
20793        },
20794        {
20795            "input": "&gdot",
20796            "description": "Bad named entity: gdot without a semi-colon",
20797            "output": [
20798                [
20799                    "Character",
20800                    "&gdot"
20801                ]
20802            ]
20803        },
20804        {
20805            "input": "&gdot;",
20806            "description": "Named entity: gdot; with a semi-colon",
20807            "output": [
20808                [
20809                    "Character",
20810                    "\u0121"
20811                ]
20812            ]
20813        },
20814        {
20815            "input": "&ge",
20816            "description": "Bad named entity: ge without a semi-colon",
20817            "output": [
20818                [
20819                    "Character",
20820                    "&ge"
20821                ]
20822            ]
20823        },
20824        {
20825            "input": "&ge;",
20826            "description": "Named entity: ge; with a semi-colon",
20827            "output": [
20828                [
20829                    "Character",
20830                    "\u2265"
20831                ]
20832            ]
20833        },
20834        {
20835            "input": "&gel",
20836            "description": "Bad named entity: gel without a semi-colon",
20837            "output": [
20838                [
20839                    "Character",
20840                    "&gel"
20841                ]
20842            ]
20843        },
20844        {
20845            "input": "&gel;",
20846            "description": "Named entity: gel; with a semi-colon",
20847            "output": [
20848                [
20849                    "Character",
20850                    "\u22db"
20851                ]
20852            ]
20853        },
20854        {
20855            "input": "&geq",
20856            "description": "Bad named entity: geq without a semi-colon",
20857            "output": [
20858                [
20859                    "Character",
20860                    "&geq"
20861                ]
20862            ]
20863        },
20864        {
20865            "input": "&geq;",
20866            "description": "Named entity: geq; with a semi-colon",
20867            "output": [
20868                [
20869                    "Character",
20870                    "\u2265"
20871                ]
20872            ]
20873        },
20874        {
20875            "input": "&geqq",
20876            "description": "Bad named entity: geqq without a semi-colon",
20877            "output": [
20878                [
20879                    "Character",
20880                    "&geqq"
20881                ]
20882            ]
20883        },
20884        {
20885            "input": "&geqq;",
20886            "description": "Named entity: geqq; with a semi-colon",
20887            "output": [
20888                [
20889                    "Character",
20890                    "\u2267"
20891                ]
20892            ]
20893        },
20894        {
20895            "input": "&geqslant",
20896            "description": "Bad named entity: geqslant without a semi-colon",
20897            "output": [
20898                [
20899                    "Character",
20900                    "&geqslant"
20901                ]
20902            ]
20903        },
20904        {
20905            "input": "&geqslant;",
20906            "description": "Named entity: geqslant; with a semi-colon",
20907            "output": [
20908                [
20909                    "Character",
20910                    "\u2a7e"
20911                ]
20912            ]
20913        },
20914        {
20915            "input": "&ges",
20916            "description": "Bad named entity: ges without a semi-colon",
20917            "output": [
20918                [
20919                    "Character",
20920                    "&ges"
20921                ]
20922            ]
20923        },
20924        {
20925            "input": "&ges;",
20926            "description": "Named entity: ges; with a semi-colon",
20927            "output": [
20928                [
20929                    "Character",
20930                    "\u2a7e"
20931                ]
20932            ]
20933        },
20934        {
20935            "input": "&gescc",
20936            "description": "Bad named entity: gescc without a semi-colon",
20937            "output": [
20938                [
20939                    "Character",
20940                    "&gescc"
20941                ]
20942            ]
20943        },
20944        {
20945            "input": "&gescc;",
20946            "description": "Named entity: gescc; with a semi-colon",
20947            "output": [
20948                [
20949                    "Character",
20950                    "\u2aa9"
20951                ]
20952            ]
20953        },
20954        {
20955            "input": "&gesdot",
20956            "description": "Bad named entity: gesdot without a semi-colon",
20957            "output": [
20958                [
20959                    "Character",
20960                    "&gesdot"
20961                ]
20962            ]
20963        },
20964        {
20965            "input": "&gesdot;",
20966            "description": "Named entity: gesdot; with a semi-colon",
20967            "output": [
20968                [
20969                    "Character",
20970                    "\u2a80"
20971                ]
20972            ]
20973        },
20974        {
20975            "input": "&gesdoto",
20976            "description": "Bad named entity: gesdoto without a semi-colon",
20977            "output": [
20978                [
20979                    "Character",
20980                    "&gesdoto"
20981                ]
20982            ]
20983        },
20984        {
20985            "input": "&gesdoto;",
20986            "description": "Named entity: gesdoto; with a semi-colon",
20987            "output": [
20988                [
20989                    "Character",
20990                    "\u2a82"
20991                ]
20992            ]
20993        },
20994        {
20995            "input": "&gesdotol",
20996            "description": "Bad named entity: gesdotol without a semi-colon",
20997            "output": [
20998                [
20999                    "Character",
21000                    "&gesdotol"
21001                ]
21002            ]
21003        },
21004        {
21005            "input": "&gesdotol;",
21006            "description": "Named entity: gesdotol; with a semi-colon",
21007            "output": [
21008                [
21009                    "Character",
21010                    "\u2a84"
21011                ]
21012            ]
21013        },
21014        {
21015            "input": "&gesl",
21016            "description": "Bad named entity: gesl without a semi-colon",
21017            "output": [
21018                [
21019                    "Character",
21020                    "&gesl"
21021                ]
21022            ]
21023        },
21024        {
21025            "input": "&gesl;",
21026            "description": "Named entity: gesl; with a semi-colon",
21027            "output": [
21028                [
21029                    "Character",
21030                    "\u22db\ufe00"
21031                ]
21032            ]
21033        },
21034        {
21035            "input": "&gesles",
21036            "description": "Bad named entity: gesles without a semi-colon",
21037            "output": [
21038                [
21039                    "Character",
21040                    "&gesles"
21041                ]
21042            ]
21043        },
21044        {
21045            "input": "&gesles;",
21046            "description": "Named entity: gesles; with a semi-colon",
21047            "output": [
21048                [
21049                    "Character",
21050                    "\u2a94"
21051                ]
21052            ]
21053        },
21054        {
21055            "input": "&gfr",
21056            "description": "Bad named entity: gfr without a semi-colon",
21057            "output": [
21058                [
21059                    "Character",
21060                    "&gfr"
21061                ]
21062            ]
21063        },
21064        {
21065            "input": "&gfr;",
21066            "description": "Named entity: gfr; with a semi-colon",
21067            "output": [
21068                [
21069                    "Character",
21070                    "\ud835\udd24"
21071                ]
21072            ]
21073        },
21074        {
21075            "input": "&gg",
21076            "description": "Bad named entity: gg without a semi-colon",
21077            "output": [
21078                [
21079                    "Character",
21080                    "&gg"
21081                ]
21082            ]
21083        },
21084        {
21085            "input": "&gg;",
21086            "description": "Named entity: gg; with a semi-colon",
21087            "output": [
21088                [
21089                    "Character",
21090                    "\u226b"
21091                ]
21092            ]
21093        },
21094        {
21095            "input": "&ggg",
21096            "description": "Bad named entity: ggg without a semi-colon",
21097            "output": [
21098                [
21099                    "Character",
21100                    "&ggg"
21101                ]
21102            ]
21103        },
21104        {
21105            "input": "&ggg;",
21106            "description": "Named entity: ggg; with a semi-colon",
21107            "output": [
21108                [
21109                    "Character",
21110                    "\u22d9"
21111                ]
21112            ]
21113        },
21114        {
21115            "input": "&gimel",
21116            "description": "Bad named entity: gimel without a semi-colon",
21117            "output": [
21118                [
21119                    "Character",
21120                    "&gimel"
21121                ]
21122            ]
21123        },
21124        {
21125            "input": "&gimel;",
21126            "description": "Named entity: gimel; with a semi-colon",
21127            "output": [
21128                [
21129                    "Character",
21130                    "\u2137"
21131                ]
21132            ]
21133        },
21134        {
21135            "input": "&gjcy",
21136            "description": "Bad named entity: gjcy without a semi-colon",
21137            "output": [
21138                [
21139                    "Character",
21140                    "&gjcy"
21141                ]
21142            ]
21143        },
21144        {
21145            "input": "&gjcy;",
21146            "description": "Named entity: gjcy; with a semi-colon",
21147            "output": [
21148                [
21149                    "Character",
21150                    "\u0453"
21151                ]
21152            ]
21153        },
21154        {
21155            "input": "&gl",
21156            "description": "Bad named entity: gl without a semi-colon",
21157            "output": [
21158                [
21159                    "Character",
21160                    "&gl"
21161                ]
21162            ]
21163        },
21164        {
21165            "input": "&gl;",
21166            "description": "Named entity: gl; with a semi-colon",
21167            "output": [
21168                [
21169                    "Character",
21170                    "\u2277"
21171                ]
21172            ]
21173        },
21174        {
21175            "input": "&glE",
21176            "description": "Bad named entity: glE without a semi-colon",
21177            "output": [
21178                [
21179                    "Character",
21180                    "&glE"
21181                ]
21182            ]
21183        },
21184        {
21185            "input": "&glE;",
21186            "description": "Named entity: glE; with a semi-colon",
21187            "output": [
21188                [
21189                    "Character",
21190                    "\u2a92"
21191                ]
21192            ]
21193        },
21194        {
21195            "input": "&gla",
21196            "description": "Bad named entity: gla without a semi-colon",
21197            "output": [
21198                [
21199                    "Character",
21200                    "&gla"
21201                ]
21202            ]
21203        },
21204        {
21205            "input": "&gla;",
21206            "description": "Named entity: gla; with a semi-colon",
21207            "output": [
21208                [
21209                    "Character",
21210                    "\u2aa5"
21211                ]
21212            ]
21213        },
21214        {
21215            "input": "&glj",
21216            "description": "Bad named entity: glj without a semi-colon",
21217            "output": [
21218                [
21219                    "Character",
21220                    "&glj"
21221                ]
21222            ]
21223        },
21224        {
21225            "input": "&glj;",
21226            "description": "Named entity: glj; with a semi-colon",
21227            "output": [
21228                [
21229                    "Character",
21230                    "\u2aa4"
21231                ]
21232            ]
21233        },
21234        {
21235            "input": "&gnE",
21236            "description": "Bad named entity: gnE without a semi-colon",
21237            "output": [
21238                [
21239                    "Character",
21240                    "&gnE"
21241                ]
21242            ]
21243        },
21244        {
21245            "input": "&gnE;",
21246            "description": "Named entity: gnE; with a semi-colon",
21247            "output": [
21248                [
21249                    "Character",
21250                    "\u2269"
21251                ]
21252            ]
21253        },
21254        {
21255            "input": "&gnap",
21256            "description": "Bad named entity: gnap without a semi-colon",
21257            "output": [
21258                [
21259                    "Character",
21260                    "&gnap"
21261                ]
21262            ]
21263        },
21264        {
21265            "input": "&gnap;",
21266            "description": "Named entity: gnap; with a semi-colon",
21267            "output": [
21268                [
21269                    "Character",
21270                    "\u2a8a"
21271                ]
21272            ]
21273        },
21274        {
21275            "input": "&gnapprox",
21276            "description": "Bad named entity: gnapprox without a semi-colon",
21277            "output": [
21278                [
21279                    "Character",
21280                    "&gnapprox"
21281                ]
21282            ]
21283        },
21284        {
21285            "input": "&gnapprox;",
21286            "description": "Named entity: gnapprox; with a semi-colon",
21287            "output": [
21288                [
21289                    "Character",
21290                    "\u2a8a"
21291                ]
21292            ]
21293        },
21294        {
21295            "input": "&gne",
21296            "description": "Bad named entity: gne without a semi-colon",
21297            "output": [
21298                [
21299                    "Character",
21300                    "&gne"
21301                ]
21302            ]
21303        },
21304        {
21305            "input": "&gne;",
21306            "description": "Named entity: gne; with a semi-colon",
21307            "output": [
21308                [
21309                    "Character",
21310                    "\u2a88"
21311                ]
21312            ]
21313        },
21314        {
21315            "input": "&gneq",
21316            "description": "Bad named entity: gneq without a semi-colon",
21317            "output": [
21318                [
21319                    "Character",
21320                    "&gneq"
21321                ]
21322            ]
21323        },
21324        {
21325            "input": "&gneq;",
21326            "description": "Named entity: gneq; with a semi-colon",
21327            "output": [
21328                [
21329                    "Character",
21330                    "\u2a88"
21331                ]
21332            ]
21333        },
21334        {
21335            "input": "&gneqq",
21336            "description": "Bad named entity: gneqq without a semi-colon",
21337            "output": [
21338                [
21339                    "Character",
21340                    "&gneqq"
21341                ]
21342            ]
21343        },
21344        {
21345            "input": "&gneqq;",
21346            "description": "Named entity: gneqq; with a semi-colon",
21347            "output": [
21348                [
21349                    "Character",
21350                    "\u2269"
21351                ]
21352            ]
21353        },
21354        {
21355            "input": "&gnsim",
21356            "description": "Bad named entity: gnsim without a semi-colon",
21357            "output": [
21358                [
21359                    "Character",
21360                    "&gnsim"
21361                ]
21362            ]
21363        },
21364        {
21365            "input": "&gnsim;",
21366            "description": "Named entity: gnsim; with a semi-colon",
21367            "output": [
21368                [
21369                    "Character",
21370                    "\u22e7"
21371                ]
21372            ]
21373        },
21374        {
21375            "input": "&gopf",
21376            "description": "Bad named entity: gopf without a semi-colon",
21377            "output": [
21378                [
21379                    "Character",
21380                    "&gopf"
21381                ]
21382            ]
21383        },
21384        {
21385            "input": "&gopf;",
21386            "description": "Named entity: gopf; with a semi-colon",
21387            "output": [
21388                [
21389                    "Character",
21390                    "\ud835\udd58"
21391                ]
21392            ]
21393        },
21394        {
21395            "input": "&grave",
21396            "description": "Bad named entity: grave without a semi-colon",
21397            "output": [
21398                [
21399                    "Character",
21400                    "&grave"
21401                ]
21402            ]
21403        },
21404        {
21405            "input": "&grave;",
21406            "description": "Named entity: grave; with a semi-colon",
21407            "output": [
21408                [
21409                    "Character",
21410                    "`"
21411                ]
21412            ]
21413        },
21414        {
21415            "input": "&gscr",
21416            "description": "Bad named entity: gscr without a semi-colon",
21417            "output": [
21418                [
21419                    "Character",
21420                    "&gscr"
21421                ]
21422            ]
21423        },
21424        {
21425            "input": "&gscr;",
21426            "description": "Named entity: gscr; with a semi-colon",
21427            "output": [
21428                [
21429                    "Character",
21430                    "\u210a"
21431                ]
21432            ]
21433        },
21434        {
21435            "input": "&gsim",
21436            "description": "Bad named entity: gsim without a semi-colon",
21437            "output": [
21438                [
21439                    "Character",
21440                    "&gsim"
21441                ]
21442            ]
21443        },
21444        {
21445            "input": "&gsim;",
21446            "description": "Named entity: gsim; with a semi-colon",
21447            "output": [
21448                [
21449                    "Character",
21450                    "\u2273"
21451                ]
21452            ]
21453        },
21454        {
21455            "input": "&gsime",
21456            "description": "Bad named entity: gsime without a semi-colon",
21457            "output": [
21458                [
21459                    "Character",
21460                    "&gsime"
21461                ]
21462            ]
21463        },
21464        {
21465            "input": "&gsime;",
21466            "description": "Named entity: gsime; with a semi-colon",
21467            "output": [
21468                [
21469                    "Character",
21470                    "\u2a8e"
21471                ]
21472            ]
21473        },
21474        {
21475            "input": "&gsiml",
21476            "description": "Bad named entity: gsiml without a semi-colon",
21477            "output": [
21478                [
21479                    "Character",
21480                    "&gsiml"
21481                ]
21482            ]
21483        },
21484        {
21485            "input": "&gsiml;",
21486            "description": "Named entity: gsiml; with a semi-colon",
21487            "output": [
21488                [
21489                    "Character",
21490                    "\u2a90"
21491                ]
21492            ]
21493        },
21494        {
21495            "input": "&gt",
21496            "description": "Named entity: gt without a semi-colon",
21497            "output": [
21498                "ParseError",
21499                [
21500                    "Character",
21501                    ">"
21502                ]
21503            ]
21504        },
21505        {
21506            "input": "&gt;",
21507            "description": "Named entity: gt; with a semi-colon",
21508            "output": [
21509                [
21510                    "Character",
21511                    ">"
21512                ]
21513            ]
21514        },
21515        {
21516            "input": "&gtcc;",
21517            "description": "Named entity: gtcc; with a semi-colon",
21518            "output": [
21519                [
21520                    "Character",
21521                    "\u2aa7"
21522                ]
21523            ]
21524        },
21525        {
21526            "input": "&gtcir;",
21527            "description": "Named entity: gtcir; with a semi-colon",
21528            "output": [
21529                [
21530                    "Character",
21531                    "\u2a7a"
21532                ]
21533            ]
21534        },
21535        {
21536            "input": "&gtdot;",
21537            "description": "Named entity: gtdot; with a semi-colon",
21538            "output": [
21539                [
21540                    "Character",
21541                    "\u22d7"
21542                ]
21543            ]
21544        },
21545        {
21546            "input": "&gtlPar;",
21547            "description": "Named entity: gtlPar; with a semi-colon",
21548            "output": [
21549                [
21550                    "Character",
21551                    "\u2995"
21552                ]
21553            ]
21554        },
21555        {
21556            "input": "&gtquest;",
21557            "description": "Named entity: gtquest; with a semi-colon",
21558            "output": [
21559                [
21560                    "Character",
21561                    "\u2a7c"
21562                ]
21563            ]
21564        },
21565        {
21566            "input": "&gtrapprox;",
21567            "description": "Named entity: gtrapprox; with a semi-colon",
21568            "output": [
21569                [
21570                    "Character",
21571                    "\u2a86"
21572                ]
21573            ]
21574        },
21575        {
21576            "input": "&gtrarr;",
21577            "description": "Named entity: gtrarr; with a semi-colon",
21578            "output": [
21579                [
21580                    "Character",
21581                    "\u2978"
21582                ]
21583            ]
21584        },
21585        {
21586            "input": "&gtrdot;",
21587            "description": "Named entity: gtrdot; with a semi-colon",
21588            "output": [
21589                [
21590                    "Character",
21591                    "\u22d7"
21592                ]
21593            ]
21594        },
21595        {
21596            "input": "&gtreqless;",
21597            "description": "Named entity: gtreqless; with a semi-colon",
21598            "output": [
21599                [
21600                    "Character",
21601                    "\u22db"
21602                ]
21603            ]
21604        },
21605        {
21606            "input": "&gtreqqless;",
21607            "description": "Named entity: gtreqqless; with a semi-colon",
21608            "output": [
21609                [
21610                    "Character",
21611                    "\u2a8c"
21612                ]
21613            ]
21614        },
21615        {
21616            "input": "&gtrless;",
21617            "description": "Named entity: gtrless; with a semi-colon",
21618            "output": [
21619                [
21620                    "Character",
21621                    "\u2277"
21622                ]
21623            ]
21624        },
21625        {
21626            "input": "&gtrsim;",
21627            "description": "Named entity: gtrsim; with a semi-colon",
21628            "output": [
21629                [
21630                    "Character",
21631                    "\u2273"
21632                ]
21633            ]
21634        },
21635        {
21636            "input": "&gvertneqq",
21637            "description": "Bad named entity: gvertneqq without a semi-colon",
21638            "output": [
21639                [
21640                    "Character",
21641                    "&gvertneqq"
21642                ]
21643            ]
21644        },
21645        {
21646            "input": "&gvertneqq;",
21647            "description": "Named entity: gvertneqq; with a semi-colon",
21648            "output": [
21649                [
21650                    "Character",
21651                    "\u2269\ufe00"
21652                ]
21653            ]
21654        },
21655        {
21656            "input": "&gvnE",
21657            "description": "Bad named entity: gvnE without a semi-colon",
21658            "output": [
21659                [
21660                    "Character",
21661                    "&gvnE"
21662                ]
21663            ]
21664        },
21665        {
21666            "input": "&gvnE;",
21667            "description": "Named entity: gvnE; with a semi-colon",
21668            "output": [
21669                [
21670                    "Character",
21671                    "\u2269\ufe00"
21672                ]
21673            ]
21674        },
21675        {
21676            "input": "&hArr",
21677            "description": "Bad named entity: hArr without a semi-colon",
21678            "output": [
21679                [
21680                    "Character",
21681                    "&hArr"
21682                ]
21683            ]
21684        },
21685        {
21686            "input": "&hArr;",
21687            "description": "Named entity: hArr; with a semi-colon",
21688            "output": [
21689                [
21690                    "Character",
21691                    "\u21d4"
21692                ]
21693            ]
21694        },
21695        {
21696            "input": "&hairsp",
21697            "description": "Bad named entity: hairsp without a semi-colon",
21698            "output": [
21699                [
21700                    "Character",
21701                    "&hairsp"
21702                ]
21703            ]
21704        },
21705        {
21706            "input": "&hairsp;",
21707            "description": "Named entity: hairsp; with a semi-colon",
21708            "output": [
21709                [
21710                    "Character",
21711                    "\u200a"
21712                ]
21713            ]
21714        },
21715        {
21716            "input": "&half",
21717            "description": "Bad named entity: half without a semi-colon",
21718            "output": [
21719                [
21720                    "Character",
21721                    "&half"
21722                ]
21723            ]
21724        },
21725        {
21726            "input": "&half;",
21727            "description": "Named entity: half; with a semi-colon",
21728            "output": [
21729                [
21730                    "Character",
21731                    "\u00bd"
21732                ]
21733            ]
21734        },
21735        {
21736            "input": "&hamilt",
21737            "description": "Bad named entity: hamilt without a semi-colon",
21738            "output": [
21739                [
21740                    "Character",
21741                    "&hamilt"
21742                ]
21743            ]
21744        },
21745        {
21746            "input": "&hamilt;",
21747            "description": "Named entity: hamilt; with a semi-colon",
21748            "output": [
21749                [
21750                    "Character",
21751                    "\u210b"
21752                ]
21753            ]
21754        },
21755        {
21756            "input": "&hardcy",
21757            "description": "Bad named entity: hardcy without a semi-colon",
21758            "output": [
21759                [
21760                    "Character",
21761                    "&hardcy"
21762                ]
21763            ]
21764        },
21765        {
21766            "input": "&hardcy;",
21767            "description": "Named entity: hardcy; with a semi-colon",
21768            "output": [
21769                [
21770                    "Character",
21771                    "\u044a"
21772                ]
21773            ]
21774        },
21775        {
21776            "input": "&harr",
21777            "description": "Bad named entity: harr without a semi-colon",
21778            "output": [
21779                [
21780                    "Character",
21781                    "&harr"
21782                ]
21783            ]
21784        },
21785        {
21786            "input": "&harr;",
21787            "description": "Named entity: harr; with a semi-colon",
21788            "output": [
21789                [
21790                    "Character",
21791                    "\u2194"
21792                ]
21793            ]
21794        },
21795        {
21796            "input": "&harrcir",
21797            "description": "Bad named entity: harrcir without a semi-colon",
21798            "output": [
21799                [
21800                    "Character",
21801                    "&harrcir"
21802                ]
21803            ]
21804        },
21805        {
21806            "input": "&harrcir;",
21807            "description": "Named entity: harrcir; with a semi-colon",
21808            "output": [
21809                [
21810                    "Character",
21811                    "\u2948"
21812                ]
21813            ]
21814        },
21815        {
21816            "input": "&harrw",
21817            "description": "Bad named entity: harrw without a semi-colon",
21818            "output": [
21819                [
21820                    "Character",
21821                    "&harrw"
21822                ]
21823            ]
21824        },
21825        {
21826            "input": "&harrw;",
21827            "description": "Named entity: harrw; with a semi-colon",
21828            "output": [
21829                [
21830                    "Character",
21831                    "\u21ad"
21832                ]
21833            ]
21834        },
21835        {
21836            "input": "&hbar",
21837            "description": "Bad named entity: hbar without a semi-colon",
21838            "output": [
21839                [
21840                    "Character",
21841                    "&hbar"
21842                ]
21843            ]
21844        },
21845        {
21846            "input": "&hbar;",
21847            "description": "Named entity: hbar; with a semi-colon",
21848            "output": [
21849                [
21850                    "Character",
21851                    "\u210f"
21852                ]
21853            ]
21854        },
21855        {
21856            "input": "&hcirc",
21857            "description": "Bad named entity: hcirc without a semi-colon",
21858            "output": [
21859                [
21860                    "Character",
21861                    "&hcirc"
21862                ]
21863            ]
21864        },
21865        {
21866            "input": "&hcirc;",
21867            "description": "Named entity: hcirc; with a semi-colon",
21868            "output": [
21869                [
21870                    "Character",
21871                    "\u0125"
21872                ]
21873            ]
21874        },
21875        {
21876            "input": "&hearts",
21877            "description": "Bad named entity: hearts without a semi-colon",
21878            "output": [
21879                [
21880                    "Character",
21881                    "&hearts"
21882                ]
21883            ]
21884        },
21885        {
21886            "input": "&hearts;",
21887            "description": "Named entity: hearts; with a semi-colon",
21888            "output": [
21889                [
21890                    "Character",
21891                    "\u2665"
21892                ]
21893            ]
21894        },
21895        {
21896            "input": "&heartsuit",
21897            "description": "Bad named entity: heartsuit without a semi-colon",
21898            "output": [
21899                [
21900                    "Character",
21901                    "&heartsuit"
21902                ]
21903            ]
21904        },
21905        {
21906            "input": "&heartsuit;",
21907            "description": "Named entity: heartsuit; with a semi-colon",
21908            "output": [
21909                [
21910                    "Character",
21911                    "\u2665"
21912                ]
21913            ]
21914        },
21915        {
21916            "input": "&hellip",
21917            "description": "Bad named entity: hellip without a semi-colon",
21918            "output": [
21919                [
21920                    "Character",
21921                    "&hellip"
21922                ]
21923            ]
21924        },
21925        {
21926            "input": "&hellip;",
21927            "description": "Named entity: hellip; with a semi-colon",
21928            "output": [
21929                [
21930                    "Character",
21931                    "\u2026"
21932                ]
21933            ]
21934        },
21935        {
21936            "input": "&hercon",
21937            "description": "Bad named entity: hercon without a semi-colon",
21938            "output": [
21939                [
21940                    "Character",
21941                    "&hercon"
21942                ]
21943            ]
21944        },
21945        {
21946            "input": "&hercon;",
21947            "description": "Named entity: hercon; with a semi-colon",
21948            "output": [
21949                [
21950                    "Character",
21951                    "\u22b9"
21952                ]
21953            ]
21954        },
21955        {
21956            "input": "&hfr",
21957            "description": "Bad named entity: hfr without a semi-colon",
21958            "output": [
21959                [
21960                    "Character",
21961                    "&hfr"
21962                ]
21963            ]
21964        },
21965        {
21966            "input": "&hfr;",
21967            "description": "Named entity: hfr; with a semi-colon",
21968            "output": [
21969                [
21970                    "Character",
21971                    "\ud835\udd25"
21972                ]
21973            ]
21974        },
21975        {
21976            "input": "&hksearow",
21977            "description": "Bad named entity: hksearow without a semi-colon",
21978            "output": [
21979                [
21980                    "Character",
21981                    "&hksearow"
21982                ]
21983            ]
21984        },
21985        {
21986            "input": "&hksearow;",
21987            "description": "Named entity: hksearow; with a semi-colon",
21988            "output": [
21989                [
21990                    "Character",
21991                    "\u2925"
21992                ]
21993            ]
21994        },
21995        {
21996            "input": "&hkswarow",
21997            "description": "Bad named entity: hkswarow without a semi-colon",
21998            "output": [
21999                [
22000                    "Character",
22001                    "&hkswarow"
22002                ]
22003            ]
22004        },
22005        {
22006            "input": "&hkswarow;",
22007            "description": "Named entity: hkswarow; with a semi-colon",
22008            "output": [
22009                [
22010                    "Character",
22011                    "\u2926"
22012                ]
22013            ]
22014        },
22015        {
22016            "input": "&hoarr",
22017            "description": "Bad named entity: hoarr without a semi-colon",
22018            "output": [
22019                [
22020                    "Character",
22021                    "&hoarr"
22022                ]
22023            ]
22024        },
22025        {
22026            "input": "&hoarr;",
22027            "description": "Named entity: hoarr; with a semi-colon",
22028            "output": [
22029                [
22030                    "Character",
22031                    "\u21ff"
22032                ]
22033            ]
22034        },
22035        {
22036            "input": "&homtht",
22037            "description": "Bad named entity: homtht without a semi-colon",
22038            "output": [
22039                [
22040                    "Character",
22041                    "&homtht"
22042                ]
22043            ]
22044        },
22045        {
22046            "input": "&homtht;",
22047            "description": "Named entity: homtht; with a semi-colon",
22048            "output": [
22049                [
22050                    "Character",
22051                    "\u223b"
22052                ]
22053            ]
22054        },
22055        {
22056            "input": "&hookleftarrow",
22057            "description": "Bad named entity: hookleftarrow without a semi-colon",
22058            "output": [
22059                [
22060                    "Character",
22061                    "&hookleftarrow"
22062                ]
22063            ]
22064        },
22065        {
22066            "input": "&hookleftarrow;",
22067            "description": "Named entity: hookleftarrow; with a semi-colon",
22068            "output": [
22069                [
22070                    "Character",
22071                    "\u21a9"
22072                ]
22073            ]
22074        },
22075        {
22076            "input": "&hookrightarrow",
22077            "description": "Bad named entity: hookrightarrow without a semi-colon",
22078            "output": [
22079                [
22080                    "Character",
22081                    "&hookrightarrow"
22082                ]
22083            ]
22084        },
22085        {
22086            "input": "&hookrightarrow;",
22087            "description": "Named entity: hookrightarrow; with a semi-colon",
22088            "output": [
22089                [
22090                    "Character",
22091                    "\u21aa"
22092                ]
22093            ]
22094        },
22095        {
22096            "input": "&hopf",
22097            "description": "Bad named entity: hopf without a semi-colon",
22098            "output": [
22099                [
22100                    "Character",
22101                    "&hopf"
22102                ]
22103            ]
22104        },
22105        {
22106            "input": "&hopf;",
22107            "description": "Named entity: hopf; with a semi-colon",
22108            "output": [
22109                [
22110                    "Character",
22111                    "\ud835\udd59"
22112                ]
22113            ]
22114        },
22115        {
22116            "input": "&horbar",
22117            "description": "Bad named entity: horbar without a semi-colon",
22118            "output": [
22119                [
22120                    "Character",
22121                    "&horbar"
22122                ]
22123            ]
22124        },
22125        {
22126            "input": "&horbar;",
22127            "description": "Named entity: horbar; with a semi-colon",
22128            "output": [
22129                [
22130                    "Character",
22131                    "\u2015"
22132                ]
22133            ]
22134        },
22135        {
22136            "input": "&hscr",
22137            "description": "Bad named entity: hscr without a semi-colon",
22138            "output": [
22139                [
22140                    "Character",
22141                    "&hscr"
22142                ]
22143            ]
22144        },
22145        {
22146            "input": "&hscr;",
22147            "description": "Named entity: hscr; with a semi-colon",
22148            "output": [
22149                [
22150                    "Character",
22151                    "\ud835\udcbd"
22152                ]
22153            ]
22154        },
22155        {
22156            "input": "&hslash",
22157            "description": "Bad named entity: hslash without a semi-colon",
22158            "output": [
22159                [
22160                    "Character",
22161                    "&hslash"
22162                ]
22163            ]
22164        },
22165        {
22166            "input": "&hslash;",
22167            "description": "Named entity: hslash; with a semi-colon",
22168            "output": [
22169                [
22170                    "Character",
22171                    "\u210f"
22172                ]
22173            ]
22174        },
22175        {
22176            "input": "&hstrok",
22177            "description": "Bad named entity: hstrok without a semi-colon",
22178            "output": [
22179                [
22180                    "Character",
22181                    "&hstrok"
22182                ]
22183            ]
22184        },
22185        {
22186            "input": "&hstrok;",
22187            "description": "Named entity: hstrok; with a semi-colon",
22188            "output": [
22189                [
22190                    "Character",
22191                    "\u0127"
22192                ]
22193            ]
22194        },
22195        {
22196            "input": "&hybull",
22197            "description": "Bad named entity: hybull without a semi-colon",
22198            "output": [
22199                [
22200                    "Character",
22201                    "&hybull"
22202                ]
22203            ]
22204        },
22205        {
22206            "input": "&hybull;",
22207            "description": "Named entity: hybull; with a semi-colon",
22208            "output": [
22209                [
22210                    "Character",
22211                    "\u2043"
22212                ]
22213            ]
22214        },
22215        {
22216            "input": "&hyphen",
22217            "description": "Bad named entity: hyphen without a semi-colon",
22218            "output": [
22219                [
22220                    "Character",
22221                    "&hyphen"
22222                ]
22223            ]
22224        },
22225        {
22226            "input": "&hyphen;",
22227            "description": "Named entity: hyphen; with a semi-colon",
22228            "output": [
22229                [
22230                    "Character",
22231                    "\u2010"
22232                ]
22233            ]
22234        },
22235        {
22236            "input": "&iacute",
22237            "description": "Named entity: iacute without a semi-colon",
22238            "output": [
22239                "ParseError",
22240                [
22241                    "Character",
22242                    "\u00ed"
22243                ]
22244            ]
22245        },
22246        {
22247            "input": "&iacute;",
22248            "description": "Named entity: iacute; with a semi-colon",
22249            "output": [
22250                [
22251                    "Character",
22252                    "\u00ed"
22253                ]
22254            ]
22255        },
22256        {
22257            "input": "&ic",
22258            "description": "Bad named entity: ic without a semi-colon",
22259            "output": [
22260                [
22261                    "Character",
22262                    "&ic"
22263                ]
22264            ]
22265        },
22266        {
22267            "input": "&ic;",
22268            "description": "Named entity: ic; with a semi-colon",
22269            "output": [
22270                [
22271                    "Character",
22272                    "\u2063"
22273                ]
22274            ]
22275        },
22276        {
22277            "input": "&icirc",
22278            "description": "Named entity: icirc without a semi-colon",
22279            "output": [
22280                "ParseError",
22281                [
22282                    "Character",
22283                    "\u00ee"
22284                ]
22285            ]
22286        },
22287        {
22288            "input": "&icirc;",
22289            "description": "Named entity: icirc; with a semi-colon",
22290            "output": [
22291                [
22292                    "Character",
22293                    "\u00ee"
22294                ]
22295            ]
22296        },
22297        {
22298            "input": "&icy",
22299            "description": "Bad named entity: icy without a semi-colon",
22300            "output": [
22301                [
22302                    "Character",
22303                    "&icy"
22304                ]
22305            ]
22306        },
22307        {
22308            "input": "&icy;",
22309            "description": "Named entity: icy; with a semi-colon",
22310            "output": [
22311                [
22312                    "Character",
22313                    "\u0438"
22314                ]
22315            ]
22316        },
22317        {
22318            "input": "&iecy",
22319            "description": "Bad named entity: iecy without a semi-colon",
22320            "output": [
22321                [
22322                    "Character",
22323                    "&iecy"
22324                ]
22325            ]
22326        },
22327        {
22328            "input": "&iecy;",
22329            "description": "Named entity: iecy; with a semi-colon",
22330            "output": [
22331                [
22332                    "Character",
22333                    "\u0435"
22334                ]
22335            ]
22336        },
22337        {
22338            "input": "&iexcl",
22339            "description": "Named entity: iexcl without a semi-colon",
22340            "output": [
22341                "ParseError",
22342                [
22343                    "Character",
22344                    "\u00a1"
22345                ]
22346            ]
22347        },
22348        {
22349            "input": "&iexcl;",
22350            "description": "Named entity: iexcl; with a semi-colon",
22351            "output": [
22352                [
22353                    "Character",
22354                    "\u00a1"
22355                ]
22356            ]
22357        },
22358        {
22359            "input": "&iff",
22360            "description": "Bad named entity: iff without a semi-colon",
22361            "output": [
22362                [
22363                    "Character",
22364                    "&iff"
22365                ]
22366            ]
22367        },
22368        {
22369            "input": "&iff;",
22370            "description": "Named entity: iff; with a semi-colon",
22371            "output": [
22372                [
22373                    "Character",
22374                    "\u21d4"
22375                ]
22376            ]
22377        },
22378        {
22379            "input": "&ifr",
22380            "description": "Bad named entity: ifr without a semi-colon",
22381            "output": [
22382                [
22383                    "Character",
22384                    "&ifr"
22385                ]
22386            ]
22387        },
22388        {
22389            "input": "&ifr;",
22390            "description": "Named entity: ifr; with a semi-colon",
22391            "output": [
22392                [
22393                    "Character",
22394                    "\ud835\udd26"
22395                ]
22396            ]
22397        },
22398        {
22399            "input": "&igrave",
22400            "description": "Named entity: igrave without a semi-colon",
22401            "output": [
22402                "ParseError",
22403                [
22404                    "Character",
22405                    "\u00ec"
22406                ]
22407            ]
22408        },
22409        {
22410            "input": "&igrave;",
22411            "description": "Named entity: igrave; with a semi-colon",
22412            "output": [
22413                [
22414                    "Character",
22415                    "\u00ec"
22416                ]
22417            ]
22418        },
22419        {
22420            "input": "&ii",
22421            "description": "Bad named entity: ii without a semi-colon",
22422            "output": [
22423                [
22424                    "Character",
22425                    "&ii"
22426                ]
22427            ]
22428        },
22429        {
22430            "input": "&ii;",
22431            "description": "Named entity: ii; with a semi-colon",
22432            "output": [
22433                [
22434                    "Character",
22435                    "\u2148"
22436                ]
22437            ]
22438        },
22439        {
22440            "input": "&iiiint",
22441            "description": "Bad named entity: iiiint without a semi-colon",
22442            "output": [
22443                [
22444                    "Character",
22445                    "&iiiint"
22446                ]
22447            ]
22448        },
22449        {
22450            "input": "&iiiint;",
22451            "description": "Named entity: iiiint; with a semi-colon",
22452            "output": [
22453                [
22454                    "Character",
22455                    "\u2a0c"
22456                ]
22457            ]
22458        },
22459        {
22460            "input": "&iiint",
22461            "description": "Bad named entity: iiint without a semi-colon",
22462            "output": [
22463                [
22464                    "Character",
22465                    "&iiint"
22466                ]
22467            ]
22468        },
22469        {
22470            "input": "&iiint;",
22471            "description": "Named entity: iiint; with a semi-colon",
22472            "output": [
22473                [
22474                    "Character",
22475                    "\u222d"
22476                ]
22477            ]
22478        },
22479        {
22480            "input": "&iinfin",
22481            "description": "Bad named entity: iinfin without a semi-colon",
22482            "output": [
22483                [
22484                    "Character",
22485                    "&iinfin"
22486                ]
22487            ]
22488        },
22489        {
22490            "input": "&iinfin;",
22491            "description": "Named entity: iinfin; with a semi-colon",
22492            "output": [
22493                [
22494                    "Character",
22495                    "\u29dc"
22496                ]
22497            ]
22498        },
22499        {
22500            "input": "&iiota",
22501            "description": "Bad named entity: iiota without a semi-colon",
22502            "output": [
22503                [
22504                    "Character",
22505                    "&iiota"
22506                ]
22507            ]
22508        },
22509        {
22510            "input": "&iiota;",
22511            "description": "Named entity: iiota; with a semi-colon",
22512            "output": [
22513                [
22514                    "Character",
22515                    "\u2129"
22516                ]
22517            ]
22518        },
22519        {
22520            "input": "&ijlig",
22521            "description": "Bad named entity: ijlig without a semi-colon",
22522            "output": [
22523                [
22524                    "Character",
22525                    "&ijlig"
22526                ]
22527            ]
22528        },
22529        {
22530            "input": "&ijlig;",
22531            "description": "Named entity: ijlig; with a semi-colon",
22532            "output": [
22533                [
22534                    "Character",
22535                    "\u0133"
22536                ]
22537            ]
22538        },
22539        {
22540            "input": "&imacr",
22541            "description": "Bad named entity: imacr without a semi-colon",
22542            "output": [
22543                [
22544                    "Character",
22545                    "&imacr"
22546                ]
22547            ]
22548        },
22549        {
22550            "input": "&imacr;",
22551            "description": "Named entity: imacr; with a semi-colon",
22552            "output": [
22553                [
22554                    "Character",
22555                    "\u012b"
22556                ]
22557            ]
22558        },
22559        {
22560            "input": "&image",
22561            "description": "Bad named entity: image without a semi-colon",
22562            "output": [
22563                [
22564                    "Character",
22565                    "&image"
22566                ]
22567            ]
22568        },
22569        {
22570            "input": "&image;",
22571            "description": "Named entity: image; with a semi-colon",
22572            "output": [
22573                [
22574                    "Character",
22575                    "\u2111"
22576                ]
22577            ]
22578        },
22579        {
22580            "input": "&imagline",
22581            "description": "Bad named entity: imagline without a semi-colon",
22582            "output": [
22583                [
22584                    "Character",
22585                    "&imagline"
22586                ]
22587            ]
22588        },
22589        {
22590            "input": "&imagline;",
22591            "description": "Named entity: imagline; with a semi-colon",
22592            "output": [
22593                [
22594                    "Character",
22595                    "\u2110"
22596                ]
22597            ]
22598        },
22599        {
22600            "input": "&imagpart",
22601            "description": "Bad named entity: imagpart without a semi-colon",
22602            "output": [
22603                [
22604                    "Character",
22605                    "&imagpart"
22606                ]
22607            ]
22608        },
22609        {
22610            "input": "&imagpart;",
22611            "description": "Named entity: imagpart; with a semi-colon",
22612            "output": [
22613                [
22614                    "Character",
22615                    "\u2111"
22616                ]
22617            ]
22618        },
22619        {
22620            "input": "&imath",
22621            "description": "Bad named entity: imath without a semi-colon",
22622            "output": [
22623                [
22624                    "Character",
22625                    "&imath"
22626                ]
22627            ]
22628        },
22629        {
22630            "input": "&imath;",
22631            "description": "Named entity: imath; with a semi-colon",
22632            "output": [
22633                [
22634                    "Character",
22635                    "\u0131"
22636                ]
22637            ]
22638        },
22639        {
22640            "input": "&imof",
22641            "description": "Bad named entity: imof without a semi-colon",
22642            "output": [
22643                [
22644                    "Character",
22645                    "&imof"
22646                ]
22647            ]
22648        },
22649        {
22650            "input": "&imof;",
22651            "description": "Named entity: imof; with a semi-colon",
22652            "output": [
22653                [
22654                    "Character",
22655                    "\u22b7"
22656                ]
22657            ]
22658        },
22659        {
22660            "input": "&imped",
22661            "description": "Bad named entity: imped without a semi-colon",
22662            "output": [
22663                [
22664                    "Character",
22665                    "&imped"
22666                ]
22667            ]
22668        },
22669        {
22670            "input": "&imped;",
22671            "description": "Named entity: imped; with a semi-colon",
22672            "output": [
22673                [
22674                    "Character",
22675                    "\u01b5"
22676                ]
22677            ]
22678        },
22679        {
22680            "input": "&in",
22681            "description": "Bad named entity: in without a semi-colon",
22682            "output": [
22683                [
22684                    "Character",
22685                    "&in"
22686                ]
22687            ]
22688        },
22689        {
22690            "input": "&in;",
22691            "description": "Named entity: in; with a semi-colon",
22692            "output": [
22693                [
22694                    "Character",
22695                    "\u2208"
22696                ]
22697            ]
22698        },
22699        {
22700            "input": "&incare",
22701            "description": "Bad named entity: incare without a semi-colon",
22702            "output": [
22703                [
22704                    "Character",
22705                    "&incare"
22706                ]
22707            ]
22708        },
22709        {
22710            "input": "&incare;",
22711            "description": "Named entity: incare; with a semi-colon",
22712            "output": [
22713                [
22714                    "Character",
22715                    "\u2105"
22716                ]
22717            ]
22718        },
22719        {
22720            "input": "&infin",
22721            "description": "Bad named entity: infin without a semi-colon",
22722            "output": [
22723                [
22724                    "Character",
22725                    "&infin"
22726                ]
22727            ]
22728        },
22729        {
22730            "input": "&infin;",
22731            "description": "Named entity: infin; with a semi-colon",
22732            "output": [
22733                [
22734                    "Character",
22735                    "\u221e"
22736                ]
22737            ]
22738        },
22739        {
22740            "input": "&infintie",
22741            "description": "Bad named entity: infintie without a semi-colon",
22742            "output": [
22743                [
22744                    "Character",
22745                    "&infintie"
22746                ]
22747            ]
22748        },
22749        {
22750            "input": "&infintie;",
22751            "description": "Named entity: infintie; with a semi-colon",
22752            "output": [
22753                [
22754                    "Character",
22755                    "\u29dd"
22756                ]
22757            ]
22758        },
22759        {
22760            "input": "&inodot",
22761            "description": "Bad named entity: inodot without a semi-colon",
22762            "output": [
22763                [
22764                    "Character",
22765                    "&inodot"
22766                ]
22767            ]
22768        },
22769        {
22770            "input": "&inodot;",
22771            "description": "Named entity: inodot; with a semi-colon",
22772            "output": [
22773                [
22774                    "Character",
22775                    "\u0131"
22776                ]
22777            ]
22778        },
22779        {
22780            "input": "&int",
22781            "description": "Bad named entity: int without a semi-colon",
22782            "output": [
22783                [
22784                    "Character",
22785                    "&int"
22786                ]
22787            ]
22788        },
22789        {
22790            "input": "&int;",
22791            "description": "Named entity: int; with a semi-colon",
22792            "output": [
22793                [
22794                    "Character",
22795                    "\u222b"
22796                ]
22797            ]
22798        },
22799        {
22800            "input": "&intcal",
22801            "description": "Bad named entity: intcal without a semi-colon",
22802            "output": [
22803                [
22804                    "Character",
22805                    "&intcal"
22806                ]
22807            ]
22808        },
22809        {
22810            "input": "&intcal;",
22811            "description": "Named entity: intcal; with a semi-colon",
22812            "output": [
22813                [
22814                    "Character",
22815                    "\u22ba"
22816                ]
22817            ]
22818        },
22819        {
22820            "input": "&integers",
22821            "description": "Bad named entity: integers without a semi-colon",
22822            "output": [
22823                [
22824                    "Character",
22825                    "&integers"
22826                ]
22827            ]
22828        },
22829        {
22830            "input": "&integers;",
22831            "description": "Named entity: integers; with a semi-colon",
22832            "output": [
22833                [
22834                    "Character",
22835                    "\u2124"
22836                ]
22837            ]
22838        },
22839        {
22840            "input": "&intercal",
22841            "description": "Bad named entity: intercal without a semi-colon",
22842            "output": [
22843                [
22844                    "Character",
22845                    "&intercal"
22846                ]
22847            ]
22848        },
22849        {
22850            "input": "&intercal;",
22851            "description": "Named entity: intercal; with a semi-colon",
22852            "output": [
22853                [
22854                    "Character",
22855                    "\u22ba"
22856                ]
22857            ]
22858        },
22859        {
22860            "input": "&intlarhk",
22861            "description": "Bad named entity: intlarhk without a semi-colon",
22862            "output": [
22863                [
22864                    "Character",
22865                    "&intlarhk"
22866                ]
22867            ]
22868        },
22869        {
22870            "input": "&intlarhk;",
22871            "description": "Named entity: intlarhk; with a semi-colon",
22872            "output": [
22873                [
22874                    "Character",
22875                    "\u2a17"
22876                ]
22877            ]
22878        },
22879        {
22880            "input": "&intprod",
22881            "description": "Bad named entity: intprod without a semi-colon",
22882            "output": [
22883                [
22884                    "Character",
22885                    "&intprod"
22886                ]
22887            ]
22888        },
22889        {
22890            "input": "&intprod;",
22891            "description": "Named entity: intprod; with a semi-colon",
22892            "output": [
22893                [
22894                    "Character",
22895                    "\u2a3c"
22896                ]
22897            ]
22898        },
22899        {
22900            "input": "&iocy",
22901            "description": "Bad named entity: iocy without a semi-colon",
22902            "output": [
22903                [
22904                    "Character",
22905                    "&iocy"
22906                ]
22907            ]
22908        },
22909        {
22910            "input": "&iocy;",
22911            "description": "Named entity: iocy; with a semi-colon",
22912            "output": [
22913                [
22914                    "Character",
22915                    "\u0451"
22916                ]
22917            ]
22918        },
22919        {
22920            "input": "&iogon",
22921            "description": "Bad named entity: iogon without a semi-colon",
22922            "output": [
22923                [
22924                    "Character",
22925                    "&iogon"
22926                ]
22927            ]
22928        },
22929        {
22930            "input": "&iogon;",
22931            "description": "Named entity: iogon; with a semi-colon",
22932            "output": [
22933                [
22934                    "Character",
22935                    "\u012f"
22936                ]
22937            ]
22938        },
22939        {
22940            "input": "&iopf",
22941            "description": "Bad named entity: iopf without a semi-colon",
22942            "output": [
22943                [
22944                    "Character",
22945                    "&iopf"
22946                ]
22947            ]
22948        },
22949        {
22950            "input": "&iopf;",
22951            "description": "Named entity: iopf; with a semi-colon",
22952            "output": [
22953                [
22954                    "Character",
22955                    "\ud835\udd5a"
22956                ]
22957            ]
22958        },
22959        {
22960            "input": "&iota",
22961            "description": "Bad named entity: iota without a semi-colon",
22962            "output": [
22963                [
22964                    "Character",
22965                    "&iota"
22966                ]
22967            ]
22968        },
22969        {
22970            "input": "&iota;",
22971            "description": "Named entity: iota; with a semi-colon",
22972            "output": [
22973                [
22974                    "Character",
22975                    "\u03b9"
22976                ]
22977            ]
22978        },
22979        {
22980            "input": "&iprod",
22981            "description": "Bad named entity: iprod without a semi-colon",
22982            "output": [
22983                [
22984                    "Character",
22985                    "&iprod"
22986                ]
22987            ]
22988        },
22989        {
22990            "input": "&iprod;",
22991            "description": "Named entity: iprod; with a semi-colon",
22992            "output": [
22993                [
22994                    "Character",
22995                    "\u2a3c"
22996                ]
22997            ]
22998        },
22999        {
23000            "input": "&iquest",
23001            "description": "Named entity: iquest without a semi-colon",
23002            "output": [
23003                "ParseError",
23004                [
23005                    "Character",
23006                    "\u00bf"
23007                ]
23008            ]
23009        },
23010        {
23011            "input": "&iquest;",
23012            "description": "Named entity: iquest; with a semi-colon",
23013            "output": [
23014                [
23015                    "Character",
23016                    "\u00bf"
23017                ]
23018            ]
23019        },
23020        {
23021            "input": "&iscr",
23022            "description": "Bad named entity: iscr without a semi-colon",
23023            "output": [
23024                [
23025                    "Character",
23026                    "&iscr"
23027                ]
23028            ]
23029        },
23030        {
23031            "input": "&iscr;",
23032            "description": "Named entity: iscr; with a semi-colon",
23033            "output": [
23034                [
23035                    "Character",
23036                    "\ud835\udcbe"
23037                ]
23038            ]
23039        },
23040        {
23041            "input": "&isin",
23042            "description": "Bad named entity: isin without a semi-colon",
23043            "output": [
23044                [
23045                    "Character",
23046                    "&isin"
23047                ]
23048            ]
23049        },
23050        {
23051            "input": "&isin;",
23052            "description": "Named entity: isin; with a semi-colon",
23053            "output": [
23054                [
23055                    "Character",
23056                    "\u2208"
23057                ]
23058            ]
23059        },
23060        {
23061            "input": "&isinE",
23062            "description": "Bad named entity: isinE without a semi-colon",
23063            "output": [
23064                [
23065                    "Character",
23066                    "&isinE"
23067                ]
23068            ]
23069        },
23070        {
23071            "input": "&isinE;",
23072            "description": "Named entity: isinE; with a semi-colon",
23073            "output": [
23074                [
23075                    "Character",
23076                    "\u22f9"
23077                ]
23078            ]
23079        },
23080        {
23081            "input": "&isindot",
23082            "description": "Bad named entity: isindot without a semi-colon",
23083            "output": [
23084                [
23085                    "Character",
23086                    "&isindot"
23087                ]
23088            ]
23089        },
23090        {
23091            "input": "&isindot;",
23092            "description": "Named entity: isindot; with a semi-colon",
23093            "output": [
23094                [
23095                    "Character",
23096                    "\u22f5"
23097                ]
23098            ]
23099        },
23100        {
23101            "input": "&isins",
23102            "description": "Bad named entity: isins without a semi-colon",
23103            "output": [
23104                [
23105                    "Character",
23106                    "&isins"
23107                ]
23108            ]
23109        },
23110        {
23111            "input": "&isins;",
23112            "description": "Named entity: isins; with a semi-colon",
23113            "output": [
23114                [
23115                    "Character",
23116                    "\u22f4"
23117                ]
23118            ]
23119        },
23120        {
23121            "input": "&isinsv",
23122            "description": "Bad named entity: isinsv without a semi-colon",
23123            "output": [
23124                [
23125                    "Character",
23126                    "&isinsv"
23127                ]
23128            ]
23129        },
23130        {
23131            "input": "&isinsv;",
23132            "description": "Named entity: isinsv; with a semi-colon",
23133            "output": [
23134                [
23135                    "Character",
23136                    "\u22f3"
23137                ]
23138            ]
23139        },
23140        {
23141            "input": "&isinv",
23142            "description": "Bad named entity: isinv without a semi-colon",
23143            "output": [
23144                [
23145                    "Character",
23146                    "&isinv"
23147                ]
23148            ]
23149        },
23150        {
23151            "input": "&isinv;",
23152            "description": "Named entity: isinv; with a semi-colon",
23153            "output": [
23154                [
23155                    "Character",
23156                    "\u2208"
23157                ]
23158            ]
23159        },
23160        {
23161            "input": "&it",
23162            "description": "Bad named entity: it without a semi-colon",
23163            "output": [
23164                [
23165                    "Character",
23166                    "&it"
23167                ]
23168            ]
23169        },
23170        {
23171            "input": "&it;",
23172            "description": "Named entity: it; with a semi-colon",
23173            "output": [
23174                [
23175                    "Character",
23176                    "\u2062"
23177                ]
23178            ]
23179        },
23180        {
23181            "input": "&itilde",
23182            "description": "Bad named entity: itilde without a semi-colon",
23183            "output": [
23184                [
23185                    "Character",
23186                    "&itilde"
23187                ]
23188            ]
23189        },
23190        {
23191            "input": "&itilde;",
23192            "description": "Named entity: itilde; with a semi-colon",
23193            "output": [
23194                [
23195                    "Character",
23196                    "\u0129"
23197                ]
23198            ]
23199        },
23200        {
23201            "input": "&iukcy",
23202            "description": "Bad named entity: iukcy without a semi-colon",
23203            "output": [
23204                [
23205                    "Character",
23206                    "&iukcy"
23207                ]
23208            ]
23209        },
23210        {
23211            "input": "&iukcy;",
23212            "description": "Named entity: iukcy; with a semi-colon",
23213            "output": [
23214                [
23215                    "Character",
23216                    "\u0456"
23217                ]
23218            ]
23219        },
23220        {
23221            "input": "&iuml",
23222            "description": "Named entity: iuml without a semi-colon",
23223            "output": [
23224                "ParseError",
23225                [
23226                    "Character",
23227                    "\u00ef"
23228                ]
23229            ]
23230        },
23231        {
23232            "input": "&iuml;",
23233            "description": "Named entity: iuml; with a semi-colon",
23234            "output": [
23235                [
23236                    "Character",
23237                    "\u00ef"
23238                ]
23239            ]
23240        },
23241        {
23242            "input": "&jcirc",
23243            "description": "Bad named entity: jcirc without a semi-colon",
23244            "output": [
23245                [
23246                    "Character",
23247                    "&jcirc"
23248                ]
23249            ]
23250        },
23251        {
23252            "input": "&jcirc;",
23253            "description": "Named entity: jcirc; with a semi-colon",
23254            "output": [
23255                [
23256                    "Character",
23257                    "\u0135"
23258                ]
23259            ]
23260        },
23261        {
23262            "input": "&jcy",
23263            "description": "Bad named entity: jcy without a semi-colon",
23264            "output": [
23265                [
23266                    "Character",
23267                    "&jcy"
23268                ]
23269            ]
23270        },
23271        {
23272            "input": "&jcy;",
23273            "description": "Named entity: jcy; with a semi-colon",
23274            "output": [
23275                [
23276                    "Character",
23277                    "\u0439"
23278                ]
23279            ]
23280        },
23281        {
23282            "input": "&jfr",
23283            "description": "Bad named entity: jfr without a semi-colon",
23284            "output": [
23285                [
23286                    "Character",
23287                    "&jfr"
23288                ]
23289            ]
23290        },
23291        {
23292            "input": "&jfr;",
23293            "description": "Named entity: jfr; with a semi-colon",
23294            "output": [
23295                [
23296                    "Character",
23297                    "\ud835\udd27"
23298                ]
23299            ]
23300        },
23301        {
23302            "input": "&jmath",
23303            "description": "Bad named entity: jmath without a semi-colon",
23304            "output": [
23305                [
23306                    "Character",
23307                    "&jmath"
23308                ]
23309            ]
23310        },
23311        {
23312            "input": "&jmath;",
23313            "description": "Named entity: jmath; with a semi-colon",
23314            "output": [
23315                [
23316                    "Character",
23317                    "\u0237"
23318                ]
23319            ]
23320        },
23321        {
23322            "input": "&jopf",
23323            "description": "Bad named entity: jopf without a semi-colon",
23324            "output": [
23325                [
23326                    "Character",
23327                    "&jopf"
23328                ]
23329            ]
23330        },
23331        {
23332            "input": "&jopf;",
23333            "description": "Named entity: jopf; with a semi-colon",
23334            "output": [
23335                [
23336                    "Character",
23337                    "\ud835\udd5b"
23338                ]
23339            ]
23340        },
23341        {
23342            "input": "&jscr",
23343            "description": "Bad named entity: jscr without a semi-colon",
23344            "output": [
23345                [
23346                    "Character",
23347                    "&jscr"
23348                ]
23349            ]
23350        },
23351        {
23352            "input": "&jscr;",
23353            "description": "Named entity: jscr; with a semi-colon",
23354            "output": [
23355                [
23356                    "Character",
23357                    "\ud835\udcbf"
23358                ]
23359            ]
23360        },
23361        {
23362            "input": "&jsercy",
23363            "description": "Bad named entity: jsercy without a semi-colon",
23364            "output": [
23365                [
23366                    "Character",
23367                    "&jsercy"
23368                ]
23369            ]
23370        },
23371        {
23372            "input": "&jsercy;",
23373            "description": "Named entity: jsercy; with a semi-colon",
23374            "output": [
23375                [
23376                    "Character",
23377                    "\u0458"
23378                ]
23379            ]
23380        },
23381        {
23382            "input": "&jukcy",
23383            "description": "Bad named entity: jukcy without a semi-colon",
23384            "output": [
23385                [
23386                    "Character",
23387                    "&jukcy"
23388                ]
23389            ]
23390        },
23391        {
23392            "input": "&jukcy;",
23393            "description": "Named entity: jukcy; with a semi-colon",
23394            "output": [
23395                [
23396                    "Character",
23397                    "\u0454"
23398                ]
23399            ]
23400        },
23401        {
23402            "input": "&kappa",
23403            "description": "Bad named entity: kappa without a semi-colon",
23404            "output": [
23405                [
23406                    "Character",
23407                    "&kappa"
23408                ]
23409            ]
23410        },
23411        {
23412            "input": "&kappa;",
23413            "description": "Named entity: kappa; with a semi-colon",
23414            "output": [
23415                [
23416                    "Character",
23417                    "\u03ba"
23418                ]
23419            ]
23420        },
23421        {
23422            "input": "&kappav",
23423            "description": "Bad named entity: kappav without a semi-colon",
23424            "output": [
23425                [
23426                    "Character",
23427                    "&kappav"
23428                ]
23429            ]
23430        },
23431        {
23432            "input": "&kappav;",
23433            "description": "Named entity: kappav; with a semi-colon",
23434            "output": [
23435                [
23436                    "Character",
23437                    "\u03f0"
23438                ]
23439            ]
23440        },
23441        {
23442            "input": "&kcedil",
23443            "description": "Bad named entity: kcedil without a semi-colon",
23444            "output": [
23445                [
23446                    "Character",
23447                    "&kcedil"
23448                ]
23449            ]
23450        },
23451        {
23452            "input": "&kcedil;",
23453            "description": "Named entity: kcedil; with a semi-colon",
23454            "output": [
23455                [
23456                    "Character",
23457                    "\u0137"
23458                ]
23459            ]
23460        },
23461        {
23462            "input": "&kcy",
23463            "description": "Bad named entity: kcy without a semi-colon",
23464            "output": [
23465                [
23466                    "Character",
23467                    "&kcy"
23468                ]
23469            ]
23470        },
23471        {
23472            "input": "&kcy;",
23473            "description": "Named entity: kcy; with a semi-colon",
23474            "output": [
23475                [
23476                    "Character",
23477                    "\u043a"
23478                ]
23479            ]
23480        },
23481        {
23482            "input": "&kfr",
23483            "description": "Bad named entity: kfr without a semi-colon",
23484            "output": [
23485                [
23486                    "Character",
23487                    "&kfr"
23488                ]
23489            ]
23490        },
23491        {
23492            "input": "&kfr;",
23493            "description": "Named entity: kfr; with a semi-colon",
23494            "output": [
23495                [
23496                    "Character",
23497                    "\ud835\udd28"
23498                ]
23499            ]
23500        },
23501        {
23502            "input": "&kgreen",
23503            "description": "Bad named entity: kgreen without a semi-colon",
23504            "output": [
23505                [
23506                    "Character",
23507                    "&kgreen"
23508                ]
23509            ]
23510        },
23511        {
23512            "input": "&kgreen;",
23513            "description": "Named entity: kgreen; with a semi-colon",
23514            "output": [
23515                [
23516                    "Character",
23517                    "\u0138"
23518                ]
23519            ]
23520        },
23521        {
23522            "input": "&khcy",
23523            "description": "Bad named entity: khcy without a semi-colon",
23524            "output": [
23525                [
23526                    "Character",
23527                    "&khcy"
23528                ]
23529            ]
23530        },
23531        {
23532            "input": "&khcy;",
23533            "description": "Named entity: khcy; with a semi-colon",
23534            "output": [
23535                [
23536                    "Character",
23537                    "\u0445"
23538                ]
23539            ]
23540        },
23541        {
23542            "input": "&kjcy",
23543            "description": "Bad named entity: kjcy without a semi-colon",
23544            "output": [
23545                [
23546                    "Character",
23547                    "&kjcy"
23548                ]
23549            ]
23550        },
23551        {
23552            "input": "&kjcy;",
23553            "description": "Named entity: kjcy; with a semi-colon",
23554            "output": [
23555                [
23556                    "Character",
23557                    "\u045c"
23558                ]
23559            ]
23560        },
23561        {
23562            "input": "&kopf",
23563            "description": "Bad named entity: kopf without a semi-colon",
23564            "output": [
23565                [
23566                    "Character",
23567                    "&kopf"
23568                ]
23569            ]
23570        },
23571        {
23572            "input": "&kopf;",
23573            "description": "Named entity: kopf; with a semi-colon",
23574            "output": [
23575                [
23576                    "Character",
23577                    "\ud835\udd5c"
23578                ]
23579            ]
23580        },
23581        {
23582            "input": "&kscr",
23583            "description": "Bad named entity: kscr without a semi-colon",
23584            "output": [
23585                [
23586                    "Character",
23587                    "&kscr"
23588                ]
23589            ]
23590        },
23591        {
23592            "input": "&kscr;",
23593            "description": "Named entity: kscr; with a semi-colon",
23594            "output": [
23595                [
23596                    "Character",
23597                    "\ud835\udcc0"
23598                ]
23599            ]
23600        },
23601        {
23602            "input": "&lAarr",
23603            "description": "Bad named entity: lAarr without a semi-colon",
23604            "output": [
23605                [
23606                    "Character",
23607                    "&lAarr"
23608                ]
23609            ]
23610        },
23611        {
23612            "input": "&lAarr;",
23613            "description": "Named entity: lAarr; with a semi-colon",
23614            "output": [
23615                [
23616                    "Character",
23617                    "\u21da"
23618                ]
23619            ]
23620        },
23621        {
23622            "input": "&lArr",
23623            "description": "Bad named entity: lArr without a semi-colon",
23624            "output": [
23625                [
23626                    "Character",
23627                    "&lArr"
23628                ]
23629            ]
23630        },
23631        {
23632            "input": "&lArr;",
23633            "description": "Named entity: lArr; with a semi-colon",
23634            "output": [
23635                [
23636                    "Character",
23637                    "\u21d0"
23638                ]
23639            ]
23640        },
23641        {
23642            "input": "&lAtail",
23643            "description": "Bad named entity: lAtail without a semi-colon",
23644            "output": [
23645                [
23646                    "Character",
23647                    "&lAtail"
23648                ]
23649            ]
23650        },
23651        {
23652            "input": "&lAtail;",
23653            "description": "Named entity: lAtail; with a semi-colon",
23654            "output": [
23655                [
23656                    "Character",
23657                    "\u291b"
23658                ]
23659            ]
23660        },
23661        {
23662            "input": "&lBarr",
23663            "description": "Bad named entity: lBarr without a semi-colon",
23664            "output": [
23665                [
23666                    "Character",
23667                    "&lBarr"
23668                ]
23669            ]
23670        },
23671        {
23672            "input": "&lBarr;",
23673            "description": "Named entity: lBarr; with a semi-colon",
23674            "output": [
23675                [
23676                    "Character",
23677                    "\u290e"
23678                ]
23679            ]
23680        },
23681        {
23682            "input": "&lE",
23683            "description": "Bad named entity: lE without a semi-colon",
23684            "output": [
23685                [
23686                    "Character",
23687                    "&lE"
23688                ]
23689            ]
23690        },
23691        {
23692            "input": "&lE;",
23693            "description": "Named entity: lE; with a semi-colon",
23694            "output": [
23695                [
23696                    "Character",
23697                    "\u2266"
23698                ]
23699            ]
23700        },
23701        {
23702            "input": "&lEg",
23703            "description": "Bad named entity: lEg without a semi-colon",
23704            "output": [
23705                [
23706                    "Character",
23707                    "&lEg"
23708                ]
23709            ]
23710        },
23711        {
23712            "input": "&lEg;",
23713            "description": "Named entity: lEg; with a semi-colon",
23714            "output": [
23715                [
23716                    "Character",
23717                    "\u2a8b"
23718                ]
23719            ]
23720        },
23721        {
23722            "input": "&lHar",
23723            "description": "Bad named entity: lHar without a semi-colon",
23724            "output": [
23725                [
23726                    "Character",
23727                    "&lHar"
23728                ]
23729            ]
23730        },
23731        {
23732            "input": "&lHar;",
23733            "description": "Named entity: lHar; with a semi-colon",
23734            "output": [
23735                [
23736                    "Character",
23737                    "\u2962"
23738                ]
23739            ]
23740        },
23741        {
23742            "input": "&lacute",
23743            "description": "Bad named entity: lacute without a semi-colon",
23744            "output": [
23745                [
23746                    "Character",
23747                    "&lacute"
23748                ]
23749            ]
23750        },
23751        {
23752            "input": "&lacute;",
23753            "description": "Named entity: lacute; with a semi-colon",
23754            "output": [
23755                [
23756                    "Character",
23757                    "\u013a"
23758                ]
23759            ]
23760        },
23761        {
23762            "input": "&laemptyv",
23763            "description": "Bad named entity: laemptyv without a semi-colon",
23764            "output": [
23765                [
23766                    "Character",
23767                    "&laemptyv"
23768                ]
23769            ]
23770        },
23771        {
23772            "input": "&laemptyv;",
23773            "description": "Named entity: laemptyv; with a semi-colon",
23774            "output": [
23775                [
23776                    "Character",
23777                    "\u29b4"
23778                ]
23779            ]
23780        },
23781        {
23782            "input": "&lagran",
23783            "description": "Bad named entity: lagran without a semi-colon",
23784            "output": [
23785                [
23786                    "Character",
23787                    "&lagran"
23788                ]
23789            ]
23790        },
23791        {
23792            "input": "&lagran;",
23793            "description": "Named entity: lagran; with a semi-colon",
23794            "output": [
23795                [
23796                    "Character",
23797                    "\u2112"
23798                ]
23799            ]
23800        },
23801        {
23802            "input": "&lambda",
23803            "description": "Bad named entity: lambda without a semi-colon",
23804            "output": [
23805                [
23806                    "Character",
23807                    "&lambda"
23808                ]
23809            ]
23810        },
23811        {
23812            "input": "&lambda;",
23813            "description": "Named entity: lambda; with a semi-colon",
23814            "output": [
23815                [
23816                    "Character",
23817                    "\u03bb"
23818                ]
23819            ]
23820        },
23821        {
23822            "input": "&lang",
23823            "description": "Bad named entity: lang without a semi-colon",
23824            "output": [
23825                [
23826                    "Character",
23827                    "&lang"
23828                ]
23829            ]
23830        },
23831        {
23832            "input": "&lang;",
23833            "description": "Named entity: lang; with a semi-colon",
23834            "output": [
23835                [
23836                    "Character",
23837                    "\u27e8"
23838                ]
23839            ]
23840        },
23841        {
23842            "input": "&langd",
23843            "description": "Bad named entity: langd without a semi-colon",
23844            "output": [
23845                [
23846                    "Character",
23847                    "&langd"
23848                ]
23849            ]
23850        },
23851        {
23852            "input": "&langd;",
23853            "description": "Named entity: langd; with a semi-colon",
23854            "output": [
23855                [
23856                    "Character",
23857                    "\u2991"
23858                ]
23859            ]
23860        },
23861        {
23862            "input": "&langle",
23863            "description": "Bad named entity: langle without a semi-colon",
23864            "output": [
23865                [
23866                    "Character",
23867                    "&langle"
23868                ]
23869            ]
23870        },
23871        {
23872            "input": "&langle;",
23873            "description": "Named entity: langle; with a semi-colon",
23874            "output": [
23875                [
23876                    "Character",
23877                    "\u27e8"
23878                ]
23879            ]
23880        },
23881        {
23882            "input": "&lap",
23883            "description": "Bad named entity: lap without a semi-colon",
23884            "output": [
23885                [
23886                    "Character",
23887                    "&lap"
23888                ]
23889            ]
23890        },
23891        {
23892            "input": "&lap;",
23893            "description": "Named entity: lap; with a semi-colon",
23894            "output": [
23895                [
23896                    "Character",
23897                    "\u2a85"
23898                ]
23899            ]
23900        },
23901        {
23902            "input": "&laquo",
23903            "description": "Named entity: laquo without a semi-colon",
23904            "output": [
23905                "ParseError",
23906                [
23907                    "Character",
23908                    "\u00ab"
23909                ]
23910            ]
23911        },
23912        {
23913            "input": "&laquo;",
23914            "description": "Named entity: laquo; with a semi-colon",
23915            "output": [
23916                [
23917                    "Character",
23918                    "\u00ab"
23919                ]
23920            ]
23921        },
23922        {
23923            "input": "&larr",
23924            "description": "Bad named entity: larr without a semi-colon",
23925            "output": [
23926                [
23927                    "Character",
23928                    "&larr"
23929                ]
23930            ]
23931        },
23932        {
23933            "input": "&larr;",
23934            "description": "Named entity: larr; with a semi-colon",
23935            "output": [
23936                [
23937                    "Character",
23938                    "\u2190"
23939                ]
23940            ]
23941        },
23942        {
23943            "input": "&larrb",
23944            "description": "Bad named entity: larrb without a semi-colon",
23945            "output": [
23946                [
23947                    "Character",
23948                    "&larrb"
23949                ]
23950            ]
23951        },
23952        {
23953            "input": "&larrb;",
23954            "description": "Named entity: larrb; with a semi-colon",
23955            "output": [
23956                [
23957                    "Character",
23958                    "\u21e4"
23959                ]
23960            ]
23961        },
23962        {
23963            "input": "&larrbfs",
23964            "description": "Bad named entity: larrbfs without a semi-colon",
23965            "output": [
23966                [
23967                    "Character",
23968                    "&larrbfs"
23969                ]
23970            ]
23971        },
23972        {
23973            "input": "&larrbfs;",
23974            "description": "Named entity: larrbfs; with a semi-colon",
23975            "output": [
23976                [
23977                    "Character",
23978                    "\u291f"
23979                ]
23980            ]
23981        },
23982        {
23983            "input": "&larrfs",
23984            "description": "Bad named entity: larrfs without a semi-colon",
23985            "output": [
23986                [
23987                    "Character",
23988                    "&larrfs"
23989                ]
23990            ]
23991        },
23992        {
23993            "input": "&larrfs;",
23994            "description": "Named entity: larrfs; with a semi-colon",
23995            "output": [
23996                [
23997                    "Character",
23998                    "\u291d"
23999                ]
24000            ]
24001        },
24002        {
24003            "input": "&larrhk",
24004            "description": "Bad named entity: larrhk without a semi-colon",
24005            "output": [
24006                [
24007                    "Character",
24008                    "&larrhk"
24009                ]
24010            ]
24011        },
24012        {
24013            "input": "&larrhk;",
24014            "description": "Named entity: larrhk; with a semi-colon",
24015            "output": [
24016                [
24017                    "Character",
24018                    "\u21a9"
24019                ]
24020            ]
24021        },
24022        {
24023            "input": "&larrlp",
24024            "description": "Bad named entity: larrlp without a semi-colon",
24025            "output": [
24026                [
24027                    "Character",
24028                    "&larrlp"
24029                ]
24030            ]
24031        },
24032        {
24033            "input": "&larrlp;",
24034            "description": "Named entity: larrlp; with a semi-colon",
24035            "output": [
24036                [
24037                    "Character",
24038                    "\u21ab"
24039                ]
24040            ]
24041        },
24042        {
24043            "input": "&larrpl",
24044            "description": "Bad named entity: larrpl without a semi-colon",
24045            "output": [
24046                [
24047                    "Character",
24048                    "&larrpl"
24049                ]
24050            ]
24051        },
24052        {
24053            "input": "&larrpl;",
24054            "description": "Named entity: larrpl; with a semi-colon",
24055            "output": [
24056                [
24057                    "Character",
24058                    "\u2939"
24059                ]
24060            ]
24061        },
24062        {
24063            "input": "&larrsim",
24064            "description": "Bad named entity: larrsim without a semi-colon",
24065            "output": [
24066                [
24067                    "Character",
24068                    "&larrsim"
24069                ]
24070            ]
24071        },
24072        {
24073            "input": "&larrsim;",
24074            "description": "Named entity: larrsim; with a semi-colon",
24075            "output": [
24076                [
24077                    "Character",
24078                    "\u2973"
24079                ]
24080            ]
24081        },
24082        {
24083            "input": "&larrtl",
24084            "description": "Bad named entity: larrtl without a semi-colon",
24085            "output": [
24086                [
24087                    "Character",
24088                    "&larrtl"
24089                ]
24090            ]
24091        },
24092        {
24093            "input": "&larrtl;",
24094            "description": "Named entity: larrtl; with a semi-colon",
24095            "output": [
24096                [
24097                    "Character",
24098                    "\u21a2"
24099                ]
24100            ]
24101        },
24102        {
24103            "input": "&lat",
24104            "description": "Bad named entity: lat without a semi-colon",
24105            "output": [
24106                [
24107                    "Character",
24108                    "&lat"
24109                ]
24110            ]
24111        },
24112        {
24113            "input": "&lat;",
24114            "description": "Named entity: lat; with a semi-colon",
24115            "output": [
24116                [
24117                    "Character",
24118                    "\u2aab"
24119                ]
24120            ]
24121        },
24122        {
24123            "input": "&latail",
24124            "description": "Bad named entity: latail without a semi-colon",
24125            "output": [
24126                [
24127                    "Character",
24128                    "&latail"
24129                ]
24130            ]
24131        },
24132        {
24133            "input": "&latail;",
24134            "description": "Named entity: latail; with a semi-colon",
24135            "output": [
24136                [
24137                    "Character",
24138                    "\u2919"
24139                ]
24140            ]
24141        },
24142        {
24143            "input": "&late",
24144            "description": "Bad named entity: late without a semi-colon",
24145            "output": [
24146                [
24147                    "Character",
24148                    "&late"
24149                ]
24150            ]
24151        },
24152        {
24153            "input": "&late;",
24154            "description": "Named entity: late; with a semi-colon",
24155            "output": [
24156                [
24157                    "Character",
24158                    "\u2aad"
24159                ]
24160            ]
24161        },
24162        {
24163            "input": "&lates",
24164            "description": "Bad named entity: lates without a semi-colon",
24165            "output": [
24166                [
24167                    "Character",
24168                    "&lates"
24169                ]
24170            ]
24171        },
24172        {
24173            "input": "&lates;",
24174            "description": "Named entity: lates; with a semi-colon",
24175            "output": [
24176                [
24177                    "Character",
24178                    "\u2aad\ufe00"
24179                ]
24180            ]
24181        },
24182        {
24183            "input": "&lbarr",
24184            "description": "Bad named entity: lbarr without a semi-colon",
24185            "output": [
24186                [
24187                    "Character",
24188                    "&lbarr"
24189                ]
24190            ]
24191        },
24192        {
24193            "input": "&lbarr;",
24194            "description": "Named entity: lbarr; with a semi-colon",
24195            "output": [
24196                [
24197                    "Character",
24198                    "\u290c"
24199                ]
24200            ]
24201        },
24202        {
24203            "input": "&lbbrk",
24204            "description": "Bad named entity: lbbrk without a semi-colon",
24205            "output": [
24206                [
24207                    "Character",
24208                    "&lbbrk"
24209                ]
24210            ]
24211        },
24212        {
24213            "input": "&lbbrk;",
24214            "description": "Named entity: lbbrk; with a semi-colon",
24215            "output": [
24216                [
24217                    "Character",
24218                    "\u2772"
24219                ]
24220            ]
24221        },
24222        {
24223            "input": "&lbrace",
24224            "description": "Bad named entity: lbrace without a semi-colon",
24225            "output": [
24226                [
24227                    "Character",
24228                    "&lbrace"
24229                ]
24230            ]
24231        },
24232        {
24233            "input": "&lbrace;",
24234            "description": "Named entity: lbrace; with a semi-colon",
24235            "output": [
24236                [
24237                    "Character",
24238                    "{"
24239                ]
24240            ]
24241        },
24242        {
24243            "input": "&lbrack",
24244            "description": "Bad named entity: lbrack without a semi-colon",
24245            "output": [
24246                [
24247                    "Character",
24248                    "&lbrack"
24249                ]
24250            ]
24251        },
24252        {
24253            "input": "&lbrack;",
24254            "description": "Named entity: lbrack; with a semi-colon",
24255            "output": [
24256                [
24257                    "Character",
24258                    "["
24259                ]
24260            ]
24261        },
24262        {
24263            "input": "&lbrke",
24264            "description": "Bad named entity: lbrke without a semi-colon",
24265            "output": [
24266                [
24267                    "Character",
24268                    "&lbrke"
24269                ]
24270            ]
24271        },
24272        {
24273            "input": "&lbrke;",
24274            "description": "Named entity: lbrke; with a semi-colon",
24275            "output": [
24276                [
24277                    "Character",
24278                    "\u298b"
24279                ]
24280            ]
24281        },
24282        {
24283            "input": "&lbrksld",
24284            "description": "Bad named entity: lbrksld without a semi-colon",
24285            "output": [
24286                [
24287                    "Character",
24288                    "&lbrksld"
24289                ]
24290            ]
24291        },
24292        {
24293            "input": "&lbrksld;",
24294            "description": "Named entity: lbrksld; with a semi-colon",
24295            "output": [
24296                [
24297                    "Character",
24298                    "\u298f"
24299                ]
24300            ]
24301        },
24302        {
24303            "input": "&lbrkslu",
24304            "description": "Bad named entity: lbrkslu without a semi-colon",
24305            "output": [
24306                [
24307                    "Character",
24308                    "&lbrkslu"
24309                ]
24310            ]
24311        },
24312        {
24313            "input": "&lbrkslu;",
24314            "description": "Named entity: lbrkslu; with a semi-colon",
24315            "output": [
24316                [
24317                    "Character",
24318                    "\u298d"
24319                ]
24320            ]
24321        },
24322        {
24323            "input": "&lcaron",
24324            "description": "Bad named entity: lcaron without a semi-colon",
24325            "output": [
24326                [
24327                    "Character",
24328                    "&lcaron"
24329                ]
24330            ]
24331        },
24332        {
24333            "input": "&lcaron;",
24334            "description": "Named entity: lcaron; with a semi-colon",
24335            "output": [
24336                [
24337                    "Character",
24338                    "\u013e"
24339                ]
24340            ]
24341        },
24342        {
24343            "input": "&lcedil",
24344            "description": "Bad named entity: lcedil without a semi-colon",
24345            "output": [
24346                [
24347                    "Character",
24348                    "&lcedil"
24349                ]
24350            ]
24351        },
24352        {
24353            "input": "&lcedil;",
24354            "description": "Named entity: lcedil; with a semi-colon",
24355            "output": [
24356                [
24357                    "Character",
24358                    "\u013c"
24359                ]
24360            ]
24361        },
24362        {
24363            "input": "&lceil",
24364            "description": "Bad named entity: lceil without a semi-colon",
24365            "output": [
24366                [
24367                    "Character",
24368                    "&lceil"
24369                ]
24370            ]
24371        },
24372        {
24373            "input": "&lceil;",
24374            "description": "Named entity: lceil; with a semi-colon",
24375            "output": [
24376                [
24377                    "Character",
24378                    "\u2308"
24379                ]
24380            ]
24381        },
24382        {
24383            "input": "&lcub",
24384            "description": "Bad named entity: lcub without a semi-colon",
24385            "output": [
24386                [
24387                    "Character",
24388                    "&lcub"
24389                ]
24390            ]
24391        },
24392        {
24393            "input": "&lcub;",
24394            "description": "Named entity: lcub; with a semi-colon",
24395            "output": [
24396                [
24397                    "Character",
24398                    "{"
24399                ]
24400            ]
24401        },
24402        {
24403            "input": "&lcy",
24404            "description": "Bad named entity: lcy without a semi-colon",
24405            "output": [
24406                [
24407                    "Character",
24408                    "&lcy"
24409                ]
24410            ]
24411        },
24412        {
24413            "input": "&lcy;",
24414            "description": "Named entity: lcy; with a semi-colon",
24415            "output": [
24416                [
24417                    "Character",
24418                    "\u043b"
24419                ]
24420            ]
24421        },
24422        {
24423            "input": "&ldca",
24424            "description": "Bad named entity: ldca without a semi-colon",
24425            "output": [
24426                [
24427                    "Character",
24428                    "&ldca"
24429                ]
24430            ]
24431        },
24432        {
24433            "input": "&ldca;",
24434            "description": "Named entity: ldca; with a semi-colon",
24435            "output": [
24436                [
24437                    "Character",
24438                    "\u2936"
24439                ]
24440            ]
24441        },
24442        {
24443            "input": "&ldquo",
24444            "description": "Bad named entity: ldquo without a semi-colon",
24445            "output": [
24446                [
24447                    "Character",
24448                    "&ldquo"
24449                ]
24450            ]
24451        },
24452        {
24453            "input": "&ldquo;",
24454            "description": "Named entity: ldquo; with a semi-colon",
24455            "output": [
24456                [
24457                    "Character",
24458                    "\u201c"
24459                ]
24460            ]
24461        },
24462        {
24463            "input": "&ldquor",
24464            "description": "Bad named entity: ldquor without a semi-colon",
24465            "output": [
24466                [
24467                    "Character",
24468                    "&ldquor"
24469                ]
24470            ]
24471        },
24472        {
24473            "input": "&ldquor;",
24474            "description": "Named entity: ldquor; with a semi-colon",
24475            "output": [
24476                [
24477                    "Character",
24478                    "\u201e"
24479                ]
24480            ]
24481        },
24482        {
24483            "input": "&ldrdhar",
24484            "description": "Bad named entity: ldrdhar without a semi-colon",
24485            "output": [
24486                [
24487                    "Character",
24488                    "&ldrdhar"
24489                ]
24490            ]
24491        },
24492        {
24493            "input": "&ldrdhar;",
24494            "description": "Named entity: ldrdhar; with a semi-colon",
24495            "output": [
24496                [
24497                    "Character",
24498                    "\u2967"
24499                ]
24500            ]
24501        },
24502        {
24503            "input": "&ldrushar",
24504            "description": "Bad named entity: ldrushar without a semi-colon",
24505            "output": [
24506                [
24507                    "Character",
24508                    "&ldrushar"
24509                ]
24510            ]
24511        },
24512        {
24513            "input": "&ldrushar;",
24514            "description": "Named entity: ldrushar; with a semi-colon",
24515            "output": [
24516                [
24517                    "Character",
24518                    "\u294b"
24519                ]
24520            ]
24521        },
24522        {
24523            "input": "&ldsh",
24524            "description": "Bad named entity: ldsh without a semi-colon",
24525            "output": [
24526                [
24527                    "Character",
24528                    "&ldsh"
24529                ]
24530            ]
24531        },
24532        {
24533            "input": "&ldsh;",
24534            "description": "Named entity: ldsh; with a semi-colon",
24535            "output": [
24536                [
24537                    "Character",
24538                    "\u21b2"
24539                ]
24540            ]
24541        },
24542        {
24543            "input": "&le",
24544            "description": "Bad named entity: le without a semi-colon",
24545            "output": [
24546                [
24547                    "Character",
24548                    "&le"
24549                ]
24550            ]
24551        },
24552        {
24553            "input": "&le;",
24554            "description": "Named entity: le; with a semi-colon",
24555            "output": [
24556                [
24557                    "Character",
24558                    "\u2264"
24559                ]
24560            ]
24561        },
24562        {
24563            "input": "&leftarrow",
24564            "description": "Bad named entity: leftarrow without a semi-colon",
24565            "output": [
24566                [
24567                    "Character",
24568                    "&leftarrow"
24569                ]
24570            ]
24571        },
24572        {
24573            "input": "&leftarrow;",
24574            "description": "Named entity: leftarrow; with a semi-colon",
24575            "output": [
24576                [
24577                    "Character",
24578                    "\u2190"
24579                ]
24580            ]
24581        },
24582        {
24583            "input": "&leftarrowtail",
24584            "description": "Bad named entity: leftarrowtail without a semi-colon",
24585            "output": [
24586                [
24587                    "Character",
24588                    "&leftarrowtail"
24589                ]
24590            ]
24591        },
24592        {
24593            "input": "&leftarrowtail;",
24594            "description": "Named entity: leftarrowtail; with a semi-colon",
24595            "output": [
24596                [
24597                    "Character",
24598                    "\u21a2"
24599                ]
24600            ]
24601        },
24602        {
24603            "input": "&leftharpoondown",
24604            "description": "Bad named entity: leftharpoondown without a semi-colon",
24605            "output": [
24606                [
24607                    "Character",
24608                    "&leftharpoondown"
24609                ]
24610            ]
24611        },
24612        {
24613            "input": "&leftharpoondown;",
24614            "description": "Named entity: leftharpoondown; with a semi-colon",
24615            "output": [
24616                [
24617                    "Character",
24618                    "\u21bd"
24619                ]
24620            ]
24621        },
24622        {
24623            "input": "&leftharpoonup",
24624            "description": "Bad named entity: leftharpoonup without a semi-colon",
24625            "output": [
24626                [
24627                    "Character",
24628                    "&leftharpoonup"
24629                ]
24630            ]
24631        },
24632        {
24633            "input": "&leftharpoonup;",
24634            "description": "Named entity: leftharpoonup; with a semi-colon",
24635            "output": [
24636                [
24637                    "Character",
24638                    "\u21bc"
24639                ]
24640            ]
24641        },
24642        {
24643            "input": "&leftleftarrows",
24644            "description": "Bad named entity: leftleftarrows without a semi-colon",
24645            "output": [
24646                [
24647                    "Character",
24648                    "&leftleftarrows"
24649                ]
24650            ]
24651        },
24652        {
24653            "input": "&leftleftarrows;",
24654            "description": "Named entity: leftleftarrows; with a semi-colon",
24655            "output": [
24656                [
24657                    "Character",
24658                    "\u21c7"
24659                ]
24660            ]
24661        },
24662        {
24663            "input": "&leftrightarrow",
24664            "description": "Bad named entity: leftrightarrow without a semi-colon",
24665            "output": [
24666                [
24667                    "Character",
24668                    "&leftrightarrow"
24669                ]
24670            ]
24671        },
24672        {
24673            "input": "&leftrightarrow;",
24674            "description": "Named entity: leftrightarrow; with a semi-colon",
24675            "output": [
24676                [
24677                    "Character",
24678                    "\u2194"
24679                ]
24680            ]
24681        },
24682        {
24683            "input": "&leftrightarrows",
24684            "description": "Bad named entity: leftrightarrows without a semi-colon",
24685            "output": [
24686                [
24687                    "Character",
24688                    "&leftrightarrows"
24689                ]
24690            ]
24691        },
24692        {
24693            "input": "&leftrightarrows;",
24694            "description": "Named entity: leftrightarrows; with a semi-colon",
24695            "output": [
24696                [
24697                    "Character",
24698                    "\u21c6"
24699                ]
24700            ]
24701        },
24702        {
24703            "input": "&leftrightharpoons",
24704            "description": "Bad named entity: leftrightharpoons without a semi-colon",
24705            "output": [
24706                [
24707                    "Character",
24708                    "&leftrightharpoons"
24709                ]
24710            ]
24711        },
24712        {
24713            "input": "&leftrightharpoons;",
24714            "description": "Named entity: leftrightharpoons; with a semi-colon",
24715            "output": [
24716                [
24717                    "Character",
24718                    "\u21cb"
24719                ]
24720            ]
24721        },
24722        {
24723            "input": "&leftrightsquigarrow",
24724            "description": "Bad named entity: leftrightsquigarrow without a semi-colon",
24725            "output": [
24726                [
24727                    "Character",
24728                    "&leftrightsquigarrow"
24729                ]
24730            ]
24731        },
24732        {
24733            "input": "&leftrightsquigarrow;",
24734            "description": "Named entity: leftrightsquigarrow; with a semi-colon",
24735            "output": [
24736                [
24737                    "Character",
24738                    "\u21ad"
24739                ]
24740            ]
24741        },
24742        {
24743            "input": "&leftthreetimes",
24744            "description": "Bad named entity: leftthreetimes without a semi-colon",
24745            "output": [
24746                [
24747                    "Character",
24748                    "&leftthreetimes"
24749                ]
24750            ]
24751        },
24752        {
24753            "input": "&leftthreetimes;",
24754            "description": "Named entity: leftthreetimes; with a semi-colon",
24755            "output": [
24756                [
24757                    "Character",
24758                    "\u22cb"
24759                ]
24760            ]
24761        },
24762        {
24763            "input": "&leg",
24764            "description": "Bad named entity: leg without a semi-colon",
24765            "output": [
24766                [
24767                    "Character",
24768                    "&leg"
24769                ]
24770            ]
24771        },
24772        {
24773            "input": "&leg;",
24774            "description": "Named entity: leg; with a semi-colon",
24775            "output": [
24776                [
24777                    "Character",
24778                    "\u22da"
24779                ]
24780            ]
24781        },
24782        {
24783            "input": "&leq",
24784            "description": "Bad named entity: leq without a semi-colon",
24785            "output": [
24786                [
24787                    "Character",
24788                    "&leq"
24789                ]
24790            ]
24791        },
24792        {
24793            "input": "&leq;",
24794            "description": "Named entity: leq; with a semi-colon",
24795            "output": [
24796                [
24797                    "Character",
24798                    "\u2264"
24799                ]
24800            ]
24801        },
24802        {
24803            "input": "&leqq",
24804            "description": "Bad named entity: leqq without a semi-colon",
24805            "output": [
24806                [
24807                    "Character",
24808                    "&leqq"
24809                ]
24810            ]
24811        },
24812        {
24813            "input": "&leqq;",
24814            "description": "Named entity: leqq; with a semi-colon",
24815            "output": [
24816                [
24817                    "Character",
24818                    "\u2266"
24819                ]
24820            ]
24821        },
24822        {
24823            "input": "&leqslant",
24824            "description": "Bad named entity: leqslant without a semi-colon",
24825            "output": [
24826                [
24827                    "Character",
24828                    "&leqslant"
24829                ]
24830            ]
24831        },
24832        {
24833            "input": "&leqslant;",
24834            "description": "Named entity: leqslant; with a semi-colon",
24835            "output": [
24836                [
24837                    "Character",
24838                    "\u2a7d"
24839                ]
24840            ]
24841        },
24842        {
24843            "input": "&les",
24844            "description": "Bad named entity: les without a semi-colon",
24845            "output": [
24846                [
24847                    "Character",
24848                    "&les"
24849                ]
24850            ]
24851        },
24852        {
24853            "input": "&les;",
24854            "description": "Named entity: les; with a semi-colon",
24855            "output": [
24856                [
24857                    "Character",
24858                    "\u2a7d"
24859                ]
24860            ]
24861        },
24862        {
24863            "input": "&lescc",
24864            "description": "Bad named entity: lescc without a semi-colon",
24865            "output": [
24866                [
24867                    "Character",
24868                    "&lescc"
24869                ]
24870            ]
24871        },
24872        {
24873            "input": "&lescc;",
24874            "description": "Named entity: lescc; with a semi-colon",
24875            "output": [
24876                [
24877                    "Character",
24878                    "\u2aa8"
24879                ]
24880            ]
24881        },
24882        {
24883            "input": "&lesdot",
24884            "description": "Bad named entity: lesdot without a semi-colon",
24885            "output": [
24886                [
24887                    "Character",
24888                    "&lesdot"
24889                ]
24890            ]
24891        },
24892        {
24893            "input": "&lesdot;",
24894            "description": "Named entity: lesdot; with a semi-colon",
24895            "output": [
24896                [
24897                    "Character",
24898                    "\u2a7f"
24899                ]
24900            ]
24901        },
24902        {
24903            "input": "&lesdoto",
24904            "description": "Bad named entity: lesdoto without a semi-colon",
24905            "output": [
24906                [
24907                    "Character",
24908                    "&lesdoto"
24909                ]
24910            ]
24911        },
24912        {
24913            "input": "&lesdoto;",
24914            "description": "Named entity: lesdoto; with a semi-colon",
24915            "output": [
24916                [
24917                    "Character",
24918                    "\u2a81"
24919                ]
24920            ]
24921        },
24922        {
24923            "input": "&lesdotor",
24924            "description": "Bad named entity: lesdotor without a semi-colon",
24925            "output": [
24926                [
24927                    "Character",
24928                    "&lesdotor"
24929                ]
24930            ]
24931        },
24932        {
24933            "input": "&lesdotor;",
24934            "description": "Named entity: lesdotor; with a semi-colon",
24935            "output": [
24936                [
24937                    "Character",
24938                    "\u2a83"
24939                ]
24940            ]
24941        },
24942        {
24943            "input": "&lesg",
24944            "description": "Bad named entity: lesg without a semi-colon",
24945            "output": [
24946                [
24947                    "Character",
24948                    "&lesg"
24949                ]
24950            ]
24951        },
24952        {
24953            "input": "&lesg;",
24954            "description": "Named entity: lesg; with a semi-colon",
24955            "output": [
24956                [
24957                    "Character",
24958                    "\u22da\ufe00"
24959                ]
24960            ]
24961        },
24962        {
24963            "input": "&lesges",
24964            "description": "Bad named entity: lesges without a semi-colon",
24965            "output": [
24966                [
24967                    "Character",
24968                    "&lesges"
24969                ]
24970            ]
24971        },
24972        {
24973            "input": "&lesges;",
24974            "description": "Named entity: lesges; with a semi-colon",
24975            "output": [
24976                [
24977                    "Character",
24978                    "\u2a93"
24979                ]
24980            ]
24981        },
24982        {
24983            "input": "&lessapprox",
24984            "description": "Bad named entity: lessapprox without a semi-colon",
24985            "output": [
24986                [
24987                    "Character",
24988                    "&lessapprox"
24989                ]
24990            ]
24991        },
24992        {
24993            "input": "&lessapprox;",
24994            "description": "Named entity: lessapprox; with a semi-colon",
24995            "output": [
24996                [
24997                    "Character",
24998                    "\u2a85"
24999                ]
25000            ]
25001        },
25002        {
25003            "input": "&lessdot",
25004            "description": "Bad named entity: lessdot without a semi-colon",
25005            "output": [
25006                [
25007                    "Character",
25008                    "&lessdot"
25009                ]
25010            ]
25011        },
25012        {
25013            "input": "&lessdot;",
25014            "description": "Named entity: lessdot; with a semi-colon",
25015            "output": [
25016                [
25017                    "Character",
25018                    "\u22d6"
25019                ]
25020            ]
25021        },
25022        {
25023            "input": "&lesseqgtr",
25024            "description": "Bad named entity: lesseqgtr without a semi-colon",
25025            "output": [
25026                [
25027                    "Character",
25028                    "&lesseqgtr"
25029                ]
25030            ]
25031        },
25032        {
25033            "input": "&lesseqgtr;",
25034            "description": "Named entity: lesseqgtr; with a semi-colon",
25035            "output": [
25036                [
25037                    "Character",
25038                    "\u22da"
25039                ]
25040            ]
25041        },
25042        {
25043            "input": "&lesseqqgtr",
25044            "description": "Bad named entity: lesseqqgtr without a semi-colon",
25045            "output": [
25046                [
25047                    "Character",
25048                    "&lesseqqgtr"
25049                ]
25050            ]
25051        },
25052        {
25053            "input": "&lesseqqgtr;",
25054            "description": "Named entity: lesseqqgtr; with a semi-colon",
25055            "output": [
25056                [
25057                    "Character",
25058                    "\u2a8b"
25059                ]
25060            ]
25061        },
25062        {
25063            "input": "&lessgtr",
25064            "description": "Bad named entity: lessgtr without a semi-colon",
25065            "output": [
25066                [
25067                    "Character",
25068                    "&lessgtr"
25069                ]
25070            ]
25071        },
25072        {
25073            "input": "&lessgtr;",
25074            "description": "Named entity: lessgtr; with a semi-colon",
25075            "output": [
25076                [
25077                    "Character",
25078                    "\u2276"
25079                ]
25080            ]
25081        },
25082        {
25083            "input": "&lesssim",
25084            "description": "Bad named entity: lesssim without a semi-colon",
25085            "output": [
25086                [
25087                    "Character",
25088                    "&lesssim"
25089                ]
25090            ]
25091        },
25092        {
25093            "input": "&lesssim;",
25094            "description": "Named entity: lesssim; with a semi-colon",
25095            "output": [
25096                [
25097                    "Character",
25098                    "\u2272"
25099                ]
25100            ]
25101        },
25102        {
25103            "input": "&lfisht",
25104            "description": "Bad named entity: lfisht without a semi-colon",
25105            "output": [
25106                [
25107                    "Character",
25108                    "&lfisht"
25109                ]
25110            ]
25111        },
25112        {
25113            "input": "&lfisht;",
25114            "description": "Named entity: lfisht; with a semi-colon",
25115            "output": [
25116                [
25117                    "Character",
25118                    "\u297c"
25119                ]
25120            ]
25121        },
25122        {
25123            "input": "&lfloor",
25124            "description": "Bad named entity: lfloor without a semi-colon",
25125            "output": [
25126                [
25127                    "Character",
25128                    "&lfloor"
25129                ]
25130            ]
25131        },
25132        {
25133            "input": "&lfloor;",
25134            "description": "Named entity: lfloor; with a semi-colon",
25135            "output": [
25136                [
25137                    "Character",
25138                    "\u230a"
25139                ]
25140            ]
25141        },
25142        {
25143            "input": "&lfr",
25144            "description": "Bad named entity: lfr without a semi-colon",
25145            "output": [
25146                [
25147                    "Character",
25148                    "&lfr"
25149                ]
25150            ]
25151        },
25152        {
25153            "input": "&lfr;",
25154            "description": "Named entity: lfr; with a semi-colon",
25155            "output": [
25156                [
25157                    "Character",
25158                    "\ud835\udd29"
25159                ]
25160            ]
25161        },
25162        {
25163            "input": "&lg",
25164            "description": "Bad named entity: lg without a semi-colon",
25165            "output": [
25166                [
25167                    "Character",
25168                    "&lg"
25169                ]
25170            ]
25171        },
25172        {
25173            "input": "&lg;",
25174            "description": "Named entity: lg; with a semi-colon",
25175            "output": [
25176                [
25177                    "Character",
25178                    "\u2276"
25179                ]
25180            ]
25181        },
25182        {
25183            "input": "&lgE",
25184            "description": "Bad named entity: lgE without a semi-colon",
25185            "output": [
25186                [
25187                    "Character",
25188                    "&lgE"
25189                ]
25190            ]
25191        },
25192        {
25193            "input": "&lgE;",
25194            "description": "Named entity: lgE; with a semi-colon",
25195            "output": [
25196                [
25197                    "Character",
25198                    "\u2a91"
25199                ]
25200            ]
25201        },
25202        {
25203            "input": "&lhard",
25204            "description": "Bad named entity: lhard without a semi-colon",
25205            "output": [
25206                [
25207                    "Character",
25208                    "&lhard"
25209                ]
25210            ]
25211        },
25212        {
25213            "input": "&lhard;",
25214            "description": "Named entity: lhard; with a semi-colon",
25215            "output": [
25216                [
25217                    "Character",
25218                    "\u21bd"
25219                ]
25220            ]
25221        },
25222        {
25223            "input": "&lharu",
25224            "description": "Bad named entity: lharu without a semi-colon",
25225            "output": [
25226                [
25227                    "Character",
25228                    "&lharu"
25229                ]
25230            ]
25231        },
25232        {
25233            "input": "&lharu;",
25234            "description": "Named entity: lharu; with a semi-colon",
25235            "output": [
25236                [
25237                    "Character",
25238                    "\u21bc"
25239                ]
25240            ]
25241        },
25242        {
25243            "input": "&lharul",
25244            "description": "Bad named entity: lharul without a semi-colon",
25245            "output": [
25246                [
25247                    "Character",
25248                    "&lharul"
25249                ]
25250            ]
25251        },
25252        {
25253            "input": "&lharul;",
25254            "description": "Named entity: lharul; with a semi-colon",
25255            "output": [
25256                [
25257                    "Character",
25258                    "\u296a"
25259                ]
25260            ]
25261        },
25262        {
25263            "input": "&lhblk",
25264            "description": "Bad named entity: lhblk without a semi-colon",
25265            "output": [
25266                [
25267                    "Character",
25268                    "&lhblk"
25269                ]
25270            ]
25271        },
25272        {
25273            "input": "&lhblk;",
25274            "description": "Named entity: lhblk; with a semi-colon",
25275            "output": [
25276                [
25277                    "Character",
25278                    "\u2584"
25279                ]
25280            ]
25281        },
25282        {
25283            "input": "&ljcy",
25284            "description": "Bad named entity: ljcy without a semi-colon",
25285            "output": [
25286                [
25287                    "Character",
25288                    "&ljcy"
25289                ]
25290            ]
25291        },
25292        {
25293            "input": "&ljcy;",
25294            "description": "Named entity: ljcy; with a semi-colon",
25295            "output": [
25296                [
25297                    "Character",
25298                    "\u0459"
25299                ]
25300            ]
25301        },
25302        {
25303            "input": "&ll",
25304            "description": "Bad named entity: ll without a semi-colon",
25305            "output": [
25306                [
25307                    "Character",
25308                    "&ll"
25309                ]
25310            ]
25311        },
25312        {
25313            "input": "&ll;",
25314            "description": "Named entity: ll; with a semi-colon",
25315            "output": [
25316                [
25317                    "Character",
25318                    "\u226a"
25319                ]
25320            ]
25321        },
25322        {
25323            "input": "&llarr",
25324            "description": "Bad named entity: llarr without a semi-colon",
25325            "output": [
25326                [
25327                    "Character",
25328                    "&llarr"
25329                ]
25330            ]
25331        },
25332        {
25333            "input": "&llarr;",
25334            "description": "Named entity: llarr; with a semi-colon",
25335            "output": [
25336                [
25337                    "Character",
25338                    "\u21c7"
25339                ]
25340            ]
25341        },
25342        {
25343            "input": "&llcorner",
25344            "description": "Bad named entity: llcorner without a semi-colon",
25345            "output": [
25346                [
25347                    "Character",
25348                    "&llcorner"
25349                ]
25350            ]
25351        },
25352        {
25353            "input": "&llcorner;",
25354            "description": "Named entity: llcorner; with a semi-colon",
25355            "output": [
25356                [
25357                    "Character",
25358                    "\u231e"
25359                ]
25360            ]
25361        },
25362        {
25363            "input": "&llhard",
25364            "description": "Bad named entity: llhard without a semi-colon",
25365            "output": [
25366                [
25367                    "Character",
25368                    "&llhard"
25369                ]
25370            ]
25371        },
25372        {
25373            "input": "&llhard;",
25374            "description": "Named entity: llhard; with a semi-colon",
25375            "output": [
25376                [
25377                    "Character",
25378                    "\u296b"
25379                ]
25380            ]
25381        },
25382        {
25383            "input": "&lltri",
25384            "description": "Bad named entity: lltri without a semi-colon",
25385            "output": [
25386                [
25387                    "Character",
25388                    "&lltri"
25389                ]
25390            ]
25391        },
25392        {
25393            "input": "&lltri;",
25394            "description": "Named entity: lltri; with a semi-colon",
25395            "output": [
25396                [
25397                    "Character",
25398                    "\u25fa"
25399                ]
25400            ]
25401        },
25402        {
25403            "input": "&lmidot",
25404            "description": "Bad named entity: lmidot without a semi-colon",
25405            "output": [
25406                [
25407                    "Character",
25408                    "&lmidot"
25409                ]
25410            ]
25411        },
25412        {
25413            "input": "&lmidot;",
25414            "description": "Named entity: lmidot; with a semi-colon",
25415            "output": [
25416                [
25417                    "Character",
25418                    "\u0140"
25419                ]
25420            ]
25421        },
25422        {
25423            "input": "&lmoust",
25424            "description": "Bad named entity: lmoust without a semi-colon",
25425            "output": [
25426                [
25427                    "Character",
25428                    "&lmoust"
25429                ]
25430            ]
25431        },
25432        {
25433            "input": "&lmoust;",
25434            "description": "Named entity: lmoust; with a semi-colon",
25435            "output": [
25436                [
25437                    "Character",
25438                    "\u23b0"
25439                ]
25440            ]
25441        },
25442        {
25443            "input": "&lmoustache",
25444            "description": "Bad named entity: lmoustache without a semi-colon",
25445            "output": [
25446                [
25447                    "Character",
25448                    "&lmoustache"
25449                ]
25450            ]
25451        },
25452        {
25453            "input": "&lmoustache;",
25454            "description": "Named entity: lmoustache; with a semi-colon",
25455            "output": [
25456                [
25457                    "Character",
25458                    "\u23b0"
25459                ]
25460            ]
25461        },
25462        {
25463            "input": "&lnE",
25464            "description": "Bad named entity: lnE without a semi-colon",
25465            "output": [
25466                [
25467                    "Character",
25468                    "&lnE"
25469                ]
25470            ]
25471        },
25472        {
25473            "input": "&lnE;",
25474            "description": "Named entity: lnE; with a semi-colon",
25475            "output": [
25476                [
25477                    "Character",
25478                    "\u2268"
25479                ]
25480            ]
25481        },
25482        {
25483            "input": "&lnap",
25484            "description": "Bad named entity: lnap without a semi-colon",
25485            "output": [
25486                [
25487                    "Character",
25488                    "&lnap"
25489                ]
25490            ]
25491        },
25492        {
25493            "input": "&lnap;",
25494            "description": "Named entity: lnap; with a semi-colon",
25495            "output": [
25496                [
25497                    "Character",
25498                    "\u2a89"
25499                ]
25500            ]
25501        },
25502        {
25503            "input": "&lnapprox",
25504            "description": "Bad named entity: lnapprox without a semi-colon",
25505            "output": [
25506                [
25507                    "Character",
25508                    "&lnapprox"
25509                ]
25510            ]
25511        },
25512        {
25513            "input": "&lnapprox;",
25514            "description": "Named entity: lnapprox; with a semi-colon",
25515            "output": [
25516                [
25517                    "Character",
25518                    "\u2a89"
25519                ]
25520            ]
25521        },
25522        {
25523            "input": "&lne",
25524            "description": "Bad named entity: lne without a semi-colon",
25525            "output": [
25526                [
25527                    "Character",
25528                    "&lne"
25529                ]
25530            ]
25531        },
25532        {
25533            "input": "&lne;",
25534            "description": "Named entity: lne; with a semi-colon",
25535            "output": [
25536                [
25537                    "Character",
25538                    "\u2a87"
25539                ]
25540            ]
25541        },
25542        {
25543            "input": "&lneq",
25544            "description": "Bad named entity: lneq without a semi-colon",
25545            "output": [
25546                [
25547                    "Character",
25548                    "&lneq"
25549                ]
25550            ]
25551        },
25552        {
25553            "input": "&lneq;",
25554            "description": "Named entity: lneq; with a semi-colon",
25555            "output": [
25556                [
25557                    "Character",
25558                    "\u2a87"
25559                ]
25560            ]
25561        },
25562        {
25563            "input": "&lneqq",
25564            "description": "Bad named entity: lneqq without a semi-colon",
25565            "output": [
25566                [
25567                    "Character",
25568                    "&lneqq"
25569                ]
25570            ]
25571        },
25572        {
25573            "input": "&lneqq;",
25574            "description": "Named entity: lneqq; with a semi-colon",
25575            "output": [
25576                [
25577                    "Character",
25578                    "\u2268"
25579                ]
25580            ]
25581        },
25582        {
25583            "input": "&lnsim",
25584            "description": "Bad named entity: lnsim without a semi-colon",
25585            "output": [
25586                [
25587                    "Character",
25588                    "&lnsim"
25589                ]
25590            ]
25591        },
25592        {
25593            "input": "&lnsim;",
25594            "description": "Named entity: lnsim; with a semi-colon",
25595            "output": [
25596                [
25597                    "Character",
25598                    "\u22e6"
25599                ]
25600            ]
25601        },
25602        {
25603            "input": "&loang",
25604            "description": "Bad named entity: loang without a semi-colon",
25605            "output": [
25606                [
25607                    "Character",
25608                    "&loang"
25609                ]
25610            ]
25611        },
25612        {
25613            "input": "&loang;",
25614            "description": "Named entity: loang; with a semi-colon",
25615            "output": [
25616                [
25617                    "Character",
25618                    "\u27ec"
25619                ]
25620            ]
25621        },
25622        {
25623            "input": "&loarr",
25624            "description": "Bad named entity: loarr without a semi-colon",
25625            "output": [
25626                [
25627                    "Character",
25628                    "&loarr"
25629                ]
25630            ]
25631        },
25632        {
25633            "input": "&loarr;",
25634            "description": "Named entity: loarr; with a semi-colon",
25635            "output": [
25636                [
25637                    "Character",
25638                    "\u21fd"
25639                ]
25640            ]
25641        },
25642        {
25643            "input": "&lobrk",
25644            "description": "Bad named entity: lobrk without a semi-colon",
25645            "output": [
25646                [
25647                    "Character",
25648                    "&lobrk"
25649                ]
25650            ]
25651        },
25652        {
25653            "input": "&lobrk;",
25654            "description": "Named entity: lobrk; with a semi-colon",
25655            "output": [
25656                [
25657                    "Character",
25658                    "\u27e6"
25659                ]
25660            ]
25661        },
25662        {
25663            "input": "&longleftarrow",
25664            "description": "Bad named entity: longleftarrow without a semi-colon",
25665            "output": [
25666                [
25667                    "Character",
25668                    "&longleftarrow"
25669                ]
25670            ]
25671        },
25672        {
25673            "input": "&longleftarrow;",
25674            "description": "Named entity: longleftarrow; with a semi-colon",
25675            "output": [
25676                [
25677                    "Character",
25678                    "\u27f5"
25679                ]
25680            ]
25681        },
25682        {
25683            "input": "&longleftrightarrow",
25684            "description": "Bad named entity: longleftrightarrow without a semi-colon",
25685            "output": [
25686                [
25687                    "Character",
25688                    "&longleftrightarrow"
25689                ]
25690            ]
25691        },
25692        {
25693            "input": "&longleftrightarrow;",
25694            "description": "Named entity: longleftrightarrow; with a semi-colon",
25695            "output": [
25696                [
25697                    "Character",
25698                    "\u27f7"
25699                ]
25700            ]
25701        },
25702        {
25703            "input": "&longmapsto",
25704            "description": "Bad named entity: longmapsto without a semi-colon",
25705            "output": [
25706                [
25707                    "Character",
25708                    "&longmapsto"
25709                ]
25710            ]
25711        },
25712        {
25713            "input": "&longmapsto;",
25714            "description": "Named entity: longmapsto; with a semi-colon",
25715            "output": [
25716                [
25717                    "Character",
25718                    "\u27fc"
25719                ]
25720            ]
25721        },
25722        {
25723            "input": "&longrightarrow",
25724            "description": "Bad named entity: longrightarrow without a semi-colon",
25725            "output": [
25726                [
25727                    "Character",
25728                    "&longrightarrow"
25729                ]
25730            ]
25731        },
25732        {
25733            "input": "&longrightarrow;",
25734            "description": "Named entity: longrightarrow; with a semi-colon",
25735            "output": [
25736                [
25737                    "Character",
25738                    "\u27f6"
25739                ]
25740            ]
25741        },
25742        {
25743            "input": "&looparrowleft",
25744            "description": "Bad named entity: looparrowleft without a semi-colon",
25745            "output": [
25746                [
25747                    "Character",
25748                    "&looparrowleft"
25749                ]
25750            ]
25751        },
25752        {
25753            "input": "&looparrowleft;",
25754            "description": "Named entity: looparrowleft; with a semi-colon",
25755            "output": [
25756                [
25757                    "Character",
25758                    "\u21ab"
25759                ]
25760            ]
25761        },
25762        {
25763            "input": "&looparrowright",
25764            "description": "Bad named entity: looparrowright without a semi-colon",
25765            "output": [
25766                [
25767                    "Character",
25768                    "&looparrowright"
25769                ]
25770            ]
25771        },
25772        {
25773            "input": "&looparrowright;",
25774            "description": "Named entity: looparrowright; with a semi-colon",
25775            "output": [
25776                [
25777                    "Character",
25778                    "\u21ac"
25779                ]
25780            ]
25781        },
25782        {
25783            "input": "&lopar",
25784            "description": "Bad named entity: lopar without a semi-colon",
25785            "output": [
25786                [
25787                    "Character",
25788                    "&lopar"
25789                ]
25790            ]
25791        },
25792        {
25793            "input": "&lopar;",
25794            "description": "Named entity: lopar; with a semi-colon",
25795            "output": [
25796                [
25797                    "Character",
25798                    "\u2985"
25799                ]
25800            ]
25801        },
25802        {
25803            "input": "&lopf",
25804            "description": "Bad named entity: lopf without a semi-colon",
25805            "output": [
25806                [
25807                    "Character",
25808                    "&lopf"
25809                ]
25810            ]
25811        },
25812        {
25813            "input": "&lopf;",
25814            "description": "Named entity: lopf; with a semi-colon",
25815            "output": [
25816                [
25817                    "Character",
25818                    "\ud835\udd5d"
25819                ]
25820            ]
25821        },
25822        {
25823            "input": "&loplus",
25824            "description": "Bad named entity: loplus without a semi-colon",
25825            "output": [
25826                [
25827                    "Character",
25828                    "&loplus"
25829                ]
25830            ]
25831        },
25832        {
25833            "input": "&loplus;",
25834            "description": "Named entity: loplus; with a semi-colon",
25835            "output": [
25836                [
25837                    "Character",
25838                    "\u2a2d"
25839                ]
25840            ]
25841        },
25842        {
25843            "input": "&lotimes",
25844            "description": "Bad named entity: lotimes without a semi-colon",
25845            "output": [
25846                [
25847                    "Character",
25848                    "&lotimes"
25849                ]
25850            ]
25851        },
25852        {
25853            "input": "&lotimes;",
25854            "description": "Named entity: lotimes; with a semi-colon",
25855            "output": [
25856                [
25857                    "Character",
25858                    "\u2a34"
25859                ]
25860            ]
25861        },
25862        {
25863            "input": "&lowast",
25864            "description": "Bad named entity: lowast without a semi-colon",
25865            "output": [
25866                [
25867                    "Character",
25868                    "&lowast"
25869                ]
25870            ]
25871        },
25872        {
25873            "input": "&lowast;",
25874            "description": "Named entity: lowast; with a semi-colon",
25875            "output": [
25876                [
25877                    "Character",
25878                    "\u2217"
25879                ]
25880            ]
25881        },
25882        {
25883            "input": "&lowbar",
25884            "description": "Bad named entity: lowbar without a semi-colon",
25885            "output": [
25886                [
25887                    "Character",
25888                    "&lowbar"
25889                ]
25890            ]
25891        },
25892        {
25893            "input": "&lowbar;",
25894            "description": "Named entity: lowbar; with a semi-colon",
25895            "output": [
25896                [
25897                    "Character",
25898                    "_"
25899                ]
25900            ]
25901        },
25902        {
25903            "input": "&loz",
25904            "description": "Bad named entity: loz without a semi-colon",
25905            "output": [
25906                [
25907                    "Character",
25908                    "&loz"
25909                ]
25910            ]
25911        },
25912        {
25913            "input": "&loz;",
25914            "description": "Named entity: loz; with a semi-colon",
25915            "output": [
25916                [
25917                    "Character",
25918                    "\u25ca"
25919                ]
25920            ]
25921        },
25922        {
25923            "input": "&lozenge",
25924            "description": "Bad named entity: lozenge without a semi-colon",
25925            "output": [
25926                [
25927                    "Character",
25928                    "&lozenge"
25929                ]
25930            ]
25931        },
25932        {
25933            "input": "&lozenge;",
25934            "description": "Named entity: lozenge; with a semi-colon",
25935            "output": [
25936                [
25937                    "Character",
25938                    "\u25ca"
25939                ]
25940            ]
25941        },
25942        {
25943            "input": "&lozf",
25944            "description": "Bad named entity: lozf without a semi-colon",
25945            "output": [
25946                [
25947                    "Character",
25948                    "&lozf"
25949                ]
25950            ]
25951        },
25952        {
25953            "input": "&lozf;",
25954            "description": "Named entity: lozf; with a semi-colon",
25955            "output": [
25956                [
25957                    "Character",
25958                    "\u29eb"
25959                ]
25960            ]
25961        },
25962        {
25963            "input": "&lpar",
25964            "description": "Bad named entity: lpar without a semi-colon",
25965            "output": [
25966                [
25967                    "Character",
25968                    "&lpar"
25969                ]
25970            ]
25971        },
25972        {
25973            "input": "&lpar;",
25974            "description": "Named entity: lpar; with a semi-colon",
25975            "output": [
25976                [
25977                    "Character",
25978                    "("
25979                ]
25980            ]
25981        },
25982        {
25983            "input": "&lparlt",
25984            "description": "Bad named entity: lparlt without a semi-colon",
25985            "output": [
25986                [
25987                    "Character",
25988                    "&lparlt"
25989                ]
25990            ]
25991        },
25992        {
25993            "input": "&lparlt;",
25994            "description": "Named entity: lparlt; with a semi-colon",
25995            "output": [
25996                [
25997                    "Character",
25998                    "\u2993"
25999                ]
26000            ]
26001        },
26002        {
26003            "input": "&lrarr",
26004            "description": "Bad named entity: lrarr without a semi-colon",
26005            "output": [
26006                [
26007                    "Character",
26008                    "&lrarr"
26009                ]
26010            ]
26011        },
26012        {
26013            "input": "&lrarr;",
26014            "description": "Named entity: lrarr; with a semi-colon",
26015            "output": [
26016                [
26017                    "Character",
26018                    "\u21c6"
26019                ]
26020            ]
26021        },
26022        {
26023            "input": "&lrcorner",
26024            "description": "Bad named entity: lrcorner without a semi-colon",
26025            "output": [
26026                [
26027                    "Character",
26028                    "&lrcorner"
26029                ]
26030            ]
26031        },
26032        {
26033            "input": "&lrcorner;",
26034            "description": "Named entity: lrcorner; with a semi-colon",
26035            "output": [
26036                [
26037                    "Character",
26038                    "\u231f"
26039                ]
26040            ]
26041        },
26042        {
26043            "input": "&lrhar",
26044            "description": "Bad named entity: lrhar without a semi-colon",
26045            "output": [
26046                [
26047                    "Character",
26048                    "&lrhar"
26049                ]
26050            ]
26051        },
26052        {
26053            "input": "&lrhar;",
26054            "description": "Named entity: lrhar; with a semi-colon",
26055            "output": [
26056                [
26057                    "Character",
26058                    "\u21cb"
26059                ]
26060            ]
26061        },
26062        {
26063            "input": "&lrhard",
26064            "description": "Bad named entity: lrhard without a semi-colon",
26065            "output": [
26066                [
26067                    "Character",
26068                    "&lrhard"
26069                ]
26070            ]
26071        },
26072        {
26073            "input": "&lrhard;",
26074            "description": "Named entity: lrhard; with a semi-colon",
26075            "output": [
26076                [
26077                    "Character",
26078                    "\u296d"
26079                ]
26080            ]
26081        },
26082        {
26083            "input": "&lrm",
26084            "description": "Bad named entity: lrm without a semi-colon",
26085            "output": [
26086                [
26087                    "Character",
26088                    "&lrm"
26089                ]
26090            ]
26091        },
26092        {
26093            "input": "&lrm;",
26094            "description": "Named entity: lrm; with a semi-colon",
26095            "output": [
26096                [
26097                    "Character",
26098                    "\u200e"
26099                ]
26100            ]
26101        },
26102        {
26103            "input": "&lrtri",
26104            "description": "Bad named entity: lrtri without a semi-colon",
26105            "output": [
26106                [
26107                    "Character",
26108                    "&lrtri"
26109                ]
26110            ]
26111        },
26112        {
26113            "input": "&lrtri;",
26114            "description": "Named entity: lrtri; with a semi-colon",
26115            "output": [
26116                [
26117                    "Character",
26118                    "\u22bf"
26119                ]
26120            ]
26121        },
26122        {
26123            "input": "&lsaquo",
26124            "description": "Bad named entity: lsaquo without a semi-colon",
26125            "output": [
26126                [
26127                    "Character",
26128                    "&lsaquo"
26129                ]
26130            ]
26131        },
26132        {
26133            "input": "&lsaquo;",
26134            "description": "Named entity: lsaquo; with a semi-colon",
26135            "output": [
26136                [
26137                    "Character",
26138                    "\u2039"
26139                ]
26140            ]
26141        },
26142        {
26143            "input": "&lscr",
26144            "description": "Bad named entity: lscr without a semi-colon",
26145            "output": [
26146                [
26147                    "Character",
26148                    "&lscr"
26149                ]
26150            ]
26151        },
26152        {
26153            "input": "&lscr;",
26154            "description": "Named entity: lscr; with a semi-colon",
26155            "output": [
26156                [
26157                    "Character",
26158                    "\ud835\udcc1"
26159                ]
26160            ]
26161        },
26162        {
26163            "input": "&lsh",
26164            "description": "Bad named entity: lsh without a semi-colon",
26165            "output": [
26166                [
26167                    "Character",
26168                    "&lsh"
26169                ]
26170            ]
26171        },
26172        {
26173            "input": "&lsh;",
26174            "description": "Named entity: lsh; with a semi-colon",
26175            "output": [
26176                [
26177                    "Character",
26178                    "\u21b0"
26179                ]
26180            ]
26181        },
26182        {
26183            "input": "&lsim",
26184            "description": "Bad named entity: lsim without a semi-colon",
26185            "output": [
26186                [
26187                    "Character",
26188                    "&lsim"
26189                ]
26190            ]
26191        },
26192        {
26193            "input": "&lsim;",
26194            "description": "Named entity: lsim; with a semi-colon",
26195            "output": [
26196                [
26197                    "Character",
26198                    "\u2272"
26199                ]
26200            ]
26201        },
26202        {
26203            "input": "&lsime",
26204            "description": "Bad named entity: lsime without a semi-colon",
26205            "output": [
26206                [
26207                    "Character",
26208                    "&lsime"
26209                ]
26210            ]
26211        },
26212        {
26213            "input": "&lsime;",
26214            "description": "Named entity: lsime; with a semi-colon",
26215            "output": [
26216                [
26217                    "Character",
26218                    "\u2a8d"
26219                ]
26220            ]
26221        },
26222        {
26223            "input": "&lsimg",
26224            "description": "Bad named entity: lsimg without a semi-colon",
26225            "output": [
26226                [
26227                    "Character",
26228                    "&lsimg"
26229                ]
26230            ]
26231        },
26232        {
26233            "input": "&lsimg;",
26234            "description": "Named entity: lsimg; with a semi-colon",
26235            "output": [
26236                [
26237                    "Character",
26238                    "\u2a8f"
26239                ]
26240            ]
26241        },
26242        {
26243            "input": "&lsqb",
26244            "description": "Bad named entity: lsqb without a semi-colon",
26245            "output": [
26246                [
26247                    "Character",
26248                    "&lsqb"
26249                ]
26250            ]
26251        },
26252        {
26253            "input": "&lsqb;",
26254            "description": "Named entity: lsqb; with a semi-colon",
26255            "output": [
26256                [
26257                    "Character",
26258                    "["
26259                ]
26260            ]
26261        },
26262        {
26263            "input": "&lsquo",
26264            "description": "Bad named entity: lsquo without a semi-colon",
26265            "output": [
26266                [
26267                    "Character",
26268                    "&lsquo"
26269                ]
26270            ]
26271        },
26272        {
26273            "input": "&lsquo;",
26274            "description": "Named entity: lsquo; with a semi-colon",
26275            "output": [
26276                [
26277                    "Character",
26278                    "\u2018"
26279                ]
26280            ]
26281        },
26282        {
26283            "input": "&lsquor",
26284            "description": "Bad named entity: lsquor without a semi-colon",
26285            "output": [
26286                [
26287                    "Character",
26288                    "&lsquor"
26289                ]
26290            ]
26291        },
26292        {
26293            "input": "&lsquor;",
26294            "description": "Named entity: lsquor; with a semi-colon",
26295            "output": [
26296                [
26297                    "Character",
26298                    "\u201a"
26299                ]
26300            ]
26301        },
26302        {
26303            "input": "&lstrok",
26304            "description": "Bad named entity: lstrok without a semi-colon",
26305            "output": [
26306                [
26307                    "Character",
26308                    "&lstrok"
26309                ]
26310            ]
26311        },
26312        {
26313            "input": "&lstrok;",
26314            "description": "Named entity: lstrok; with a semi-colon",
26315            "output": [
26316                [
26317                    "Character",
26318                    "\u0142"
26319                ]
26320            ]
26321        },
26322        {
26323            "input": "&lt",
26324            "description": "Named entity: lt without a semi-colon",
26325            "output": [
26326                "ParseError",
26327                [
26328                    "Character",
26329                    "<"
26330                ]
26331            ]
26332        },
26333        {
26334            "input": "&lt;",
26335            "description": "Named entity: lt; with a semi-colon",
26336            "output": [
26337                [
26338                    "Character",
26339                    "<"
26340                ]
26341            ]
26342        },
26343        {
26344            "input": "&ltcc;",
26345            "description": "Named entity: ltcc; with a semi-colon",
26346            "output": [
26347                [
26348                    "Character",
26349                    "\u2aa6"
26350                ]
26351            ]
26352        },
26353        {
26354            "input": "&ltcir;",
26355            "description": "Named entity: ltcir; with a semi-colon",
26356            "output": [
26357                [
26358                    "Character",
26359                    "\u2a79"
26360                ]
26361            ]
26362        },
26363        {
26364            "input": "&ltdot;",
26365            "description": "Named entity: ltdot; with a semi-colon",
26366            "output": [
26367                [
26368                    "Character",
26369                    "\u22d6"
26370                ]
26371            ]
26372        },
26373        {
26374            "input": "&lthree;",
26375            "description": "Named entity: lthree; with a semi-colon",
26376            "output": [
26377                [
26378                    "Character",
26379                    "\u22cb"
26380                ]
26381            ]
26382        },
26383        {
26384            "input": "&ltimes;",
26385            "description": "Named entity: ltimes; with a semi-colon",
26386            "output": [
26387                [
26388                    "Character",
26389                    "\u22c9"
26390                ]
26391            ]
26392        },
26393        {
26394            "input": "&ltlarr;",
26395            "description": "Named entity: ltlarr; with a semi-colon",
26396            "output": [
26397                [
26398                    "Character",
26399                    "\u2976"
26400                ]
26401            ]
26402        },
26403        {
26404            "input": "&ltquest;",
26405            "description": "Named entity: ltquest; with a semi-colon",
26406            "output": [
26407                [
26408                    "Character",
26409                    "\u2a7b"
26410                ]
26411            ]
26412        },
26413        {
26414            "input": "&ltrPar;",
26415            "description": "Named entity: ltrPar; with a semi-colon",
26416            "output": [
26417                [
26418                    "Character",
26419                    "\u2996"
26420                ]
26421            ]
26422        },
26423        {
26424            "input": "&ltri;",
26425            "description": "Named entity: ltri; with a semi-colon",
26426            "output": [
26427                [
26428                    "Character",
26429                    "\u25c3"
26430                ]
26431            ]
26432        },
26433        {
26434            "input": "&ltrie;",
26435            "description": "Named entity: ltrie; with a semi-colon",
26436            "output": [
26437                [
26438                    "Character",
26439                    "\u22b4"
26440                ]
26441            ]
26442        },
26443        {
26444            "input": "&ltrif;",
26445            "description": "Named entity: ltrif; with a semi-colon",
26446            "output": [
26447                [
26448                    "Character",
26449                    "\u25c2"
26450                ]
26451            ]
26452        },
26453        {
26454            "input": "&lurdshar",
26455            "description": "Bad named entity: lurdshar without a semi-colon",
26456            "output": [
26457                [
26458                    "Character",
26459                    "&lurdshar"
26460                ]
26461            ]
26462        },
26463        {
26464            "input": "&lurdshar;",
26465            "description": "Named entity: lurdshar; with a semi-colon",
26466            "output": [
26467                [
26468                    "Character",
26469                    "\u294a"
26470                ]
26471            ]
26472        },
26473        {
26474            "input": "&luruhar",
26475            "description": "Bad named entity: luruhar without a semi-colon",
26476            "output": [
26477                [
26478                    "Character",
26479                    "&luruhar"
26480                ]
26481            ]
26482        },
26483        {
26484            "input": "&luruhar;",
26485            "description": "Named entity: luruhar; with a semi-colon",
26486            "output": [
26487                [
26488                    "Character",
26489                    "\u2966"
26490                ]
26491            ]
26492        },
26493        {
26494            "input": "&lvertneqq",
26495            "description": "Bad named entity: lvertneqq without a semi-colon",
26496            "output": [
26497                [
26498                    "Character",
26499                    "&lvertneqq"
26500                ]
26501            ]
26502        },
26503        {
26504            "input": "&lvertneqq;",
26505            "description": "Named entity: lvertneqq; with a semi-colon",
26506            "output": [
26507                [
26508                    "Character",
26509                    "\u2268\ufe00"
26510                ]
26511            ]
26512        },
26513        {
26514            "input": "&lvnE",
26515            "description": "Bad named entity: lvnE without a semi-colon",
26516            "output": [
26517                [
26518                    "Character",
26519                    "&lvnE"
26520                ]
26521            ]
26522        },
26523        {
26524            "input": "&lvnE;",
26525            "description": "Named entity: lvnE; with a semi-colon",
26526            "output": [
26527                [
26528                    "Character",
26529                    "\u2268\ufe00"
26530                ]
26531            ]
26532        },
26533        {
26534            "input": "&mDDot",
26535            "description": "Bad named entity: mDDot without a semi-colon",
26536            "output": [
26537                [
26538                    "Character",
26539                    "&mDDot"
26540                ]
26541            ]
26542        },
26543        {
26544            "input": "&mDDot;",
26545            "description": "Named entity: mDDot; with a semi-colon",
26546            "output": [
26547                [
26548                    "Character",
26549                    "\u223a"
26550                ]
26551            ]
26552        },
26553        {
26554            "input": "&macr",
26555            "description": "Named entity: macr without a semi-colon",
26556            "output": [
26557                "ParseError",
26558                [
26559                    "Character",
26560                    "\u00af"
26561                ]
26562            ]
26563        },
26564        {
26565            "input": "&macr;",
26566            "description": "Named entity: macr; with a semi-colon",
26567            "output": [
26568                [
26569                    "Character",
26570                    "\u00af"
26571                ]
26572            ]
26573        },
26574        {
26575            "input": "&male",
26576            "description": "Bad named entity: male without a semi-colon",
26577            "output": [
26578                [
26579                    "Character",
26580                    "&male"
26581                ]
26582            ]
26583        },
26584        {
26585            "input": "&male;",
26586            "description": "Named entity: male; with a semi-colon",
26587            "output": [
26588                [
26589                    "Character",
26590                    "\u2642"
26591                ]
26592            ]
26593        },
26594        {
26595            "input": "&malt",
26596            "description": "Bad named entity: malt without a semi-colon",
26597            "output": [
26598                [
26599                    "Character",
26600                    "&malt"
26601                ]
26602            ]
26603        },
26604        {
26605            "input": "&malt;",
26606            "description": "Named entity: malt; with a semi-colon",
26607            "output": [
26608                [
26609                    "Character",
26610                    "\u2720"
26611                ]
26612            ]
26613        },
26614        {
26615            "input": "&maltese",
26616            "description": "Bad named entity: maltese without a semi-colon",
26617            "output": [
26618                [
26619                    "Character",
26620                    "&maltese"
26621                ]
26622            ]
26623        },
26624        {
26625            "input": "&maltese;",
26626            "description": "Named entity: maltese; with a semi-colon",
26627            "output": [
26628                [
26629                    "Character",
26630                    "\u2720"
26631                ]
26632            ]
26633        },
26634        {
26635            "input": "&map",
26636            "description": "Bad named entity: map without a semi-colon",
26637            "output": [
26638                [
26639                    "Character",
26640                    "&map"
26641                ]
26642            ]
26643        },
26644        {
26645            "input": "&map;",
26646            "description": "Named entity: map; with a semi-colon",
26647            "output": [
26648                [
26649                    "Character",
26650                    "\u21a6"
26651                ]
26652            ]
26653        },
26654        {
26655            "input": "&mapsto",
26656            "description": "Bad named entity: mapsto without a semi-colon",
26657            "output": [
26658                [
26659                    "Character",
26660                    "&mapsto"
26661                ]
26662            ]
26663        },
26664        {
26665            "input": "&mapsto;",
26666            "description": "Named entity: mapsto; with a semi-colon",
26667            "output": [
26668                [
26669                    "Character",
26670                    "\u21a6"
26671                ]
26672            ]
26673        },
26674        {
26675            "input": "&mapstodown",
26676            "description": "Bad named entity: mapstodown without a semi-colon",
26677            "output": [
26678                [
26679                    "Character",
26680                    "&mapstodown"
26681                ]
26682            ]
26683        },
26684        {
26685            "input": "&mapstodown;",
26686            "description": "Named entity: mapstodown; with a semi-colon",
26687            "output": [
26688                [
26689                    "Character",
26690                    "\u21a7"
26691                ]
26692            ]
26693        },
26694        {
26695            "input": "&mapstoleft",
26696            "description": "Bad named entity: mapstoleft without a semi-colon",
26697            "output": [
26698                [
26699                    "Character",
26700                    "&mapstoleft"
26701                ]
26702            ]
26703        },
26704        {
26705            "input": "&mapstoleft;",
26706            "description": "Named entity: mapstoleft; with a semi-colon",
26707            "output": [
26708                [
26709                    "Character",
26710                    "\u21a4"
26711                ]
26712            ]
26713        },
26714        {
26715            "input": "&mapstoup",
26716            "description": "Bad named entity: mapstoup without a semi-colon",
26717            "output": [
26718                [
26719                    "Character",
26720                    "&mapstoup"
26721                ]
26722            ]
26723        },
26724        {
26725            "input": "&mapstoup;",
26726            "description": "Named entity: mapstoup; with a semi-colon",
26727            "output": [
26728                [
26729                    "Character",
26730                    "\u21a5"
26731                ]
26732            ]
26733        },
26734        {
26735            "input": "&marker",
26736            "description": "Bad named entity: marker without a semi-colon",
26737            "output": [
26738                [
26739                    "Character",
26740                    "&marker"
26741                ]
26742            ]
26743        },
26744        {
26745            "input": "&marker;",
26746            "description": "Named entity: marker; with a semi-colon",
26747            "output": [
26748                [
26749                    "Character",
26750                    "\u25ae"
26751                ]
26752            ]
26753        },
26754        {
26755            "input": "&mcomma",
26756            "description": "Bad named entity: mcomma without a semi-colon",
26757            "output": [
26758                [
26759                    "Character",
26760                    "&mcomma"
26761                ]
26762            ]
26763        },
26764        {
26765            "input": "&mcomma;",
26766            "description": "Named entity: mcomma; with a semi-colon",
26767            "output": [
26768                [
26769                    "Character",
26770                    "\u2a29"
26771                ]
26772            ]
26773        },
26774        {
26775            "input": "&mcy",
26776            "description": "Bad named entity: mcy without a semi-colon",
26777            "output": [
26778                [
26779                    "Character",
26780                    "&mcy"
26781                ]
26782            ]
26783        },
26784        {
26785            "input": "&mcy;",
26786            "description": "Named entity: mcy; with a semi-colon",
26787            "output": [
26788                [
26789                    "Character",
26790                    "\u043c"
26791                ]
26792            ]
26793        },
26794        {
26795            "input": "&mdash",
26796            "description": "Bad named entity: mdash without a semi-colon",
26797            "output": [
26798                [
26799                    "Character",
26800                    "&mdash"
26801                ]
26802            ]
26803        },
26804        {
26805            "input": "&mdash;",
26806            "description": "Named entity: mdash; with a semi-colon",
26807            "output": [
26808                [
26809                    "Character",
26810                    "\u2014"
26811                ]
26812            ]
26813        },
26814        {
26815            "input": "&measuredangle",
26816            "description": "Bad named entity: measuredangle without a semi-colon",
26817            "output": [
26818                [
26819                    "Character",
26820                    "&measuredangle"
26821                ]
26822            ]
26823        },
26824        {
26825            "input": "&measuredangle;",
26826            "description": "Named entity: measuredangle; with a semi-colon",
26827            "output": [
26828                [
26829                    "Character",
26830                    "\u2221"
26831                ]
26832            ]
26833        },
26834        {
26835            "input": "&mfr",
26836            "description": "Bad named entity: mfr without a semi-colon",
26837            "output": [
26838                [
26839                    "Character",
26840                    "&mfr"
26841                ]
26842            ]
26843        },
26844        {
26845            "input": "&mfr;",
26846            "description": "Named entity: mfr; with a semi-colon",
26847            "output": [
26848                [
26849                    "Character",
26850                    "\ud835\udd2a"
26851                ]
26852            ]
26853        },
26854        {
26855            "input": "&mho",
26856            "description": "Bad named entity: mho without a semi-colon",
26857            "output": [
26858                [
26859                    "Character",
26860                    "&mho"
26861                ]
26862            ]
26863        },
26864        {
26865            "input": "&mho;",
26866            "description": "Named entity: mho; with a semi-colon",
26867            "output": [
26868                [
26869                    "Character",
26870                    "\u2127"
26871                ]
26872            ]
26873        },
26874        {
26875            "input": "&micro",
26876            "description": "Named entity: micro without a semi-colon",
26877            "output": [
26878                "ParseError",
26879                [
26880                    "Character",
26881                    "\u00b5"
26882                ]
26883            ]
26884        },
26885        {
26886            "input": "&micro;",
26887            "description": "Named entity: micro; with a semi-colon",
26888            "output": [
26889                [
26890                    "Character",
26891                    "\u00b5"
26892                ]
26893            ]
26894        },
26895        {
26896            "input": "&mid",
26897            "description": "Bad named entity: mid without a semi-colon",
26898            "output": [
26899                [
26900                    "Character",
26901                    "&mid"
26902                ]
26903            ]
26904        },
26905        {
26906            "input": "&mid;",
26907            "description": "Named entity: mid; with a semi-colon",
26908            "output": [
26909                [
26910                    "Character",
26911                    "\u2223"
26912                ]
26913            ]
26914        },
26915        {
26916            "input": "&midast",
26917            "description": "Bad named entity: midast without a semi-colon",
26918            "output": [
26919                [
26920                    "Character",
26921                    "&midast"
26922                ]
26923            ]
26924        },
26925        {
26926            "input": "&midast;",
26927            "description": "Named entity: midast; with a semi-colon",
26928            "output": [
26929                [
26930                    "Character",
26931                    "*"
26932                ]
26933            ]
26934        },
26935        {
26936            "input": "&midcir",
26937            "description": "Bad named entity: midcir without a semi-colon",
26938            "output": [
26939                [
26940                    "Character",
26941                    "&midcir"
26942                ]
26943            ]
26944        },
26945        {
26946            "input": "&midcir;",
26947            "description": "Named entity: midcir; with a semi-colon",
26948            "output": [
26949                [
26950                    "Character",
26951                    "\u2af0"
26952                ]
26953            ]
26954        },
26955        {
26956            "input": "&middot",
26957            "description": "Named entity: middot without a semi-colon",
26958            "output": [
26959                "ParseError",
26960                [
26961                    "Character",
26962                    "\u00b7"
26963                ]
26964            ]
26965        },
26966        {
26967            "input": "&middot;",
26968            "description": "Named entity: middot; with a semi-colon",
26969            "output": [
26970                [
26971                    "Character",
26972                    "\u00b7"
26973                ]
26974            ]
26975        },
26976        {
26977            "input": "&minus",
26978            "description": "Bad named entity: minus without a semi-colon",
26979            "output": [
26980                [
26981                    "Character",
26982                    "&minus"
26983                ]
26984            ]
26985        },
26986        {
26987            "input": "&minus;",
26988            "description": "Named entity: minus; with a semi-colon",
26989            "output": [
26990                [
26991                    "Character",
26992                    "\u2212"
26993                ]
26994            ]
26995        },
26996        {
26997            "input": "&minusb",
26998            "description": "Bad named entity: minusb without a semi-colon",
26999            "output": [
27000                [
27001                    "Character",
27002                    "&minusb"
27003                ]
27004            ]
27005        },
27006        {
27007            "input": "&minusb;",
27008            "description": "Named entity: minusb; with a semi-colon",
27009            "output": [
27010                [
27011                    "Character",
27012                    "\u229f"
27013                ]
27014            ]
27015        },
27016        {
27017            "input": "&minusd",
27018            "description": "Bad named entity: minusd without a semi-colon",
27019            "output": [
27020                [
27021                    "Character",
27022                    "&minusd"
27023                ]
27024            ]
27025        },
27026        {
27027            "input": "&minusd;",
27028            "description": "Named entity: minusd; with a semi-colon",
27029            "output": [
27030                [
27031                    "Character",
27032                    "\u2238"
27033                ]
27034            ]
27035        },
27036        {
27037            "input": "&minusdu",
27038            "description": "Bad named entity: minusdu without a semi-colon",
27039            "output": [
27040                [
27041                    "Character",
27042                    "&minusdu"
27043                ]
27044            ]
27045        },
27046        {
27047            "input": "&minusdu;",
27048            "description": "Named entity: minusdu; with a semi-colon",
27049            "output": [
27050                [
27051                    "Character",
27052                    "\u2a2a"
27053                ]
27054            ]
27055        },
27056        {
27057            "input": "&mlcp",
27058            "description": "Bad named entity: mlcp without a semi-colon",
27059            "output": [
27060                [
27061                    "Character",
27062                    "&mlcp"
27063                ]
27064            ]
27065        },
27066        {
27067            "input": "&mlcp;",
27068            "description": "Named entity: mlcp; with a semi-colon",
27069            "output": [
27070                [
27071                    "Character",
27072                    "\u2adb"
27073                ]
27074            ]
27075        },
27076        {
27077            "input": "&mldr",
27078            "description": "Bad named entity: mldr without a semi-colon",
27079            "output": [
27080                [
27081                    "Character",
27082                    "&mldr"
27083                ]
27084            ]
27085        },
27086        {
27087            "input": "&mldr;",
27088            "description": "Named entity: mldr; with a semi-colon",
27089            "output": [
27090                [
27091                    "Character",
27092                    "\u2026"
27093                ]
27094            ]
27095        },
27096        {
27097            "input": "&mnplus",
27098            "description": "Bad named entity: mnplus without a semi-colon",
27099            "output": [
27100                [
27101                    "Character",
27102                    "&mnplus"
27103                ]
27104            ]
27105        },
27106        {
27107            "input": "&mnplus;",
27108            "description": "Named entity: mnplus; with a semi-colon",
27109            "output": [
27110                [
27111                    "Character",
27112                    "\u2213"
27113                ]
27114            ]
27115        },
27116        {
27117            "input": "&models",
27118            "description": "Bad named entity: models without a semi-colon",
27119            "output": [
27120                [
27121                    "Character",
27122                    "&models"
27123                ]
27124            ]
27125        },
27126        {
27127            "input": "&models;",
27128            "description": "Named entity: models; with a semi-colon",
27129            "output": [
27130                [
27131                    "Character",
27132                    "\u22a7"
27133                ]
27134            ]
27135        },
27136        {
27137            "input": "&mopf",
27138            "description": "Bad named entity: mopf without a semi-colon",
27139            "output": [
27140                [
27141                    "Character",
27142                    "&mopf"
27143                ]
27144            ]
27145        },
27146        {
27147            "input": "&mopf;",
27148            "description": "Named entity: mopf; with a semi-colon",
27149            "output": [
27150                [
27151                    "Character",
27152                    "\ud835\udd5e"
27153                ]
27154            ]
27155        },
27156        {
27157            "input": "&mp",
27158            "description": "Bad named entity: mp without a semi-colon",
27159            "output": [
27160                [
27161                    "Character",
27162                    "&mp"
27163                ]
27164            ]
27165        },
27166        {
27167            "input": "&mp;",
27168            "description": "Named entity: mp; with a semi-colon",
27169            "output": [
27170                [
27171                    "Character",
27172                    "\u2213"
27173                ]
27174            ]
27175        },
27176        {
27177            "input": "&mscr",
27178            "description": "Bad named entity: mscr without a semi-colon",
27179            "output": [
27180                [
27181                    "Character",
27182                    "&mscr"
27183                ]
27184            ]
27185        },
27186        {
27187            "input": "&mscr;",
27188            "description": "Named entity: mscr; with a semi-colon",
27189            "output": [
27190                [
27191                    "Character",
27192                    "\ud835\udcc2"
27193                ]
27194            ]
27195        },
27196        {
27197            "input": "&mstpos",
27198            "description": "Bad named entity: mstpos without a semi-colon",
27199            "output": [
27200                [
27201                    "Character",
27202                    "&mstpos"
27203                ]
27204            ]
27205        },
27206        {
27207            "input": "&mstpos;",
27208            "description": "Named entity: mstpos; with a semi-colon",
27209            "output": [
27210                [
27211                    "Character",
27212                    "\u223e"
27213                ]
27214            ]
27215        },
27216        {
27217            "input": "&mu",
27218            "description": "Bad named entity: mu without a semi-colon",
27219            "output": [
27220                [
27221                    "Character",
27222                    "&mu"
27223                ]
27224            ]
27225        },
27226        {
27227            "input": "&mu;",
27228            "description": "Named entity: mu; with a semi-colon",
27229            "output": [
27230                [
27231                    "Character",
27232                    "\u03bc"
27233                ]
27234            ]
27235        },
27236        {
27237            "input": "&multimap",
27238            "description": "Bad named entity: multimap without a semi-colon",
27239            "output": [
27240                [
27241                    "Character",
27242                    "&multimap"
27243                ]
27244            ]
27245        },
27246        {
27247            "input": "&multimap;",
27248            "description": "Named entity: multimap; with a semi-colon",
27249            "output": [
27250                [
27251                    "Character",
27252                    "\u22b8"
27253                ]
27254            ]
27255        },
27256        {
27257            "input": "&mumap",
27258            "description": "Bad named entity: mumap without a semi-colon",
27259            "output": [
27260                [
27261                    "Character",
27262                    "&mumap"
27263                ]
27264            ]
27265        },
27266        {
27267            "input": "&mumap;",
27268            "description": "Named entity: mumap; with a semi-colon",
27269            "output": [
27270                [
27271                    "Character",
27272                    "\u22b8"
27273                ]
27274            ]
27275        },
27276        {
27277            "input": "&nGg",
27278            "description": "Bad named entity: nGg without a semi-colon",
27279            "output": [
27280                [
27281                    "Character",
27282                    "&nGg"
27283                ]
27284            ]
27285        },
27286        {
27287            "input": "&nGg;",
27288            "description": "Named entity: nGg; with a semi-colon",
27289            "output": [
27290                [
27291                    "Character",
27292                    "\u22d9\u0338"
27293                ]
27294            ]
27295        },
27296        {
27297            "input": "&nGt",
27298            "description": "Bad named entity: nGt without a semi-colon",
27299            "output": [
27300                [
27301                    "Character",
27302                    "&nGt"
27303                ]
27304            ]
27305        },
27306        {
27307            "input": "&nGt;",
27308            "description": "Named entity: nGt; with a semi-colon",
27309            "output": [
27310                [
27311                    "Character",
27312                    "\u226b\u20d2"
27313                ]
27314            ]
27315        },
27316        {
27317            "input": "&nGtv",
27318            "description": "Bad named entity: nGtv without a semi-colon",
27319            "output": [
27320                [
27321                    "Character",
27322                    "&nGtv"
27323                ]
27324            ]
27325        },
27326        {
27327            "input": "&nGtv;",
27328            "description": "Named entity: nGtv; with a semi-colon",
27329            "output": [
27330                [
27331                    "Character",
27332                    "\u226b\u0338"
27333                ]
27334            ]
27335        },
27336        {
27337            "input": "&nLeftarrow",
27338            "description": "Bad named entity: nLeftarrow without a semi-colon",
27339            "output": [
27340                [
27341                    "Character",
27342                    "&nLeftarrow"
27343                ]
27344            ]
27345        },
27346        {
27347            "input": "&nLeftarrow;",
27348            "description": "Named entity: nLeftarrow; with a semi-colon",
27349            "output": [
27350                [
27351                    "Character",
27352                    "\u21cd"
27353                ]
27354            ]
27355        },
27356        {
27357            "input": "&nLeftrightarrow",
27358            "description": "Bad named entity: nLeftrightarrow without a semi-colon",
27359            "output": [
27360                [
27361                    "Character",
27362                    "&nLeftrightarrow"
27363                ]
27364            ]
27365        },
27366        {
27367            "input": "&nLeftrightarrow;",
27368            "description": "Named entity: nLeftrightarrow; with a semi-colon",
27369            "output": [
27370                [
27371                    "Character",
27372                    "\u21ce"
27373                ]
27374            ]
27375        },
27376        {
27377            "input": "&nLl",
27378            "description": "Bad named entity: nLl without a semi-colon",
27379            "output": [
27380                [
27381                    "Character",
27382                    "&nLl"
27383                ]
27384            ]
27385        },
27386        {
27387            "input": "&nLl;",
27388            "description": "Named entity: nLl; with a semi-colon",
27389            "output": [
27390                [
27391                    "Character",
27392                    "\u22d8\u0338"
27393                ]
27394            ]
27395        },
27396        {
27397            "input": "&nLt",
27398            "description": "Bad named entity: nLt without a semi-colon",
27399            "output": [
27400                [
27401                    "Character",
27402                    "&nLt"
27403                ]
27404            ]
27405        },
27406        {
27407            "input": "&nLt;",
27408            "description": "Named entity: nLt; with a semi-colon",
27409            "output": [
27410                [
27411                    "Character",
27412                    "\u226a\u20d2"
27413                ]
27414            ]
27415        },
27416        {
27417            "input": "&nLtv",
27418            "description": "Bad named entity: nLtv without a semi-colon",
27419            "output": [
27420                [
27421                    "Character",
27422                    "&nLtv"
27423                ]
27424            ]
27425        },
27426        {
27427            "input": "&nLtv;",
27428            "description": "Named entity: nLtv; with a semi-colon",
27429            "output": [
27430                [
27431                    "Character",
27432                    "\u226a\u0338"
27433                ]
27434            ]
27435        },
27436        {
27437            "input": "&nRightarrow",
27438            "description": "Bad named entity: nRightarrow without a semi-colon",
27439            "output": [
27440                [
27441                    "Character",
27442                    "&nRightarrow"
27443                ]
27444            ]
27445        },
27446        {
27447            "input": "&nRightarrow;",
27448            "description": "Named entity: nRightarrow; with a semi-colon",
27449            "output": [
27450                [
27451                    "Character",
27452                    "\u21cf"
27453                ]
27454            ]
27455        },
27456        {
27457            "input": "&nVDash",
27458            "description": "Bad named entity: nVDash without a semi-colon",
27459            "output": [
27460                [
27461                    "Character",
27462                    "&nVDash"
27463                ]
27464            ]
27465        },
27466        {
27467            "input": "&nVDash;",
27468            "description": "Named entity: nVDash; with a semi-colon",
27469            "output": [
27470                [
27471                    "Character",
27472                    "\u22af"
27473                ]
27474            ]
27475        },
27476        {
27477            "input": "&nVdash",
27478            "description": "Bad named entity: nVdash without a semi-colon",
27479            "output": [
27480                [
27481                    "Character",
27482                    "&nVdash"
27483                ]
27484            ]
27485        },
27486        {
27487            "input": "&nVdash;",
27488            "description": "Named entity: nVdash; with a semi-colon",
27489            "output": [
27490                [
27491                    "Character",
27492                    "\u22ae"
27493                ]
27494            ]
27495        },
27496        {
27497            "input": "&nabla",
27498            "description": "Bad named entity: nabla without a semi-colon",
27499            "output": [
27500                [
27501                    "Character",
27502                    "&nabla"
27503                ]
27504            ]
27505        },
27506        {
27507            "input": "&nabla;",
27508            "description": "Named entity: nabla; with a semi-colon",
27509            "output": [
27510                [
27511                    "Character",
27512                    "\u2207"
27513                ]
27514            ]
27515        },
27516        {
27517            "input": "&nacute",
27518            "description": "Bad named entity: nacute without a semi-colon",
27519            "output": [
27520                [
27521                    "Character",
27522                    "&nacute"
27523                ]
27524            ]
27525        },
27526        {
27527            "input": "&nacute;",
27528            "description": "Named entity: nacute; with a semi-colon",
27529            "output": [
27530                [
27531                    "Character",
27532                    "\u0144"
27533                ]
27534            ]
27535        },
27536        {
27537            "input": "&nang",
27538            "description": "Bad named entity: nang without a semi-colon",
27539            "output": [
27540                [
27541                    "Character",
27542                    "&nang"
27543                ]
27544            ]
27545        },
27546        {
27547            "input": "&nang;",
27548            "description": "Named entity: nang; with a semi-colon",
27549            "output": [
27550                [
27551                    "Character",
27552                    "\u2220\u20d2"
27553                ]
27554            ]
27555        },
27556        {
27557            "input": "&nap",
27558            "description": "Bad named entity: nap without a semi-colon",
27559            "output": [
27560                [
27561                    "Character",
27562                    "&nap"
27563                ]
27564            ]
27565        },
27566        {
27567            "input": "&nap;",
27568            "description": "Named entity: nap; with a semi-colon",
27569            "output": [
27570                [
27571                    "Character",
27572                    "\u2249"
27573                ]
27574            ]
27575        },
27576        {
27577            "input": "&napE",
27578            "description": "Bad named entity: napE without a semi-colon",
27579            "output": [
27580                [
27581                    "Character",
27582                    "&napE"
27583                ]
27584            ]
27585        },
27586        {
27587            "input": "&napE;",
27588            "description": "Named entity: napE; with a semi-colon",
27589            "output": [
27590                [
27591                    "Character",
27592                    "\u2a70\u0338"
27593                ]
27594            ]
27595        },
27596        {
27597            "input": "&napid",
27598            "description": "Bad named entity: napid without a semi-colon",
27599            "output": [
27600                [
27601                    "Character",
27602                    "&napid"
27603                ]
27604            ]
27605        },
27606        {
27607            "input": "&napid;",
27608            "description": "Named entity: napid; with a semi-colon",
27609            "output": [
27610                [
27611                    "Character",
27612                    "\u224b\u0338"
27613                ]
27614            ]
27615        },
27616        {
27617            "input": "&napos",
27618            "description": "Bad named entity: napos without a semi-colon",
27619            "output": [
27620                [
27621                    "Character",
27622                    "&napos"
27623                ]
27624            ]
27625        },
27626        {
27627            "input": "&napos;",
27628            "description": "Named entity: napos; with a semi-colon",
27629            "output": [
27630                [
27631                    "Character",
27632                    "\u0149"
27633                ]
27634            ]
27635        },
27636        {
27637            "input": "&napprox",
27638            "description": "Bad named entity: napprox without a semi-colon",
27639            "output": [
27640                [
27641                    "Character",
27642                    "&napprox"
27643                ]
27644            ]
27645        },
27646        {
27647            "input": "&napprox;",
27648            "description": "Named entity: napprox; with a semi-colon",
27649            "output": [
27650                [
27651                    "Character",
27652                    "\u2249"
27653                ]
27654            ]
27655        },
27656        {
27657            "input": "&natur",
27658            "description": "Bad named entity: natur without a semi-colon",
27659            "output": [
27660                [
27661                    "Character",
27662                    "&natur"
27663                ]
27664            ]
27665        },
27666        {
27667            "input": "&natur;",
27668            "description": "Named entity: natur; with a semi-colon",
27669            "output": [
27670                [
27671                    "Character",
27672                    "\u266e"
27673                ]
27674            ]
27675        },
27676        {
27677            "input": "&natural",
27678            "description": "Bad named entity: natural without a semi-colon",
27679            "output": [
27680                [
27681                    "Character",
27682                    "&natural"
27683                ]
27684            ]
27685        },
27686        {
27687            "input": "&natural;",
27688            "description": "Named entity: natural; with a semi-colon",
27689            "output": [
27690                [
27691                    "Character",
27692                    "\u266e"
27693                ]
27694            ]
27695        },
27696        {
27697            "input": "&naturals",
27698            "description": "Bad named entity: naturals without a semi-colon",
27699            "output": [
27700                [
27701                    "Character",
27702                    "&naturals"
27703                ]
27704            ]
27705        },
27706        {
27707            "input": "&naturals;",
27708            "description": "Named entity: naturals; with a semi-colon",
27709            "output": [
27710                [
27711                    "Character",
27712                    "\u2115"
27713                ]
27714            ]
27715        },
27716        {
27717            "input": "&nbsp",
27718            "description": "Named entity: nbsp without a semi-colon",
27719            "output": [
27720                "ParseError",
27721                [
27722                    "Character",
27723                    "\u00a0"
27724                ]
27725            ]
27726        },
27727        {
27728            "input": "&nbsp;",
27729            "description": "Named entity: nbsp; with a semi-colon",
27730            "output": [
27731                [
27732                    "Character",
27733                    "\u00a0"
27734                ]
27735            ]
27736        },
27737        {
27738            "input": "&nbump",
27739            "description": "Bad named entity: nbump without a semi-colon",
27740            "output": [
27741                [
27742                    "Character",
27743                    "&nbump"
27744                ]
27745            ]
27746        },
27747        {
27748            "input": "&nbump;",
27749            "description": "Named entity: nbump; with a semi-colon",
27750            "output": [
27751                [
27752                    "Character",
27753                    "\u224e\u0338"
27754                ]
27755            ]
27756        },
27757        {
27758            "input": "&nbumpe",
27759            "description": "Bad named entity: nbumpe without a semi-colon",
27760            "output": [
27761                [
27762                    "Character",
27763                    "&nbumpe"
27764                ]
27765            ]
27766        },
27767        {
27768            "input": "&nbumpe;",
27769            "description": "Named entity: nbumpe; with a semi-colon",
27770            "output": [
27771                [
27772                    "Character",
27773                    "\u224f\u0338"
27774                ]
27775            ]
27776        },
27777        {
27778            "input": "&ncap",
27779            "description": "Bad named entity: ncap without a semi-colon",
27780            "output": [
27781                [
27782                    "Character",
27783                    "&ncap"
27784                ]
27785            ]
27786        },
27787        {
27788            "input": "&ncap;",
27789            "description": "Named entity: ncap; with a semi-colon",
27790            "output": [
27791                [
27792                    "Character",
27793                    "\u2a43"
27794                ]
27795            ]
27796        },
27797        {
27798            "input": "&ncaron",
27799            "description": "Bad named entity: ncaron without a semi-colon",
27800            "output": [
27801                [
27802                    "Character",
27803                    "&ncaron"
27804                ]
27805            ]
27806        },
27807        {
27808            "input": "&ncaron;",
27809            "description": "Named entity: ncaron; with a semi-colon",
27810            "output": [
27811                [
27812                    "Character",
27813                    "\u0148"
27814                ]
27815            ]
27816        },
27817        {
27818            "input": "&ncedil",
27819            "description": "Bad named entity: ncedil without a semi-colon",
27820            "output": [
27821                [
27822                    "Character",
27823                    "&ncedil"
27824                ]
27825            ]
27826        },
27827        {
27828            "input": "&ncedil;",
27829            "description": "Named entity: ncedil; with a semi-colon",
27830            "output": [
27831                [
27832                    "Character",
27833                    "\u0146"
27834                ]
27835            ]
27836        },
27837        {
27838            "input": "&ncong",
27839            "description": "Bad named entity: ncong without a semi-colon",
27840            "output": [
27841                [
27842                    "Character",
27843                    "&ncong"
27844                ]
27845            ]
27846        },
27847        {
27848            "input": "&ncong;",
27849            "description": "Named entity: ncong; with a semi-colon",
27850            "output": [
27851                [
27852                    "Character",
27853                    "\u2247"
27854                ]
27855            ]
27856        },
27857        {
27858            "input": "&ncongdot",
27859            "description": "Bad named entity: ncongdot without a semi-colon",
27860            "output": [
27861                [
27862                    "Character",
27863                    "&ncongdot"
27864                ]
27865            ]
27866        },
27867        {
27868            "input": "&ncongdot;",
27869            "description": "Named entity: ncongdot; with a semi-colon",
27870            "output": [
27871                [
27872                    "Character",
27873                    "\u2a6d\u0338"
27874                ]
27875            ]
27876        },
27877        {
27878            "input": "&ncup",
27879            "description": "Bad named entity: ncup without a semi-colon",
27880            "output": [
27881                [
27882                    "Character",
27883                    "&ncup"
27884                ]
27885            ]
27886        },
27887        {
27888            "input": "&ncup;",
27889            "description": "Named entity: ncup; with a semi-colon",
27890            "output": [
27891                [
27892                    "Character",
27893                    "\u2a42"
27894                ]
27895            ]
27896        },
27897        {
27898            "input": "&ncy",
27899            "description": "Bad named entity: ncy without a semi-colon",
27900            "output": [
27901                [
27902                    "Character",
27903                    "&ncy"
27904                ]
27905            ]
27906        },
27907        {
27908            "input": "&ncy;",
27909            "description": "Named entity: ncy; with a semi-colon",
27910            "output": [
27911                [
27912                    "Character",
27913                    "\u043d"
27914                ]
27915            ]
27916        },
27917        {
27918            "input": "&ndash",
27919            "description": "Bad named entity: ndash without a semi-colon",
27920            "output": [
27921                [
27922                    "Character",
27923                    "&ndash"
27924                ]
27925            ]
27926        },
27927        {
27928            "input": "&ndash;",
27929            "description": "Named entity: ndash; with a semi-colon",
27930            "output": [
27931                [
27932                    "Character",
27933                    "\u2013"
27934                ]
27935            ]
27936        },
27937        {
27938            "input": "&ne",
27939            "description": "Bad named entity: ne without a semi-colon",
27940            "output": [
27941                [
27942                    "Character",
27943                    "&ne"
27944                ]
27945            ]
27946        },
27947        {
27948            "input": "&ne;",
27949            "description": "Named entity: ne; with a semi-colon",
27950            "output": [
27951                [
27952                    "Character",
27953                    "\u2260"
27954                ]
27955            ]
27956        },
27957        {
27958            "input": "&neArr",
27959            "description": "Bad named entity: neArr without a semi-colon",
27960            "output": [
27961                [
27962                    "Character",
27963                    "&neArr"
27964                ]
27965            ]
27966        },
27967        {
27968            "input": "&neArr;",
27969            "description": "Named entity: neArr; with a semi-colon",
27970            "output": [
27971                [
27972                    "Character",
27973                    "\u21d7"
27974                ]
27975            ]
27976        },
27977        {
27978            "input": "&nearhk",
27979            "description": "Bad named entity: nearhk without a semi-colon",
27980            "output": [
27981                [
27982                    "Character",
27983                    "&nearhk"
27984                ]
27985            ]
27986        },
27987        {
27988            "input": "&nearhk;",
27989            "description": "Named entity: nearhk; with a semi-colon",
27990            "output": [
27991                [
27992                    "Character",
27993                    "\u2924"
27994                ]
27995            ]
27996        },
27997        {
27998            "input": "&nearr",
27999            "description": "Bad named entity: nearr without a semi-colon",
28000            "output": [
28001                [
28002                    "Character",
28003                    "&nearr"
28004                ]
28005            ]
28006        },
28007        {
28008            "input": "&nearr;",
28009            "description": "Named entity: nearr; with a semi-colon",
28010            "output": [
28011                [
28012                    "Character",
28013                    "\u2197"
28014                ]
28015            ]
28016        },
28017        {
28018            "input": "&nearrow",
28019            "description": "Bad named entity: nearrow without a semi-colon",
28020            "output": [
28021                [
28022                    "Character",
28023                    "&nearrow"
28024                ]
28025            ]
28026        },
28027        {
28028            "input": "&nearrow;",
28029            "description": "Named entity: nearrow; with a semi-colon",
28030            "output": [
28031                [
28032                    "Character",
28033                    "\u2197"
28034                ]
28035            ]
28036        },
28037        {
28038            "input": "&nedot",
28039            "description": "Bad named entity: nedot without a semi-colon",
28040            "output": [
28041                [
28042                    "Character",
28043                    "&nedot"
28044                ]
28045            ]
28046        },
28047        {
28048            "input": "&nedot;",
28049            "description": "Named entity: nedot; with a semi-colon",
28050            "output": [
28051                [
28052                    "Character",
28053                    "\u2250\u0338"
28054                ]
28055            ]
28056        },
28057        {
28058            "input": "&nequiv",
28059            "description": "Bad named entity: nequiv without a semi-colon",
28060            "output": [
28061                [
28062                    "Character",
28063                    "&nequiv"
28064                ]
28065            ]
28066        },
28067        {
28068            "input": "&nequiv;",
28069            "description": "Named entity: nequiv; with a semi-colon",
28070            "output": [
28071                [
28072                    "Character",
28073                    "\u2262"
28074                ]
28075            ]
28076        },
28077        {
28078            "input": "&nesear",
28079            "description": "Bad named entity: nesear without a semi-colon",
28080            "output": [
28081                [
28082                    "Character",
28083                    "&nesear"
28084                ]
28085            ]
28086        },
28087        {
28088            "input": "&nesear;",
28089            "description": "Named entity: nesear; with a semi-colon",
28090            "output": [
28091                [
28092                    "Character",
28093                    "\u2928"
28094                ]
28095            ]
28096        },
28097        {
28098            "input": "&nesim",
28099            "description": "Bad named entity: nesim without a semi-colon",
28100            "output": [
28101                [
28102                    "Character",
28103                    "&nesim"
28104                ]
28105            ]
28106        },
28107        {
28108            "input": "&nesim;",
28109            "description": "Named entity: nesim; with a semi-colon",
28110            "output": [
28111                [
28112                    "Character",
28113                    "\u2242\u0338"
28114                ]
28115            ]
28116        },
28117        {
28118            "input": "&nexist",
28119            "description": "Bad named entity: nexist without a semi-colon",
28120            "output": [
28121                [
28122                    "Character",
28123                    "&nexist"
28124                ]
28125            ]
28126        },
28127        {
28128            "input": "&nexist;",
28129            "description": "Named entity: nexist; with a semi-colon",
28130            "output": [
28131                [
28132                    "Character",
28133                    "\u2204"
28134                ]
28135            ]
28136        },
28137        {
28138            "input": "&nexists",
28139            "description": "Bad named entity: nexists without a semi-colon",
28140            "output": [
28141                [
28142                    "Character",
28143                    "&nexists"
28144                ]
28145            ]
28146        },
28147        {
28148            "input": "&nexists;",
28149            "description": "Named entity: nexists; with a semi-colon",
28150            "output": [
28151                [
28152                    "Character",
28153                    "\u2204"
28154                ]
28155            ]
28156        },
28157        {
28158            "input": "&nfr",
28159            "description": "Bad named entity: nfr without a semi-colon",
28160            "output": [
28161                [
28162                    "Character",
28163                    "&nfr"
28164                ]
28165            ]
28166        },
28167        {
28168            "input": "&nfr;",
28169            "description": "Named entity: nfr; with a semi-colon",
28170            "output": [
28171                [
28172                    "Character",
28173                    "\ud835\udd2b"
28174                ]
28175            ]
28176        },
28177        {
28178            "input": "&ngE",
28179            "description": "Bad named entity: ngE without a semi-colon",
28180            "output": [
28181                [
28182                    "Character",
28183                    "&ngE"
28184                ]
28185            ]
28186        },
28187        {
28188            "input": "&ngE;",
28189            "description": "Named entity: ngE; with a semi-colon",
28190            "output": [
28191                [
28192                    "Character",
28193                    "\u2267\u0338"
28194                ]
28195            ]
28196        },
28197        {
28198            "input": "&nge",
28199            "description": "Bad named entity: nge without a semi-colon",
28200            "output": [
28201                [
28202                    "Character",
28203                    "&nge"
28204                ]
28205            ]
28206        },
28207        {
28208            "input": "&nge;",
28209            "description": "Named entity: nge; with a semi-colon",
28210            "output": [
28211                [
28212                    "Character",
28213                    "\u2271"
28214                ]
28215            ]
28216        },
28217        {
28218            "input": "&ngeq",
28219            "description": "Bad named entity: ngeq without a semi-colon",
28220            "output": [
28221                [
28222                    "Character",
28223                    "&ngeq"
28224                ]
28225            ]
28226        },
28227        {
28228            "input": "&ngeq;",
28229            "description": "Named entity: ngeq; with a semi-colon",
28230            "output": [
28231                [
28232                    "Character",
28233                    "\u2271"
28234                ]
28235            ]
28236        },
28237        {
28238            "input": "&ngeqq",
28239            "description": "Bad named entity: ngeqq without a semi-colon",
28240            "output": [
28241                [
28242                    "Character",
28243                    "&ngeqq"
28244                ]
28245            ]
28246        },
28247        {
28248            "input": "&ngeqq;",
28249            "description": "Named entity: ngeqq; with a semi-colon",
28250            "output": [
28251                [
28252                    "Character",
28253                    "\u2267\u0338"
28254                ]
28255            ]
28256        },
28257        {
28258            "input": "&ngeqslant",
28259            "description": "Bad named entity: ngeqslant without a semi-colon",
28260            "output": [
28261                [
28262                    "Character",
28263                    "&ngeqslant"
28264                ]
28265            ]
28266        },
28267        {
28268            "input": "&ngeqslant;",
28269            "description": "Named entity: ngeqslant; with a semi-colon",
28270            "output": [
28271                [
28272                    "Character",
28273                    "\u2a7e\u0338"
28274                ]
28275            ]
28276        },
28277        {
28278            "input": "&nges",
28279            "description": "Bad named entity: nges without a semi-colon",
28280            "output": [
28281                [
28282                    "Character",
28283                    "&nges"
28284                ]
28285            ]
28286        },
28287        {
28288            "input": "&nges;",
28289            "description": "Named entity: nges; with a semi-colon",
28290            "output": [
28291                [
28292                    "Character",
28293                    "\u2a7e\u0338"
28294                ]
28295            ]
28296        },
28297        {
28298            "input": "&ngsim",
28299            "description": "Bad named entity: ngsim without a semi-colon",
28300            "output": [
28301                [
28302                    "Character",
28303                    "&ngsim"
28304                ]
28305            ]
28306        },
28307        {
28308            "input": "&ngsim;",
28309            "description": "Named entity: ngsim; with a semi-colon",
28310            "output": [
28311                [
28312                    "Character",
28313                    "\u2275"
28314                ]
28315            ]
28316        },
28317        {
28318            "input": "&ngt",
28319            "description": "Bad named entity: ngt without a semi-colon",
28320            "output": [
28321                [
28322                    "Character",
28323                    "&ngt"
28324                ]
28325            ]
28326        },
28327        {
28328            "input": "&ngt;",
28329            "description": "Named entity: ngt; with a semi-colon",
28330            "output": [
28331                [
28332                    "Character",
28333                    "\u226f"
28334                ]
28335            ]
28336        },
28337        {
28338            "input": "&ngtr",
28339            "description": "Bad named entity: ngtr without a semi-colon",
28340            "output": [
28341                [
28342                    "Character",
28343                    "&ngtr"
28344                ]
28345            ]
28346        },
28347        {
28348            "input": "&ngtr;",
28349            "description": "Named entity: ngtr; with a semi-colon",
28350            "output": [
28351                [
28352                    "Character",
28353                    "\u226f"
28354                ]
28355            ]
28356        },
28357        {
28358            "input": "&nhArr",
28359            "description": "Bad named entity: nhArr without a semi-colon",
28360            "output": [
28361                [
28362                    "Character",
28363                    "&nhArr"
28364                ]
28365            ]
28366        },
28367        {
28368            "input": "&nhArr;",
28369            "description": "Named entity: nhArr; with a semi-colon",
28370            "output": [
28371                [
28372                    "Character",
28373                    "\u21ce"
28374                ]
28375            ]
28376        },
28377        {
28378            "input": "&nharr",
28379            "description": "Bad named entity: nharr without a semi-colon",
28380            "output": [
28381                [
28382                    "Character",
28383                    "&nharr"
28384                ]
28385            ]
28386        },
28387        {
28388            "input": "&nharr;",
28389            "description": "Named entity: nharr; with a semi-colon",
28390            "output": [
28391                [
28392                    "Character",
28393                    "\u21ae"
28394                ]
28395            ]
28396        },
28397        {
28398            "input": "&nhpar",
28399            "description": "Bad named entity: nhpar without a semi-colon",
28400            "output": [
28401                [
28402                    "Character",
28403                    "&nhpar"
28404                ]
28405            ]
28406        },
28407        {
28408            "input": "&nhpar;",
28409            "description": "Named entity: nhpar; with a semi-colon",
28410            "output": [
28411                [
28412                    "Character",
28413                    "\u2af2"
28414                ]
28415            ]
28416        },
28417        {
28418            "input": "&ni",
28419            "description": "Bad named entity: ni without a semi-colon",
28420            "output": [
28421                [
28422                    "Character",
28423                    "&ni"
28424                ]
28425            ]
28426        },
28427        {
28428            "input": "&ni;",
28429            "description": "Named entity: ni; with a semi-colon",
28430            "output": [
28431                [
28432                    "Character",
28433                    "\u220b"
28434                ]
28435            ]
28436        },
28437        {
28438            "input": "&nis",
28439            "description": "Bad named entity: nis without a semi-colon",
28440            "output": [
28441                [
28442                    "Character",
28443                    "&nis"
28444                ]
28445            ]
28446        },
28447        {
28448            "input": "&nis;",
28449            "description": "Named entity: nis; with a semi-colon",
28450            "output": [
28451                [
28452                    "Character",
28453                    "\u22fc"
28454                ]
28455            ]
28456        },
28457        {
28458            "input": "&nisd",
28459            "description": "Bad named entity: nisd without a semi-colon",
28460            "output": [
28461                [
28462                    "Character",
28463                    "&nisd"
28464                ]
28465            ]
28466        },
28467        {
28468            "input": "&nisd;",
28469            "description": "Named entity: nisd; with a semi-colon",
28470            "output": [
28471                [
28472                    "Character",
28473                    "\u22fa"
28474                ]
28475            ]
28476        },
28477        {
28478            "input": "&niv",
28479            "description": "Bad named entity: niv without a semi-colon",
28480            "output": [
28481                [
28482                    "Character",
28483                    "&niv"
28484                ]
28485            ]
28486        },
28487        {
28488            "input": "&niv;",
28489            "description": "Named entity: niv; with a semi-colon",
28490            "output": [
28491                [
28492                    "Character",
28493                    "\u220b"
28494                ]
28495            ]
28496        },
28497        {
28498            "input": "&njcy",
28499            "description": "Bad named entity: njcy without a semi-colon",
28500            "output": [
28501                [
28502                    "Character",
28503                    "&njcy"
28504                ]
28505            ]
28506        },
28507        {
28508            "input": "&njcy;",
28509            "description": "Named entity: njcy; with a semi-colon",
28510            "output": [
28511                [
28512                    "Character",
28513                    "\u045a"
28514                ]
28515            ]
28516        },
28517        {
28518            "input": "&nlArr",
28519            "description": "Bad named entity: nlArr without a semi-colon",
28520            "output": [
28521                [
28522                    "Character",
28523                    "&nlArr"
28524                ]
28525            ]
28526        },
28527        {
28528            "input": "&nlArr;",
28529            "description": "Named entity: nlArr; with a semi-colon",
28530            "output": [
28531                [
28532                    "Character",
28533                    "\u21cd"
28534                ]
28535            ]
28536        },
28537        {
28538            "input": "&nlE",
28539            "description": "Bad named entity: nlE without a semi-colon",
28540            "output": [
28541                [
28542                    "Character",
28543                    "&nlE"
28544                ]
28545            ]
28546        },
28547        {
28548            "input": "&nlE;",
28549            "description": "Named entity: nlE; with a semi-colon",
28550            "output": [
28551                [
28552                    "Character",
28553                    "\u2266\u0338"
28554                ]
28555            ]
28556        },
28557        {
28558            "input": "&nlarr",
28559            "description": "Bad named entity: nlarr without a semi-colon",
28560            "output": [
28561                [
28562                    "Character",
28563                    "&nlarr"
28564                ]
28565            ]
28566        },
28567        {
28568            "input": "&nlarr;",
28569            "description": "Named entity: nlarr; with a semi-colon",
28570            "output": [
28571                [
28572                    "Character",
28573                    "\u219a"
28574                ]
28575            ]
28576        },
28577        {
28578            "input": "&nldr",
28579            "description": "Bad named entity: nldr without a semi-colon",
28580            "output": [
28581                [
28582                    "Character",
28583                    "&nldr"
28584                ]
28585            ]
28586        },
28587        {
28588            "input": "&nldr;",
28589            "description": "Named entity: nldr; with a semi-colon",
28590            "output": [
28591                [
28592                    "Character",
28593                    "\u2025"
28594                ]
28595            ]
28596        },
28597        {
28598            "input": "&nle",
28599            "description": "Bad named entity: nle without a semi-colon",
28600            "output": [
28601                [
28602                    "Character",
28603                    "&nle"
28604                ]
28605            ]
28606        },
28607        {
28608            "input": "&nle;",
28609            "description": "Named entity: nle; with a semi-colon",
28610            "output": [
28611                [
28612                    "Character",
28613                    "\u2270"
28614                ]
28615            ]
28616        },
28617        {
28618            "input": "&nleftarrow",
28619            "description": "Bad named entity: nleftarrow without a semi-colon",
28620            "output": [
28621                [
28622                    "Character",
28623                    "&nleftarrow"
28624                ]
28625            ]
28626        },
28627        {
28628            "input": "&nleftarrow;",
28629            "description": "Named entity: nleftarrow; with a semi-colon",
28630            "output": [
28631                [
28632                    "Character",
28633                    "\u219a"
28634                ]
28635            ]
28636        },
28637        {
28638            "input": "&nleftrightarrow",
28639            "description": "Bad named entity: nleftrightarrow without a semi-colon",
28640            "output": [
28641                [
28642                    "Character",
28643                    "&nleftrightarrow"
28644                ]
28645            ]
28646        },
28647        {
28648            "input": "&nleftrightarrow;",
28649            "description": "Named entity: nleftrightarrow; with a semi-colon",
28650            "output": [
28651                [
28652                    "Character",
28653                    "\u21ae"
28654                ]
28655            ]
28656        },
28657        {
28658            "input": "&nleq",
28659            "description": "Bad named entity: nleq without a semi-colon",
28660            "output": [
28661                [
28662                    "Character",
28663                    "&nleq"
28664                ]
28665            ]
28666        },
28667        {
28668            "input": "&nleq;",
28669            "description": "Named entity: nleq; with a semi-colon",
28670            "output": [
28671                [
28672                    "Character",
28673                    "\u2270"
28674                ]
28675            ]
28676        },
28677        {
28678            "input": "&nleqq",
28679            "description": "Bad named entity: nleqq without a semi-colon",
28680            "output": [
28681                [
28682                    "Character",
28683                    "&nleqq"
28684                ]
28685            ]
28686        },
28687        {
28688            "input": "&nleqq;",
28689            "description": "Named entity: nleqq; with a semi-colon",
28690            "output": [
28691                [
28692                    "Character",
28693                    "\u2266\u0338"
28694                ]
28695            ]
28696        },
28697        {
28698            "input": "&nleqslant",
28699            "description": "Bad named entity: nleqslant without a semi-colon",
28700            "output": [
28701                [
28702                    "Character",
28703                    "&nleqslant"
28704                ]
28705            ]
28706        },
28707        {
28708            "input": "&nleqslant;",
28709            "description": "Named entity: nleqslant; with a semi-colon",
28710            "output": [
28711                [
28712                    "Character",
28713                    "\u2a7d\u0338"
28714                ]
28715            ]
28716        },
28717        {
28718            "input": "&nles",
28719            "description": "Bad named entity: nles without a semi-colon",
28720            "output": [
28721                [
28722                    "Character",
28723                    "&nles"
28724                ]
28725            ]
28726        },
28727        {
28728            "input": "&nles;",
28729            "description": "Named entity: nles; with a semi-colon",
28730            "output": [
28731                [
28732                    "Character",
28733                    "\u2a7d\u0338"
28734                ]
28735            ]
28736        },
28737        {
28738            "input": "&nless",
28739            "description": "Bad named entity: nless without a semi-colon",
28740            "output": [
28741                [
28742                    "Character",
28743                    "&nless"
28744                ]
28745            ]
28746        },
28747        {
28748            "input": "&nless;",
28749            "description": "Named entity: nless; with a semi-colon",
28750            "output": [
28751                [
28752                    "Character",
28753                    "\u226e"
28754                ]
28755            ]
28756        },
28757        {
28758            "input": "&nlsim",
28759            "description": "Bad named entity: nlsim without a semi-colon",
28760            "output": [
28761                [
28762                    "Character",
28763                    "&nlsim"
28764                ]
28765            ]
28766        },
28767        {
28768            "input": "&nlsim;",
28769            "description": "Named entity: nlsim; with a semi-colon",
28770            "output": [
28771                [
28772                    "Character",
28773                    "\u2274"
28774                ]
28775            ]
28776        },
28777        {
28778            "input": "&nlt",
28779            "description": "Bad named entity: nlt without a semi-colon",
28780            "output": [
28781                [
28782                    "Character",
28783                    "&nlt"
28784                ]
28785            ]
28786        },
28787        {
28788            "input": "&nlt;",
28789            "description": "Named entity: nlt; with a semi-colon",
28790            "output": [
28791                [
28792                    "Character",
28793                    "\u226e"
28794                ]
28795            ]
28796        },
28797        {
28798            "input": "&nltri",
28799            "description": "Bad named entity: nltri without a semi-colon",
28800            "output": [
28801                [
28802                    "Character",
28803                    "&nltri"
28804                ]
28805            ]
28806        },
28807        {
28808            "input": "&nltri;",
28809            "description": "Named entity: nltri; with a semi-colon",
28810            "output": [
28811                [
28812                    "Character",
28813                    "\u22ea"
28814                ]
28815            ]
28816        },
28817        {
28818            "input": "&nltrie",
28819            "description": "Bad named entity: nltrie without a semi-colon",
28820            "output": [
28821                [
28822                    "Character",
28823                    "&nltrie"
28824                ]
28825            ]
28826        },
28827        {
28828            "input": "&nltrie;",
28829            "description": "Named entity: nltrie; with a semi-colon",
28830            "output": [
28831                [
28832                    "Character",
28833                    "\u22ec"
28834                ]
28835            ]
28836        },
28837        {
28838            "input": "&nmid",
28839            "description": "Bad named entity: nmid without a semi-colon",
28840            "output": [
28841                [
28842                    "Character",
28843                    "&nmid"
28844                ]
28845            ]
28846        },
28847        {
28848            "input": "&nmid;",
28849            "description": "Named entity: nmid; with a semi-colon",
28850            "output": [
28851                [
28852                    "Character",
28853                    "\u2224"
28854                ]
28855            ]
28856        },
28857        {
28858            "input": "&nopf",
28859            "description": "Bad named entity: nopf without a semi-colon",
28860            "output": [
28861                [
28862                    "Character",
28863                    "&nopf"
28864                ]
28865            ]
28866        },
28867        {
28868            "input": "&nopf;",
28869            "description": "Named entity: nopf; with a semi-colon",
28870            "output": [
28871                [
28872                    "Character",
28873                    "\ud835\udd5f"
28874                ]
28875            ]
28876        },
28877        {
28878            "input": "&not",
28879            "description": "Named entity: not without a semi-colon",
28880            "output": [
28881                "ParseError",
28882                [
28883                    "Character",
28884                    "\u00ac"
28885                ]
28886            ]
28887        },
28888        {
28889            "input": "&not;",
28890            "description": "Named entity: not; with a semi-colon",
28891            "output": [
28892                [
28893                    "Character",
28894                    "\u00ac"
28895                ]
28896            ]
28897        },
28898        {
28899            "input": "&notin;",
28900            "description": "Named entity: notin; with a semi-colon",
28901            "output": [
28902                [
28903                    "Character",
28904                    "\u2209"
28905                ]
28906            ]
28907        },
28908        {
28909            "input": "&notinE;",
28910            "description": "Named entity: notinE; with a semi-colon",
28911            "output": [
28912                [
28913                    "Character",
28914                    "\u22f9\u0338"
28915                ]
28916            ]
28917        },
28918        {
28919            "input": "&notindot;",
28920            "description": "Named entity: notindot; with a semi-colon",
28921            "output": [
28922                [
28923                    "Character",
28924                    "\u22f5\u0338"
28925                ]
28926            ]
28927        },
28928        {
28929            "input": "&notinva;",
28930            "description": "Named entity: notinva; with a semi-colon",
28931            "output": [
28932                [
28933                    "Character",
28934                    "\u2209"
28935                ]
28936            ]
28937        },
28938        {
28939            "input": "&notinvb;",
28940            "description": "Named entity: notinvb; with a semi-colon",
28941            "output": [
28942                [
28943                    "Character",
28944                    "\u22f7"
28945                ]
28946            ]
28947        },
28948        {
28949            "input": "&notinvc;",
28950            "description": "Named entity: notinvc; with a semi-colon",
28951            "output": [
28952                [
28953                    "Character",
28954                    "\u22f6"
28955                ]
28956            ]
28957        },
28958        {
28959            "input": "&notni;",
28960            "description": "Named entity: notni; with a semi-colon",
28961            "output": [
28962                [
28963                    "Character",
28964                    "\u220c"
28965                ]
28966            ]
28967        },
28968        {
28969            "input": "&notniva;",
28970            "description": "Named entity: notniva; with a semi-colon",
28971            "output": [
28972                [
28973                    "Character",
28974                    "\u220c"
28975                ]
28976            ]
28977        },
28978        {
28979            "input": "&notnivb;",
28980            "description": "Named entity: notnivb; with a semi-colon",
28981            "output": [
28982                [
28983                    "Character",
28984                    "\u22fe"
28985                ]
28986            ]
28987        },
28988        {
28989            "input": "&notnivc;",
28990            "description": "Named entity: notnivc; with a semi-colon",
28991            "output": [
28992                [
28993                    "Character",
28994                    "\u22fd"
28995                ]
28996            ]
28997        },
28998        {
28999            "input": "&npar",
29000            "description": "Bad named entity: npar without a semi-colon",
29001            "output": [
29002                [
29003                    "Character",
29004                    "&npar"
29005                ]
29006            ]
29007        },
29008        {
29009            "input": "&npar;",
29010            "description": "Named entity: npar; with a semi-colon",
29011            "output": [
29012                [
29013                    "Character",
29014                    "\u2226"
29015                ]
29016            ]
29017        },
29018        {
29019            "input": "&nparallel",
29020            "description": "Bad named entity: nparallel without a semi-colon",
29021            "output": [
29022                [
29023                    "Character",
29024                    "&nparallel"
29025                ]
29026            ]
29027        },
29028        {
29029            "input": "&nparallel;",
29030            "description": "Named entity: nparallel; with a semi-colon",
29031            "output": [
29032                [
29033                    "Character",
29034                    "\u2226"
29035                ]
29036            ]
29037        },
29038        {
29039            "input": "&nparsl",
29040            "description": "Bad named entity: nparsl without a semi-colon",
29041            "output": [
29042                [
29043                    "Character",
29044                    "&nparsl"
29045                ]
29046            ]
29047        },
29048        {
29049            "input": "&nparsl;",
29050            "description": "Named entity: nparsl; with a semi-colon",
29051            "output": [
29052                [
29053                    "Character",
29054                    "\u2afd\u20e5"
29055                ]
29056            ]
29057        },
29058        {
29059            "input": "&npart",
29060            "description": "Bad named entity: npart without a semi-colon",
29061            "output": [
29062                [
29063                    "Character",
29064                    "&npart"
29065                ]
29066            ]
29067        },
29068        {
29069            "input": "&npart;",
29070            "description": "Named entity: npart; with a semi-colon",
29071            "output": [
29072                [
29073                    "Character",
29074                    "\u2202\u0338"
29075                ]
29076            ]
29077        },
29078        {
29079            "input": "&npolint",
29080            "description": "Bad named entity: npolint without a semi-colon",
29081            "output": [
29082                [
29083                    "Character",
29084                    "&npolint"
29085                ]
29086            ]
29087        },
29088        {
29089            "input": "&npolint;",
29090            "description": "Named entity: npolint; with a semi-colon",
29091            "output": [
29092                [
29093                    "Character",
29094                    "\u2a14"
29095                ]
29096            ]
29097        },
29098        {
29099            "input": "&npr",
29100            "description": "Bad named entity: npr without a semi-colon",
29101            "output": [
29102                [
29103                    "Character",
29104                    "&npr"
29105                ]
29106            ]
29107        },
29108        {
29109            "input": "&npr;",
29110            "description": "Named entity: npr; with a semi-colon",
29111            "output": [
29112                [
29113                    "Character",
29114                    "\u2280"
29115                ]
29116            ]
29117        },
29118        {
29119            "input": "&nprcue",
29120            "description": "Bad named entity: nprcue without a semi-colon",
29121            "output": [
29122                [
29123                    "Character",
29124                    "&nprcue"
29125                ]
29126            ]
29127        },
29128        {
29129            "input": "&nprcue;",
29130            "description": "Named entity: nprcue; with a semi-colon",
29131            "output": [
29132                [
29133                    "Character",
29134                    "\u22e0"
29135                ]
29136            ]
29137        },
29138        {
29139            "input": "&npre",
29140            "description": "Bad named entity: npre without a semi-colon",
29141            "output": [
29142                [
29143                    "Character",
29144                    "&npre"
29145                ]
29146            ]
29147        },
29148        {
29149            "input": "&npre;",
29150            "description": "Named entity: npre; with a semi-colon",
29151            "output": [
29152                [
29153                    "Character",
29154                    "\u2aaf\u0338"
29155                ]
29156            ]
29157        },
29158        {
29159            "input": "&nprec",
29160            "description": "Bad named entity: nprec without a semi-colon",
29161            "output": [
29162                [
29163                    "Character",
29164                    "&nprec"
29165                ]
29166            ]
29167        },
29168        {
29169            "input": "&nprec;",
29170            "description": "Named entity: nprec; with a semi-colon",
29171            "output": [
29172                [
29173                    "Character",
29174                    "\u2280"
29175                ]
29176            ]
29177        },
29178        {
29179            "input": "&npreceq",
29180            "description": "Bad named entity: npreceq without a semi-colon",
29181            "output": [
29182                [
29183                    "Character",
29184                    "&npreceq"
29185                ]
29186            ]
29187        },
29188        {
29189            "input": "&npreceq;",
29190            "description": "Named entity: npreceq; with a semi-colon",
29191            "output": [
29192                [
29193                    "Character",
29194                    "\u2aaf\u0338"
29195                ]
29196            ]
29197        },
29198        {
29199            "input": "&nrArr",
29200            "description": "Bad named entity: nrArr without a semi-colon",
29201            "output": [
29202                [
29203                    "Character",
29204                    "&nrArr"
29205                ]
29206            ]
29207        },
29208        {
29209            "input": "&nrArr;",
29210            "description": "Named entity: nrArr; with a semi-colon",
29211            "output": [
29212                [
29213                    "Character",
29214                    "\u21cf"
29215                ]
29216            ]
29217        },
29218        {
29219            "input": "&nrarr",
29220            "description": "Bad named entity: nrarr without a semi-colon",
29221            "output": [
29222                [
29223                    "Character",
29224                    "&nrarr"
29225                ]
29226            ]
29227        },
29228        {
29229            "input": "&nrarr;",
29230            "description": "Named entity: nrarr; with a semi-colon",
29231            "output": [
29232                [
29233                    "Character",
29234                    "\u219b"
29235                ]
29236            ]
29237        },
29238        {
29239            "input": "&nrarrc",
29240            "description": "Bad named entity: nrarrc without a semi-colon",
29241            "output": [
29242                [
29243                    "Character",
29244                    "&nrarrc"
29245                ]
29246            ]
29247        },
29248        {
29249            "input": "&nrarrc;",
29250            "description": "Named entity: nrarrc; with a semi-colon",
29251            "output": [
29252                [
29253                    "Character",
29254                    "\u2933\u0338"
29255                ]
29256            ]
29257        },
29258        {
29259            "input": "&nrarrw",
29260            "description": "Bad named entity: nrarrw without a semi-colon",
29261            "output": [
29262                [
29263                    "Character",
29264                    "&nrarrw"
29265                ]
29266            ]
29267        },
29268        {
29269            "input": "&nrarrw;",
29270            "description": "Named entity: nrarrw; with a semi-colon",
29271            "output": [
29272                [
29273                    "Character",
29274                    "\u219d\u0338"
29275                ]
29276            ]
29277        },
29278        {
29279            "input": "&nrightarrow",
29280            "description": "Bad named entity: nrightarrow without a semi-colon",
29281            "output": [
29282                [
29283                    "Character",
29284                    "&nrightarrow"
29285                ]
29286            ]
29287        },
29288        {
29289            "input": "&nrightarrow;",
29290            "description": "Named entity: nrightarrow; with a semi-colon",
29291            "output": [
29292                [
29293                    "Character",
29294                    "\u219b"
29295                ]
29296            ]
29297        },
29298        {
29299            "input": "&nrtri",
29300            "description": "Bad named entity: nrtri without a semi-colon",
29301            "output": [
29302                [
29303                    "Character",
29304                    "&nrtri"
29305                ]
29306            ]
29307        },
29308        {
29309            "input": "&nrtri;",
29310            "description": "Named entity: nrtri; with a semi-colon",
29311            "output": [
29312                [
29313                    "Character",
29314                    "\u22eb"
29315                ]
29316            ]
29317        },
29318        {
29319            "input": "&nrtrie",
29320            "description": "Bad named entity: nrtrie without a semi-colon",
29321            "output": [
29322                [
29323                    "Character",
29324                    "&nrtrie"
29325                ]
29326            ]
29327        },
29328        {
29329            "input": "&nrtrie;",
29330            "description": "Named entity: nrtrie; with a semi-colon",
29331            "output": [
29332                [
29333                    "Character",
29334                    "\u22ed"
29335                ]
29336            ]
29337        },
29338        {
29339            "input": "&nsc",
29340            "description": "Bad named entity: nsc without a semi-colon",
29341            "output": [
29342                [
29343                    "Character",
29344                    "&nsc"
29345                ]
29346            ]
29347        },
29348        {
29349            "input": "&nsc;",
29350            "description": "Named entity: nsc; with a semi-colon",
29351            "output": [
29352                [
29353                    "Character",
29354                    "\u2281"
29355                ]
29356            ]
29357        },
29358        {
29359            "input": "&nsccue",
29360            "description": "Bad named entity: nsccue without a semi-colon",
29361            "output": [
29362                [
29363                    "Character",
29364                    "&nsccue"
29365                ]
29366            ]
29367        },
29368        {
29369            "input": "&nsccue;",
29370            "description": "Named entity: nsccue; with a semi-colon",
29371            "output": [
29372                [
29373                    "Character",
29374                    "\u22e1"
29375                ]
29376            ]
29377        },
29378        {
29379            "input": "&nsce",
29380            "description": "Bad named entity: nsce without a semi-colon",
29381            "output": [
29382                [
29383                    "Character",
29384                    "&nsce"
29385                ]
29386            ]
29387        },
29388        {
29389            "input": "&nsce;",
29390            "description": "Named entity: nsce; with a semi-colon",
29391            "output": [
29392                [
29393                    "Character",
29394                    "\u2ab0\u0338"
29395                ]
29396            ]
29397        },
29398        {
29399            "input": "&nscr",
29400            "description": "Bad named entity: nscr without a semi-colon",
29401            "output": [
29402                [
29403                    "Character",
29404                    "&nscr"
29405                ]
29406            ]
29407        },
29408        {
29409            "input": "&nscr;",
29410            "description": "Named entity: nscr; with a semi-colon",
29411            "output": [
29412                [
29413                    "Character",
29414                    "\ud835\udcc3"
29415                ]
29416            ]
29417        },
29418        {
29419            "input": "&nshortmid",
29420            "description": "Bad named entity: nshortmid without a semi-colon",
29421            "output": [
29422                [
29423                    "Character",
29424                    "&nshortmid"
29425                ]
29426            ]
29427        },
29428        {
29429            "input": "&nshortmid;",
29430            "description": "Named entity: nshortmid; with a semi-colon",
29431            "output": [
29432                [
29433                    "Character",
29434                    "\u2224"
29435                ]
29436            ]
29437        },
29438        {
29439            "input": "&nshortparallel",
29440            "description": "Bad named entity: nshortparallel without a semi-colon",
29441            "output": [
29442                [
29443                    "Character",
29444                    "&nshortparallel"
29445                ]
29446            ]
29447        },
29448        {
29449            "input": "&nshortparallel;",
29450            "description": "Named entity: nshortparallel; with a semi-colon",
29451            "output": [
29452                [
29453                    "Character",
29454                    "\u2226"
29455                ]
29456            ]
29457        },
29458        {
29459            "input": "&nsim",
29460            "description": "Bad named entity: nsim without a semi-colon",
29461            "output": [
29462                [
29463                    "Character",
29464                    "&nsim"
29465                ]
29466            ]
29467        },
29468        {
29469            "input": "&nsim;",
29470            "description": "Named entity: nsim; with a semi-colon",
29471            "output": [
29472                [
29473                    "Character",
29474                    "\u2241"
29475                ]
29476            ]
29477        },
29478        {
29479            "input": "&nsime",
29480            "description": "Bad named entity: nsime without a semi-colon",
29481            "output": [
29482                [
29483                    "Character",
29484                    "&nsime"
29485                ]
29486            ]
29487        },
29488        {
29489            "input": "&nsime;",
29490            "description": "Named entity: nsime; with a semi-colon",
29491            "output": [
29492                [
29493                    "Character",
29494                    "\u2244"
29495                ]
29496            ]
29497        },
29498        {
29499            "input": "&nsimeq",
29500            "description": "Bad named entity: nsimeq without a semi-colon",
29501            "output": [
29502                [
29503                    "Character",
29504                    "&nsimeq"
29505                ]
29506            ]
29507        },
29508        {
29509            "input": "&nsimeq;",
29510            "description": "Named entity: nsimeq; with a semi-colon",
29511            "output": [
29512                [
29513                    "Character",
29514                    "\u2244"
29515                ]
29516            ]
29517        },
29518        {
29519            "input": "&nsmid",
29520            "description": "Bad named entity: nsmid without a semi-colon",
29521            "output": [
29522                [
29523                    "Character",
29524                    "&nsmid"
29525                ]
29526            ]
29527        },
29528        {
29529            "input": "&nsmid;",
29530            "description": "Named entity: nsmid; with a semi-colon",
29531            "output": [
29532                [
29533                    "Character",
29534                    "\u2224"
29535                ]
29536            ]
29537        },
29538        {
29539            "input": "&nspar",
29540            "description": "Bad named entity: nspar without a semi-colon",
29541            "output": [
29542                [
29543                    "Character",
29544                    "&nspar"
29545                ]
29546            ]
29547        },
29548        {
29549            "input": "&nspar;",
29550            "description": "Named entity: nspar; with a semi-colon",
29551            "output": [
29552                [
29553                    "Character",
29554                    "\u2226"
29555                ]
29556            ]
29557        },
29558        {
29559            "input": "&nsqsube",
29560            "description": "Bad named entity: nsqsube without a semi-colon",
29561            "output": [
29562                [
29563                    "Character",
29564                    "&nsqsube"
29565                ]
29566            ]
29567        },
29568        {
29569            "input": "&nsqsube;",
29570            "description": "Named entity: nsqsube; with a semi-colon",
29571            "output": [
29572                [
29573                    "Character",
29574                    "\u22e2"
29575                ]
29576            ]
29577        },
29578        {
29579            "input": "&nsqsupe",
29580            "description": "Bad named entity: nsqsupe without a semi-colon",
29581            "output": [
29582                [
29583                    "Character",
29584                    "&nsqsupe"
29585                ]
29586            ]
29587        },
29588        {
29589            "input": "&nsqsupe;",
29590            "description": "Named entity: nsqsupe; with a semi-colon",
29591            "output": [
29592                [
29593                    "Character",
29594                    "\u22e3"
29595                ]
29596            ]
29597        },
29598        {
29599            "input": "&nsub",
29600            "description": "Bad named entity: nsub without a semi-colon",
29601            "output": [
29602                [
29603                    "Character",
29604                    "&nsub"
29605                ]
29606            ]
29607        },
29608        {
29609            "input": "&nsub;",
29610            "description": "Named entity: nsub; with a semi-colon",
29611            "output": [
29612                [
29613                    "Character",
29614                    "\u2284"
29615                ]
29616            ]
29617        },
29618        {
29619            "input": "&nsubE",
29620            "description": "Bad named entity: nsubE without a semi-colon",
29621            "output": [
29622                [
29623                    "Character",
29624                    "&nsubE"
29625                ]
29626            ]
29627        },
29628        {
29629            "input": "&nsubE;",
29630            "description": "Named entity: nsubE; with a semi-colon",
29631            "output": [
29632                [
29633                    "Character",
29634                    "\u2ac5\u0338"
29635                ]
29636            ]
29637        },
29638        {
29639            "input": "&nsube",
29640            "description": "Bad named entity: nsube without a semi-colon",
29641            "output": [
29642                [
29643                    "Character",
29644                    "&nsube"
29645                ]
29646            ]
29647        },
29648        {
29649            "input": "&nsube;",
29650            "description": "Named entity: nsube; with a semi-colon",
29651            "output": [
29652                [
29653                    "Character",
29654                    "\u2288"
29655                ]
29656            ]
29657        },
29658        {
29659            "input": "&nsubset",
29660            "description": "Bad named entity: nsubset without a semi-colon",
29661            "output": [
29662                [
29663                    "Character",
29664                    "&nsubset"
29665                ]
29666            ]
29667        },
29668        {
29669            "input": "&nsubset;",
29670            "description": "Named entity: nsubset; with a semi-colon",
29671            "output": [
29672                [
29673                    "Character",
29674                    "\u2282\u20d2"
29675                ]
29676            ]
29677        },
29678        {
29679            "input": "&nsubseteq",
29680            "description": "Bad named entity: nsubseteq without a semi-colon",
29681            "output": [
29682                [
29683                    "Character",
29684                    "&nsubseteq"
29685                ]
29686            ]
29687        },
29688        {
29689            "input": "&nsubseteq;",
29690            "description": "Named entity: nsubseteq; with a semi-colon",
29691            "output": [
29692                [
29693                    "Character",
29694                    "\u2288"
29695                ]
29696            ]
29697        },
29698        {
29699            "input": "&nsubseteqq",
29700            "description": "Bad named entity: nsubseteqq without a semi-colon",
29701            "output": [
29702                [
29703                    "Character",
29704                    "&nsubseteqq"
29705                ]
29706            ]
29707        },
29708        {
29709            "input": "&nsubseteqq;",
29710            "description": "Named entity: nsubseteqq; with a semi-colon",
29711            "output": [
29712                [
29713                    "Character",
29714                    "\u2ac5\u0338"
29715                ]
29716            ]
29717        },
29718        {
29719            "input": "&nsucc",
29720            "description": "Bad named entity: nsucc without a semi-colon",
29721            "output": [
29722                [
29723                    "Character",
29724                    "&nsucc"
29725                ]
29726            ]
29727        },
29728        {
29729            "input": "&nsucc;",
29730            "description": "Named entity: nsucc; with a semi-colon",
29731            "output": [
29732                [
29733                    "Character",
29734                    "\u2281"
29735                ]
29736            ]
29737        },
29738        {
29739            "input": "&nsucceq",
29740            "description": "Bad named entity: nsucceq without a semi-colon",
29741            "output": [
29742                [
29743                    "Character",
29744                    "&nsucceq"
29745                ]
29746            ]
29747        },
29748        {
29749            "input": "&nsucceq;",
29750            "description": "Named entity: nsucceq; with a semi-colon",
29751            "output": [
29752                [
29753                    "Character",
29754                    "\u2ab0\u0338"
29755                ]
29756            ]
29757        },
29758        {
29759            "input": "&nsup",
29760            "description": "Bad named entity: nsup without a semi-colon",
29761            "output": [
29762                [
29763                    "Character",
29764                    "&nsup"
29765                ]
29766            ]
29767        },
29768        {
29769            "input": "&nsup;",
29770            "description": "Named entity: nsup; with a semi-colon",
29771            "output": [
29772                [
29773                    "Character",
29774                    "\u2285"
29775                ]
29776            ]
29777        },
29778        {
29779            "input": "&nsupE",
29780            "description": "Bad named entity: nsupE without a semi-colon",
29781            "output": [
29782                [
29783                    "Character",
29784                    "&nsupE"
29785                ]
29786            ]
29787        },
29788        {
29789            "input": "&nsupE;",
29790            "description": "Named entity: nsupE; with a semi-colon",
29791            "output": [
29792                [
29793                    "Character",
29794                    "\u2ac6\u0338"
29795                ]
29796            ]
29797        },
29798        {
29799            "input": "&nsupe",
29800            "description": "Bad named entity: nsupe without a semi-colon",
29801            "output": [
29802                [
29803                    "Character",
29804                    "&nsupe"
29805                ]
29806            ]
29807        },
29808        {
29809            "input": "&nsupe;",
29810            "description": "Named entity: nsupe; with a semi-colon",
29811            "output": [
29812                [
29813                    "Character",
29814                    "\u2289"
29815                ]
29816            ]
29817        },
29818        {
29819            "input": "&nsupset",
29820            "description": "Bad named entity: nsupset without a semi-colon",
29821            "output": [
29822                [
29823                    "Character",
29824                    "&nsupset"
29825                ]
29826            ]
29827        },
29828        {
29829            "input": "&nsupset;",
29830            "description": "Named entity: nsupset; with a semi-colon",
29831            "output": [
29832                [
29833                    "Character",
29834                    "\u2283\u20d2"
29835                ]
29836            ]
29837        },
29838        {
29839            "input": "&nsupseteq",
29840            "description": "Bad named entity: nsupseteq without a semi-colon",
29841            "output": [
29842                [
29843                    "Character",
29844                    "&nsupseteq"
29845                ]
29846            ]
29847        },
29848        {
29849            "input": "&nsupseteq;",
29850            "description": "Named entity: nsupseteq; with a semi-colon",
29851            "output": [
29852                [
29853                    "Character",
29854                    "\u2289"
29855                ]
29856            ]
29857        },
29858        {
29859            "input": "&nsupseteqq",
29860            "description": "Bad named entity: nsupseteqq without a semi-colon",
29861            "output": [
29862                [
29863                    "Character",
29864                    "&nsupseteqq"
29865                ]
29866            ]
29867        },
29868        {
29869            "input": "&nsupseteqq;",
29870            "description": "Named entity: nsupseteqq; with a semi-colon",
29871            "output": [
29872                [
29873                    "Character",
29874                    "\u2ac6\u0338"
29875                ]
29876            ]
29877        },
29878        {
29879            "input": "&ntgl",
29880            "description": "Bad named entity: ntgl without a semi-colon",
29881            "output": [
29882                [
29883                    "Character",
29884                    "&ntgl"
29885                ]
29886            ]
29887        },
29888        {
29889            "input": "&ntgl;",
29890            "description": "Named entity: ntgl; with a semi-colon",
29891            "output": [
29892                [
29893                    "Character",
29894                    "\u2279"
29895                ]
29896            ]
29897        },
29898        {
29899            "input": "&ntilde",
29900            "description": "Named entity: ntilde without a semi-colon",
29901            "output": [
29902                "ParseError",
29903                [
29904                    "Character",
29905                    "\u00f1"
29906                ]
29907            ]
29908        },
29909        {
29910            "input": "&ntilde;",
29911            "description": "Named entity: ntilde; with a semi-colon",
29912            "output": [
29913                [
29914                    "Character",
29915                    "\u00f1"
29916                ]
29917            ]
29918        },
29919        {
29920            "input": "&ntlg",
29921            "description": "Bad named entity: ntlg without a semi-colon",
29922            "output": [
29923                [
29924                    "Character",
29925                    "&ntlg"
29926                ]
29927            ]
29928        },
29929        {
29930            "input": "&ntlg;",
29931            "description": "Named entity: ntlg; with a semi-colon",
29932            "output": [
29933                [
29934                    "Character",
29935                    "\u2278"
29936                ]
29937            ]
29938        },
29939        {
29940            "input": "&ntriangleleft",
29941            "description": "Bad named entity: ntriangleleft without a semi-colon",
29942            "output": [
29943                [
29944                    "Character",
29945                    "&ntriangleleft"
29946                ]
29947            ]
29948        },
29949        {
29950            "input": "&ntriangleleft;",
29951            "description": "Named entity: ntriangleleft; with a semi-colon",
29952            "output": [
29953                [
29954                    "Character",
29955                    "\u22ea"
29956                ]
29957            ]
29958        },
29959        {
29960            "input": "&ntrianglelefteq",
29961            "description": "Bad named entity: ntrianglelefteq without a semi-colon",
29962            "output": [
29963                [
29964                    "Character",
29965                    "&ntrianglelefteq"
29966                ]
29967            ]
29968        },
29969        {
29970            "input": "&ntrianglelefteq;",
29971            "description": "Named entity: ntrianglelefteq; with a semi-colon",
29972            "output": [
29973                [
29974                    "Character",
29975                    "\u22ec"
29976                ]
29977            ]
29978        },
29979        {
29980            "input": "&ntriangleright",
29981            "description": "Bad named entity: ntriangleright without a semi-colon",
29982            "output": [
29983                [
29984                    "Character",
29985                    "&ntriangleright"
29986                ]
29987            ]
29988        },
29989        {
29990            "input": "&ntriangleright;",
29991            "description": "Named entity: ntriangleright; with a semi-colon",
29992            "output": [
29993                [
29994                    "Character",
29995                    "\u22eb"
29996                ]
29997            ]
29998        },
29999        {
30000            "input": "&ntrianglerighteq",
30001            "description": "Bad named entity: ntrianglerighteq without a semi-colon",
30002            "output": [
30003                [
30004                    "Character",
30005                    "&ntrianglerighteq"
30006                ]
30007            ]
30008        },
30009        {
30010            "input": "&ntrianglerighteq;",
30011            "description": "Named entity: ntrianglerighteq; with a semi-colon",
30012            "output": [
30013                [
30014                    "Character",
30015                    "\u22ed"
30016                ]
30017            ]
30018        },
30019        {
30020            "input": "&nu",
30021            "description": "Bad named entity: nu without a semi-colon",
30022            "output": [
30023                [
30024                    "Character",
30025                    "&nu"
30026                ]
30027            ]
30028        },
30029        {
30030            "input": "&nu;",
30031            "description": "Named entity: nu; with a semi-colon",
30032            "output": [
30033                [
30034                    "Character",
30035                    "\u03bd"
30036                ]
30037            ]
30038        },
30039        {
30040            "input": "&num",
30041            "description": "Bad named entity: num without a semi-colon",
30042            "output": [
30043                [
30044                    "Character",
30045                    "&num"
30046                ]
30047            ]
30048        },
30049        {
30050            "input": "&num;",
30051            "description": "Named entity: num; with a semi-colon",
30052            "output": [
30053                [
30054                    "Character",
30055                    "#"
30056                ]
30057            ]
30058        },
30059        {
30060            "input": "&numero",
30061            "description": "Bad named entity: numero without a semi-colon",
30062            "output": [
30063                [
30064                    "Character",
30065                    "&numero"
30066                ]
30067            ]
30068        },
30069        {
30070            "input": "&numero;",
30071            "description": "Named entity: numero; with a semi-colon",
30072            "output": [
30073                [
30074                    "Character",
30075                    "\u2116"
30076                ]
30077            ]
30078        },
30079        {
30080            "input": "&numsp",
30081            "description": "Bad named entity: numsp without a semi-colon",
30082            "output": [
30083                [
30084                    "Character",
30085                    "&numsp"
30086                ]
30087            ]
30088        },
30089        {
30090            "input": "&numsp;",
30091            "description": "Named entity: numsp; with a semi-colon",
30092            "output": [
30093                [
30094                    "Character",
30095                    "\u2007"
30096                ]
30097            ]
30098        },
30099        {
30100            "input": "&nvDash",
30101            "description": "Bad named entity: nvDash without a semi-colon",
30102            "output": [
30103                [
30104                    "Character",
30105                    "&nvDash"
30106                ]
30107            ]
30108        },
30109        {
30110            "input": "&nvDash;",
30111            "description": "Named entity: nvDash; with a semi-colon",
30112            "output": [
30113                [
30114                    "Character",
30115                    "\u22ad"
30116                ]
30117            ]
30118        },
30119        {
30120            "input": "&nvHarr",
30121            "description": "Bad named entity: nvHarr without a semi-colon",
30122            "output": [
30123                [
30124                    "Character",
30125                    "&nvHarr"
30126                ]
30127            ]
30128        },
30129        {
30130            "input": "&nvHarr;",
30131            "description": "Named entity: nvHarr; with a semi-colon",
30132            "output": [
30133                [
30134                    "Character",
30135                    "\u2904"
30136                ]
30137            ]
30138        },
30139        {
30140            "input": "&nvap",
30141            "description": "Bad named entity: nvap without a semi-colon",
30142            "output": [
30143                [
30144                    "Character",
30145                    "&nvap"
30146                ]
30147            ]
30148        },
30149        {
30150            "input": "&nvap;",
30151            "description": "Named entity: nvap; with a semi-colon",
30152            "output": [
30153                [
30154                    "Character",
30155                    "\u224d\u20d2"
30156                ]
30157            ]
30158        },
30159        {
30160            "input": "&nvdash",
30161            "description": "Bad named entity: nvdash without a semi-colon",
30162            "output": [
30163                [
30164                    "Character",
30165                    "&nvdash"
30166                ]
30167            ]
30168        },
30169        {
30170            "input": "&nvdash;",
30171            "description": "Named entity: nvdash; with a semi-colon",
30172            "output": [
30173                [
30174                    "Character",
30175                    "\u22ac"
30176                ]
30177            ]
30178        },
30179        {
30180            "input": "&nvge",
30181            "description": "Bad named entity: nvge without a semi-colon",
30182            "output": [
30183                [
30184                    "Character",
30185                    "&nvge"
30186                ]
30187            ]
30188        },
30189        {
30190            "input": "&nvge;",
30191            "description": "Named entity: nvge; with a semi-colon",
30192            "output": [
30193                [
30194                    "Character",
30195                    "\u2265\u20d2"
30196                ]
30197            ]
30198        },
30199        {
30200            "input": "&nvgt",
30201            "description": "Bad named entity: nvgt without a semi-colon",
30202            "output": [
30203                [
30204                    "Character",
30205                    "&nvgt"
30206                ]
30207            ]
30208        },
30209        {
30210            "input": "&nvgt;",
30211            "description": "Named entity: nvgt; with a semi-colon",
30212            "output": [
30213                [
30214                    "Character",
30215                    ">\u20d2"
30216                ]
30217            ]
30218        },
30219        {
30220            "input": "&nvinfin",
30221            "description": "Bad named entity: nvinfin without a semi-colon",
30222            "output": [
30223                [
30224                    "Character",
30225                    "&nvinfin"
30226                ]
30227            ]
30228        },
30229        {
30230            "input": "&nvinfin;",
30231            "description": "Named entity: nvinfin; with a semi-colon",
30232            "output": [
30233                [
30234                    "Character",
30235                    "\u29de"
30236                ]
30237            ]
30238        },
30239        {
30240            "input": "&nvlArr",
30241            "description": "Bad named entity: nvlArr without a semi-colon",
30242            "output": [
30243                [
30244                    "Character",
30245                    "&nvlArr"
30246                ]
30247            ]
30248        },
30249        {
30250            "input": "&nvlArr;",
30251            "description": "Named entity: nvlArr; with a semi-colon",
30252            "output": [
30253                [
30254                    "Character",
30255                    "\u2902"
30256                ]
30257            ]
30258        },
30259        {
30260            "input": "&nvle",
30261            "description": "Bad named entity: nvle without a semi-colon",
30262            "output": [
30263                [
30264                    "Character",
30265                    "&nvle"
30266                ]
30267            ]
30268        },
30269        {
30270            "input": "&nvle;",
30271            "description": "Named entity: nvle; with a semi-colon",
30272            "output": [
30273                [
30274                    "Character",
30275                    "\u2264\u20d2"
30276                ]
30277            ]
30278        },
30279        {
30280            "input": "&nvlt",
30281            "description": "Bad named entity: nvlt without a semi-colon",
30282            "output": [
30283                [
30284                    "Character",
30285                    "&nvlt"
30286                ]
30287            ]
30288        },
30289        {
30290            "input": "&nvlt;",
30291            "description": "Named entity: nvlt; with a semi-colon",
30292            "output": [
30293                [
30294                    "Character",
30295                    "<\u20d2"
30296                ]
30297            ]
30298        },
30299        {
30300            "input": "&nvltrie",
30301            "description": "Bad named entity: nvltrie without a semi-colon",
30302            "output": [
30303                [
30304                    "Character",
30305                    "&nvltrie"
30306                ]
30307            ]
30308        },
30309        {
30310            "input": "&nvltrie;",
30311            "description": "Named entity: nvltrie; with a semi-colon",
30312            "output": [
30313                [
30314                    "Character",
30315                    "\u22b4\u20d2"
30316                ]
30317            ]
30318        },
30319        {
30320            "input": "&nvrArr",
30321            "description": "Bad named entity: nvrArr without a semi-colon",
30322            "output": [
30323                [
30324                    "Character",
30325                    "&nvrArr"
30326                ]
30327            ]
30328        },
30329        {
30330            "input": "&nvrArr;",
30331            "description": "Named entity: nvrArr; with a semi-colon",
30332            "output": [
30333                [
30334                    "Character",
30335                    "\u2903"
30336                ]
30337            ]
30338        },
30339        {
30340            "input": "&nvrtrie",
30341            "description": "Bad named entity: nvrtrie without a semi-colon",
30342            "output": [
30343                [
30344                    "Character",
30345                    "&nvrtrie"
30346                ]
30347            ]
30348        },
30349        {
30350            "input": "&nvrtrie;",
30351            "description": "Named entity: nvrtrie; with a semi-colon",
30352            "output": [
30353                [
30354                    "Character",
30355                    "\u22b5\u20d2"
30356                ]
30357            ]
30358        },
30359        {
30360            "input": "&nvsim",
30361            "description": "Bad named entity: nvsim without a semi-colon",
30362            "output": [
30363                [
30364                    "Character",
30365                    "&nvsim"
30366                ]
30367            ]
30368        },
30369        {
30370            "input": "&nvsim;",
30371            "description": "Named entity: nvsim; with a semi-colon",
30372            "output": [
30373                [
30374                    "Character",
30375                    "\u223c\u20d2"
30376                ]
30377            ]
30378        },
30379        {
30380            "input": "&nwArr",
30381            "description": "Bad named entity: nwArr without a semi-colon",
30382            "output": [
30383                [
30384                    "Character",
30385                    "&nwArr"
30386                ]
30387            ]
30388        },
30389        {
30390            "input": "&nwArr;",
30391            "description": "Named entity: nwArr; with a semi-colon",
30392            "output": [
30393                [
30394                    "Character",
30395                    "\u21d6"
30396                ]
30397            ]
30398        },
30399        {
30400            "input": "&nwarhk",
30401            "description": "Bad named entity: nwarhk without a semi-colon",
30402            "output": [
30403                [
30404                    "Character",
30405                    "&nwarhk"
30406                ]
30407            ]
30408        },
30409        {
30410            "input": "&nwarhk;",
30411            "description": "Named entity: nwarhk; with a semi-colon",
30412            "output": [
30413                [
30414                    "Character",
30415                    "\u2923"
30416                ]
30417            ]
30418        },
30419        {
30420            "input": "&nwarr",
30421            "description": "Bad named entity: nwarr without a semi-colon",
30422            "output": [
30423                [
30424                    "Character",
30425                    "&nwarr"
30426                ]
30427            ]
30428        },
30429        {
30430            "input": "&nwarr;",
30431            "description": "Named entity: nwarr; with a semi-colon",
30432            "output": [
30433                [
30434                    "Character",
30435                    "\u2196"
30436                ]
30437            ]
30438        },
30439        {
30440            "input": "&nwarrow",
30441            "description": "Bad named entity: nwarrow without a semi-colon",
30442            "output": [
30443                [
30444                    "Character",
30445                    "&nwarrow"
30446                ]
30447            ]
30448        },
30449        {
30450            "input": "&nwarrow;",
30451            "description": "Named entity: nwarrow; with a semi-colon",
30452            "output": [
30453                [
30454                    "Character",
30455                    "\u2196"
30456                ]
30457            ]
30458        },
30459        {
30460            "input": "&nwnear",
30461            "description": "Bad named entity: nwnear without a semi-colon",
30462            "output": [
30463                [
30464                    "Character",
30465                    "&nwnear"
30466                ]
30467            ]
30468        },
30469        {
30470            "input": "&nwnear;",
30471            "description": "Named entity: nwnear; with a semi-colon",
30472            "output": [
30473                [
30474                    "Character",
30475                    "\u2927"
30476                ]
30477            ]
30478        },
30479        {
30480            "input": "&oS",
30481            "description": "Bad named entity: oS without a semi-colon",
30482            "output": [
30483                [
30484                    "Character",
30485                    "&oS"
30486                ]
30487            ]
30488        },
30489        {
30490            "input": "&oS;",
30491            "description": "Named entity: oS; with a semi-colon",
30492            "output": [
30493                [
30494                    "Character",
30495                    "\u24c8"
30496                ]
30497            ]
30498        },
30499        {
30500            "input": "&oacute",
30501            "description": "Named entity: oacute without a semi-colon",
30502            "output": [
30503                "ParseError",
30504                [
30505                    "Character",
30506                    "\u00f3"
30507                ]
30508            ]
30509        },
30510        {
30511            "input": "&oacute;",
30512            "description": "Named entity: oacute; with a semi-colon",
30513            "output": [
30514                [
30515                    "Character",
30516                    "\u00f3"
30517                ]
30518            ]
30519        },
30520        {
30521            "input": "&oast",
30522            "description": "Bad named entity: oast without a semi-colon",
30523            "output": [
30524                [
30525                    "Character",
30526                    "&oast"
30527                ]
30528            ]
30529        },
30530        {
30531            "input": "&oast;",
30532            "description": "Named entity: oast; with a semi-colon",
30533            "output": [
30534                [
30535                    "Character",
30536                    "\u229b"
30537                ]
30538            ]
30539        },
30540        {
30541            "input": "&ocir",
30542            "description": "Bad named entity: ocir without a semi-colon",
30543            "output": [
30544                [
30545                    "Character",
30546                    "&ocir"
30547                ]
30548            ]
30549        },
30550        {
30551            "input": "&ocir;",
30552            "description": "Named entity: ocir; with a semi-colon",
30553            "output": [
30554                [
30555                    "Character",
30556                    "\u229a"
30557                ]
30558            ]
30559        },
30560        {
30561            "input": "&ocirc",
30562            "description": "Named entity: ocirc without a semi-colon",
30563            "output": [
30564                "ParseError",
30565                [
30566                    "Character",
30567                    "\u00f4"
30568                ]
30569            ]
30570        },
30571        {
30572            "input": "&ocirc;",
30573            "description": "Named entity: ocirc; with a semi-colon",
30574            "output": [
30575                [
30576                    "Character",
30577                    "\u00f4"
30578                ]
30579            ]
30580        },
30581        {
30582            "input": "&ocy",
30583            "description": "Bad named entity: ocy without a semi-colon",
30584            "output": [
30585                [
30586                    "Character",
30587                    "&ocy"
30588                ]
30589            ]
30590        },
30591        {
30592            "input": "&ocy;",
30593            "description": "Named entity: ocy; with a semi-colon",
30594            "output": [
30595                [
30596                    "Character",
30597                    "\u043e"
30598                ]
30599            ]
30600        },
30601        {
30602            "input": "&odash",
30603            "description": "Bad named entity: odash without a semi-colon",
30604            "output": [
30605                [
30606                    "Character",
30607                    "&odash"
30608                ]
30609            ]
30610        },
30611        {
30612            "input": "&odash;",
30613            "description": "Named entity: odash; with a semi-colon",
30614            "output": [
30615                [
30616                    "Character",
30617                    "\u229d"
30618                ]
30619            ]
30620        },
30621        {
30622            "input": "&odblac",
30623            "description": "Bad named entity: odblac without a semi-colon",
30624            "output": [
30625                [
30626                    "Character",
30627                    "&odblac"
30628                ]
30629            ]
30630        },
30631        {
30632            "input": "&odblac;",
30633            "description": "Named entity: odblac; with a semi-colon",
30634            "output": [
30635                [
30636                    "Character",
30637                    "\u0151"
30638                ]
30639            ]
30640        },
30641        {
30642            "input": "&odiv",
30643            "description": "Bad named entity: odiv without a semi-colon",
30644            "output": [
30645                [
30646                    "Character",
30647                    "&odiv"
30648                ]
30649            ]
30650        },
30651        {
30652            "input": "&odiv;",
30653            "description": "Named entity: odiv; with a semi-colon",
30654            "output": [
30655                [
30656                    "Character",
30657                    "\u2a38"
30658                ]
30659            ]
30660        },
30661        {
30662            "input": "&odot",
30663            "description": "Bad named entity: odot without a semi-colon",
30664            "output": [
30665                [
30666                    "Character",
30667                    "&odot"
30668                ]
30669            ]
30670        },
30671        {
30672            "input": "&odot;",
30673            "description": "Named entity: odot; with a semi-colon",
30674            "output": [
30675                [
30676                    "Character",
30677                    "\u2299"
30678                ]
30679            ]
30680        },
30681        {
30682            "input": "&odsold",
30683            "description": "Bad named entity: odsold without a semi-colon",
30684            "output": [
30685                [
30686                    "Character",
30687                    "&odsold"
30688                ]
30689            ]
30690        },
30691        {
30692            "input": "&odsold;",
30693            "description": "Named entity: odsold; with a semi-colon",
30694            "output": [
30695                [
30696                    "Character",
30697                    "\u29bc"
30698                ]
30699            ]
30700        },
30701        {
30702            "input": "&oelig",
30703            "description": "Bad named entity: oelig without a semi-colon",
30704            "output": [
30705                [
30706                    "Character",
30707                    "&oelig"
30708                ]
30709            ]
30710        },
30711        {
30712            "input": "&oelig;",
30713            "description": "Named entity: oelig; with a semi-colon",
30714            "output": [
30715                [
30716                    "Character",
30717                    "\u0153"
30718                ]
30719            ]
30720        },
30721        {
30722            "input": "&ofcir",
30723            "description": "Bad named entity: ofcir without a semi-colon",
30724            "output": [
30725                [
30726                    "Character",
30727                    "&ofcir"
30728                ]
30729            ]
30730        },
30731        {
30732            "input": "&ofcir;",
30733            "description": "Named entity: ofcir; with a semi-colon",
30734            "output": [
30735                [
30736                    "Character",
30737                    "\u29bf"
30738                ]
30739            ]
30740        },
30741        {
30742            "input": "&ofr",
30743            "description": "Bad named entity: ofr without a semi-colon",
30744            "output": [
30745                [
30746                    "Character",
30747                    "&ofr"
30748                ]
30749            ]
30750        },
30751        {
30752            "input": "&ofr;",
30753            "description": "Named entity: ofr; with a semi-colon",
30754            "output": [
30755                [
30756                    "Character",
30757                    "\ud835\udd2c"
30758                ]
30759            ]
30760        },
30761        {
30762            "input": "&ogon",
30763            "description": "Bad named entity: ogon without a semi-colon",
30764            "output": [
30765                [
30766                    "Character",
30767                    "&ogon"
30768                ]
30769            ]
30770        },
30771        {
30772            "input": "&ogon;",
30773            "description": "Named entity: ogon; with a semi-colon",
30774            "output": [
30775                [
30776                    "Character",
30777                    "\u02db"
30778                ]
30779            ]
30780        },
30781        {
30782            "input": "&ograve",
30783            "description": "Named entity: ograve without a semi-colon",
30784            "output": [
30785                "ParseError",
30786                [
30787                    "Character",
30788                    "\u00f2"
30789                ]
30790            ]
30791        },
30792        {
30793            "input": "&ograve;",
30794            "description": "Named entity: ograve; with a semi-colon",
30795            "output": [
30796                [
30797                    "Character",
30798                    "\u00f2"
30799                ]
30800            ]
30801        },
30802        {
30803            "input": "&ogt",
30804            "description": "Bad named entity: ogt without a semi-colon",
30805            "output": [
30806                [
30807                    "Character",
30808                    "&ogt"
30809                ]
30810            ]
30811        },
30812        {
30813            "input": "&ogt;",
30814            "description": "Named entity: ogt; with a semi-colon",
30815            "output": [
30816                [
30817                    "Character",
30818                    "\u29c1"
30819                ]
30820            ]
30821        },
30822        {
30823            "input": "&ohbar",
30824            "description": "Bad named entity: ohbar without a semi-colon",
30825            "output": [
30826                [
30827                    "Character",
30828                    "&ohbar"
30829                ]
30830            ]
30831        },
30832        {
30833            "input": "&ohbar;",
30834            "description": "Named entity: ohbar; with a semi-colon",
30835            "output": [
30836                [
30837                    "Character",
30838                    "\u29b5"
30839                ]
30840            ]
30841        },
30842        {
30843            "input": "&ohm",
30844            "description": "Bad named entity: ohm without a semi-colon",
30845            "output": [
30846                [
30847                    "Character",
30848                    "&ohm"
30849                ]
30850            ]
30851        },
30852        {
30853            "input": "&ohm;",
30854            "description": "Named entity: ohm; with a semi-colon",
30855            "output": [
30856                [
30857                    "Character",
30858                    "\u03a9"
30859                ]
30860            ]
30861        },
30862        {
30863            "input": "&oint",
30864            "description": "Bad named entity: oint without a semi-colon",
30865            "output": [
30866                [
30867                    "Character",
30868                    "&oint"
30869                ]
30870            ]
30871        },
30872        {
30873            "input": "&oint;",
30874            "description": "Named entity: oint; with a semi-colon",
30875            "output": [
30876                [
30877                    "Character",
30878                    "\u222e"
30879                ]
30880            ]
30881        },
30882        {
30883            "input": "&olarr",
30884            "description": "Bad named entity: olarr without a semi-colon",
30885            "output": [
30886                [
30887                    "Character",
30888                    "&olarr"
30889                ]
30890            ]
30891        },
30892        {
30893            "input": "&olarr;",
30894            "description": "Named entity: olarr; with a semi-colon",
30895            "output": [
30896                [
30897                    "Character",
30898                    "\u21ba"
30899                ]
30900            ]
30901        },
30902        {
30903            "input": "&olcir",
30904            "description": "Bad named entity: olcir without a semi-colon",
30905            "output": [
30906                [
30907                    "Character",
30908                    "&olcir"
30909                ]
30910            ]
30911        },
30912        {
30913            "input": "&olcir;",
30914            "description": "Named entity: olcir; with a semi-colon",
30915            "output": [
30916                [
30917                    "Character",
30918                    "\u29be"
30919                ]
30920            ]
30921        },
30922        {
30923            "input": "&olcross",
30924            "description": "Bad named entity: olcross without a semi-colon",
30925            "output": [
30926                [
30927                    "Character",
30928                    "&olcross"
30929                ]
30930            ]
30931        },
30932        {
30933            "input": "&olcross;",
30934            "description": "Named entity: olcross; with a semi-colon",
30935            "output": [
30936                [
30937                    "Character",
30938                    "\u29bb"
30939                ]
30940            ]
30941        },
30942        {
30943            "input": "&oline",
30944            "description": "Bad named entity: oline without a semi-colon",
30945            "output": [
30946                [
30947                    "Character",
30948                    "&oline"
30949                ]
30950            ]
30951        },
30952        {
30953            "input": "&oline;",
30954            "description": "Named entity: oline; with a semi-colon",
30955            "output": [
30956                [
30957                    "Character",
30958                    "\u203e"
30959                ]
30960            ]
30961        },
30962        {
30963            "input": "&olt",
30964            "description": "Bad named entity: olt without a semi-colon",
30965            "output": [
30966                [
30967                    "Character",
30968                    "&olt"
30969                ]
30970            ]
30971        },
30972        {
30973            "input": "&olt;",
30974            "description": "Named entity: olt; with a semi-colon",
30975            "output": [
30976                [
30977                    "Character",
30978                    "\u29c0"
30979                ]
30980            ]
30981        },
30982        {
30983            "input": "&omacr",
30984            "description": "Bad named entity: omacr without a semi-colon",
30985            "output": [
30986                [
30987                    "Character",
30988                    "&omacr"
30989                ]
30990            ]
30991        },
30992        {
30993            "input": "&omacr;",
30994            "description": "Named entity: omacr; with a semi-colon",
30995            "output": [
30996                [
30997                    "Character",
30998                    "\u014d"
30999                ]
31000            ]
31001        },
31002        {
31003            "input": "&omega",
31004            "description": "Bad named entity: omega without a semi-colon",
31005            "output": [
31006                [
31007                    "Character",
31008                    "&omega"
31009                ]
31010            ]
31011        },
31012        {
31013            "input": "&omega;",
31014            "description": "Named entity: omega; with a semi-colon",
31015            "output": [
31016                [
31017                    "Character",
31018                    "\u03c9"
31019                ]
31020            ]
31021        },
31022        {
31023            "input": "&omicron",
31024            "description": "Bad named entity: omicron without a semi-colon",
31025            "output": [
31026                [
31027                    "Character",
31028                    "&omicron"
31029                ]
31030            ]
31031        },
31032        {
31033            "input": "&omicron;",
31034            "description": "Named entity: omicron; with a semi-colon",
31035            "output": [
31036                [
31037                    "Character",
31038                    "\u03bf"
31039                ]
31040            ]
31041        },
31042        {
31043            "input": "&omid",
31044            "description": "Bad named entity: omid without a semi-colon",
31045            "output": [
31046                [
31047                    "Character",
31048                    "&omid"
31049                ]
31050            ]
31051        },
31052        {
31053            "input": "&omid;",
31054            "description": "Named entity: omid; with a semi-colon",
31055            "output": [
31056                [
31057                    "Character",
31058                    "\u29b6"
31059                ]
31060            ]
31061        },
31062        {
31063            "input": "&ominus",
31064            "description": "Bad named entity: ominus without a semi-colon",
31065            "output": [
31066                [
31067                    "Character",
31068                    "&ominus"
31069                ]
31070            ]
31071        },
31072        {
31073            "input": "&ominus;",
31074            "description": "Named entity: ominus; with a semi-colon",
31075            "output": [
31076                [
31077                    "Character",
31078                    "\u2296"
31079                ]
31080            ]
31081        },
31082        {
31083            "input": "&oopf",
31084            "description": "Bad named entity: oopf without a semi-colon",
31085            "output": [
31086                [
31087                    "Character",
31088                    "&oopf"
31089                ]
31090            ]
31091        },
31092        {
31093            "input": "&oopf;",
31094            "description": "Named entity: oopf; with a semi-colon",
31095            "output": [
31096                [
31097                    "Character",
31098                    "\ud835\udd60"
31099                ]
31100            ]
31101        },
31102        {
31103            "input": "&opar",
31104            "description": "Bad named entity: opar without a semi-colon",
31105            "output": [
31106                [
31107                    "Character",
31108                    "&opar"
31109                ]
31110            ]
31111        },
31112        {
31113            "input": "&opar;",
31114            "description": "Named entity: opar; with a semi-colon",
31115            "output": [
31116                [
31117                    "Character",
31118                    "\u29b7"
31119                ]
31120            ]
31121        },
31122        {
31123            "input": "&operp",
31124            "description": "Bad named entity: operp without a semi-colon",
31125            "output": [
31126                [
31127                    "Character",
31128                    "&operp"
31129                ]
31130            ]
31131        },
31132        {
31133            "input": "&operp;",
31134            "description": "Named entity: operp; with a semi-colon",
31135            "output": [
31136                [
31137                    "Character",
31138                    "\u29b9"
31139                ]
31140            ]
31141        },
31142        {
31143            "input": "&oplus",
31144            "description": "Bad named entity: oplus without a semi-colon",
31145            "output": [
31146                [
31147                    "Character",
31148                    "&oplus"
31149                ]
31150            ]
31151        },
31152        {
31153            "input": "&oplus;",
31154            "description": "Named entity: oplus; with a semi-colon",
31155            "output": [
31156                [
31157                    "Character",
31158                    "\u2295"
31159                ]
31160            ]
31161        },
31162        {
31163            "input": "&or",
31164            "description": "Bad named entity: or without a semi-colon",
31165            "output": [
31166                [
31167                    "Character",
31168                    "&or"
31169                ]
31170            ]
31171        },
31172        {
31173            "input": "&or;",
31174            "description": "Named entity: or; with a semi-colon",
31175            "output": [
31176                [
31177                    "Character",
31178                    "\u2228"
31179                ]
31180            ]
31181        },
31182        {
31183            "input": "&orarr",
31184            "description": "Bad named entity: orarr without a semi-colon",
31185            "output": [
31186                [
31187                    "Character",
31188                    "&orarr"
31189                ]
31190            ]
31191        },
31192        {
31193            "input": "&orarr;",
31194            "description": "Named entity: orarr; with a semi-colon",
31195            "output": [
31196                [
31197                    "Character",
31198                    "\u21bb"
31199                ]
31200            ]
31201        },
31202        {
31203            "input": "&ord",
31204            "description": "Bad named entity: ord without a semi-colon",
31205            "output": [
31206                [
31207                    "Character",
31208                    "&ord"
31209                ]
31210            ]
31211        },
31212        {
31213            "input": "&ord;",
31214            "description": "Named entity: ord; with a semi-colon",
31215            "output": [
31216                [
31217                    "Character",
31218                    "\u2a5d"
31219                ]
31220            ]
31221        },
31222        {
31223            "input": "&order",
31224            "description": "Bad named entity: order without a semi-colon",
31225            "output": [
31226                [
31227                    "Character",
31228                    "&order"
31229                ]
31230            ]
31231        },
31232        {
31233            "input": "&order;",
31234            "description": "Named entity: order; with a semi-colon",
31235            "output": [
31236                [
31237                    "Character",
31238                    "\u2134"
31239                ]
31240            ]
31241        },
31242        {
31243            "input": "&orderof",
31244            "description": "Bad named entity: orderof without a semi-colon",
31245            "output": [
31246                [
31247                    "Character",
31248                    "&orderof"
31249                ]
31250            ]
31251        },
31252        {
31253            "input": "&orderof;",
31254            "description": "Named entity: orderof; with a semi-colon",
31255            "output": [
31256                [
31257                    "Character",
31258                    "\u2134"
31259                ]
31260            ]
31261        },
31262        {
31263            "input": "&ordf",
31264            "description": "Named entity: ordf without a semi-colon",
31265            "output": [
31266                "ParseError",
31267                [
31268                    "Character",
31269                    "\u00aa"
31270                ]
31271            ]
31272        },
31273        {
31274            "input": "&ordf;",
31275            "description": "Named entity: ordf; with a semi-colon",
31276            "output": [
31277                [
31278                    "Character",
31279                    "\u00aa"
31280                ]
31281            ]
31282        },
31283        {
31284            "input": "&ordm",
31285            "description": "Named entity: ordm without a semi-colon",
31286            "output": [
31287                "ParseError",
31288                [
31289                    "Character",
31290                    "\u00ba"
31291                ]
31292            ]
31293        },
31294        {
31295            "input": "&ordm;",
31296            "description": "Named entity: ordm; with a semi-colon",
31297            "output": [
31298                [
31299                    "Character",
31300                    "\u00ba"
31301                ]
31302            ]
31303        },
31304        {
31305            "input": "&origof",
31306            "description": "Bad named entity: origof without a semi-colon",
31307            "output": [
31308                [
31309                    "Character",
31310                    "&origof"
31311                ]
31312            ]
31313        },
31314        {
31315            "input": "&origof;",
31316            "description": "Named entity: origof; with a semi-colon",
31317            "output": [
31318                [
31319                    "Character",
31320                    "\u22b6"
31321                ]
31322            ]
31323        },
31324        {
31325            "input": "&oror",
31326            "description": "Bad named entity: oror without a semi-colon",
31327            "output": [
31328                [
31329                    "Character",
31330                    "&oror"
31331                ]
31332            ]
31333        },
31334        {
31335            "input": "&oror;",
31336            "description": "Named entity: oror; with a semi-colon",
31337            "output": [
31338                [
31339                    "Character",
31340                    "\u2a56"
31341                ]
31342            ]
31343        },
31344        {
31345            "input": "&orslope",
31346            "description": "Bad named entity: orslope without a semi-colon",
31347            "output": [
31348                [
31349                    "Character",
31350                    "&orslope"
31351                ]
31352            ]
31353        },
31354        {
31355            "input": "&orslope;",
31356            "description": "Named entity: orslope; with a semi-colon",
31357            "output": [
31358                [
31359                    "Character",
31360                    "\u2a57"
31361                ]
31362            ]
31363        },
31364        {
31365            "input": "&orv",
31366            "description": "Bad named entity: orv without a semi-colon",
31367            "output": [
31368                [
31369                    "Character",
31370                    "&orv"
31371                ]
31372            ]
31373        },
31374        {
31375            "input": "&orv;",
31376            "description": "Named entity: orv; with a semi-colon",
31377            "output": [
31378                [
31379                    "Character",
31380                    "\u2a5b"
31381                ]
31382            ]
31383        },
31384        {
31385            "input": "&oscr",
31386            "description": "Bad named entity: oscr without a semi-colon",
31387            "output": [
31388                [
31389                    "Character",
31390                    "&oscr"
31391                ]
31392            ]
31393        },
31394        {
31395            "input": "&oscr;",
31396            "description": "Named entity: oscr; with a semi-colon",
31397            "output": [
31398                [
31399                    "Character",
31400                    "\u2134"
31401                ]
31402            ]
31403        },
31404        {
31405            "input": "&oslash",
31406            "description": "Named entity: oslash without a semi-colon",
31407            "output": [
31408                "ParseError",
31409                [
31410                    "Character",
31411                    "\u00f8"
31412                ]
31413            ]
31414        },
31415        {
31416            "input": "&oslash;",
31417            "description": "Named entity: oslash; with a semi-colon",
31418            "output": [
31419                [
31420                    "Character",
31421                    "\u00f8"
31422                ]
31423            ]
31424        },
31425        {
31426            "input": "&osol",
31427            "description": "Bad named entity: osol without a semi-colon",
31428            "output": [
31429                [
31430                    "Character",
31431                    "&osol"
31432                ]
31433            ]
31434        },
31435        {
31436            "input": "&osol;",
31437            "description": "Named entity: osol; with a semi-colon",
31438            "output": [
31439                [
31440                    "Character",
31441                    "\u2298"
31442                ]
31443            ]
31444        },
31445        {
31446            "input": "&otilde",
31447            "description": "Named entity: otilde without a semi-colon",
31448            "output": [
31449                "ParseError",
31450                [
31451                    "Character",
31452                    "\u00f5"
31453                ]
31454            ]
31455        },
31456        {
31457            "input": "&otilde;",
31458            "description": "Named entity: otilde; with a semi-colon",
31459            "output": [
31460                [
31461                    "Character",
31462                    "\u00f5"
31463                ]
31464            ]
31465        },
31466        {
31467            "input": "&otimes",
31468            "description": "Bad named entity: otimes without a semi-colon",
31469            "output": [
31470                [
31471                    "Character",
31472                    "&otimes"
31473                ]
31474            ]
31475        },
31476        {
31477            "input": "&otimes;",
31478            "description": "Named entity: otimes; with a semi-colon",
31479            "output": [
31480                [
31481                    "Character",
31482                    "\u2297"
31483                ]
31484            ]
31485        },
31486        {
31487            "input": "&otimesas",
31488            "description": "Bad named entity: otimesas without a semi-colon",
31489            "output": [
31490                [
31491                    "Character",
31492                    "&otimesas"
31493                ]
31494            ]
31495        },
31496        {
31497            "input": "&otimesas;",
31498            "description": "Named entity: otimesas; with a semi-colon",
31499            "output": [
31500                [
31501                    "Character",
31502                    "\u2a36"
31503                ]
31504            ]
31505        },
31506        {
31507            "input": "&ouml",
31508            "description": "Named entity: ouml without a semi-colon",
31509            "output": [
31510                "ParseError",
31511                [
31512                    "Character",
31513                    "\u00f6"
31514                ]
31515            ]
31516        },
31517        {
31518            "input": "&ouml;",
31519            "description": "Named entity: ouml; with a semi-colon",
31520            "output": [
31521                [
31522                    "Character",
31523                    "\u00f6"
31524                ]
31525            ]
31526        },
31527        {
31528            "input": "&ovbar",
31529            "description": "Bad named entity: ovbar without a semi-colon",
31530            "output": [
31531                [
31532                    "Character",
31533                    "&ovbar"
31534                ]
31535            ]
31536        },
31537        {
31538            "input": "&ovbar;",
31539            "description": "Named entity: ovbar; with a semi-colon",
31540            "output": [
31541                [
31542                    "Character",
31543                    "\u233d"
31544                ]
31545            ]
31546        },
31547        {
31548            "input": "&par",
31549            "description": "Bad named entity: par without a semi-colon",
31550            "output": [
31551                [
31552                    "Character",
31553                    "&par"
31554                ]
31555            ]
31556        },
31557        {
31558            "input": "&par;",
31559            "description": "Named entity: par; with a semi-colon",
31560            "output": [
31561                [
31562                    "Character",
31563                    "\u2225"
31564                ]
31565            ]
31566        },
31567        {
31568            "input": "&para",
31569            "description": "Named entity: para without a semi-colon",
31570            "output": [
31571                "ParseError",
31572                [
31573                    "Character",
31574                    "\u00b6"
31575                ]
31576            ]
31577        },
31578        {
31579            "input": "&para;",
31580            "description": "Named entity: para; with a semi-colon",
31581            "output": [
31582                [
31583                    "Character",
31584                    "\u00b6"
31585                ]
31586            ]
31587        },
31588        {
31589            "input": "&parallel;",
31590            "description": "Named entity: parallel; with a semi-colon",
31591            "output": [
31592                [
31593                    "Character",
31594                    "\u2225"
31595                ]
31596            ]
31597        },
31598        {
31599            "input": "&parsim",
31600            "description": "Bad named entity: parsim without a semi-colon",
31601            "output": [
31602                [
31603                    "Character",
31604                    "&parsim"
31605                ]
31606            ]
31607        },
31608        {
31609            "input": "&parsim;",
31610            "description": "Named entity: parsim; with a semi-colon",
31611            "output": [
31612                [
31613                    "Character",
31614                    "\u2af3"
31615                ]
31616            ]
31617        },
31618        {
31619            "input": "&parsl",
31620            "description": "Bad named entity: parsl without a semi-colon",
31621            "output": [
31622                [
31623                    "Character",
31624                    "&parsl"
31625                ]
31626            ]
31627        },
31628        {
31629            "input": "&parsl;",
31630            "description": "Named entity: parsl; with a semi-colon",
31631            "output": [
31632                [
31633                    "Character",
31634                    "\u2afd"
31635                ]
31636            ]
31637        },
31638        {
31639            "input": "&part",
31640            "description": "Bad named entity: part without a semi-colon",
31641            "output": [
31642                [
31643                    "Character",
31644                    "&part"
31645                ]
31646            ]
31647        },
31648        {
31649            "input": "&part;",
31650            "description": "Named entity: part; with a semi-colon",
31651            "output": [
31652                [
31653                    "Character",
31654                    "\u2202"
31655                ]
31656            ]
31657        },
31658        {
31659            "input": "&pcy",
31660            "description": "Bad named entity: pcy without a semi-colon",
31661            "output": [
31662                [
31663                    "Character",
31664                    "&pcy"
31665                ]
31666            ]
31667        },
31668        {
31669            "input": "&pcy;",
31670            "description": "Named entity: pcy; with a semi-colon",
31671            "output": [
31672                [
31673                    "Character",
31674                    "\u043f"
31675                ]
31676            ]
31677        },
31678        {
31679            "input": "&percnt",
31680            "description": "Bad named entity: percnt without a semi-colon",
31681            "output": [
31682                [
31683                    "Character",
31684                    "&percnt"
31685                ]
31686            ]
31687        },
31688        {
31689            "input": "&percnt;",
31690            "description": "Named entity: percnt; with a semi-colon",
31691            "output": [
31692                [
31693                    "Character",
31694                    "%"
31695                ]
31696            ]
31697        },
31698        {
31699            "input": "&period",
31700            "description": "Bad named entity: period without a semi-colon",
31701            "output": [
31702                [
31703                    "Character",
31704                    "&period"
31705                ]
31706            ]
31707        },
31708        {
31709            "input": "&period;",
31710            "description": "Named entity: period; with a semi-colon",
31711            "output": [
31712                [
31713                    "Character",
31714                    "."
31715                ]
31716            ]
31717        },
31718        {
31719            "input": "&permil",
31720            "description": "Bad named entity: permil without a semi-colon",
31721            "output": [
31722                [
31723                    "Character",
31724                    "&permil"
31725                ]
31726            ]
31727        },
31728        {
31729            "input": "&permil;",
31730            "description": "Named entity: permil; with a semi-colon",
31731            "output": [
31732                [
31733                    "Character",
31734                    "\u2030"
31735                ]
31736            ]
31737        },
31738        {
31739            "input": "&perp",
31740            "description": "Bad named entity: perp without a semi-colon",
31741            "output": [
31742                [
31743                    "Character",
31744                    "&perp"
31745                ]
31746            ]
31747        },
31748        {
31749            "input": "&perp;",
31750            "description": "Named entity: perp; with a semi-colon",
31751            "output": [
31752                [
31753                    "Character",
31754                    "\u22a5"
31755                ]
31756            ]
31757        },
31758        {
31759            "input": "&pertenk",
31760            "description": "Bad named entity: pertenk without a semi-colon",
31761            "output": [
31762                [
31763                    "Character",
31764                    "&pertenk"
31765                ]
31766            ]
31767        },
31768        {
31769            "input": "&pertenk;",
31770            "description": "Named entity: pertenk; with a semi-colon",
31771            "output": [
31772                [
31773                    "Character",
31774                    "\u2031"
31775                ]
31776            ]
31777        },
31778        {
31779            "input": "&pfr",
31780            "description": "Bad named entity: pfr without a semi-colon",
31781            "output": [
31782                [
31783                    "Character",
31784                    "&pfr"
31785                ]
31786            ]
31787        },
31788        {
31789            "input": "&pfr;",
31790            "description": "Named entity: pfr; with a semi-colon",
31791            "output": [
31792                [
31793                    "Character",
31794                    "\ud835\udd2d"
31795                ]
31796            ]
31797        },
31798        {
31799            "input": "&phi",
31800            "description": "Bad named entity: phi without a semi-colon",
31801            "output": [
31802                [
31803                    "Character",
31804                    "&phi"
31805                ]
31806            ]
31807        },
31808        {
31809            "input": "&phi;",
31810            "description": "Named entity: phi; with a semi-colon",
31811            "output": [
31812                [
31813                    "Character",
31814                    "\u03c6"
31815                ]
31816            ]
31817        },
31818        {
31819            "input": "&phiv",
31820            "description": "Bad named entity: phiv without a semi-colon",
31821            "output": [
31822                [
31823                    "Character",
31824                    "&phiv"
31825                ]
31826            ]
31827        },
31828        {
31829            "input": "&phiv;",
31830            "description": "Named entity: phiv; with a semi-colon",
31831            "output": [
31832                [
31833                    "Character",
31834                    "\u03d5"
31835                ]
31836            ]
31837        },
31838        {
31839            "input": "&phmmat",
31840            "description": "Bad named entity: phmmat without a semi-colon",
31841            "output": [
31842                [
31843                    "Character",
31844                    "&phmmat"
31845                ]
31846            ]
31847        },
31848        {
31849            "input": "&phmmat;",
31850            "description": "Named entity: phmmat; with a semi-colon",
31851            "output": [
31852                [
31853                    "Character",
31854                    "\u2133"
31855                ]
31856            ]
31857        },
31858        {
31859            "input": "&phone",
31860            "description": "Bad named entity: phone without a semi-colon",
31861            "output": [
31862                [
31863                    "Character",
31864                    "&phone"
31865                ]
31866            ]
31867        },
31868        {
31869            "input": "&phone;",
31870            "description": "Named entity: phone; with a semi-colon",
31871            "output": [
31872                [
31873                    "Character",
31874                    "\u260e"
31875                ]
31876            ]
31877        },
31878        {
31879            "input": "&pi",
31880            "description": "Bad named entity: pi without a semi-colon",
31881            "output": [
31882                [
31883                    "Character",
31884                    "&pi"
31885                ]
31886            ]
31887        },
31888        {
31889            "input": "&pi;",
31890            "description": "Named entity: pi; with a semi-colon",
31891            "output": [
31892                [
31893                    "Character",
31894                    "\u03c0"
31895                ]
31896            ]
31897        },
31898        {
31899            "input": "&pitchfork",
31900            "description": "Bad named entity: pitchfork without a semi-colon",
31901            "output": [
31902                [
31903                    "Character",
31904                    "&pitchfork"
31905                ]
31906            ]
31907        },
31908        {
31909            "input": "&pitchfork;",
31910            "description": "Named entity: pitchfork; with a semi-colon",
31911            "output": [
31912                [
31913                    "Character",
31914                    "\u22d4"
31915                ]
31916            ]
31917        },
31918        {
31919            "input": "&piv",
31920            "description": "Bad named entity: piv without a semi-colon",
31921            "output": [
31922                [
31923                    "Character",
31924                    "&piv"
31925                ]
31926            ]
31927        },
31928        {
31929            "input": "&piv;",
31930            "description": "Named entity: piv; with a semi-colon",
31931            "output": [
31932                [
31933                    "Character",
31934                    "\u03d6"
31935                ]
31936            ]
31937        },
31938        {
31939            "input": "&planck",
31940            "description": "Bad named entity: planck without a semi-colon",
31941            "output": [
31942                [
31943                    "Character",
31944                    "&planck"
31945                ]
31946            ]
31947        },
31948        {
31949            "input": "&planck;",
31950            "description": "Named entity: planck; with a semi-colon",
31951            "output": [
31952                [
31953                    "Character",
31954                    "\u210f"
31955                ]
31956            ]
31957        },
31958        {
31959            "input": "&planckh",
31960            "description": "Bad named entity: planckh without a semi-colon",
31961            "output": [
31962                [
31963                    "Character",
31964                    "&planckh"
31965                ]
31966            ]
31967        },
31968        {
31969            "input": "&planckh;",
31970            "description": "Named entity: planckh; with a semi-colon",
31971            "output": [
31972                [
31973                    "Character",
31974                    "\u210e"
31975                ]
31976            ]
31977        },
31978        {
31979            "input": "&plankv",
31980            "description": "Bad named entity: plankv without a semi-colon",
31981            "output": [
31982                [
31983                    "Character",
31984                    "&plankv"
31985                ]
31986            ]
31987        },
31988        {
31989            "input": "&plankv;",
31990            "description": "Named entity: plankv; with a semi-colon",
31991            "output": [
31992                [
31993                    "Character",
31994                    "\u210f"
31995                ]
31996            ]
31997        },
31998        {
31999            "input": "&plus",
32000            "description": "Bad named entity: plus without a semi-colon",
32001            "output": [
32002                [
32003                    "Character",
32004                    "&plus"
32005                ]
32006            ]
32007        },
32008        {
32009            "input": "&plus;",
32010            "description": "Named entity: plus; with a semi-colon",
32011            "output": [
32012                [
32013                    "Character",
32014                    "+"
32015                ]
32016            ]
32017        },
32018        {
32019            "input": "&plusacir",
32020            "description": "Bad named entity: plusacir without a semi-colon",
32021            "output": [
32022                [
32023                    "Character",
32024                    "&plusacir"
32025                ]
32026            ]
32027        },
32028        {
32029            "input": "&plusacir;",
32030            "description": "Named entity: plusacir; with a semi-colon",
32031            "output": [
32032                [
32033                    "Character",
32034                    "\u2a23"
32035                ]
32036            ]
32037        },
32038        {
32039            "input": "&plusb",
32040            "description": "Bad named entity: plusb without a semi-colon",
32041            "output": [
32042                [
32043                    "Character",
32044                    "&plusb"
32045                ]
32046            ]
32047        },
32048        {
32049            "input": "&plusb;",
32050            "description": "Named entity: plusb; with a semi-colon",
32051            "output": [
32052                [
32053                    "Character",
32054                    "\u229e"
32055                ]
32056            ]
32057        },
32058        {
32059            "input": "&pluscir",
32060            "description": "Bad named entity: pluscir without a semi-colon",
32061            "output": [
32062                [
32063                    "Character",
32064                    "&pluscir"
32065                ]
32066            ]
32067        },
32068        {
32069            "input": "&pluscir;",
32070            "description": "Named entity: pluscir; with a semi-colon",
32071            "output": [
32072                [
32073                    "Character",
32074                    "\u2a22"
32075                ]
32076            ]
32077        },
32078        {
32079            "input": "&plusdo",
32080            "description": "Bad named entity: plusdo without a semi-colon",
32081            "output": [
32082                [
32083                    "Character",
32084                    "&plusdo"
32085                ]
32086            ]
32087        },
32088        {
32089            "input": "&plusdo;",
32090            "description": "Named entity: plusdo; with a semi-colon",
32091            "output": [
32092                [
32093                    "Character",
32094                    "\u2214"
32095                ]
32096            ]
32097        },
32098        {
32099            "input": "&plusdu",
32100            "description": "Bad named entity: plusdu without a semi-colon",
32101            "output": [
32102                [
32103                    "Character",
32104                    "&plusdu"
32105                ]
32106            ]
32107        },
32108        {
32109            "input": "&plusdu;",
32110            "description": "Named entity: plusdu; with a semi-colon",
32111            "output": [
32112                [
32113                    "Character",
32114                    "\u2a25"
32115                ]
32116            ]
32117        },
32118        {
32119            "input": "&pluse",
32120            "description": "Bad named entity: pluse without a semi-colon",
32121            "output": [
32122                [
32123                    "Character",
32124                    "&pluse"
32125                ]
32126            ]
32127        },
32128        {
32129            "input": "&pluse;",
32130            "description": "Named entity: pluse; with a semi-colon",
32131            "output": [
32132                [
32133                    "Character",
32134                    "\u2a72"
32135                ]
32136            ]
32137        },
32138        {
32139            "input": "&plusmn",
32140            "description": "Named entity: plusmn without a semi-colon",
32141            "output": [
32142                "ParseError",
32143                [
32144                    "Character",
32145                    "\u00b1"
32146                ]
32147            ]
32148        },
32149        {
32150            "input": "&plusmn;",
32151            "description": "Named entity: plusmn; with a semi-colon",
32152            "output": [
32153                [
32154                    "Character",
32155                    "\u00b1"
32156                ]
32157            ]
32158        },
32159        {
32160            "input": "&plussim",
32161            "description": "Bad named entity: plussim without a semi-colon",
32162            "output": [
32163                [
32164                    "Character",
32165                    "&plussim"
32166                ]
32167            ]
32168        },
32169        {
32170            "input": "&plussim;",
32171            "description": "Named entity: plussim; with a semi-colon",
32172            "output": [
32173                [
32174                    "Character",
32175                    "\u2a26"
32176                ]
32177            ]
32178        },
32179        {
32180            "input": "&plustwo",
32181            "description": "Bad named entity: plustwo without a semi-colon",
32182            "output": [
32183                [
32184                    "Character",
32185                    "&plustwo"
32186                ]
32187            ]
32188        },
32189        {
32190            "input": "&plustwo;",
32191            "description": "Named entity: plustwo; with a semi-colon",
32192            "output": [
32193                [
32194                    "Character",
32195                    "\u2a27"
32196                ]
32197            ]
32198        },
32199        {
32200            "input": "&pm",
32201            "description": "Bad named entity: pm without a semi-colon",
32202            "output": [
32203                [
32204                    "Character",
32205                    "&pm"
32206                ]
32207            ]
32208        },
32209        {
32210            "input": "&pm;",
32211            "description": "Named entity: pm; with a semi-colon",
32212            "output": [
32213                [
32214                    "Character",
32215                    "\u00b1"
32216                ]
32217            ]
32218        },
32219        {
32220            "input": "&pointint",
32221            "description": "Bad named entity: pointint without a semi-colon",
32222            "output": [
32223                [
32224                    "Character",
32225                    "&pointint"
32226                ]
32227            ]
32228        },
32229        {
32230            "input": "&pointint;",
32231            "description": "Named entity: pointint; with a semi-colon",
32232            "output": [
32233                [
32234                    "Character",
32235                    "\u2a15"
32236                ]
32237            ]
32238        },
32239        {
32240            "input": "&popf",
32241            "description": "Bad named entity: popf without a semi-colon",
32242            "output": [
32243                [
32244                    "Character",
32245                    "&popf"
32246                ]
32247            ]
32248        },
32249        {
32250            "input": "&popf;",
32251            "description": "Named entity: popf; with a semi-colon",
32252            "output": [
32253                [
32254                    "Character",
32255                    "\ud835\udd61"
32256                ]
32257            ]
32258        },
32259        {
32260            "input": "&pound",
32261            "description": "Named entity: pound without a semi-colon",
32262            "output": [
32263                "ParseError",
32264                [
32265                    "Character",
32266                    "\u00a3"
32267                ]
32268            ]
32269        },
32270        {
32271            "input": "&pound;",
32272            "description": "Named entity: pound; with a semi-colon",
32273            "output": [
32274                [
32275                    "Character",
32276                    "\u00a3"
32277                ]
32278            ]
32279        },
32280        {
32281            "input": "&pr",
32282            "description": "Bad named entity: pr without a semi-colon",
32283            "output": [
32284                [
32285                    "Character",
32286                    "&pr"
32287                ]
32288            ]
32289        },
32290        {
32291            "input": "&pr;",
32292            "description": "Named entity: pr; with a semi-colon",
32293            "output": [
32294                [
32295                    "Character",
32296                    "\u227a"
32297                ]
32298            ]
32299        },
32300        {
32301            "input": "&prE",
32302            "description": "Bad named entity: prE without a semi-colon",
32303            "output": [
32304                [
32305                    "Character",
32306                    "&prE"
32307                ]
32308            ]
32309        },
32310        {
32311            "input": "&prE;",
32312            "description": "Named entity: prE; with a semi-colon",
32313            "output": [
32314                [
32315                    "Character",
32316                    "\u2ab3"
32317                ]
32318            ]
32319        },
32320        {
32321            "input": "&prap",
32322            "description": "Bad named entity: prap without a semi-colon",
32323            "output": [
32324                [
32325                    "Character",
32326                    "&prap"
32327                ]
32328            ]
32329        },
32330        {
32331            "input": "&prap;",
32332            "description": "Named entity: prap; with a semi-colon",
32333            "output": [
32334                [
32335                    "Character",
32336                    "\u2ab7"
32337                ]
32338            ]
32339        },
32340        {
32341            "input": "&prcue",
32342            "description": "Bad named entity: prcue without a semi-colon",
32343            "output": [
32344                [
32345                    "Character",
32346                    "&prcue"
32347                ]
32348            ]
32349        },
32350        {
32351            "input": "&prcue;",
32352            "description": "Named entity: prcue; with a semi-colon",
32353            "output": [
32354                [
32355                    "Character",
32356                    "\u227c"
32357                ]
32358            ]
32359        },
32360        {
32361            "input": "&pre",
32362            "description": "Bad named entity: pre without a semi-colon",
32363            "output": [
32364                [
32365                    "Character",
32366                    "&pre"
32367                ]
32368            ]
32369        },
32370        {
32371            "input": "&pre;",
32372            "description": "Named entity: pre; with a semi-colon",
32373            "output": [
32374                [
32375                    "Character",
32376                    "\u2aaf"
32377                ]
32378            ]
32379        },
32380        {
32381            "input": "&prec",
32382            "description": "Bad named entity: prec without a semi-colon",
32383            "output": [
32384                [
32385                    "Character",
32386                    "&prec"
32387                ]
32388            ]
32389        },
32390        {
32391            "input": "&prec;",
32392            "description": "Named entity: prec; with a semi-colon",
32393            "output": [
32394                [
32395                    "Character",
32396                    "\u227a"
32397                ]
32398            ]
32399        },
32400        {
32401            "input": "&precapprox",
32402            "description": "Bad named entity: precapprox without a semi-colon",
32403            "output": [
32404                [
32405                    "Character",
32406                    "&precapprox"
32407                ]
32408            ]
32409        },
32410        {
32411            "input": "&precapprox;",
32412            "description": "Named entity: precapprox; with a semi-colon",
32413            "output": [
32414                [
32415                    "Character",
32416                    "\u2ab7"
32417                ]
32418            ]
32419        },
32420        {
32421            "input": "&preccurlyeq",
32422            "description": "Bad named entity: preccurlyeq without a semi-colon",
32423            "output": [
32424                [
32425                    "Character",
32426                    "&preccurlyeq"
32427                ]
32428            ]
32429        },
32430        {
32431            "input": "&preccurlyeq;",
32432            "description": "Named entity: preccurlyeq; with a semi-colon",
32433            "output": [
32434                [
32435                    "Character",
32436                    "\u227c"
32437                ]
32438            ]
32439        },
32440        {
32441            "input": "&preceq",
32442            "description": "Bad named entity: preceq without a semi-colon",
32443            "output": [
32444                [
32445                    "Character",
32446                    "&preceq"
32447                ]
32448            ]
32449        },
32450        {
32451            "input": "&preceq;",
32452            "description": "Named entity: preceq; with a semi-colon",
32453            "output": [
32454                [
32455                    "Character",
32456                    "\u2aaf"
32457                ]
32458            ]
32459        },
32460        {
32461            "input": "&precnapprox",
32462            "description": "Bad named entity: precnapprox without a semi-colon",
32463            "output": [
32464                [
32465                    "Character",
32466                    "&precnapprox"
32467                ]
32468            ]
32469        },
32470        {
32471            "input": "&precnapprox;",
32472            "description": "Named entity: precnapprox; with a semi-colon",
32473            "output": [
32474                [
32475                    "Character",
32476                    "\u2ab9"
32477                ]
32478            ]
32479        },
32480        {
32481            "input": "&precneqq",
32482            "description": "Bad named entity: precneqq without a semi-colon",
32483            "output": [
32484                [
32485                    "Character",
32486                    "&precneqq"
32487                ]
32488            ]
32489        },
32490        {
32491            "input": "&precneqq;",
32492            "description": "Named entity: precneqq; with a semi-colon",
32493            "output": [
32494                [
32495                    "Character",
32496                    "\u2ab5"
32497                ]
32498            ]
32499        },
32500        {
32501            "input": "&precnsim",
32502            "description": "Bad named entity: precnsim without a semi-colon",
32503            "output": [
32504                [
32505                    "Character",
32506                    "&precnsim"
32507                ]
32508            ]
32509        },
32510        {
32511            "input": "&precnsim;",
32512            "description": "Named entity: precnsim; with a semi-colon",
32513            "output": [
32514                [
32515                    "Character",
32516                    "\u22e8"
32517                ]
32518            ]
32519        },
32520        {
32521            "input": "&precsim",
32522            "description": "Bad named entity: precsim without a semi-colon",
32523            "output": [
32524                [
32525                    "Character",
32526                    "&precsim"
32527                ]
32528            ]
32529        },
32530        {
32531            "input": "&precsim;",
32532            "description": "Named entity: precsim; with a semi-colon",
32533            "output": [
32534                [
32535                    "Character",
32536                    "\u227e"
32537                ]
32538            ]
32539        },
32540        {
32541            "input": "&prime",
32542            "description": "Bad named entity: prime without a semi-colon",
32543            "output": [
32544                [
32545                    "Character",
32546                    "&prime"
32547                ]
32548            ]
32549        },
32550        {
32551            "input": "&prime;",
32552            "description": "Named entity: prime; with a semi-colon",
32553            "output": [
32554                [
32555                    "Character",
32556                    "\u2032"
32557                ]
32558            ]
32559        },
32560        {
32561            "input": "&primes",
32562            "description": "Bad named entity: primes without a semi-colon",
32563            "output": [
32564                [
32565                    "Character",
32566                    "&primes"
32567                ]
32568            ]
32569        },
32570        {
32571            "input": "&primes;",
32572            "description": "Named entity: primes; with a semi-colon",
32573            "output": [
32574                [
32575                    "Character",
32576                    "\u2119"
32577                ]
32578            ]
32579        },
32580        {
32581            "input": "&prnE",
32582            "description": "Bad named entity: prnE without a semi-colon",
32583            "output": [
32584                [
32585                    "Character",
32586                    "&prnE"
32587                ]
32588            ]
32589        },
32590        {
32591            "input": "&prnE;",
32592            "description": "Named entity: prnE; with a semi-colon",
32593            "output": [
32594                [
32595                    "Character",
32596                    "\u2ab5"
32597                ]
32598            ]
32599        },
32600        {
32601            "input": "&prnap",
32602            "description": "Bad named entity: prnap without a semi-colon",
32603            "output": [
32604                [
32605                    "Character",
32606                    "&prnap"
32607                ]
32608            ]
32609        },
32610        {
32611            "input": "&prnap;",
32612            "description": "Named entity: prnap; with a semi-colon",
32613            "output": [
32614                [
32615                    "Character",
32616                    "\u2ab9"
32617                ]
32618            ]
32619        },
32620        {
32621            "input": "&prnsim",
32622            "description": "Bad named entity: prnsim without a semi-colon",
32623            "output": [
32624                [
32625                    "Character",
32626                    "&prnsim"
32627                ]
32628            ]
32629        },
32630        {
32631            "input": "&prnsim;",
32632            "description": "Named entity: prnsim; with a semi-colon",
32633            "output": [
32634                [
32635                    "Character",
32636                    "\u22e8"
32637                ]
32638            ]
32639        },
32640        {
32641            "input": "&prod",
32642            "description": "Bad named entity: prod without a semi-colon",
32643            "output": [
32644                [
32645                    "Character",
32646                    "&prod"
32647                ]
32648            ]
32649        },
32650        {
32651            "input": "&prod;",
32652            "description": "Named entity: prod; with a semi-colon",
32653            "output": [
32654                [
32655                    "Character",
32656                    "\u220f"
32657                ]
32658            ]
32659        },
32660        {
32661            "input": "&profalar",
32662            "description": "Bad named entity: profalar without a semi-colon",
32663            "output": [
32664                [
32665                    "Character",
32666                    "&profalar"
32667                ]
32668            ]
32669        },
32670        {
32671            "input": "&profalar;",
32672            "description": "Named entity: profalar; with a semi-colon",
32673            "output": [
32674                [
32675                    "Character",
32676                    "\u232e"
32677                ]
32678            ]
32679        },
32680        {
32681            "input": "&profline",
32682            "description": "Bad named entity: profline without a semi-colon",
32683            "output": [
32684                [
32685                    "Character",
32686                    "&profline"
32687                ]
32688            ]
32689        },
32690        {
32691            "input": "&profline;",
32692            "description": "Named entity: profline; with a semi-colon",
32693            "output": [
32694                [
32695                    "Character",
32696                    "\u2312"
32697                ]
32698            ]
32699        },
32700        {
32701            "input": "&profsurf",
32702            "description": "Bad named entity: profsurf without a semi-colon",
32703            "output": [
32704                [
32705                    "Character",
32706                    "&profsurf"
32707                ]
32708            ]
32709        },
32710        {
32711            "input": "&profsurf;",
32712            "description": "Named entity: profsurf; with a semi-colon",
32713            "output": [
32714                [
32715                    "Character",
32716                    "\u2313"
32717                ]
32718            ]
32719        },
32720        {
32721            "input": "&prop",
32722            "description": "Bad named entity: prop without a semi-colon",
32723            "output": [
32724                [
32725                    "Character",
32726                    "&prop"
32727                ]
32728            ]
32729        },
32730        {
32731            "input": "&prop;",
32732            "description": "Named entity: prop; with a semi-colon",
32733            "output": [
32734                [
32735                    "Character",
32736                    "\u221d"
32737                ]
32738            ]
32739        },
32740        {
32741            "input": "&propto",
32742            "description": "Bad named entity: propto without a semi-colon",
32743            "output": [
32744                [
32745                    "Character",
32746                    "&propto"
32747                ]
32748            ]
32749        },
32750        {
32751            "input": "&propto;",
32752            "description": "Named entity: propto; with a semi-colon",
32753            "output": [
32754                [
32755                    "Character",
32756                    "\u221d"
32757                ]
32758            ]
32759        },
32760        {
32761            "input": "&prsim",
32762            "description": "Bad named entity: prsim without a semi-colon",
32763            "output": [
32764                [
32765                    "Character",
32766                    "&prsim"
32767                ]
32768            ]
32769        },
32770        {
32771            "input": "&prsim;",
32772            "description": "Named entity: prsim; with a semi-colon",
32773            "output": [
32774                [
32775                    "Character",
32776                    "\u227e"
32777                ]
32778            ]
32779        },
32780        {
32781            "input": "&prurel",
32782            "description": "Bad named entity: prurel without a semi-colon",
32783            "output": [
32784                [
32785                    "Character",
32786                    "&prurel"
32787                ]
32788            ]
32789        },
32790        {
32791            "input": "&prurel;",
32792            "description": "Named entity: prurel; with a semi-colon",
32793            "output": [
32794                [
32795                    "Character",
32796                    "\u22b0"
32797                ]
32798            ]
32799        },
32800        {
32801            "input": "&pscr",
32802            "description": "Bad named entity: pscr without a semi-colon",
32803            "output": [
32804                [
32805                    "Character",
32806                    "&pscr"
32807                ]
32808            ]
32809        },
32810        {
32811            "input": "&pscr;",
32812            "description": "Named entity: pscr; with a semi-colon",
32813            "output": [
32814                [
32815                    "Character",
32816                    "\ud835\udcc5"
32817                ]
32818            ]
32819        },
32820        {
32821            "input": "&psi",
32822            "description": "Bad named entity: psi without a semi-colon",
32823            "output": [
32824                [
32825                    "Character",
32826                    "&psi"
32827                ]
32828            ]
32829        },
32830        {
32831            "input": "&psi;",
32832            "description": "Named entity: psi; with a semi-colon",
32833            "output": [
32834                [
32835                    "Character",
32836                    "\u03c8"
32837                ]
32838            ]
32839        },
32840        {
32841            "input": "&puncsp",
32842            "description": "Bad named entity: puncsp without a semi-colon",
32843            "output": [
32844                [
32845                    "Character",
32846                    "&puncsp"
32847                ]
32848            ]
32849        },
32850        {
32851            "input": "&puncsp;",
32852            "description": "Named entity: puncsp; with a semi-colon",
32853            "output": [
32854                [
32855                    "Character",
32856                    "\u2008"
32857                ]
32858            ]
32859        },
32860        {
32861            "input": "&qfr",
32862            "description": "Bad named entity: qfr without a semi-colon",
32863            "output": [
32864                [
32865                    "Character",
32866                    "&qfr"
32867                ]
32868            ]
32869        },
32870        {
32871            "input": "&qfr;",
32872            "description": "Named entity: qfr; with a semi-colon",
32873            "output": [
32874                [
32875                    "Character",
32876                    "\ud835\udd2e"
32877                ]
32878            ]
32879        },
32880        {
32881            "input": "&qint",
32882            "description": "Bad named entity: qint without a semi-colon",
32883            "output": [
32884                [
32885                    "Character",
32886                    "&qint"
32887                ]
32888            ]
32889        },
32890        {
32891            "input": "&qint;",
32892            "description": "Named entity: qint; with a semi-colon",
32893            "output": [
32894                [
32895                    "Character",
32896                    "\u2a0c"
32897                ]
32898            ]
32899        },
32900        {
32901            "input": "&qopf",
32902            "description": "Bad named entity: qopf without a semi-colon",
32903            "output": [
32904                [
32905                    "Character",
32906                    "&qopf"
32907                ]
32908            ]
32909        },
32910        {
32911            "input": "&qopf;",
32912            "description": "Named entity: qopf; with a semi-colon",
32913            "output": [
32914                [
32915                    "Character",
32916                    "\ud835\udd62"
32917                ]
32918            ]
32919        },
32920        {
32921            "input": "&qprime",
32922            "description": "Bad named entity: qprime without a semi-colon",
32923            "output": [
32924                [
32925                    "Character",
32926                    "&qprime"
32927                ]
32928            ]
32929        },
32930        {
32931            "input": "&qprime;",
32932            "description": "Named entity: qprime; with a semi-colon",
32933            "output": [
32934                [
32935                    "Character",
32936                    "\u2057"
32937                ]
32938            ]
32939        },
32940        {
32941            "input": "&qscr",
32942            "description": "Bad named entity: qscr without a semi-colon",
32943            "output": [
32944                [
32945                    "Character",
32946                    "&qscr"
32947                ]
32948            ]
32949        },
32950        {
32951            "input": "&qscr;",
32952            "description": "Named entity: qscr; with a semi-colon",
32953            "output": [
32954                [
32955                    "Character",
32956                    "\ud835\udcc6"
32957                ]
32958            ]
32959        },
32960        {
32961            "input": "&quaternions",
32962            "description": "Bad named entity: quaternions without a semi-colon",
32963            "output": [
32964                [
32965                    "Character",
32966                    "&quaternions"
32967                ]
32968            ]
32969        },
32970        {
32971            "input": "&quaternions;",
32972            "description": "Named entity: quaternions; with a semi-colon",
32973            "output": [
32974                [
32975                    "Character",
32976                    "\u210d"
32977                ]
32978            ]
32979        },
32980        {
32981            "input": "&quatint",
32982            "description": "Bad named entity: quatint without a semi-colon",
32983            "output": [
32984                [
32985                    "Character",
32986                    "&quatint"
32987                ]
32988            ]
32989        },
32990        {
32991            "input": "&quatint;",
32992            "description": "Named entity: quatint; with a semi-colon",
32993            "output": [
32994                [
32995                    "Character",
32996                    "\u2a16"
32997                ]
32998            ]
32999        },
33000        {
33001            "input": "&quest",
33002            "description": "Bad named entity: quest without a semi-colon",
33003            "output": [
33004                [
33005                    "Character",
33006                    "&quest"
33007                ]
33008            ]
33009        },
33010        {
33011            "input": "&quest;",
33012            "description": "Named entity: quest; with a semi-colon",
33013            "output": [
33014                [
33015                    "Character",
33016                    "?"
33017                ]
33018            ]
33019        },
33020        {
33021            "input": "&questeq",
33022            "description": "Bad named entity: questeq without a semi-colon",
33023            "output": [
33024                [
33025                    "Character",
33026                    "&questeq"
33027                ]
33028            ]
33029        },
33030        {
33031            "input": "&questeq;",
33032            "description": "Named entity: questeq; with a semi-colon",
33033            "output": [
33034                [
33035                    "Character",
33036                    "\u225f"
33037                ]
33038            ]
33039        },
33040        {
33041            "input": "&quot",
33042            "description": "Named entity: quot without a semi-colon",
33043            "output": [
33044                "ParseError",
33045                [
33046                    "Character",
33047                    "\""
33048                ]
33049            ]
33050        },
33051        {
33052            "input": "&quot;",
33053            "description": "Named entity: quot; with a semi-colon",
33054            "output": [
33055                [
33056                    "Character",
33057                    "\""
33058                ]
33059            ]
33060        },
33061        {
33062            "input": "&rAarr",
33063            "description": "Bad named entity: rAarr without a semi-colon",
33064            "output": [
33065                [
33066                    "Character",
33067                    "&rAarr"
33068                ]
33069            ]
33070        },
33071        {
33072            "input": "&rAarr;",
33073            "description": "Named entity: rAarr; with a semi-colon",
33074            "output": [
33075                [
33076                    "Character",
33077                    "\u21db"
33078                ]
33079            ]
33080        },
33081        {
33082            "input": "&rArr",
33083            "description": "Bad named entity: rArr without a semi-colon",
33084            "output": [
33085                [
33086                    "Character",
33087                    "&rArr"
33088                ]
33089            ]
33090        },
33091        {
33092            "input": "&rArr;",
33093            "description": "Named entity: rArr; with a semi-colon",
33094            "output": [
33095                [
33096                    "Character",
33097                    "\u21d2"
33098                ]
33099            ]
33100        },
33101        {
33102            "input": "&rAtail",
33103            "description": "Bad named entity: rAtail without a semi-colon",
33104            "output": [
33105                [
33106                    "Character",
33107                    "&rAtail"
33108                ]
33109            ]
33110        },
33111        {
33112            "input": "&rAtail;",
33113            "description": "Named entity: rAtail; with a semi-colon",
33114            "output": [
33115                [
33116                    "Character",
33117                    "\u291c"
33118                ]
33119            ]
33120        },
33121        {
33122            "input": "&rBarr",
33123            "description": "Bad named entity: rBarr without a semi-colon",
33124            "output": [
33125                [
33126                    "Character",
33127                    "&rBarr"
33128                ]
33129            ]
33130        },
33131        {
33132            "input": "&rBarr;",
33133            "description": "Named entity: rBarr; with a semi-colon",
33134            "output": [
33135                [
33136                    "Character",
33137                    "\u290f"
33138                ]
33139            ]
33140        },
33141        {
33142            "input": "&rHar",
33143            "description": "Bad named entity: rHar without a semi-colon",
33144            "output": [
33145                [
33146                    "Character",
33147                    "&rHar"
33148                ]
33149            ]
33150        },
33151        {
33152            "input": "&rHar;",
33153            "description": "Named entity: rHar; with a semi-colon",
33154            "output": [
33155                [
33156                    "Character",
33157                    "\u2964"
33158                ]
33159            ]
33160        },
33161        {
33162            "input": "&race",
33163            "description": "Bad named entity: race without a semi-colon",
33164            "output": [
33165                [
33166                    "Character",
33167                    "&race"
33168                ]
33169            ]
33170        },
33171        {
33172            "input": "&race;",
33173            "description": "Named entity: race; with a semi-colon",
33174            "output": [
33175                [
33176                    "Character",
33177                    "\u223d\u0331"
33178                ]
33179            ]
33180        },
33181        {
33182            "input": "&racute",
33183            "description": "Bad named entity: racute without a semi-colon",
33184            "output": [
33185                [
33186                    "Character",
33187                    "&racute"
33188                ]
33189            ]
33190        },
33191        {
33192            "input": "&racute;",
33193            "description": "Named entity: racute; with a semi-colon",
33194            "output": [
33195                [
33196                    "Character",
33197                    "\u0155"
33198                ]
33199            ]
33200        },
33201        {
33202            "input": "&radic",
33203            "description": "Bad named entity: radic without a semi-colon",
33204            "output": [
33205                [
33206                    "Character",
33207                    "&radic"
33208                ]
33209            ]
33210        },
33211        {
33212            "input": "&radic;",
33213            "description": "Named entity: radic; with a semi-colon",
33214            "output": [
33215                [
33216                    "Character",
33217                    "\u221a"
33218                ]
33219            ]
33220        },
33221        {
33222            "input": "&raemptyv",
33223            "description": "Bad named entity: raemptyv without a semi-colon",
33224            "output": [
33225                [
33226                    "Character",
33227                    "&raemptyv"
33228                ]
33229            ]
33230        },
33231        {
33232            "input": "&raemptyv;",
33233            "description": "Named entity: raemptyv; with a semi-colon",
33234            "output": [
33235                [
33236                    "Character",
33237                    "\u29b3"
33238                ]
33239            ]
33240        },
33241        {
33242            "input": "&rang",
33243            "description": "Bad named entity: rang without a semi-colon",
33244            "output": [
33245                [
33246                    "Character",
33247                    "&rang"
33248                ]
33249            ]
33250        },
33251        {
33252            "input": "&rang;",
33253            "description": "Named entity: rang; with a semi-colon",
33254            "output": [
33255                [
33256                    "Character",
33257                    "\u27e9"
33258                ]
33259            ]
33260        },
33261        {
33262            "input": "&rangd",
33263            "description": "Bad named entity: rangd without a semi-colon",
33264            "output": [
33265                [
33266                    "Character",
33267                    "&rangd"
33268                ]
33269            ]
33270        },
33271        {
33272            "input": "&rangd;",
33273            "description": "Named entity: rangd; with a semi-colon",
33274            "output": [
33275                [
33276                    "Character",
33277                    "\u2992"
33278                ]
33279            ]
33280        },
33281        {
33282            "input": "&range",
33283            "description": "Bad named entity: range without a semi-colon",
33284            "output": [
33285                [
33286                    "Character",
33287                    "&range"
33288                ]
33289            ]
33290        },
33291        {
33292            "input": "&range;",
33293            "description": "Named entity: range; with a semi-colon",
33294            "output": [
33295                [
33296                    "Character",
33297                    "\u29a5"
33298                ]
33299            ]
33300        },
33301        {
33302            "input": "&rangle",
33303            "description": "Bad named entity: rangle without a semi-colon",
33304            "output": [
33305                [
33306                    "Character",
33307                    "&rangle"
33308                ]
33309            ]
33310        },
33311        {
33312            "input": "&rangle;",
33313            "description": "Named entity: rangle; with a semi-colon",
33314            "output": [
33315                [
33316                    "Character",
33317                    "\u27e9"
33318                ]
33319            ]
33320        },
33321        {
33322            "input": "&raquo",
33323            "description": "Named entity: raquo without a semi-colon",
33324            "output": [
33325                "ParseError",
33326                [
33327                    "Character",
33328                    "\u00bb"
33329                ]
33330            ]
33331        },
33332        {
33333            "input": "&raquo;",
33334            "description": "Named entity: raquo; with a semi-colon",
33335            "output": [
33336                [
33337                    "Character",
33338                    "\u00bb"
33339                ]
33340            ]
33341        },
33342        {
33343            "input": "&rarr",
33344            "description": "Bad named entity: rarr without a semi-colon",
33345            "output": [
33346                [
33347                    "Character",
33348                    "&rarr"
33349                ]
33350            ]
33351        },
33352        {
33353            "input": "&rarr;",
33354            "description": "Named entity: rarr; with a semi-colon",
33355            "output": [
33356                [
33357                    "Character",
33358                    "\u2192"
33359                ]
33360            ]
33361        },
33362        {
33363            "input": "&rarrap",
33364            "description": "Bad named entity: rarrap without a semi-colon",
33365            "output": [
33366                [
33367                    "Character",
33368                    "&rarrap"
33369                ]
33370            ]
33371        },
33372        {
33373            "input": "&rarrap;",
33374            "description": "Named entity: rarrap; with a semi-colon",
33375            "output": [
33376                [
33377                    "Character",
33378                    "\u2975"
33379                ]
33380            ]
33381        },
33382        {
33383            "input": "&rarrb",
33384            "description": "Bad named entity: rarrb without a semi-colon",
33385            "output": [
33386                [
33387                    "Character",
33388                    "&rarrb"
33389                ]
33390            ]
33391        },
33392        {
33393            "input": "&rarrb;",
33394            "description": "Named entity: rarrb; with a semi-colon",
33395            "output": [
33396                [
33397                    "Character",
33398                    "\u21e5"
33399                ]
33400            ]
33401        },
33402        {
33403            "input": "&rarrbfs",
33404            "description": "Bad named entity: rarrbfs without a semi-colon",
33405            "output": [
33406                [
33407                    "Character",
33408                    "&rarrbfs"
33409                ]
33410            ]
33411        },
33412        {
33413            "input": "&rarrbfs;",
33414            "description": "Named entity: rarrbfs; with a semi-colon",
33415            "output": [
33416                [
33417                    "Character",
33418                    "\u2920"
33419                ]
33420            ]
33421        },
33422        {
33423            "input": "&rarrc",
33424            "description": "Bad named entity: rarrc without a semi-colon",
33425            "output": [
33426                [
33427                    "Character",
33428                    "&rarrc"
33429                ]
33430            ]
33431        },
33432        {
33433            "input": "&rarrc;",
33434            "description": "Named entity: rarrc; with a semi-colon",
33435            "output": [
33436                [
33437                    "Character",
33438                    "\u2933"
33439                ]
33440            ]
33441        },
33442        {
33443            "input": "&rarrfs",
33444            "description": "Bad named entity: rarrfs without a semi-colon",
33445            "output": [
33446                [
33447                    "Character",
33448                    "&rarrfs"
33449                ]
33450            ]
33451        },
33452        {
33453            "input": "&rarrfs;",
33454            "description": "Named entity: rarrfs; with a semi-colon",
33455            "output": [
33456                [
33457                    "Character",
33458                    "\u291e"
33459                ]
33460            ]
33461        },
33462        {
33463            "input": "&rarrhk",
33464            "description": "Bad named entity: rarrhk without a semi-colon",
33465            "output": [
33466                [
33467                    "Character",
33468                    "&rarrhk"
33469                ]
33470            ]
33471        },
33472        {
33473            "input": "&rarrhk;",
33474            "description": "Named entity: rarrhk; with a semi-colon",
33475            "output": [
33476                [
33477                    "Character",
33478                    "\u21aa"
33479                ]
33480            ]
33481        },
33482        {
33483            "input": "&rarrlp",
33484            "description": "Bad named entity: rarrlp without a semi-colon",
33485            "output": [
33486                [
33487                    "Character",
33488                    "&rarrlp"
33489                ]
33490            ]
33491        },
33492        {
33493            "input": "&rarrlp;",
33494            "description": "Named entity: rarrlp; with a semi-colon",
33495            "output": [
33496                [
33497                    "Character",
33498                    "\u21ac"
33499                ]
33500            ]
33501        },
33502        {
33503            "input": "&rarrpl",
33504            "description": "Bad named entity: rarrpl without a semi-colon",
33505            "output": [
33506                [
33507                    "Character",
33508                    "&rarrpl"
33509                ]
33510            ]
33511        },
33512        {
33513            "input": "&rarrpl;",
33514            "description": "Named entity: rarrpl; with a semi-colon",
33515            "output": [
33516                [
33517                    "Character",
33518                    "\u2945"
33519                ]
33520            ]
33521        },
33522        {
33523            "input": "&rarrsim",
33524            "description": "Bad named entity: rarrsim without a semi-colon",
33525            "output": [
33526                [
33527                    "Character",
33528                    "&rarrsim"
33529                ]
33530            ]
33531        },
33532        {
33533            "input": "&rarrsim;",
33534            "description": "Named entity: rarrsim; with a semi-colon",
33535            "output": [
33536                [
33537                    "Character",
33538                    "\u2974"
33539                ]
33540            ]
33541        },
33542        {
33543            "input": "&rarrtl",
33544            "description": "Bad named entity: rarrtl without a semi-colon",
33545            "output": [
33546                [
33547                    "Character",
33548                    "&rarrtl"
33549                ]
33550            ]
33551        },
33552        {
33553            "input": "&rarrtl;",
33554            "description": "Named entity: rarrtl; with a semi-colon",
33555            "output": [
33556                [
33557                    "Character",
33558                    "\u21a3"
33559                ]
33560            ]
33561        },
33562        {
33563            "input": "&rarrw",
33564            "description": "Bad named entity: rarrw without a semi-colon",
33565            "output": [
33566                [
33567                    "Character",
33568                    "&rarrw"
33569                ]
33570            ]
33571        },
33572        {
33573            "input": "&rarrw;",
33574            "description": "Named entity: rarrw; with a semi-colon",
33575            "output": [
33576                [
33577                    "Character",
33578                    "\u219d"
33579                ]
33580            ]
33581        },
33582        {
33583            "input": "&ratail",
33584            "description": "Bad named entity: ratail without a semi-colon",
33585            "output": [
33586                [
33587                    "Character",
33588                    "&ratail"
33589                ]
33590            ]
33591        },
33592        {
33593            "input": "&ratail;",
33594            "description": "Named entity: ratail; with a semi-colon",
33595            "output": [
33596                [
33597                    "Character",
33598                    "\u291a"
33599                ]
33600            ]
33601        },
33602        {
33603            "input": "&ratio",
33604            "description": "Bad named entity: ratio without a semi-colon",
33605            "output": [
33606                [
33607                    "Character",
33608                    "&ratio"
33609                ]
33610            ]
33611        },
33612        {
33613            "input": "&ratio;",
33614            "description": "Named entity: ratio; with a semi-colon",
33615            "output": [
33616                [
33617                    "Character",
33618                    "\u2236"
33619                ]
33620            ]
33621        },
33622        {
33623            "input": "&rationals",
33624            "description": "Bad named entity: rationals without a semi-colon",
33625            "output": [
33626                [
33627                    "Character",
33628                    "&rationals"
33629                ]
33630            ]
33631        },
33632        {
33633            "input": "&rationals;",
33634            "description": "Named entity: rationals; with a semi-colon",
33635            "output": [
33636                [
33637                    "Character",
33638                    "\u211a"
33639                ]
33640            ]
33641        },
33642        {
33643            "input": "&rbarr",
33644            "description": "Bad named entity: rbarr without a semi-colon",
33645            "output": [
33646                [
33647                    "Character",
33648                    "&rbarr"
33649                ]
33650            ]
33651        },
33652        {
33653            "input": "&rbarr;",
33654            "description": "Named entity: rbarr; with a semi-colon",
33655            "output": [
33656                [
33657                    "Character",
33658                    "\u290d"
33659                ]
33660            ]
33661        },
33662        {
33663            "input": "&rbbrk",
33664            "description": "Bad named entity: rbbrk without a semi-colon",
33665            "output": [
33666                [
33667                    "Character",
33668                    "&rbbrk"
33669                ]
33670            ]
33671        },
33672        {
33673            "input": "&rbbrk;",
33674            "description": "Named entity: rbbrk; with a semi-colon",
33675            "output": [
33676                [
33677                    "Character",
33678                    "\u2773"
33679                ]
33680            ]
33681        },
33682        {
33683            "input": "&rbrace",
33684            "description": "Bad named entity: rbrace without a semi-colon",
33685            "output": [
33686                [
33687                    "Character",
33688                    "&rbrace"
33689                ]
33690            ]
33691        },
33692        {
33693            "input": "&rbrace;",
33694            "description": "Named entity: rbrace; with a semi-colon",
33695            "output": [
33696                [
33697                    "Character",
33698                    "}"
33699                ]
33700            ]
33701        },
33702        {
33703            "input": "&rbrack",
33704            "description": "Bad named entity: rbrack without a semi-colon",
33705            "output": [
33706                [
33707                    "Character",
33708                    "&rbrack"
33709                ]
33710            ]
33711        },
33712        {
33713            "input": "&rbrack;",
33714            "description": "Named entity: rbrack; with a semi-colon",
33715            "output": [
33716                [
33717                    "Character",
33718                    "]"
33719                ]
33720            ]
33721        },
33722        {
33723            "input": "&rbrke",
33724            "description": "Bad named entity: rbrke without a semi-colon",
33725            "output": [
33726                [
33727                    "Character",
33728                    "&rbrke"
33729                ]
33730            ]
33731        },
33732        {
33733            "input": "&rbrke;",
33734            "description": "Named entity: rbrke; with a semi-colon",
33735            "output": [
33736                [
33737                    "Character",
33738                    "\u298c"
33739                ]
33740            ]
33741        },
33742        {
33743            "input": "&rbrksld",
33744            "description": "Bad named entity: rbrksld without a semi-colon",
33745            "output": [
33746                [
33747                    "Character",
33748                    "&rbrksld"
33749                ]
33750            ]
33751        },
33752        {
33753            "input": "&rbrksld;",
33754            "description": "Named entity: rbrksld; with a semi-colon",
33755            "output": [
33756                [
33757                    "Character",
33758                    "\u298e"
33759                ]
33760            ]
33761        },
33762        {
33763            "input": "&rbrkslu",
33764            "description": "Bad named entity: rbrkslu without a semi-colon",
33765            "output": [
33766                [
33767                    "Character",
33768                    "&rbrkslu"
33769                ]
33770            ]
33771        },
33772        {
33773            "input": "&rbrkslu;",
33774            "description": "Named entity: rbrkslu; with a semi-colon",
33775            "output": [
33776                [
33777                    "Character",
33778                    "\u2990"
33779                ]
33780            ]
33781        },
33782        {
33783            "input": "&rcaron",
33784            "description": "Bad named entity: rcaron without a semi-colon",
33785            "output": [
33786                [
33787                    "Character",
33788                    "&rcaron"
33789                ]
33790            ]
33791        },
33792        {
33793            "input": "&rcaron;",
33794            "description": "Named entity: rcaron; with a semi-colon",
33795            "output": [
33796                [
33797                    "Character",
33798                    "\u0159"
33799                ]
33800            ]
33801        },
33802        {
33803            "input": "&rcedil",
33804            "description": "Bad named entity: rcedil without a semi-colon",
33805            "output": [
33806                [
33807                    "Character",
33808                    "&rcedil"
33809                ]
33810            ]
33811        },
33812        {
33813            "input": "&rcedil;",
33814            "description": "Named entity: rcedil; with a semi-colon",
33815            "output": [
33816                [
33817                    "Character",
33818                    "\u0157"
33819                ]
33820            ]
33821        },
33822        {
33823            "input": "&rceil",
33824            "description": "Bad named entity: rceil without a semi-colon",
33825            "output": [
33826                [
33827                    "Character",
33828                    "&rceil"
33829                ]
33830            ]
33831        },
33832        {
33833            "input": "&rceil;",
33834            "description": "Named entity: rceil; with a semi-colon",
33835            "output": [
33836                [
33837                    "Character",
33838                    "\u2309"
33839                ]
33840            ]
33841        },
33842        {
33843            "input": "&rcub",
33844            "description": "Bad named entity: rcub without a semi-colon",
33845            "output": [
33846                [
33847                    "Character",
33848                    "&rcub"
33849                ]
33850            ]
33851        },
33852        {
33853            "input": "&rcub;",
33854            "description": "Named entity: rcub; with a semi-colon",
33855            "output": [
33856                [
33857                    "Character",
33858                    "}"
33859                ]
33860            ]
33861        },
33862        {
33863            "input": "&rcy",
33864            "description": "Bad named entity: rcy without a semi-colon",
33865            "output": [
33866                [
33867                    "Character",
33868                    "&rcy"
33869                ]
33870            ]
33871        },
33872        {
33873            "input": "&rcy;",
33874            "description": "Named entity: rcy; with a semi-colon",
33875            "output": [
33876                [
33877                    "Character",
33878                    "\u0440"
33879                ]
33880            ]
33881        },
33882        {
33883            "input": "&rdca",
33884            "description": "Bad named entity: rdca without a semi-colon",
33885            "output": [
33886                [
33887                    "Character",
33888                    "&rdca"
33889                ]
33890            ]
33891        },
33892        {
33893            "input": "&rdca;",
33894            "description": "Named entity: rdca; with a semi-colon",
33895            "output": [
33896                [
33897                    "Character",
33898                    "\u2937"
33899                ]
33900            ]
33901        },
33902        {
33903            "input": "&rdldhar",
33904            "description": "Bad named entity: rdldhar without a semi-colon",
33905            "output": [
33906                [
33907                    "Character",
33908                    "&rdldhar"
33909                ]
33910            ]
33911        },
33912        {
33913            "input": "&rdldhar;",
33914            "description": "Named entity: rdldhar; with a semi-colon",
33915            "output": [
33916                [
33917                    "Character",
33918                    "\u2969"
33919                ]
33920            ]
33921        },
33922        {
33923            "input": "&rdquo",
33924            "description": "Bad named entity: rdquo without a semi-colon",
33925            "output": [
33926                [
33927                    "Character",
33928                    "&rdquo"
33929                ]
33930            ]
33931        },
33932        {
33933            "input": "&rdquo;",
33934            "description": "Named entity: rdquo; with a semi-colon",
33935            "output": [
33936                [
33937                    "Character",
33938                    "\u201d"
33939                ]
33940            ]
33941        },
33942        {
33943            "input": "&rdquor",
33944            "description": "Bad named entity: rdquor without a semi-colon",
33945            "output": [
33946                [
33947                    "Character",
33948                    "&rdquor"
33949                ]
33950            ]
33951        },
33952        {
33953            "input": "&rdquor;",
33954            "description": "Named entity: rdquor; with a semi-colon",
33955            "output": [
33956                [
33957                    "Character",
33958                    "\u201d"
33959                ]
33960            ]
33961        },
33962        {
33963            "input": "&rdsh",
33964            "description": "Bad named entity: rdsh without a semi-colon",
33965            "output": [
33966                [
33967                    "Character",
33968                    "&rdsh"
33969                ]
33970            ]
33971        },
33972        {
33973            "input": "&rdsh;",
33974            "description": "Named entity: rdsh; with a semi-colon",
33975            "output": [
33976                [
33977                    "Character",
33978                    "\u21b3"
33979                ]
33980            ]
33981        },
33982        {
33983            "input": "&real",
33984            "description": "Bad named entity: real without a semi-colon",
33985            "output": [
33986                [
33987                    "Character",
33988                    "&real"
33989                ]
33990            ]
33991        },
33992        {
33993            "input": "&real;",
33994            "description": "Named entity: real; with a semi-colon",
33995            "output": [
33996                [
33997                    "Character",
33998                    "\u211c"
33999                ]
34000            ]
34001        },
34002        {
34003            "input": "&realine",
34004            "description": "Bad named entity: realine without a semi-colon",
34005            "output": [
34006                [
34007                    "Character",
34008                    "&realine"
34009                ]
34010            ]
34011        },
34012        {
34013            "input": "&realine;",
34014            "description": "Named entity: realine; with a semi-colon",
34015            "output": [
34016                [
34017                    "Character",
34018                    "\u211b"
34019                ]
34020            ]
34021        },
34022        {
34023            "input": "&realpart",
34024            "description": "Bad named entity: realpart without a semi-colon",
34025            "output": [
34026                [
34027                    "Character",
34028                    "&realpart"
34029                ]
34030            ]
34031        },
34032        {
34033            "input": "&realpart;",
34034            "description": "Named entity: realpart; with a semi-colon",
34035            "output": [
34036                [
34037                    "Character",
34038                    "\u211c"
34039                ]
34040            ]
34041        },
34042        {
34043            "input": "&reals",
34044            "description": "Bad named entity: reals without a semi-colon",
34045            "output": [
34046                [
34047                    "Character",
34048                    "&reals"
34049                ]
34050            ]
34051        },
34052        {
34053            "input": "&reals;",
34054            "description": "Named entity: reals; with a semi-colon",
34055            "output": [
34056                [
34057                    "Character",
34058                    "\u211d"
34059                ]
34060            ]
34061        },
34062        {
34063            "input": "&rect",
34064            "description": "Bad named entity: rect without a semi-colon",
34065            "output": [
34066                [
34067                    "Character",
34068                    "&rect"
34069                ]
34070            ]
34071        },
34072        {
34073            "input": "&rect;",
34074            "description": "Named entity: rect; with a semi-colon",
34075            "output": [
34076                [
34077                    "Character",
34078                    "\u25ad"
34079                ]
34080            ]
34081        },
34082        {
34083            "input": "&reg",
34084            "description": "Named entity: reg without a semi-colon",
34085            "output": [
34086                "ParseError",
34087                [
34088                    "Character",
34089                    "\u00ae"
34090                ]
34091            ]
34092        },
34093        {
34094            "input": "&reg;",
34095            "description": "Named entity: reg; with a semi-colon",
34096            "output": [
34097                [
34098                    "Character",
34099                    "\u00ae"
34100                ]
34101            ]
34102        },
34103        {
34104            "input": "&rfisht",
34105            "description": "Bad named entity: rfisht without a semi-colon",
34106            "output": [
34107                [
34108                    "Character",
34109                    "&rfisht"
34110                ]
34111            ]
34112        },
34113        {
34114            "input": "&rfisht;",
34115            "description": "Named entity: rfisht; with a semi-colon",
34116            "output": [
34117                [
34118                    "Character",
34119                    "\u297d"
34120                ]
34121            ]
34122        },
34123        {
34124            "input": "&rfloor",
34125            "description": "Bad named entity: rfloor without a semi-colon",
34126            "output": [
34127                [
34128                    "Character",
34129                    "&rfloor"
34130                ]
34131            ]
34132        },
34133        {
34134            "input": "&rfloor;",
34135            "description": "Named entity: rfloor; with a semi-colon",
34136            "output": [
34137                [
34138                    "Character",
34139                    "\u230b"
34140                ]
34141            ]
34142        },
34143        {
34144            "input": "&rfr",
34145            "description": "Bad named entity: rfr without a semi-colon",
34146            "output": [
34147                [
34148                    "Character",
34149                    "&rfr"
34150                ]
34151            ]
34152        },
34153        {
34154            "input": "&rfr;",
34155            "description": "Named entity: rfr; with a semi-colon",
34156            "output": [
34157                [
34158                    "Character",
34159                    "\ud835\udd2f"
34160                ]
34161            ]
34162        },
34163        {
34164            "input": "&rhard",
34165            "description": "Bad named entity: rhard without a semi-colon",
34166            "output": [
34167                [
34168                    "Character",
34169                    "&rhard"
34170                ]
34171            ]
34172        },
34173        {
34174            "input": "&rhard;",
34175            "description": "Named entity: rhard; with a semi-colon",
34176            "output": [
34177                [
34178                    "Character",
34179                    "\u21c1"
34180                ]
34181            ]
34182        },
34183        {
34184            "input": "&rharu",
34185            "description": "Bad named entity: rharu without a semi-colon",
34186            "output": [
34187                [
34188                    "Character",
34189                    "&rharu"
34190                ]
34191            ]
34192        },
34193        {
34194            "input": "&rharu;",
34195            "description": "Named entity: rharu; with a semi-colon",
34196            "output": [
34197                [
34198                    "Character",
34199                    "\u21c0"
34200                ]
34201            ]
34202        },
34203        {
34204            "input": "&rharul",
34205            "description": "Bad named entity: rharul without a semi-colon",
34206            "output": [
34207                [
34208                    "Character",
34209                    "&rharul"
34210                ]
34211            ]
34212        },
34213        {
34214            "input": "&rharul;",
34215            "description": "Named entity: rharul; with a semi-colon",
34216            "output": [
34217                [
34218                    "Character",
34219                    "\u296c"
34220                ]
34221            ]
34222        },
34223        {
34224            "input": "&rho",
34225            "description": "Bad named entity: rho without a semi-colon",
34226            "output": [
34227                [
34228                    "Character",
34229                    "&rho"
34230                ]
34231            ]
34232        },
34233        {
34234            "input": "&rho;",
34235            "description": "Named entity: rho; with a semi-colon",
34236            "output": [
34237                [
34238                    "Character",
34239                    "\u03c1"
34240                ]
34241            ]
34242        },
34243        {
34244            "input": "&rhov",
34245            "description": "Bad named entity: rhov without a semi-colon",
34246            "output": [
34247                [
34248                    "Character",
34249                    "&rhov"
34250                ]
34251            ]
34252        },
34253        {
34254            "input": "&rhov;",
34255            "description": "Named entity: rhov; with a semi-colon",
34256            "output": [
34257                [
34258                    "Character",
34259                    "\u03f1"
34260                ]
34261            ]
34262        },
34263        {
34264            "input": "&rightarrow",
34265            "description": "Bad named entity: rightarrow without a semi-colon",
34266            "output": [
34267                [
34268                    "Character",
34269                    "&rightarrow"
34270                ]
34271            ]
34272        },
34273        {
34274            "input": "&rightarrow;",
34275            "description": "Named entity: rightarrow; with a semi-colon",
34276            "output": [
34277                [
34278                    "Character",
34279                    "\u2192"
34280                ]
34281            ]
34282        },
34283        {
34284            "input": "&rightarrowtail",
34285            "description": "Bad named entity: rightarrowtail without a semi-colon",
34286            "output": [
34287                [
34288                    "Character",
34289                    "&rightarrowtail"
34290                ]
34291            ]
34292        },
34293        {
34294            "input": "&rightarrowtail;",
34295            "description": "Named entity: rightarrowtail; with a semi-colon",
34296            "output": [
34297                [
34298                    "Character",
34299                    "\u21a3"
34300                ]
34301            ]
34302        },
34303        {
34304            "input": "&rightharpoondown",
34305            "description": "Bad named entity: rightharpoondown without a semi-colon",
34306            "output": [
34307                [
34308                    "Character",
34309                    "&rightharpoondown"
34310                ]
34311            ]
34312        },
34313        {
34314            "input": "&rightharpoondown;",
34315            "description": "Named entity: rightharpoondown; with a semi-colon",
34316            "output": [
34317                [
34318                    "Character",
34319                    "\u21c1"
34320                ]
34321            ]
34322        },
34323        {
34324            "input": "&rightharpoonup",
34325            "description": "Bad named entity: rightharpoonup without a semi-colon",
34326            "output": [
34327                [
34328                    "Character",
34329                    "&rightharpoonup"
34330                ]
34331            ]
34332        },
34333        {
34334            "input": "&rightharpoonup;",
34335            "description": "Named entity: rightharpoonup; with a semi-colon",
34336            "output": [
34337                [
34338                    "Character",
34339                    "\u21c0"
34340                ]
34341            ]
34342        },
34343        {
34344            "input": "&rightleftarrows",
34345            "description": "Bad named entity: rightleftarrows without a semi-colon",
34346            "output": [
34347                [
34348                    "Character",
34349                    "&rightleftarrows"
34350                ]
34351            ]
34352        },
34353        {
34354            "input": "&rightleftarrows;",
34355            "description": "Named entity: rightleftarrows; with a semi-colon",
34356            "output": [
34357                [
34358                    "Character",
34359                    "\u21c4"
34360                ]
34361            ]
34362        },
34363        {
34364            "input": "&rightleftharpoons",
34365            "description": "Bad named entity: rightleftharpoons without a semi-colon",
34366            "output": [
34367                [
34368                    "Character",
34369                    "&rightleftharpoons"
34370                ]
34371            ]
34372        },
34373        {
34374            "input": "&rightleftharpoons;",
34375            "description": "Named entity: rightleftharpoons; with a semi-colon",
34376            "output": [
34377                [
34378                    "Character",
34379                    "\u21cc"
34380                ]
34381            ]
34382        },
34383        {
34384            "input": "&rightrightarrows",
34385            "description": "Bad named entity: rightrightarrows without a semi-colon",
34386            "output": [
34387                [
34388                    "Character",
34389                    "&rightrightarrows"
34390                ]
34391            ]
34392        },
34393        {
34394            "input": "&rightrightarrows;",
34395            "description": "Named entity: rightrightarrows; with a semi-colon",
34396            "output": [
34397                [
34398                    "Character",
34399                    "\u21c9"
34400                ]
34401            ]
34402        },
34403        {
34404            "input": "&rightsquigarrow",
34405            "description": "Bad named entity: rightsquigarrow without a semi-colon",
34406            "output": [
34407                [
34408                    "Character",
34409                    "&rightsquigarrow"
34410                ]
34411            ]
34412        },
34413        {
34414            "input": "&rightsquigarrow;",
34415            "description": "Named entity: rightsquigarrow; with a semi-colon",
34416            "output": [
34417                [
34418                    "Character",
34419                    "\u219d"
34420                ]
34421            ]
34422        },
34423        {
34424            "input": "&rightthreetimes",
34425            "description": "Bad named entity: rightthreetimes without a semi-colon",
34426            "output": [
34427                [
34428                    "Character",
34429                    "&rightthreetimes"
34430                ]
34431            ]
34432        },
34433        {
34434            "input": "&rightthreetimes;",
34435            "description": "Named entity: rightthreetimes; with a semi-colon",
34436            "output": [
34437                [
34438                    "Character",
34439                    "\u22cc"
34440                ]
34441            ]
34442        },
34443        {
34444            "input": "&ring",
34445            "description": "Bad named entity: ring without a semi-colon",
34446            "output": [
34447                [
34448                    "Character",
34449                    "&ring"
34450                ]
34451            ]
34452        },
34453        {
34454            "input": "&ring;",
34455            "description": "Named entity: ring; with a semi-colon",
34456            "output": [
34457                [
34458                    "Character",
34459                    "\u02da"
34460                ]
34461            ]
34462        },
34463        {
34464            "input": "&risingdotseq",
34465            "description": "Bad named entity: risingdotseq without a semi-colon",
34466            "output": [
34467                [
34468                    "Character",
34469                    "&risingdotseq"
34470                ]
34471            ]
34472        },
34473        {
34474            "input": "&risingdotseq;",
34475            "description": "Named entity: risingdotseq; with a semi-colon",
34476            "output": [
34477                [
34478                    "Character",
34479                    "\u2253"
34480                ]
34481            ]
34482        },
34483        {
34484            "input": "&rlarr",
34485            "description": "Bad named entity: rlarr without a semi-colon",
34486            "output": [
34487                [
34488                    "Character",
34489                    "&rlarr"
34490                ]
34491            ]
34492        },
34493        {
34494            "input": "&rlarr;",
34495            "description": "Named entity: rlarr; with a semi-colon",
34496            "output": [
34497                [
34498                    "Character",
34499                    "\u21c4"
34500                ]
34501            ]
34502        },
34503        {
34504            "input": "&rlhar",
34505            "description": "Bad named entity: rlhar without a semi-colon",
34506            "output": [
34507                [
34508                    "Character",
34509                    "&rlhar"
34510                ]
34511            ]
34512        },
34513        {
34514            "input": "&rlhar;",
34515            "description": "Named entity: rlhar; with a semi-colon",
34516            "output": [
34517                [
34518                    "Character",
34519                    "\u21cc"
34520                ]
34521            ]
34522        },
34523        {
34524            "input": "&rlm",
34525            "description": "Bad named entity: rlm without a semi-colon",
34526            "output": [
34527                [
34528                    "Character",
34529                    "&rlm"
34530                ]
34531            ]
34532        },
34533        {
34534            "input": "&rlm;",
34535            "description": "Named entity: rlm; with a semi-colon",
34536            "output": [
34537                [
34538                    "Character",
34539                    "\u200f"
34540                ]
34541            ]
34542        },
34543        {
34544            "input": "&rmoust",
34545            "description": "Bad named entity: rmoust without a semi-colon",
34546            "output": [
34547                [
34548                    "Character",
34549                    "&rmoust"
34550                ]
34551            ]
34552        },
34553        {
34554            "input": "&rmoust;",
34555            "description": "Named entity: rmoust; with a semi-colon",
34556            "output": [
34557                [
34558                    "Character",
34559                    "\u23b1"
34560                ]
34561            ]
34562        },
34563        {
34564            "input": "&rmoustache",
34565            "description": "Bad named entity: rmoustache without a semi-colon",
34566            "output": [
34567                [
34568                    "Character",
34569                    "&rmoustache"
34570                ]
34571            ]
34572        },
34573        {
34574            "input": "&rmoustache;",
34575            "description": "Named entity: rmoustache; with a semi-colon",
34576            "output": [
34577                [
34578                    "Character",
34579                    "\u23b1"
34580                ]
34581            ]
34582        },
34583        {
34584            "input": "&rnmid",
34585            "description": "Bad named entity: rnmid without a semi-colon",
34586            "output": [
34587                [
34588                    "Character",
34589                    "&rnmid"
34590                ]
34591            ]
34592        },
34593        {
34594            "input": "&rnmid;",
34595            "description": "Named entity: rnmid; with a semi-colon",
34596            "output": [
34597                [
34598                    "Character",
34599                    "\u2aee"
34600                ]
34601            ]
34602        },
34603        {
34604            "input": "&roang",
34605            "description": "Bad named entity: roang without a semi-colon",
34606            "output": [
34607                [
34608                    "Character",
34609                    "&roang"
34610                ]
34611            ]
34612        },
34613        {
34614            "input": "&roang;",
34615            "description": "Named entity: roang; with a semi-colon",
34616            "output": [
34617                [
34618                    "Character",
34619                    "\u27ed"
34620                ]
34621            ]
34622        },
34623        {
34624            "input": "&roarr",
34625            "description": "Bad named entity: roarr without a semi-colon",
34626            "output": [
34627                [
34628                    "Character",
34629                    "&roarr"
34630                ]
34631            ]
34632        },
34633        {
34634            "input": "&roarr;",
34635            "description": "Named entity: roarr; with a semi-colon",
34636            "output": [
34637                [
34638                    "Character",
34639                    "\u21fe"
34640                ]
34641            ]
34642        },
34643        {
34644            "input": "&robrk",
34645            "description": "Bad named entity: robrk without a semi-colon",
34646            "output": [
34647                [
34648                    "Character",
34649                    "&robrk"
34650                ]
34651            ]
34652        },
34653        {
34654            "input": "&robrk;",
34655            "description": "Named entity: robrk; with a semi-colon",
34656            "output": [
34657                [
34658                    "Character",
34659                    "\u27e7"
34660                ]
34661            ]
34662        },
34663        {
34664            "input": "&ropar",
34665            "description": "Bad named entity: ropar without a semi-colon",
34666            "output": [
34667                [
34668                    "Character",
34669                    "&ropar"
34670                ]
34671            ]
34672        },
34673        {
34674            "input": "&ropar;",
34675            "description": "Named entity: ropar; with a semi-colon",
34676            "output": [
34677                [
34678                    "Character",
34679                    "\u2986"
34680                ]
34681            ]
34682        },
34683        {
34684            "input": "&ropf",
34685            "description": "Bad named entity: ropf without a semi-colon",
34686            "output": [
34687                [
34688                    "Character",
34689                    "&ropf"
34690                ]
34691            ]
34692        },
34693        {
34694            "input": "&ropf;",
34695            "description": "Named entity: ropf; with a semi-colon",
34696            "output": [
34697                [
34698                    "Character",
34699                    "\ud835\udd63"
34700                ]
34701            ]
34702        },
34703        {
34704            "input": "&roplus",
34705            "description": "Bad named entity: roplus without a semi-colon",
34706            "output": [
34707                [
34708                    "Character",
34709                    "&roplus"
34710                ]
34711            ]
34712        },
34713        {
34714            "input": "&roplus;",
34715            "description": "Named entity: roplus; with a semi-colon",
34716            "output": [
34717                [
34718                    "Character",
34719                    "\u2a2e"
34720                ]
34721            ]
34722        },
34723        {
34724            "input": "&rotimes",
34725            "description": "Bad named entity: rotimes without a semi-colon",
34726            "output": [
34727                [
34728                    "Character",
34729                    "&rotimes"
34730                ]
34731            ]
34732        },
34733        {
34734            "input": "&rotimes;",
34735            "description": "Named entity: rotimes; with a semi-colon",
34736            "output": [
34737                [
34738                    "Character",
34739                    "\u2a35"
34740                ]
34741            ]
34742        },
34743        {
34744            "input": "&rpar",
34745            "description": "Bad named entity: rpar without a semi-colon",
34746            "output": [
34747                [
34748                    "Character",
34749                    "&rpar"
34750                ]
34751            ]
34752        },
34753        {
34754            "input": "&rpar;",
34755            "description": "Named entity: rpar; with a semi-colon",
34756            "output": [
34757                [
34758                    "Character",
34759                    ")"
34760                ]
34761            ]
34762        },
34763        {
34764            "input": "&rpargt",
34765            "description": "Bad named entity: rpargt without a semi-colon",
34766            "output": [
34767                [
34768                    "Character",
34769                    "&rpargt"
34770                ]
34771            ]
34772        },
34773        {
34774            "input": "&rpargt;",
34775            "description": "Named entity: rpargt; with a semi-colon",
34776            "output": [
34777                [
34778                    "Character",
34779                    "\u2994"
34780                ]
34781            ]
34782        },
34783        {
34784            "input": "&rppolint",
34785            "description": "Bad named entity: rppolint without a semi-colon",
34786            "output": [
34787                [
34788                    "Character",
34789                    "&rppolint"
34790                ]
34791            ]
34792        },
34793        {
34794            "input": "&rppolint;",
34795            "description": "Named entity: rppolint; with a semi-colon",
34796            "output": [
34797                [
34798                    "Character",
34799                    "\u2a12"
34800                ]
34801            ]
34802        },
34803        {
34804            "input": "&rrarr",
34805            "description": "Bad named entity: rrarr without a semi-colon",
34806            "output": [
34807                [
34808                    "Character",
34809                    "&rrarr"
34810                ]
34811            ]
34812        },
34813        {
34814            "input": "&rrarr;",
34815            "description": "Named entity: rrarr; with a semi-colon",
34816            "output": [
34817                [
34818                    "Character",
34819                    "\u21c9"
34820                ]
34821            ]
34822        },
34823        {
34824            "input": "&rsaquo",
34825            "description": "Bad named entity: rsaquo without a semi-colon",
34826            "output": [
34827                [
34828                    "Character",
34829                    "&rsaquo"
34830                ]
34831            ]
34832        },
34833        {
34834            "input": "&rsaquo;",
34835            "description": "Named entity: rsaquo; with a semi-colon",
34836            "output": [
34837                [
34838                    "Character",
34839                    "\u203a"
34840                ]
34841            ]
34842        },
34843        {
34844            "input": "&rscr",
34845            "description": "Bad named entity: rscr without a semi-colon",
34846            "output": [
34847                [
34848                    "Character",
34849                    "&rscr"
34850                ]
34851            ]
34852        },
34853        {
34854            "input": "&rscr;",
34855            "description": "Named entity: rscr; with a semi-colon",
34856            "output": [
34857                [
34858                    "Character",
34859                    "\ud835\udcc7"
34860                ]
34861            ]
34862        },
34863        {
34864            "input": "&rsh",
34865            "description": "Bad named entity: rsh without a semi-colon",
34866            "output": [
34867                [
34868                    "Character",
34869                    "&rsh"
34870                ]
34871            ]
34872        },
34873        {
34874            "input": "&rsh;",
34875            "description": "Named entity: rsh; with a semi-colon",
34876            "output": [
34877                [
34878                    "Character",
34879                    "\u21b1"
34880                ]
34881            ]
34882        },
34883        {
34884            "input": "&rsqb",
34885            "description": "Bad named entity: rsqb without a semi-colon",
34886            "output": [
34887                [
34888                    "Character",
34889                    "&rsqb"
34890                ]
34891            ]
34892        },
34893        {
34894            "input": "&rsqb;",
34895            "description": "Named entity: rsqb; with a semi-colon",
34896            "output": [
34897                [
34898                    "Character",
34899                    "]"
34900                ]
34901            ]
34902        },
34903        {
34904            "input": "&rsquo",
34905            "description": "Bad named entity: rsquo without a semi-colon",
34906            "output": [
34907                [
34908                    "Character",
34909                    "&rsquo"
34910                ]
34911            ]
34912        },
34913        {
34914            "input": "&rsquo;",
34915            "description": "Named entity: rsquo; with a semi-colon",
34916            "output": [
34917                [
34918                    "Character",
34919                    "\u2019"
34920                ]
34921            ]
34922        },
34923        {
34924            "input": "&rsquor",
34925            "description": "Bad named entity: rsquor without a semi-colon",
34926            "output": [
34927                [
34928                    "Character",
34929                    "&rsquor"
34930                ]
34931            ]
34932        },
34933        {
34934            "input": "&rsquor;",
34935            "description": "Named entity: rsquor; with a semi-colon",
34936            "output": [
34937                [
34938                    "Character",
34939                    "\u2019"
34940                ]
34941            ]
34942        },
34943        {
34944            "input": "&rthree",
34945            "description": "Bad named entity: rthree without a semi-colon",
34946            "output": [
34947                [
34948                    "Character",
34949                    "&rthree"
34950                ]
34951            ]
34952        },
34953        {
34954            "input": "&rthree;",
34955            "description": "Named entity: rthree; with a semi-colon",
34956            "output": [
34957                [
34958                    "Character",
34959                    "\u22cc"
34960                ]
34961            ]
34962        },
34963        {
34964            "input": "&rtimes",
34965            "description": "Bad named entity: rtimes without a semi-colon",
34966            "output": [
34967                [
34968                    "Character",
34969                    "&rtimes"
34970                ]
34971            ]
34972        },
34973        {
34974            "input": "&rtimes;",
34975            "description": "Named entity: rtimes; with a semi-colon",
34976            "output": [
34977                [
34978                    "Character",
34979                    "\u22ca"
34980                ]
34981            ]
34982        },
34983        {
34984            "input": "&rtri",
34985            "description": "Bad named entity: rtri without a semi-colon",
34986            "output": [
34987                [
34988                    "Character",
34989                    "&rtri"
34990                ]
34991            ]
34992        },
34993        {
34994            "input": "&rtri;",
34995            "description": "Named entity: rtri; with a semi-colon",
34996            "output": [
34997                [
34998                    "Character",
34999                    "\u25b9"
35000                ]
35001            ]
35002        },
35003        {
35004            "input": "&rtrie",
35005            "description": "Bad named entity: rtrie without a semi-colon",
35006            "output": [
35007                [
35008                    "Character",
35009                    "&rtrie"
35010                ]
35011            ]
35012        },
35013        {
35014            "input": "&rtrie;",
35015            "description": "Named entity: rtrie; with a semi-colon",
35016            "output": [
35017                [
35018                    "Character",
35019                    "\u22b5"
35020                ]
35021            ]
35022        },
35023        {
35024            "input": "&rtrif",
35025            "description": "Bad named entity: rtrif without a semi-colon",
35026            "output": [
35027                [
35028                    "Character",
35029                    "&rtrif"
35030                ]
35031            ]
35032        },
35033        {
35034            "input": "&rtrif;",
35035            "description": "Named entity: rtrif; with a semi-colon",
35036            "output": [
35037                [
35038                    "Character",
35039                    "\u25b8"
35040                ]
35041            ]
35042        },
35043        {
35044            "input": "&rtriltri",
35045            "description": "Bad named entity: rtriltri without a semi-colon",
35046            "output": [
35047                [
35048                    "Character",
35049                    "&rtriltri"
35050                ]
35051            ]
35052        },
35053        {
35054            "input": "&rtriltri;",
35055            "description": "Named entity: rtriltri; with a semi-colon",
35056            "output": [
35057                [
35058                    "Character",
35059                    "\u29ce"
35060                ]
35061            ]
35062        },
35063        {
35064            "input": "&ruluhar",
35065            "description": "Bad named entity: ruluhar without a semi-colon",
35066            "output": [
35067                [
35068                    "Character",
35069                    "&ruluhar"
35070                ]
35071            ]
35072        },
35073        {
35074            "input": "&ruluhar;",
35075            "description": "Named entity: ruluhar; with a semi-colon",
35076            "output": [
35077                [
35078                    "Character",
35079                    "\u2968"
35080                ]
35081            ]
35082        },
35083        {
35084            "input": "&rx",
35085            "description": "Bad named entity: rx without a semi-colon",
35086            "output": [
35087                [
35088                    "Character",
35089                    "&rx"
35090                ]
35091            ]
35092        },
35093        {
35094            "input": "&rx;",
35095            "description": "Named entity: rx; with a semi-colon",
35096            "output": [
35097                [
35098                    "Character",
35099                    "\u211e"
35100                ]
35101            ]
35102        },
35103        {
35104            "input": "&sacute",
35105            "description": "Bad named entity: sacute without a semi-colon",
35106            "output": [
35107                [
35108                    "Character",
35109                    "&sacute"
35110                ]
35111            ]
35112        },
35113        {
35114            "input": "&sacute;",
35115            "description": "Named entity: sacute; with a semi-colon",
35116            "output": [
35117                [
35118                    "Character",
35119                    "\u015b"
35120                ]
35121            ]
35122        },
35123        {
35124            "input": "&sbquo",
35125            "description": "Bad named entity: sbquo without a semi-colon",
35126            "output": [
35127                [
35128                    "Character",
35129                    "&sbquo"
35130                ]
35131            ]
35132        },
35133        {
35134            "input": "&sbquo;",
35135            "description": "Named entity: sbquo; with a semi-colon",
35136            "output": [
35137                [
35138                    "Character",
35139                    "\u201a"
35140                ]
35141            ]
35142        },
35143        {
35144            "input": "&sc",
35145            "description": "Bad named entity: sc without a semi-colon",
35146            "output": [
35147                [
35148                    "Character",
35149                    "&sc"
35150                ]
35151            ]
35152        },
35153        {
35154            "input": "&sc;",
35155            "description": "Named entity: sc; with a semi-colon",
35156            "output": [
35157                [
35158                    "Character",
35159                    "\u227b"
35160                ]
35161            ]
35162        },
35163        {
35164            "input": "&scE",
35165            "description": "Bad named entity: scE without a semi-colon",
35166            "output": [
35167                [
35168                    "Character",
35169                    "&scE"
35170                ]
35171            ]
35172        },
35173        {
35174            "input": "&scE;",
35175            "description": "Named entity: scE; with a semi-colon",
35176            "output": [
35177                [
35178                    "Character",
35179                    "\u2ab4"
35180                ]
35181            ]
35182        },
35183        {
35184            "input": "&scap",
35185            "description": "Bad named entity: scap without a semi-colon",
35186            "output": [
35187                [
35188                    "Character",
35189                    "&scap"
35190                ]
35191            ]
35192        },
35193        {
35194            "input": "&scap;",
35195            "description": "Named entity: scap; with a semi-colon",
35196            "output": [
35197                [
35198                    "Character",
35199                    "\u2ab8"
35200                ]
35201            ]
35202        },
35203        {
35204            "input": "&scaron",
35205            "description": "Bad named entity: scaron without a semi-colon",
35206            "output": [
35207                [
35208                    "Character",
35209                    "&scaron"
35210                ]
35211            ]
35212        },
35213        {
35214            "input": "&scaron;",
35215            "description": "Named entity: scaron; with a semi-colon",
35216            "output": [
35217                [
35218                    "Character",
35219                    "\u0161"
35220                ]
35221            ]
35222        },
35223        {
35224            "input": "&sccue",
35225            "description": "Bad named entity: sccue without a semi-colon",
35226            "output": [
35227                [
35228                    "Character",
35229                    "&sccue"
35230                ]
35231            ]
35232        },
35233        {
35234            "input": "&sccue;",
35235            "description": "Named entity: sccue; with a semi-colon",
35236            "output": [
35237                [
35238                    "Character",
35239                    "\u227d"
35240                ]
35241            ]
35242        },
35243        {
35244            "input": "&sce",
35245            "description": "Bad named entity: sce without a semi-colon",
35246            "output": [
35247                [
35248                    "Character",
35249                    "&sce"
35250                ]
35251            ]
35252        },
35253        {
35254            "input": "&sce;",
35255            "description": "Named entity: sce; with a semi-colon",
35256            "output": [
35257                [
35258                    "Character",
35259                    "\u2ab0"
35260                ]
35261            ]
35262        },
35263        {
35264            "input": "&scedil",
35265            "description": "Bad named entity: scedil without a semi-colon",
35266            "output": [
35267                [
35268                    "Character",
35269                    "&scedil"
35270                ]
35271            ]
35272        },
35273        {
35274            "input": "&scedil;",
35275            "description": "Named entity: scedil; with a semi-colon",
35276            "output": [
35277                [
35278                    "Character",
35279                    "\u015f"
35280                ]
35281            ]
35282        },
35283        {
35284            "input": "&scirc",
35285            "description": "Bad named entity: scirc without a semi-colon",
35286            "output": [
35287                [
35288                    "Character",
35289                    "&scirc"
35290                ]
35291            ]
35292        },
35293        {
35294            "input": "&scirc;",
35295            "description": "Named entity: scirc; with a semi-colon",
35296            "output": [
35297                [
35298                    "Character",
35299                    "\u015d"
35300                ]
35301            ]
35302        },
35303        {
35304            "input": "&scnE",
35305            "description": "Bad named entity: scnE without a semi-colon",
35306            "output": [
35307                [
35308                    "Character",
35309                    "&scnE"
35310                ]
35311            ]
35312        },
35313        {
35314            "input": "&scnE;",
35315            "description": "Named entity: scnE; with a semi-colon",
35316            "output": [
35317                [
35318                    "Character",
35319                    "\u2ab6"
35320                ]
35321            ]
35322        },
35323        {
35324            "input": "&scnap",
35325            "description": "Bad named entity: scnap without a semi-colon",
35326            "output": [
35327                [
35328                    "Character",
35329                    "&scnap"
35330                ]
35331            ]
35332        },
35333        {
35334            "input": "&scnap;",
35335            "description": "Named entity: scnap; with a semi-colon",
35336            "output": [
35337                [
35338                    "Character",
35339                    "\u2aba"
35340                ]
35341            ]
35342        },
35343        {
35344            "input": "&scnsim",
35345            "description": "Bad named entity: scnsim without a semi-colon",
35346            "output": [
35347                [
35348                    "Character",
35349                    "&scnsim"
35350                ]
35351            ]
35352        },
35353        {
35354            "input": "&scnsim;",
35355            "description": "Named entity: scnsim; with a semi-colon",
35356            "output": [
35357                [
35358                    "Character",
35359                    "\u22e9"
35360                ]
35361            ]
35362        },
35363        {
35364            "input": "&scpolint",
35365            "description": "Bad named entity: scpolint without a semi-colon",
35366            "output": [
35367                [
35368                    "Character",
35369                    "&scpolint"
35370                ]
35371            ]
35372        },
35373        {
35374            "input": "&scpolint;",
35375            "description": "Named entity: scpolint; with a semi-colon",
35376            "output": [
35377                [
35378                    "Character",
35379                    "\u2a13"
35380                ]
35381            ]
35382        },
35383        {
35384            "input": "&scsim",
35385            "description": "Bad named entity: scsim without a semi-colon",
35386            "output": [
35387                [
35388                    "Character",
35389                    "&scsim"
35390                ]
35391            ]
35392        },
35393        {
35394            "input": "&scsim;",
35395            "description": "Named entity: scsim; with a semi-colon",
35396            "output": [
35397                [
35398                    "Character",
35399                    "\u227f"
35400                ]
35401            ]
35402        },
35403        {
35404            "input": "&scy",
35405            "description": "Bad named entity: scy without a semi-colon",
35406            "output": [
35407                [
35408                    "Character",
35409                    "&scy"
35410                ]
35411            ]
35412        },
35413        {
35414            "input": "&scy;",
35415            "description": "Named entity: scy; with a semi-colon",
35416            "output": [
35417                [
35418                    "Character",
35419                    "\u0441"
35420                ]
35421            ]
35422        },
35423        {
35424            "input": "&sdot",
35425            "description": "Bad named entity: sdot without a semi-colon",
35426            "output": [
35427                [
35428                    "Character",
35429                    "&sdot"
35430                ]
35431            ]
35432        },
35433        {
35434            "input": "&sdot;",
35435            "description": "Named entity: sdot; with a semi-colon",
35436            "output": [
35437                [
35438                    "Character",
35439                    "\u22c5"
35440                ]
35441            ]
35442        },
35443        {
35444            "input": "&sdotb",
35445            "description": "Bad named entity: sdotb without a semi-colon",
35446            "output": [
35447                [
35448                    "Character",
35449                    "&sdotb"
35450                ]
35451            ]
35452        },
35453        {
35454            "input": "&sdotb;",
35455            "description": "Named entity: sdotb; with a semi-colon",
35456            "output": [
35457                [
35458                    "Character",
35459                    "\u22a1"
35460                ]
35461            ]
35462        },
35463        {
35464            "input": "&sdote",
35465            "description": "Bad named entity: sdote without a semi-colon",
35466            "output": [
35467                [
35468                    "Character",
35469                    "&sdote"
35470                ]
35471            ]
35472        },
35473        {
35474            "input": "&sdote;",
35475            "description": "Named entity: sdote; with a semi-colon",
35476            "output": [
35477                [
35478                    "Character",
35479                    "\u2a66"
35480                ]
35481            ]
35482        },
35483        {
35484            "input": "&seArr",
35485            "description": "Bad named entity: seArr without a semi-colon",
35486            "output": [
35487                [
35488                    "Character",
35489                    "&seArr"
35490                ]
35491            ]
35492        },
35493        {
35494            "input": "&seArr;",
35495            "description": "Named entity: seArr; with a semi-colon",
35496            "output": [
35497                [
35498                    "Character",
35499                    "\u21d8"
35500                ]
35501            ]
35502        },
35503        {
35504            "input": "&searhk",
35505            "description": "Bad named entity: searhk without a semi-colon",
35506            "output": [
35507                [
35508                    "Character",
35509                    "&searhk"
35510                ]
35511            ]
35512        },
35513        {
35514            "input": "&searhk;",
35515            "description": "Named entity: searhk; with a semi-colon",
35516            "output": [
35517                [
35518                    "Character",
35519                    "\u2925"
35520                ]
35521            ]
35522        },
35523        {
35524            "input": "&searr",
35525            "description": "Bad named entity: searr without a semi-colon",
35526            "output": [
35527                [
35528                    "Character",
35529                    "&searr"
35530                ]
35531            ]
35532        },
35533        {
35534            "input": "&searr;",
35535            "description": "Named entity: searr; with a semi-colon",
35536            "output": [
35537                [
35538                    "Character",
35539                    "\u2198"
35540                ]
35541            ]
35542        },
35543        {
35544            "input": "&searrow",
35545            "description": "Bad named entity: searrow without a semi-colon",
35546            "output": [
35547                [
35548                    "Character",
35549                    "&searrow"
35550                ]
35551            ]
35552        },
35553        {
35554            "input": "&searrow;",
35555            "description": "Named entity: searrow; with a semi-colon",
35556            "output": [
35557                [
35558                    "Character",
35559                    "\u2198"
35560                ]
35561            ]
35562        },
35563        {
35564            "input": "&sect",
35565            "description": "Named entity: sect without a semi-colon",
35566            "output": [
35567                "ParseError",
35568                [
35569                    "Character",
35570                    "\u00a7"
35571                ]
35572            ]
35573        },
35574        {
35575            "input": "&sect;",
35576            "description": "Named entity: sect; with a semi-colon",
35577            "output": [
35578                [
35579                    "Character",
35580                    "\u00a7"
35581                ]
35582            ]
35583        },
35584        {
35585            "input": "&semi",
35586            "description": "Bad named entity: semi without a semi-colon",
35587            "output": [
35588                [
35589                    "Character",
35590                    "&semi"
35591                ]
35592            ]
35593        },
35594        {
35595            "input": "&semi;",
35596            "description": "Named entity: semi; with a semi-colon",
35597            "output": [
35598                [
35599                    "Character",
35600                    ";"
35601                ]
35602            ]
35603        },
35604        {
35605            "input": "&seswar",
35606            "description": "Bad named entity: seswar without a semi-colon",
35607            "output": [
35608                [
35609                    "Character",
35610                    "&seswar"
35611                ]
35612            ]
35613        },
35614        {
35615            "input": "&seswar;",
35616            "description": "Named entity: seswar; with a semi-colon",
35617            "output": [
35618                [
35619                    "Character",
35620                    "\u2929"
35621                ]
35622            ]
35623        },
35624        {
35625            "input": "&setminus",
35626            "description": "Bad named entity: setminus without a semi-colon",
35627            "output": [
35628                [
35629                    "Character",
35630                    "&setminus"
35631                ]
35632            ]
35633        },
35634        {
35635            "input": "&setminus;",
35636            "description": "Named entity: setminus; with a semi-colon",
35637            "output": [
35638                [
35639                    "Character",
35640                    "\u2216"
35641                ]
35642            ]
35643        },
35644        {
35645            "input": "&setmn",
35646            "description": "Bad named entity: setmn without a semi-colon",
35647            "output": [
35648                [
35649                    "Character",
35650                    "&setmn"
35651                ]
35652            ]
35653        },
35654        {
35655            "input": "&setmn;",
35656            "description": "Named entity: setmn; with a semi-colon",
35657            "output": [
35658                [
35659                    "Character",
35660                    "\u2216"
35661                ]
35662            ]
35663        },
35664        {
35665            "input": "&sext",
35666            "description": "Bad named entity: sext without a semi-colon",
35667            "output": [
35668                [
35669                    "Character",
35670                    "&sext"
35671                ]
35672            ]
35673        },
35674        {
35675            "input": "&sext;",
35676            "description": "Named entity: sext; with a semi-colon",
35677            "output": [
35678                [
35679                    "Character",
35680                    "\u2736"
35681                ]
35682            ]
35683        },
35684        {
35685            "input": "&sfr",
35686            "description": "Bad named entity: sfr without a semi-colon",
35687            "output": [
35688                [
35689                    "Character",
35690                    "&sfr"
35691                ]
35692            ]
35693        },
35694        {
35695            "input": "&sfr;",
35696            "description": "Named entity: sfr; with a semi-colon",
35697            "output": [
35698                [
35699                    "Character",
35700                    "\ud835\udd30"
35701                ]
35702            ]
35703        },
35704        {
35705            "input": "&sfrown",
35706            "description": "Bad named entity: sfrown without a semi-colon",
35707            "output": [
35708                [
35709                    "Character",
35710                    "&sfrown"
35711                ]
35712            ]
35713        },
35714        {
35715            "input": "&sfrown;",
35716            "description": "Named entity: sfrown; with a semi-colon",
35717            "output": [
35718                [
35719                    "Character",
35720                    "\u2322"
35721                ]
35722            ]
35723        },
35724        {
35725            "input": "&sharp",
35726            "description": "Bad named entity: sharp without a semi-colon",
35727            "output": [
35728                [
35729                    "Character",
35730                    "&sharp"
35731                ]
35732            ]
35733        },
35734        {
35735            "input": "&sharp;",
35736            "description": "Named entity: sharp; with a semi-colon",
35737            "output": [
35738                [
35739                    "Character",
35740                    "\u266f"
35741                ]
35742            ]
35743        },
35744        {
35745            "input": "&shchcy",
35746            "description": "Bad named entity: shchcy without a semi-colon",
35747            "output": [
35748                [
35749                    "Character",
35750                    "&shchcy"
35751                ]
35752            ]
35753        },
35754        {
35755            "input": "&shchcy;",
35756            "description": "Named entity: shchcy; with a semi-colon",
35757            "output": [
35758                [
35759                    "Character",
35760                    "\u0449"
35761                ]
35762            ]
35763        },
35764        {
35765            "input": "&shcy",
35766            "description": "Bad named entity: shcy without a semi-colon",
35767            "output": [
35768                [
35769                    "Character",
35770                    "&shcy"
35771                ]
35772            ]
35773        },
35774        {
35775            "input": "&shcy;",
35776            "description": "Named entity: shcy; with a semi-colon",
35777            "output": [
35778                [
35779                    "Character",
35780                    "\u0448"
35781                ]
35782            ]
35783        },
35784        {
35785            "input": "&shortmid",
35786            "description": "Bad named entity: shortmid without a semi-colon",
35787            "output": [
35788                [
35789                    "Character",
35790                    "&shortmid"
35791                ]
35792            ]
35793        },
35794        {
35795            "input": "&shortmid;",
35796            "description": "Named entity: shortmid; with a semi-colon",
35797            "output": [
35798                [
35799                    "Character",
35800                    "\u2223"
35801                ]
35802            ]
35803        },
35804        {
35805            "input": "&shortparallel",
35806            "description": "Bad named entity: shortparallel without a semi-colon",
35807            "output": [
35808                [
35809                    "Character",
35810                    "&shortparallel"
35811                ]
35812            ]
35813        },
35814        {
35815            "input": "&shortparallel;",
35816            "description": "Named entity: shortparallel; with a semi-colon",
35817            "output": [
35818                [
35819                    "Character",
35820                    "\u2225"
35821                ]
35822            ]
35823        },
35824        {
35825            "input": "&shy",
35826            "description": "Named entity: shy without a semi-colon",
35827            "output": [
35828                "ParseError",
35829                [
35830                    "Character",
35831                    "\u00ad"
35832                ]
35833            ]
35834        },
35835        {
35836            "input": "&shy;",
35837            "description": "Named entity: shy; with a semi-colon",
35838            "output": [
35839                [
35840                    "Character",
35841                    "\u00ad"
35842                ]
35843            ]
35844        },
35845        {
35846            "input": "&sigma",
35847            "description": "Bad named entity: sigma without a semi-colon",
35848            "output": [
35849                [
35850                    "Character",
35851                    "&sigma"
35852                ]
35853            ]
35854        },
35855        {
35856            "input": "&sigma;",
35857            "description": "Named entity: sigma; with a semi-colon",
35858            "output": [
35859                [
35860                    "Character",
35861                    "\u03c3"
35862                ]
35863            ]
35864        },
35865        {
35866            "input": "&sigmaf",
35867            "description": "Bad named entity: sigmaf without a semi-colon",
35868            "output": [
35869                [
35870                    "Character",
35871                    "&sigmaf"
35872                ]
35873            ]
35874        },
35875        {
35876            "input": "&sigmaf;",
35877            "description": "Named entity: sigmaf; with a semi-colon",
35878            "output": [
35879                [
35880                    "Character",
35881                    "\u03c2"
35882                ]
35883            ]
35884        },
35885        {
35886            "input": "&sigmav",
35887            "description": "Bad named entity: sigmav without a semi-colon",
35888            "output": [
35889                [
35890                    "Character",
35891                    "&sigmav"
35892                ]
35893            ]
35894        },
35895        {
35896            "input": "&sigmav;",
35897            "description": "Named entity: sigmav; with a semi-colon",
35898            "output": [
35899                [
35900                    "Character",
35901                    "\u03c2"
35902                ]
35903            ]
35904        },
35905        {
35906            "input": "&sim",
35907            "description": "Bad named entity: sim without a semi-colon",
35908            "output": [
35909                [
35910                    "Character",
35911                    "&sim"
35912                ]
35913            ]
35914        },
35915        {
35916            "input": "&sim;",
35917            "description": "Named entity: sim; with a semi-colon",
35918            "output": [
35919                [
35920                    "Character",
35921                    "\u223c"
35922                ]
35923            ]
35924        },
35925        {
35926            "input": "&simdot",
35927            "description": "Bad named entity: simdot without a semi-colon",
35928            "output": [
35929                [
35930                    "Character",
35931                    "&simdot"
35932                ]
35933            ]
35934        },
35935        {
35936            "input": "&simdot;",
35937            "description": "Named entity: simdot; with a semi-colon",
35938            "output": [
35939                [
35940                    "Character",
35941                    "\u2a6a"
35942                ]
35943            ]
35944        },
35945        {
35946            "input": "&sime",
35947            "description": "Bad named entity: sime without a semi-colon",
35948            "output": [
35949                [
35950                    "Character",
35951                    "&sime"
35952                ]
35953            ]
35954        },
35955        {
35956            "input": "&sime;",
35957            "description": "Named entity: sime; with a semi-colon",
35958            "output": [
35959                [
35960                    "Character",
35961                    "\u2243"
35962                ]
35963            ]
35964        },
35965        {
35966            "input": "&simeq",
35967            "description": "Bad named entity: simeq without a semi-colon",
35968            "output": [
35969                [
35970                    "Character",
35971                    "&simeq"
35972                ]
35973            ]
35974        },
35975        {
35976            "input": "&simeq;",
35977            "description": "Named entity: simeq; with a semi-colon",
35978            "output": [
35979                [
35980                    "Character",
35981                    "\u2243"
35982                ]
35983            ]
35984        },
35985        {
35986            "input": "&simg",
35987            "description": "Bad named entity: simg without a semi-colon",
35988            "output": [
35989                [
35990                    "Character",
35991                    "&simg"
35992                ]
35993            ]
35994        },
35995        {
35996            "input": "&simg;",
35997            "description": "Named entity: simg; with a semi-colon",
35998            "output": [
35999                [
36000                    "Character",
36001                    "\u2a9e"
36002                ]
36003            ]
36004        },
36005        {
36006            "input": "&simgE",
36007            "description": "Bad named entity: simgE without a semi-colon",
36008            "output": [
36009                [
36010                    "Character",
36011                    "&simgE"
36012                ]
36013            ]
36014        },
36015        {
36016            "input": "&simgE;",
36017            "description": "Named entity: simgE; with a semi-colon",
36018            "output": [
36019                [
36020                    "Character",
36021                    "\u2aa0"
36022                ]
36023            ]
36024        },
36025        {
36026            "input": "&siml",
36027            "description": "Bad named entity: siml without a semi-colon",
36028            "output": [
36029                [
36030                    "Character",
36031                    "&siml"
36032                ]
36033            ]
36034        },
36035        {
36036            "input": "&siml;",
36037            "description": "Named entity: siml; with a semi-colon",
36038            "output": [
36039                [
36040                    "Character",
36041                    "\u2a9d"
36042                ]
36043            ]
36044        },
36045        {
36046            "input": "&simlE",
36047            "description": "Bad named entity: simlE without a semi-colon",
36048            "output": [
36049                [
36050                    "Character",
36051                    "&simlE"
36052                ]
36053            ]
36054        },
36055        {
36056            "input": "&simlE;",
36057            "description": "Named entity: simlE; with a semi-colon",
36058            "output": [
36059                [
36060                    "Character",
36061                    "\u2a9f"
36062                ]
36063            ]
36064        },
36065        {
36066            "input": "&simne",
36067            "description": "Bad named entity: simne without a semi-colon",
36068            "output": [
36069                [
36070                    "Character",
36071                    "&simne"
36072                ]
36073            ]
36074        },
36075        {
36076            "input": "&simne;",
36077            "description": "Named entity: simne; with a semi-colon",
36078            "output": [
36079                [
36080                    "Character",
36081                    "\u2246"
36082                ]
36083            ]
36084        },
36085        {
36086            "input": "&simplus",
36087            "description": "Bad named entity: simplus without a semi-colon",
36088            "output": [
36089                [
36090                    "Character",
36091                    "&simplus"
36092                ]
36093            ]
36094        },
36095        {
36096            "input": "&simplus;",
36097            "description": "Named entity: simplus; with a semi-colon",
36098            "output": [
36099                [
36100                    "Character",
36101                    "\u2a24"
36102                ]
36103            ]
36104        },
36105        {
36106            "input": "&simrarr",
36107            "description": "Bad named entity: simrarr without a semi-colon",
36108            "output": [
36109                [
36110                    "Character",
36111                    "&simrarr"
36112                ]
36113            ]
36114        },
36115        {
36116            "input": "&simrarr;",
36117            "description": "Named entity: simrarr; with a semi-colon",
36118            "output": [
36119                [
36120                    "Character",
36121                    "\u2972"
36122                ]
36123            ]
36124        },
36125        {
36126            "input": "&slarr",
36127            "description": "Bad named entity: slarr without a semi-colon",
36128            "output": [
36129                [
36130                    "Character",
36131                    "&slarr"
36132                ]
36133            ]
36134        },
36135        {
36136            "input": "&slarr;",
36137            "description": "Named entity: slarr; with a semi-colon",
36138            "output": [
36139                [
36140                    "Character",
36141                    "\u2190"
36142                ]
36143            ]
36144        },
36145        {
36146            "input": "&smallsetminus",
36147            "description": "Bad named entity: smallsetminus without a semi-colon",
36148            "output": [
36149                [
36150                    "Character",
36151                    "&smallsetminus"
36152                ]
36153            ]
36154        },
36155        {
36156            "input": "&smallsetminus;",
36157            "description": "Named entity: smallsetminus; with a semi-colon",
36158            "output": [
36159                [
36160                    "Character",
36161                    "\u2216"
36162                ]
36163            ]
36164        },
36165        {
36166            "input": "&smashp",
36167            "description": "Bad named entity: smashp without a semi-colon",
36168            "output": [
36169                [
36170                    "Character",
36171                    "&smashp"
36172                ]
36173            ]
36174        },
36175        {
36176            "input": "&smashp;",
36177            "description": "Named entity: smashp; with a semi-colon",
36178            "output": [
36179                [
36180                    "Character",
36181                    "\u2a33"
36182                ]
36183            ]
36184        },
36185        {
36186            "input": "&smeparsl",
36187            "description": "Bad named entity: smeparsl without a semi-colon",
36188            "output": [
36189                [
36190                    "Character",
36191                    "&smeparsl"
36192                ]
36193            ]
36194        },
36195        {
36196            "input": "&smeparsl;",
36197            "description": "Named entity: smeparsl; with a semi-colon",
36198            "output": [
36199                [
36200                    "Character",
36201                    "\u29e4"
36202                ]
36203            ]
36204        },
36205        {
36206            "input": "&smid",
36207            "description": "Bad named entity: smid without a semi-colon",
36208            "output": [
36209                [
36210                    "Character",
36211                    "&smid"
36212                ]
36213            ]
36214        },
36215        {
36216            "input": "&smid;",
36217            "description": "Named entity: smid; with a semi-colon",
36218            "output": [
36219                [
36220                    "Character",
36221                    "\u2223"
36222                ]
36223            ]
36224        },
36225        {
36226            "input": "&smile",
36227            "description": "Bad named entity: smile without a semi-colon",
36228            "output": [
36229                [
36230                    "Character",
36231                    "&smile"
36232                ]
36233            ]
36234        },
36235        {
36236            "input": "&smile;",
36237            "description": "Named entity: smile; with a semi-colon",
36238            "output": [
36239                [
36240                    "Character",
36241                    "\u2323"
36242                ]
36243            ]
36244        },
36245        {
36246            "input": "&smt",
36247            "description": "Bad named entity: smt without a semi-colon",
36248            "output": [
36249                [
36250                    "Character",
36251                    "&smt"
36252                ]
36253            ]
36254        },
36255        {
36256            "input": "&smt;",
36257            "description": "Named entity: smt; with a semi-colon",
36258            "output": [
36259                [
36260                    "Character",
36261                    "\u2aaa"
36262                ]
36263            ]
36264        },
36265        {
36266            "input": "&smte",
36267            "description": "Bad named entity: smte without a semi-colon",
36268            "output": [
36269                [
36270                    "Character",
36271                    "&smte"
36272                ]
36273            ]
36274        },
36275        {
36276            "input": "&smte;",
36277            "description": "Named entity: smte; with a semi-colon",
36278            "output": [
36279                [
36280                    "Character",
36281                    "\u2aac"
36282                ]
36283            ]
36284        },
36285        {
36286            "input": "&smtes",
36287            "description": "Bad named entity: smtes without a semi-colon",
36288            "output": [
36289                [
36290                    "Character",
36291                    "&smtes"
36292                ]
36293            ]
36294        },
36295        {
36296            "input": "&smtes;",
36297            "description": "Named entity: smtes; with a semi-colon",
36298            "output": [
36299                [
36300                    "Character",
36301                    "\u2aac\ufe00"
36302                ]
36303            ]
36304        },
36305        {
36306            "input": "&softcy",
36307            "description": "Bad named entity: softcy without a semi-colon",
36308            "output": [
36309                [
36310                    "Character",
36311                    "&softcy"
36312                ]
36313            ]
36314        },
36315        {
36316            "input": "&softcy;",
36317            "description": "Named entity: softcy; with a semi-colon",
36318            "output": [
36319                [
36320                    "Character",
36321                    "\u044c"
36322                ]
36323            ]
36324        },
36325        {
36326            "input": "&sol",
36327            "description": "Bad named entity: sol without a semi-colon",
36328            "output": [
36329                [
36330                    "Character",
36331                    "&sol"
36332                ]
36333            ]
36334        },
36335        {
36336            "input": "&sol;",
36337            "description": "Named entity: sol; with a semi-colon",
36338            "output": [
36339                [
36340                    "Character",
36341                    "/"
36342                ]
36343            ]
36344        },
36345        {
36346            "input": "&solb",
36347            "description": "Bad named entity: solb without a semi-colon",
36348            "output": [
36349                [
36350                    "Character",
36351                    "&solb"
36352                ]
36353            ]
36354        },
36355        {
36356            "input": "&solb;",
36357            "description": "Named entity: solb; with a semi-colon",
36358            "output": [
36359                [
36360                    "Character",
36361                    "\u29c4"
36362                ]
36363            ]
36364        },
36365        {
36366            "input": "&solbar",
36367            "description": "Bad named entity: solbar without a semi-colon",
36368            "output": [
36369                [
36370                    "Character",
36371                    "&solbar"
36372                ]
36373            ]
36374        },
36375        {
36376            "input": "&solbar;",
36377            "description": "Named entity: solbar; with a semi-colon",
36378            "output": [
36379                [
36380                    "Character",
36381                    "\u233f"
36382                ]
36383            ]
36384        },
36385        {
36386            "input": "&sopf",
36387            "description": "Bad named entity: sopf without a semi-colon",
36388            "output": [
36389                [
36390                    "Character",
36391                    "&sopf"
36392                ]
36393            ]
36394        },
36395        {
36396            "input": "&sopf;",
36397            "description": "Named entity: sopf; with a semi-colon",
36398            "output": [
36399                [
36400                    "Character",
36401                    "\ud835\udd64"
36402                ]
36403            ]
36404        },
36405        {
36406            "input": "&spades",
36407            "description": "Bad named entity: spades without a semi-colon",
36408            "output": [
36409                [
36410                    "Character",
36411                    "&spades"
36412                ]
36413            ]
36414        },
36415        {
36416            "input": "&spades;",
36417            "description": "Named entity: spades; with a semi-colon",
36418            "output": [
36419                [
36420                    "Character",
36421                    "\u2660"
36422                ]
36423            ]
36424        },
36425        {
36426            "input": "&spadesuit",
36427            "description": "Bad named entity: spadesuit without a semi-colon",
36428            "output": [
36429                [
36430                    "Character",
36431                    "&spadesuit"
36432                ]
36433            ]
36434        },
36435        {
36436            "input": "&spadesuit;",
36437            "description": "Named entity: spadesuit; with a semi-colon",
36438            "output": [
36439                [
36440                    "Character",
36441                    "\u2660"
36442                ]
36443            ]
36444        },
36445        {
36446            "input": "&spar",
36447            "description": "Bad named entity: spar without a semi-colon",
36448            "output": [
36449                [
36450                    "Character",
36451                    "&spar"
36452                ]
36453            ]
36454        },
36455        {
36456            "input": "&spar;",
36457            "description": "Named entity: spar; with a semi-colon",
36458            "output": [
36459                [
36460                    "Character",
36461                    "\u2225"
36462                ]
36463            ]
36464        },
36465        {
36466            "input": "&sqcap",
36467            "description": "Bad named entity: sqcap without a semi-colon",
36468            "output": [
36469                [
36470                    "Character",
36471                    "&sqcap"
36472                ]
36473            ]
36474        },
36475        {
36476            "input": "&sqcap;",
36477            "description": "Named entity: sqcap; with a semi-colon",
36478            "output": [
36479                [
36480                    "Character",
36481                    "\u2293"
36482                ]
36483            ]
36484        },
36485        {
36486            "input": "&sqcaps",
36487            "description": "Bad named entity: sqcaps without a semi-colon",
36488            "output": [
36489                [
36490                    "Character",
36491                    "&sqcaps"
36492                ]
36493            ]
36494        },
36495        {
36496            "input": "&sqcaps;",
36497            "description": "Named entity: sqcaps; with a semi-colon",
36498            "output": [
36499                [
36500                    "Character",
36501                    "\u2293\ufe00"
36502                ]
36503            ]
36504        },
36505        {
36506            "input": "&sqcup",
36507            "description": "Bad named entity: sqcup without a semi-colon",
36508            "output": [
36509                [
36510                    "Character",
36511                    "&sqcup"
36512                ]
36513            ]
36514        },
36515        {
36516            "input": "&sqcup;",
36517            "description": "Named entity: sqcup; with a semi-colon",
36518            "output": [
36519                [
36520                    "Character",
36521                    "\u2294"
36522                ]
36523            ]
36524        },
36525        {
36526            "input": "&sqcups",
36527            "description": "Bad named entity: sqcups without a semi-colon",
36528            "output": [
36529                [
36530                    "Character",
36531                    "&sqcups"
36532                ]
36533            ]
36534        },
36535        {
36536            "input": "&sqcups;",
36537            "description": "Named entity: sqcups; with a semi-colon",
36538            "output": [
36539                [
36540                    "Character",
36541                    "\u2294\ufe00"
36542                ]
36543            ]
36544        },
36545        {
36546            "input": "&sqsub",
36547            "description": "Bad named entity: sqsub without a semi-colon",
36548            "output": [
36549                [
36550                    "Character",
36551                    "&sqsub"
36552                ]
36553            ]
36554        },
36555        {
36556            "input": "&sqsub;",
36557            "description": "Named entity: sqsub; with a semi-colon",
36558            "output": [
36559                [
36560                    "Character",
36561                    "\u228f"
36562                ]
36563            ]
36564        },
36565        {
36566            "input": "&sqsube",
36567            "description": "Bad named entity: sqsube without a semi-colon",
36568            "output": [
36569                [
36570                    "Character",
36571                    "&sqsube"
36572                ]
36573            ]
36574        },
36575        {
36576            "input": "&sqsube;",
36577            "description": "Named entity: sqsube; with a semi-colon",
36578            "output": [
36579                [
36580                    "Character",
36581                    "\u2291"
36582                ]
36583            ]
36584        },
36585        {
36586            "input": "&sqsubset",
36587            "description": "Bad named entity: sqsubset without a semi-colon",
36588            "output": [
36589                [
36590                    "Character",
36591                    "&sqsubset"
36592                ]
36593            ]
36594        },
36595        {
36596            "input": "&sqsubset;",
36597            "description": "Named entity: sqsubset; with a semi-colon",
36598            "output": [
36599                [
36600                    "Character",
36601                    "\u228f"
36602                ]
36603            ]
36604        },
36605        {
36606            "input": "&sqsubseteq",
36607            "description": "Bad named entity: sqsubseteq without a semi-colon",
36608            "output": [
36609                [
36610                    "Character",
36611                    "&sqsubseteq"
36612                ]
36613            ]
36614        },
36615        {
36616            "input": "&sqsubseteq;",
36617            "description": "Named entity: sqsubseteq; with a semi-colon",
36618            "output": [
36619                [
36620                    "Character",
36621                    "\u2291"
36622                ]
36623            ]
36624        },
36625        {
36626            "input": "&sqsup",
36627            "description": "Bad named entity: sqsup without a semi-colon",
36628            "output": [
36629                [
36630                    "Character",
36631                    "&sqsup"
36632                ]
36633            ]
36634        },
36635        {
36636            "input": "&sqsup;",
36637            "description": "Named entity: sqsup; with a semi-colon",
36638            "output": [
36639                [
36640                    "Character",
36641                    "\u2290"
36642                ]
36643            ]
36644        },
36645        {
36646            "input": "&sqsupe",
36647            "description": "Bad named entity: sqsupe without a semi-colon",
36648            "output": [
36649                [
36650                    "Character",
36651                    "&sqsupe"
36652                ]
36653            ]
36654        },
36655        {
36656            "input": "&sqsupe;",
36657            "description": "Named entity: sqsupe; with a semi-colon",
36658            "output": [
36659                [
36660                    "Character",
36661                    "\u2292"
36662                ]
36663            ]
36664        },
36665        {
36666            "input": "&sqsupset",
36667            "description": "Bad named entity: sqsupset without a semi-colon",
36668            "output": [
36669                [
36670                    "Character",
36671                    "&sqsupset"
36672                ]
36673            ]
36674        },
36675        {
36676            "input": "&sqsupset;",
36677            "description": "Named entity: sqsupset; with a semi-colon",
36678            "output": [
36679                [
36680                    "Character",
36681                    "\u2290"
36682                ]
36683            ]
36684        },
36685        {
36686            "input": "&sqsupseteq",
36687            "description": "Bad named entity: sqsupseteq without a semi-colon",
36688            "output": [
36689                [
36690                    "Character",
36691                    "&sqsupseteq"
36692                ]
36693            ]
36694        },
36695        {
36696            "input": "&sqsupseteq;",
36697            "description": "Named entity: sqsupseteq; with a semi-colon",
36698            "output": [
36699                [
36700                    "Character",
36701                    "\u2292"
36702                ]
36703            ]
36704        },
36705        {
36706            "input": "&squ",
36707            "description": "Bad named entity: squ without a semi-colon",
36708            "output": [
36709                [
36710                    "Character",
36711                    "&squ"
36712                ]
36713            ]
36714        },
36715        {
36716            "input": "&squ;",
36717            "description": "Named entity: squ; with a semi-colon",
36718            "output": [
36719                [
36720                    "Character",
36721                    "\u25a1"
36722                ]
36723            ]
36724        },
36725        {
36726            "input": "&square",
36727            "description": "Bad named entity: square without a semi-colon",
36728            "output": [
36729                [
36730                    "Character",
36731                    "&square"
36732                ]
36733            ]
36734        },
36735        {
36736            "input": "&square;",
36737            "description": "Named entity: square; with a semi-colon",
36738            "output": [
36739                [
36740                    "Character",
36741                    "\u25a1"
36742                ]
36743            ]
36744        },
36745        {
36746            "input": "&squarf",
36747            "description": "Bad named entity: squarf without a semi-colon",
36748            "output": [
36749                [
36750                    "Character",
36751                    "&squarf"
36752                ]
36753            ]
36754        },
36755        {
36756            "input": "&squarf;",
36757            "description": "Named entity: squarf; with a semi-colon",
36758            "output": [
36759                [
36760                    "Character",
36761                    "\u25aa"
36762                ]
36763            ]
36764        },
36765        {
36766            "input": "&squf",
36767            "description": "Bad named entity: squf without a semi-colon",
36768            "output": [
36769                [
36770                    "Character",
36771                    "&squf"
36772                ]
36773            ]
36774        },
36775        {
36776            "input": "&squf;",
36777            "description": "Named entity: squf; with a semi-colon",
36778            "output": [
36779                [
36780                    "Character",
36781                    "\u25aa"
36782                ]
36783            ]
36784        },
36785        {
36786            "input": "&srarr",
36787            "description": "Bad named entity: srarr without a semi-colon",
36788            "output": [
36789                [
36790                    "Character",
36791                    "&srarr"
36792                ]
36793            ]
36794        },
36795        {
36796            "input": "&srarr;",
36797            "description": "Named entity: srarr; with a semi-colon",
36798            "output": [
36799                [
36800                    "Character",
36801                    "\u2192"
36802                ]
36803            ]
36804        },
36805        {
36806            "input": "&sscr",
36807            "description": "Bad named entity: sscr without a semi-colon",
36808            "output": [
36809                [
36810                    "Character",
36811                    "&sscr"
36812                ]
36813            ]
36814        },
36815        {
36816            "input": "&sscr;",
36817            "description": "Named entity: sscr; with a semi-colon",
36818            "output": [
36819                [
36820                    "Character",
36821                    "\ud835\udcc8"
36822                ]
36823            ]
36824        },
36825        {
36826            "input": "&ssetmn",
36827            "description": "Bad named entity: ssetmn without a semi-colon",
36828            "output": [
36829                [
36830                    "Character",
36831                    "&ssetmn"
36832                ]
36833            ]
36834        },
36835        {
36836            "input": "&ssetmn;",
36837            "description": "Named entity: ssetmn; with a semi-colon",
36838            "output": [
36839                [
36840                    "Character",
36841                    "\u2216"
36842                ]
36843            ]
36844        },
36845        {
36846            "input": "&ssmile",
36847            "description": "Bad named entity: ssmile without a semi-colon",
36848            "output": [
36849                [
36850                    "Character",
36851                    "&ssmile"
36852                ]
36853            ]
36854        },
36855        {
36856            "input": "&ssmile;",
36857            "description": "Named entity: ssmile; with a semi-colon",
36858            "output": [
36859                [
36860                    "Character",
36861                    "\u2323"
36862                ]
36863            ]
36864        },
36865        {
36866            "input": "&sstarf",
36867            "description": "Bad named entity: sstarf without a semi-colon",
36868            "output": [
36869                [
36870                    "Character",
36871                    "&sstarf"
36872                ]
36873            ]
36874        },
36875        {
36876            "input": "&sstarf;",
36877            "description": "Named entity: sstarf; with a semi-colon",
36878            "output": [
36879                [
36880                    "Character",
36881                    "\u22c6"
36882                ]
36883            ]
36884        },
36885        {
36886            "input": "&star",
36887            "description": "Bad named entity: star without a semi-colon",
36888            "output": [
36889                [
36890                    "Character",
36891                    "&star"
36892                ]
36893            ]
36894        },
36895        {
36896            "input": "&star;",
36897            "description": "Named entity: star; with a semi-colon",
36898            "output": [
36899                [
36900                    "Character",
36901                    "\u2606"
36902                ]
36903            ]
36904        },
36905        {
36906            "input": "&starf",
36907            "description": "Bad named entity: starf without a semi-colon",
36908            "output": [
36909                [
36910                    "Character",
36911                    "&starf"
36912                ]
36913            ]
36914        },
36915        {
36916            "input": "&starf;",
36917            "description": "Named entity: starf; with a semi-colon",
36918            "output": [
36919                [
36920                    "Character",
36921                    "\u2605"
36922                ]
36923            ]
36924        },
36925        {
36926            "input": "&straightepsilon",
36927            "description": "Bad named entity: straightepsilon without a semi-colon",
36928            "output": [
36929                [
36930                    "Character",
36931                    "&straightepsilon"
36932                ]
36933            ]
36934        },
36935        {
36936            "input": "&straightepsilon;",
36937            "description": "Named entity: straightepsilon; with a semi-colon",
36938            "output": [
36939                [
36940                    "Character",
36941                    "\u03f5"
36942                ]
36943            ]
36944        },
36945        {
36946            "input": "&straightphi",
36947            "description": "Bad named entity: straightphi without a semi-colon",
36948            "output": [
36949                [
36950                    "Character",
36951                    "&straightphi"
36952                ]
36953            ]
36954        },
36955        {
36956            "input": "&straightphi;",
36957            "description": "Named entity: straightphi; with a semi-colon",
36958            "output": [
36959                [
36960                    "Character",
36961                    "\u03d5"
36962                ]
36963            ]
36964        },
36965        {
36966            "input": "&strns",
36967            "description": "Bad named entity: strns without a semi-colon",
36968            "output": [
36969                [
36970                    "Character",
36971                    "&strns"
36972                ]
36973            ]
36974        },
36975        {
36976            "input": "&strns;",
36977            "description": "Named entity: strns; with a semi-colon",
36978            "output": [
36979                [
36980                    "Character",
36981                    "\u00af"
36982                ]
36983            ]
36984        },
36985        {
36986            "input": "&sub",
36987            "description": "Bad named entity: sub without a semi-colon",
36988            "output": [
36989                [
36990                    "Character",
36991                    "&sub"
36992                ]
36993            ]
36994        },
36995        {
36996            "input": "&sub;",
36997            "description": "Named entity: sub; with a semi-colon",
36998            "output": [
36999                [
37000                    "Character",
37001                    "\u2282"
37002                ]
37003            ]
37004        },
37005        {
37006            "input": "&subE",
37007            "description": "Bad named entity: subE without a semi-colon",
37008            "output": [
37009                [
37010                    "Character",
37011                    "&subE"
37012                ]
37013            ]
37014        },
37015        {
37016            "input": "&subE;",
37017            "description": "Named entity: subE; with a semi-colon",
37018            "output": [
37019                [
37020                    "Character",
37021                    "\u2ac5"
37022                ]
37023            ]
37024        },
37025        {
37026            "input": "&subdot",
37027            "description": "Bad named entity: subdot without a semi-colon",
37028            "output": [
37029                [
37030                    "Character",
37031                    "&subdot"
37032                ]
37033            ]
37034        },
37035        {
37036            "input": "&subdot;",
37037            "description": "Named entity: subdot; with a semi-colon",
37038            "output": [
37039                [
37040                    "Character",
37041                    "\u2abd"
37042                ]
37043            ]
37044        },
37045        {
37046            "input": "&sube",
37047            "description": "Bad named entity: sube without a semi-colon",
37048            "output": [
37049                [
37050                    "Character",
37051                    "&sube"
37052                ]
37053            ]
37054        },
37055        {
37056            "input": "&sube;",
37057            "description": "Named entity: sube; with a semi-colon",
37058            "output": [
37059                [
37060                    "Character",
37061                    "\u2286"
37062                ]
37063            ]
37064        },
37065        {
37066            "input": "&subedot",
37067            "description": "Bad named entity: subedot without a semi-colon",
37068            "output": [
37069                [
37070                    "Character",
37071                    "&subedot"
37072                ]
37073            ]
37074        },
37075        {
37076            "input": "&subedot;",
37077            "description": "Named entity: subedot; with a semi-colon",
37078            "output": [
37079                [
37080                    "Character",
37081                    "\u2ac3"
37082                ]
37083            ]
37084        },
37085        {
37086            "input": "&submult",
37087            "description": "Bad named entity: submult without a semi-colon",
37088            "output": [
37089                [
37090                    "Character",
37091                    "&submult"
37092                ]
37093            ]
37094        },
37095        {
37096            "input": "&submult;",
37097            "description": "Named entity: submult; with a semi-colon",
37098            "output": [
37099                [
37100                    "Character",
37101                    "\u2ac1"
37102                ]
37103            ]
37104        },
37105        {
37106            "input": "&subnE",
37107            "description": "Bad named entity: subnE without a semi-colon",
37108            "output": [
37109                [
37110                    "Character",
37111                    "&subnE"
37112                ]
37113            ]
37114        },
37115        {
37116            "input": "&subnE;",
37117            "description": "Named entity: subnE; with a semi-colon",
37118            "output": [
37119                [
37120                    "Character",
37121                    "\u2acb"
37122                ]
37123            ]
37124        },
37125        {
37126            "input": "&subne",
37127            "description": "Bad named entity: subne without a semi-colon",
37128            "output": [
37129                [
37130                    "Character",
37131                    "&subne"
37132                ]
37133            ]
37134        },
37135        {
37136            "input": "&subne;",
37137            "description": "Named entity: subne; with a semi-colon",
37138            "output": [
37139                [
37140                    "Character",
37141                    "\u228a"
37142                ]
37143            ]
37144        },
37145        {
37146            "input": "&subplus",
37147            "description": "Bad named entity: subplus without a semi-colon",
37148            "output": [
37149                [
37150                    "Character",
37151                    "&subplus"
37152                ]
37153            ]
37154        },
37155        {
37156            "input": "&subplus;",
37157            "description": "Named entity: subplus; with a semi-colon",
37158            "output": [
37159                [
37160                    "Character",
37161                    "\u2abf"
37162                ]
37163            ]
37164        },
37165        {
37166            "input": "&subrarr",
37167            "description": "Bad named entity: subrarr without a semi-colon",
37168            "output": [
37169                [
37170                    "Character",
37171                    "&subrarr"
37172                ]
37173            ]
37174        },
37175        {
37176            "input": "&subrarr;",
37177            "description": "Named entity: subrarr; with a semi-colon",
37178            "output": [
37179                [
37180                    "Character",
37181                    "\u2979"
37182                ]
37183            ]
37184        },
37185        {
37186            "input": "&subset",
37187            "description": "Bad named entity: subset without a semi-colon",
37188            "output": [
37189                [
37190                    "Character",
37191                    "&subset"
37192                ]
37193            ]
37194        },
37195        {
37196            "input": "&subset;",
37197            "description": "Named entity: subset; with a semi-colon",
37198            "output": [
37199                [
37200                    "Character",
37201                    "\u2282"
37202                ]
37203            ]
37204        },
37205        {
37206            "input": "&subseteq",
37207            "description": "Bad named entity: subseteq without a semi-colon",
37208            "output": [
37209                [
37210                    "Character",
37211                    "&subseteq"
37212                ]
37213            ]
37214        },
37215        {
37216            "input": "&subseteq;",
37217            "description": "Named entity: subseteq; with a semi-colon",
37218            "output": [
37219                [
37220                    "Character",
37221                    "\u2286"
37222                ]
37223            ]
37224        },
37225        {
37226            "input": "&subseteqq",
37227            "description": "Bad named entity: subseteqq without a semi-colon",
37228            "output": [
37229                [
37230                    "Character",
37231                    "&subseteqq"
37232                ]
37233            ]
37234        },
37235        {
37236            "input": "&subseteqq;",
37237            "description": "Named entity: subseteqq; with a semi-colon",
37238            "output": [
37239                [
37240                    "Character",
37241                    "\u2ac5"
37242                ]
37243            ]
37244        },
37245        {
37246            "input": "&subsetneq",
37247            "description": "Bad named entity: subsetneq without a semi-colon",
37248            "output": [
37249                [
37250                    "Character",
37251                    "&subsetneq"
37252                ]
37253            ]
37254        },
37255        {
37256            "input": "&subsetneq;",
37257            "description": "Named entity: subsetneq; with a semi-colon",
37258            "output": [
37259                [
37260                    "Character",
37261                    "\u228a"
37262                ]
37263            ]
37264        },
37265        {
37266            "input": "&subsetneqq",
37267            "description": "Bad named entity: subsetneqq without a semi-colon",
37268            "output": [
37269                [
37270                    "Character",
37271                    "&subsetneqq"
37272                ]
37273            ]
37274        },
37275        {
37276            "input": "&subsetneqq;",
37277            "description": "Named entity: subsetneqq; with a semi-colon",
37278            "output": [
37279                [
37280                    "Character",
37281                    "\u2acb"
37282                ]
37283            ]
37284        },
37285        {
37286            "input": "&subsim",
37287            "description": "Bad named entity: subsim without a semi-colon",
37288            "output": [
37289                [
37290                    "Character",
37291                    "&subsim"
37292                ]
37293            ]
37294        },
37295        {
37296            "input": "&subsim;",
37297            "description": "Named entity: subsim; with a semi-colon",
37298            "output": [
37299                [
37300                    "Character",
37301                    "\u2ac7"
37302                ]
37303            ]
37304        },
37305        {
37306            "input": "&subsub",
37307            "description": "Bad named entity: subsub without a semi-colon",
37308            "output": [
37309                [
37310                    "Character",
37311                    "&subsub"
37312                ]
37313            ]
37314        },
37315        {
37316            "input": "&subsub;",
37317            "description": "Named entity: subsub; with a semi-colon",
37318            "output": [
37319                [
37320                    "Character",
37321                    "\u2ad5"
37322                ]
37323            ]
37324        },
37325        {
37326            "input": "&subsup",
37327            "description": "Bad named entity: subsup without a semi-colon",
37328            "output": [
37329                [
37330                    "Character",
37331                    "&subsup"
37332                ]
37333            ]
37334        },
37335        {
37336            "input": "&subsup;",
37337            "description": "Named entity: subsup; with a semi-colon",
37338            "output": [
37339                [
37340                    "Character",
37341                    "\u2ad3"
37342                ]
37343            ]
37344        },
37345        {
37346            "input": "&succ",
37347            "description": "Bad named entity: succ without a semi-colon",
37348            "output": [
37349                [
37350                    "Character",
37351                    "&succ"
37352                ]
37353            ]
37354        },
37355        {
37356            "input": "&succ;",
37357            "description": "Named entity: succ; with a semi-colon",
37358            "output": [
37359                [
37360                    "Character",
37361                    "\u227b"
37362                ]
37363            ]
37364        },
37365        {
37366            "input": "&succapprox",
37367            "description": "Bad named entity: succapprox without a semi-colon",
37368            "output": [
37369                [
37370                    "Character",
37371                    "&succapprox"
37372                ]
37373            ]
37374        },
37375        {
37376            "input": "&succapprox;",
37377            "description": "Named entity: succapprox; with a semi-colon",
37378            "output": [
37379                [
37380                    "Character",
37381                    "\u2ab8"
37382                ]
37383            ]
37384        },
37385        {
37386            "input": "&succcurlyeq",
37387            "description": "Bad named entity: succcurlyeq without a semi-colon",
37388            "output": [
37389                [
37390                    "Character",
37391                    "&succcurlyeq"
37392                ]
37393            ]
37394        },
37395        {
37396            "input": "&succcurlyeq;",
37397            "description": "Named entity: succcurlyeq; with a semi-colon",
37398            "output": [
37399                [
37400                    "Character",
37401                    "\u227d"
37402                ]
37403            ]
37404        },
37405        {
37406            "input": "&succeq",
37407            "description": "Bad named entity: succeq without a semi-colon",
37408            "output": [
37409                [
37410                    "Character",
37411                    "&succeq"
37412                ]
37413            ]
37414        },
37415        {
37416            "input": "&succeq;",
37417            "description": "Named entity: succeq; with a semi-colon",
37418            "output": [
37419                [
37420                    "Character",
37421                    "\u2ab0"
37422                ]
37423            ]
37424        },
37425        {
37426            "input": "&succnapprox",
37427            "description": "Bad named entity: succnapprox without a semi-colon",
37428            "output": [
37429                [
37430                    "Character",
37431                    "&succnapprox"
37432                ]
37433            ]
37434        },
37435        {
37436            "input": "&succnapprox;",
37437            "description": "Named entity: succnapprox; with a semi-colon",
37438            "output": [
37439                [
37440                    "Character",
37441                    "\u2aba"
37442                ]
37443            ]
37444        },
37445        {
37446            "input": "&succneqq",
37447            "description": "Bad named entity: succneqq without a semi-colon",
37448            "output": [
37449                [
37450                    "Character",
37451                    "&succneqq"
37452                ]
37453            ]
37454        },
37455        {
37456            "input": "&succneqq;",
37457            "description": "Named entity: succneqq; with a semi-colon",
37458            "output": [
37459                [
37460                    "Character",
37461                    "\u2ab6"
37462                ]
37463            ]
37464        },
37465        {
37466            "input": "&succnsim",
37467            "description": "Bad named entity: succnsim without a semi-colon",
37468            "output": [
37469                [
37470                    "Character",
37471                    "&succnsim"
37472                ]
37473            ]
37474        },
37475        {
37476            "input": "&succnsim;",
37477            "description": "Named entity: succnsim; with a semi-colon",
37478            "output": [
37479                [
37480                    "Character",
37481                    "\u22e9"
37482                ]
37483            ]
37484        },
37485        {
37486            "input": "&succsim",
37487            "description": "Bad named entity: succsim without a semi-colon",
37488            "output": [
37489                [
37490                    "Character",
37491                    "&succsim"
37492                ]
37493            ]
37494        },
37495        {
37496            "input": "&succsim;",
37497            "description": "Named entity: succsim; with a semi-colon",
37498            "output": [
37499                [
37500                    "Character",
37501                    "\u227f"
37502                ]
37503            ]
37504        },
37505        {
37506            "input": "&sum",
37507            "description": "Bad named entity: sum without a semi-colon",
37508            "output": [
37509                [
37510                    "Character",
37511                    "&sum"
37512                ]
37513            ]
37514        },
37515        {
37516            "input": "&sum;",
37517            "description": "Named entity: sum; with a semi-colon",
37518            "output": [
37519                [
37520                    "Character",
37521                    "\u2211"
37522                ]
37523            ]
37524        },
37525        {
37526            "input": "&sung",
37527            "description": "Bad named entity: sung without a semi-colon",
37528            "output": [
37529                [
37530                    "Character",
37531                    "&sung"
37532                ]
37533            ]
37534        },
37535        {
37536            "input": "&sung;",
37537            "description": "Named entity: sung; with a semi-colon",
37538            "output": [
37539                [
37540                    "Character",
37541                    "\u266a"
37542                ]
37543            ]
37544        },
37545        {
37546            "input": "&sup",
37547            "description": "Bad named entity: sup without a semi-colon",
37548            "output": [
37549                [
37550                    "Character",
37551                    "&sup"
37552                ]
37553            ]
37554        },
37555        {
37556            "input": "&sup1",
37557            "description": "Named entity: sup1 without a semi-colon",
37558            "output": [
37559                "ParseError",
37560                [
37561                    "Character",
37562                    "\u00b9"
37563                ]
37564            ]
37565        },
37566        {
37567            "input": "&sup1;",
37568            "description": "Named entity: sup1; with a semi-colon",
37569            "output": [
37570                [
37571                    "Character",
37572                    "\u00b9"
37573                ]
37574            ]
37575        },
37576        {
37577            "input": "&sup2",
37578            "description": "Named entity: sup2 without a semi-colon",
37579            "output": [
37580                "ParseError",
37581                [
37582                    "Character",
37583                    "\u00b2"
37584                ]
37585            ]
37586        },
37587        {
37588            "input": "&sup2;",
37589            "description": "Named entity: sup2; with a semi-colon",
37590            "output": [
37591                [
37592                    "Character",
37593                    "\u00b2"
37594                ]
37595            ]
37596        },
37597        {
37598            "input": "&sup3",
37599            "description": "Named entity: sup3 without a semi-colon",
37600            "output": [
37601                "ParseError",
37602                [
37603                    "Character",
37604                    "\u00b3"
37605                ]
37606            ]
37607        },
37608        {
37609            "input": "&sup3;",
37610            "description": "Named entity: sup3; with a semi-colon",
37611            "output": [
37612                [
37613                    "Character",
37614                    "\u00b3"
37615                ]
37616            ]
37617        },
37618        {
37619            "input": "&sup;",
37620            "description": "Named entity: sup; with a semi-colon",
37621            "output": [
37622                [
37623                    "Character",
37624                    "\u2283"
37625                ]
37626            ]
37627        },
37628        {
37629            "input": "&supE",
37630            "description": "Bad named entity: supE without a semi-colon",
37631            "output": [
37632                [
37633                    "Character",
37634                    "&supE"
37635                ]
37636            ]
37637        },
37638        {
37639            "input": "&supE;",
37640            "description": "Named entity: supE; with a semi-colon",
37641            "output": [
37642                [
37643                    "Character",
37644                    "\u2ac6"
37645                ]
37646            ]
37647        },
37648        {
37649            "input": "&supdot",
37650            "description": "Bad named entity: supdot without a semi-colon",
37651            "output": [
37652                [
37653                    "Character",
37654                    "&supdot"
37655                ]
37656            ]
37657        },
37658        {
37659            "input": "&supdot;",
37660            "description": "Named entity: supdot; with a semi-colon",
37661            "output": [
37662                [
37663                    "Character",
37664                    "\u2abe"
37665                ]
37666            ]
37667        },
37668        {
37669            "input": "&supdsub",
37670            "description": "Bad named entity: supdsub without a semi-colon",
37671            "output": [
37672                [
37673                    "Character",
37674                    "&supdsub"
37675                ]
37676            ]
37677        },
37678        {
37679            "input": "&supdsub;",
37680            "description": "Named entity: supdsub; with a semi-colon",
37681            "output": [
37682                [
37683                    "Character",
37684                    "\u2ad8"
37685                ]
37686            ]
37687        },
37688        {
37689            "input": "&supe",
37690            "description": "Bad named entity: supe without a semi-colon",
37691            "output": [
37692                [
37693                    "Character",
37694                    "&supe"
37695                ]
37696            ]
37697        },
37698        {
37699            "input": "&supe;",
37700            "description": "Named entity: supe; with a semi-colon",
37701            "output": [
37702                [
37703                    "Character",
37704                    "\u2287"
37705                ]
37706            ]
37707        },
37708        {
37709            "input": "&supedot",
37710            "description": "Bad named entity: supedot without a semi-colon",
37711            "output": [
37712                [
37713                    "Character",
37714                    "&supedot"
37715                ]
37716            ]
37717        },
37718        {
37719            "input": "&supedot;",
37720            "description": "Named entity: supedot; with a semi-colon",
37721            "output": [
37722                [
37723                    "Character",
37724                    "\u2ac4"
37725                ]
37726            ]
37727        },
37728        {
37729            "input": "&suphsol",
37730            "description": "Bad named entity: suphsol without a semi-colon",
37731            "output": [
37732                [
37733                    "Character",
37734                    "&suphsol"
37735                ]
37736            ]
37737        },
37738        {
37739            "input": "&suphsol;",
37740            "description": "Named entity: suphsol; with a semi-colon",
37741            "output": [
37742                [
37743                    "Character",
37744                    "\u27c9"
37745                ]
37746            ]
37747        },
37748        {
37749            "input": "&suphsub",
37750            "description": "Bad named entity: suphsub without a semi-colon",
37751            "output": [
37752                [
37753                    "Character",
37754                    "&suphsub"
37755                ]
37756            ]
37757        },
37758        {
37759            "input": "&suphsub;",
37760            "description": "Named entity: suphsub; with a semi-colon",
37761            "output": [
37762                [
37763                    "Character",
37764                    "\u2ad7"
37765                ]
37766            ]
37767        },
37768        {
37769            "input": "&suplarr",
37770            "description": "Bad named entity: suplarr without a semi-colon",
37771            "output": [
37772                [
37773                    "Character",
37774                    "&suplarr"
37775                ]
37776            ]
37777        },
37778        {
37779            "input": "&suplarr;",
37780            "description": "Named entity: suplarr; with a semi-colon",
37781            "output": [
37782                [
37783                    "Character",
37784                    "\u297b"
37785                ]
37786            ]
37787        },
37788        {
37789            "input": "&supmult",
37790            "description": "Bad named entity: supmult without a semi-colon",
37791            "output": [
37792                [
37793                    "Character",
37794                    "&supmult"
37795                ]
37796            ]
37797        },
37798        {
37799            "input": "&supmult;",
37800            "description": "Named entity: supmult; with a semi-colon",
37801            "output": [
37802                [
37803                    "Character",
37804                    "\u2ac2"
37805                ]
37806            ]
37807        },
37808        {
37809            "input": "&supnE",
37810            "description": "Bad named entity: supnE without a semi-colon",
37811            "output": [
37812                [
37813                    "Character",
37814                    "&supnE"
37815                ]
37816            ]
37817        },
37818        {
37819            "input": "&supnE;",
37820            "description": "Named entity: supnE; with a semi-colon",
37821            "output": [
37822                [
37823                    "Character",
37824                    "\u2acc"
37825                ]
37826            ]
37827        },
37828        {
37829            "input": "&supne",
37830            "description": "Bad named entity: supne without a semi-colon",
37831            "output": [
37832                [
37833                    "Character",
37834                    "&supne"
37835                ]
37836            ]
37837        },
37838        {
37839            "input": "&supne;",
37840            "description": "Named entity: supne; with a semi-colon",
37841            "output": [
37842                [
37843                    "Character",
37844                    "\u228b"
37845                ]
37846            ]
37847        },
37848        {
37849            "input": "&supplus",
37850            "description": "Bad named entity: supplus without a semi-colon",
37851            "output": [
37852                [
37853                    "Character",
37854                    "&supplus"
37855                ]
37856            ]
37857        },
37858        {
37859            "input": "&supplus;",
37860            "description": "Named entity: supplus; with a semi-colon",
37861            "output": [
37862                [
37863                    "Character",
37864                    "\u2ac0"
37865                ]
37866            ]
37867        },
37868        {
37869            "input": "&supset",
37870            "description": "Bad named entity: supset without a semi-colon",
37871            "output": [
37872                [
37873                    "Character",
37874                    "&supset"
37875                ]
37876            ]
37877        },
37878        {
37879            "input": "&supset;",
37880            "description": "Named entity: supset; with a semi-colon",
37881            "output": [
37882                [
37883                    "Character",
37884                    "\u2283"
37885                ]
37886            ]
37887        },
37888        {
37889            "input": "&supseteq",
37890            "description": "Bad named entity: supseteq without a semi-colon",
37891            "output": [
37892                [
37893                    "Character",
37894                    "&supseteq"
37895                ]
37896            ]
37897        },
37898        {
37899            "input": "&supseteq;",
37900            "description": "Named entity: supseteq; with a semi-colon",
37901            "output": [
37902                [
37903                    "Character",
37904                    "\u2287"
37905                ]
37906            ]
37907        },
37908        {
37909            "input": "&supseteqq",
37910            "description": "Bad named entity: supseteqq without a semi-colon",
37911            "output": [
37912                [
37913                    "Character",
37914                    "&supseteqq"
37915                ]
37916            ]
37917        },
37918        {
37919            "input": "&supseteqq;",
37920            "description": "Named entity: supseteqq; with a semi-colon",
37921            "output": [
37922                [
37923                    "Character",
37924                    "\u2ac6"
37925                ]
37926            ]
37927        },
37928        {
37929            "input": "&supsetneq",
37930            "description": "Bad named entity: supsetneq without a semi-colon",
37931            "output": [
37932                [
37933                    "Character",
37934                    "&supsetneq"
37935                ]
37936            ]
37937        },
37938        {
37939            "input": "&supsetneq;",
37940            "description": "Named entity: supsetneq; with a semi-colon",
37941            "output": [
37942                [
37943                    "Character",
37944                    "\u228b"
37945                ]
37946            ]
37947        },
37948        {
37949            "input": "&supsetneqq",
37950            "description": "Bad named entity: supsetneqq without a semi-colon",
37951            "output": [
37952                [
37953                    "Character",
37954                    "&supsetneqq"
37955                ]
37956            ]
37957        },
37958        {
37959            "input": "&supsetneqq;",
37960            "description": "Named entity: supsetneqq; with a semi-colon",
37961            "output": [
37962                [
37963                    "Character",
37964                    "\u2acc"
37965                ]
37966            ]
37967        },
37968        {
37969            "input": "&supsim",
37970            "description": "Bad named entity: supsim without a semi-colon",
37971            "output": [
37972                [
37973                    "Character",
37974                    "&supsim"
37975                ]
37976            ]
37977        },
37978        {
37979            "input": "&supsim;",
37980            "description": "Named entity: supsim; with a semi-colon",
37981            "output": [
37982                [
37983                    "Character",
37984                    "\u2ac8"
37985                ]
37986            ]
37987        },
37988        {
37989            "input": "&supsub",
37990            "description": "Bad named entity: supsub without a semi-colon",
37991            "output": [
37992                [
37993                    "Character",
37994                    "&supsub"
37995                ]
37996            ]
37997        },
37998        {
37999            "input": "&supsub;",
38000            "description": "Named entity: supsub; with a semi-colon",
38001            "output": [
38002                [
38003                    "Character",
38004                    "\u2ad4"
38005                ]
38006            ]
38007        },
38008        {
38009            "input": "&supsup",
38010            "description": "Bad named entity: supsup without a semi-colon",
38011            "output": [
38012                [
38013                    "Character",
38014                    "&supsup"
38015                ]
38016            ]
38017        },
38018        {
38019            "input": "&supsup;",
38020            "description": "Named entity: supsup; with a semi-colon",
38021            "output": [
38022                [
38023                    "Character",
38024                    "\u2ad6"
38025                ]
38026            ]
38027        },
38028        {
38029            "input": "&swArr",
38030            "description": "Bad named entity: swArr without a semi-colon",
38031            "output": [
38032                [
38033                    "Character",
38034                    "&swArr"
38035                ]
38036            ]
38037        },
38038        {
38039            "input": "&swArr;",
38040            "description": "Named entity: swArr; with a semi-colon",
38041            "output": [
38042                [
38043                    "Character",
38044                    "\u21d9"
38045                ]
38046            ]
38047        },
38048        {
38049            "input": "&swarhk",
38050            "description": "Bad named entity: swarhk without a semi-colon",
38051            "output": [
38052                [
38053                    "Character",
38054                    "&swarhk"
38055                ]
38056            ]
38057        },
38058        {
38059            "input": "&swarhk;",
38060            "description": "Named entity: swarhk; with a semi-colon",
38061            "output": [
38062                [
38063                    "Character",
38064                    "\u2926"
38065                ]
38066            ]
38067        },
38068        {
38069            "input": "&swarr",
38070            "description": "Bad named entity: swarr without a semi-colon",
38071            "output": [
38072                [
38073                    "Character",
38074                    "&swarr"
38075                ]
38076            ]
38077        },
38078        {
38079            "input": "&swarr;",
38080            "description": "Named entity: swarr; with a semi-colon",
38081            "output": [
38082                [
38083                    "Character",
38084                    "\u2199"
38085                ]
38086            ]
38087        },
38088        {
38089            "input": "&swarrow",
38090            "description": "Bad named entity: swarrow without a semi-colon",
38091            "output": [
38092                [
38093                    "Character",
38094                    "&swarrow"
38095                ]
38096            ]
38097        },
38098        {
38099            "input": "&swarrow;",
38100            "description": "Named entity: swarrow; with a semi-colon",
38101            "output": [
38102                [
38103                    "Character",
38104                    "\u2199"
38105                ]
38106            ]
38107        },
38108        {
38109            "input": "&swnwar",
38110            "description": "Bad named entity: swnwar without a semi-colon",
38111            "output": [
38112                [
38113                    "Character",
38114                    "&swnwar"
38115                ]
38116            ]
38117        },
38118        {
38119            "input": "&swnwar;",
38120            "description": "Named entity: swnwar; with a semi-colon",
38121            "output": [
38122                [
38123                    "Character",
38124                    "\u292a"
38125                ]
38126            ]
38127        },
38128        {
38129            "input": "&szlig",
38130            "description": "Named entity: szlig without a semi-colon",
38131            "output": [
38132                "ParseError",
38133                [
38134                    "Character",
38135                    "\u00df"
38136                ]
38137            ]
38138        },
38139        {
38140            "input": "&szlig;",
38141            "description": "Named entity: szlig; with a semi-colon",
38142            "output": [
38143                [
38144                    "Character",
38145                    "\u00df"
38146                ]
38147            ]
38148        },
38149        {
38150            "input": "&target",
38151            "description": "Bad named entity: target without a semi-colon",
38152            "output": [
38153                [
38154                    "Character",
38155                    "&target"
38156                ]
38157            ]
38158        },
38159        {
38160            "input": "&target;",
38161            "description": "Named entity: target; with a semi-colon",
38162            "output": [
38163                [
38164                    "Character",
38165                    "\u2316"
38166                ]
38167            ]
38168        },
38169        {
38170            "input": "&tau",
38171            "description": "Bad named entity: tau without a semi-colon",
38172            "output": [
38173                [
38174                    "Character",
38175                    "&tau"
38176                ]
38177            ]
38178        },
38179        {
38180            "input": "&tau;",
38181            "description": "Named entity: tau; with a semi-colon",
38182            "output": [
38183                [
38184                    "Character",
38185                    "\u03c4"
38186                ]
38187            ]
38188        },
38189        {
38190            "input": "&tbrk",
38191            "description": "Bad named entity: tbrk without a semi-colon",
38192            "output": [
38193                [
38194                    "Character",
38195                    "&tbrk"
38196                ]
38197            ]
38198        },
38199        {
38200            "input": "&tbrk;",
38201            "description": "Named entity: tbrk; with a semi-colon",
38202            "output": [
38203                [
38204                    "Character",
38205                    "\u23b4"
38206                ]
38207            ]
38208        },
38209        {
38210            "input": "&tcaron",
38211            "description": "Bad named entity: tcaron without a semi-colon",
38212            "output": [
38213                [
38214                    "Character",
38215                    "&tcaron"
38216                ]
38217            ]
38218        },
38219        {
38220            "input": "&tcaron;",
38221            "description": "Named entity: tcaron; with a semi-colon",
38222            "output": [
38223                [
38224                    "Character",
38225                    "\u0165"
38226                ]
38227            ]
38228        },
38229        {
38230            "input": "&tcedil",
38231            "description": "Bad named entity: tcedil without a semi-colon",
38232            "output": [
38233                [
38234                    "Character",
38235                    "&tcedil"
38236                ]
38237            ]
38238        },
38239        {
38240            "input": "&tcedil;",
38241            "description": "Named entity: tcedil; with a semi-colon",
38242            "output": [
38243                [
38244                    "Character",
38245                    "\u0163"
38246                ]
38247            ]
38248        },
38249        {
38250            "input": "&tcy",
38251            "description": "Bad named entity: tcy without a semi-colon",
38252            "output": [
38253                [
38254                    "Character",
38255                    "&tcy"
38256                ]
38257            ]
38258        },
38259        {
38260            "input": "&tcy;",
38261            "description": "Named entity: tcy; with a semi-colon",
38262            "output": [
38263                [
38264                    "Character",
38265                    "\u0442"
38266                ]
38267            ]
38268        },
38269        {
38270            "input": "&tdot",
38271            "description": "Bad named entity: tdot without a semi-colon",
38272            "output": [
38273                [
38274                    "Character",
38275                    "&tdot"
38276                ]
38277            ]
38278        },
38279        {
38280            "input": "&tdot;",
38281            "description": "Named entity: tdot; with a semi-colon",
38282            "output": [
38283                [
38284                    "Character",
38285                    "\u20db"
38286                ]
38287            ]
38288        },
38289        {
38290            "input": "&telrec",
38291            "description": "Bad named entity: telrec without a semi-colon",
38292            "output": [
38293                [
38294                    "Character",
38295                    "&telrec"
38296                ]
38297            ]
38298        },
38299        {
38300            "input": "&telrec;",
38301            "description": "Named entity: telrec; with a semi-colon",
38302            "output": [
38303                [
38304                    "Character",
38305                    "\u2315"
38306                ]
38307            ]
38308        },
38309        {
38310            "input": "&tfr",
38311            "description": "Bad named entity: tfr without a semi-colon",
38312            "output": [
38313                [
38314                    "Character",
38315                    "&tfr"
38316                ]
38317            ]
38318        },
38319        {
38320            "input": "&tfr;",
38321            "description": "Named entity: tfr; with a semi-colon",
38322            "output": [
38323                [
38324                    "Character",
38325                    "\ud835\udd31"
38326                ]
38327            ]
38328        },
38329        {
38330            "input": "&there4",
38331            "description": "Bad named entity: there4 without a semi-colon",
38332            "output": [
38333                [
38334                    "Character",
38335                    "&there4"
38336                ]
38337            ]
38338        },
38339        {
38340            "input": "&there4;",
38341            "description": "Named entity: there4; with a semi-colon",
38342            "output": [
38343                [
38344                    "Character",
38345                    "\u2234"
38346                ]
38347            ]
38348        },
38349        {
38350            "input": "&therefore",
38351            "description": "Bad named entity: therefore without a semi-colon",
38352            "output": [
38353                [
38354                    "Character",
38355                    "&therefore"
38356                ]
38357            ]
38358        },
38359        {
38360            "input": "&therefore;",
38361            "description": "Named entity: therefore; with a semi-colon",
38362            "output": [
38363                [
38364                    "Character",
38365                    "\u2234"
38366                ]
38367            ]
38368        },
38369        {
38370            "input": "&theta",
38371            "description": "Bad named entity: theta without a semi-colon",
38372            "output": [
38373                [
38374                    "Character",
38375                    "&theta"
38376                ]
38377            ]
38378        },
38379        {
38380            "input": "&theta;",
38381            "description": "Named entity: theta; with a semi-colon",
38382            "output": [
38383                [
38384                    "Character",
38385                    "\u03b8"
38386                ]
38387            ]
38388        },
38389        {
38390            "input": "&thetasym",
38391            "description": "Bad named entity: thetasym without a semi-colon",
38392            "output": [
38393                [
38394                    "Character",
38395                    "&thetasym"
38396                ]
38397            ]
38398        },
38399        {
38400            "input": "&thetasym;",
38401            "description": "Named entity: thetasym; with a semi-colon",
38402            "output": [
38403                [
38404                    "Character",
38405                    "\u03d1"
38406                ]
38407            ]
38408        },
38409        {
38410            "input": "&thetav",
38411            "description": "Bad named entity: thetav without a semi-colon",
38412            "output": [
38413                [
38414                    "Character",
38415                    "&thetav"
38416                ]
38417            ]
38418        },
38419        {
38420            "input": "&thetav;",
38421            "description": "Named entity: thetav; with a semi-colon",
38422            "output": [
38423                [
38424                    "Character",
38425                    "\u03d1"
38426                ]
38427            ]
38428        },
38429        {
38430            "input": "&thickapprox",
38431            "description": "Bad named entity: thickapprox without a semi-colon",
38432            "output": [
38433                [
38434                    "Character",
38435                    "&thickapprox"
38436                ]
38437            ]
38438        },
38439        {
38440            "input": "&thickapprox;",
38441            "description": "Named entity: thickapprox; with a semi-colon",
38442            "output": [
38443                [
38444                    "Character",
38445                    "\u2248"
38446                ]
38447            ]
38448        },
38449        {
38450            "input": "&thicksim",
38451            "description": "Bad named entity: thicksim without a semi-colon",
38452            "output": [
38453                [
38454                    "Character",
38455                    "&thicksim"
38456                ]
38457            ]
38458        },
38459        {
38460            "input": "&thicksim;",
38461            "description": "Named entity: thicksim; with a semi-colon",
38462            "output": [
38463                [
38464                    "Character",
38465                    "\u223c"
38466                ]
38467            ]
38468        },
38469        {
38470            "input": "&thinsp",
38471            "description": "Bad named entity: thinsp without a semi-colon",
38472            "output": [
38473                [
38474                    "Character",
38475                    "&thinsp"
38476                ]
38477            ]
38478        },
38479        {
38480            "input": "&thinsp;",
38481            "description": "Named entity: thinsp; with a semi-colon",
38482            "output": [
38483                [
38484                    "Character",
38485                    "\u2009"
38486                ]
38487            ]
38488        },
38489        {
38490            "input": "&thkap",
38491            "description": "Bad named entity: thkap without a semi-colon",
38492            "output": [
38493                [
38494                    "Character",
38495                    "&thkap"
38496                ]
38497            ]
38498        },
38499        {
38500            "input": "&thkap;",
38501            "description": "Named entity: thkap; with a semi-colon",
38502            "output": [
38503                [
38504                    "Character",
38505                    "\u2248"
38506                ]
38507            ]
38508        },
38509        {
38510            "input": "&thksim",
38511            "description": "Bad named entity: thksim without a semi-colon",
38512            "output": [
38513                [
38514                    "Character",
38515                    "&thksim"
38516                ]
38517            ]
38518        },
38519        {
38520            "input": "&thksim;",
38521            "description": "Named entity: thksim; with a semi-colon",
38522            "output": [
38523                [
38524                    "Character",
38525                    "\u223c"
38526                ]
38527            ]
38528        },
38529        {
38530            "input": "&thorn",
38531            "description": "Named entity: thorn without a semi-colon",
38532            "output": [
38533                "ParseError",
38534                [
38535                    "Character",
38536                    "\u00fe"
38537                ]
38538            ]
38539        },
38540        {
38541            "input": "&thorn;",
38542            "description": "Named entity: thorn; with a semi-colon",
38543            "output": [
38544                [
38545                    "Character",
38546                    "\u00fe"
38547                ]
38548            ]
38549        },
38550        {
38551            "input": "&tilde",
38552            "description": "Bad named entity: tilde without a semi-colon",
38553            "output": [
38554                [
38555                    "Character",
38556                    "&tilde"
38557                ]
38558            ]
38559        },
38560        {
38561            "input": "&tilde;",
38562            "description": "Named entity: tilde; with a semi-colon",
38563            "output": [
38564                [
38565                    "Character",
38566                    "\u02dc"
38567                ]
38568            ]
38569        },
38570        {
38571            "input": "&times",
38572            "description": "Named entity: times without a semi-colon",
38573            "output": [
38574                "ParseError",
38575                [
38576                    "Character",
38577                    "\u00d7"
38578                ]
38579            ]
38580        },
38581        {
38582            "input": "&times;",
38583            "description": "Named entity: times; with a semi-colon",
38584            "output": [
38585                [
38586                    "Character",
38587                    "\u00d7"
38588                ]
38589            ]
38590        },
38591        {
38592            "input": "&timesb;",
38593            "description": "Named entity: timesb; with a semi-colon",
38594            "output": [
38595                [
38596                    "Character",
38597                    "\u22a0"
38598                ]
38599            ]
38600        },
38601        {
38602            "input": "&timesbar;",
38603            "description": "Named entity: timesbar; with a semi-colon",
38604            "output": [
38605                [
38606                    "Character",
38607                    "\u2a31"
38608                ]
38609            ]
38610        },
38611        {
38612            "input": "&timesd;",
38613            "description": "Named entity: timesd; with a semi-colon",
38614            "output": [
38615                [
38616                    "Character",
38617                    "\u2a30"
38618                ]
38619            ]
38620        },
38621        {
38622            "input": "&tint",
38623            "description": "Bad named entity: tint without a semi-colon",
38624            "output": [
38625                [
38626                    "Character",
38627                    "&tint"
38628                ]
38629            ]
38630        },
38631        {
38632            "input": "&tint;",
38633            "description": "Named entity: tint; with a semi-colon",
38634            "output": [
38635                [
38636                    "Character",
38637                    "\u222d"
38638                ]
38639            ]
38640        },
38641        {
38642            "input": "&toea",
38643            "description": "Bad named entity: toea without a semi-colon",
38644            "output": [
38645                [
38646                    "Character",
38647                    "&toea"
38648                ]
38649            ]
38650        },
38651        {
38652            "input": "&toea;",
38653            "description": "Named entity: toea; with a semi-colon",
38654            "output": [
38655                [
38656                    "Character",
38657                    "\u2928"
38658                ]
38659            ]
38660        },
38661        {
38662            "input": "&top",
38663            "description": "Bad named entity: top without a semi-colon",
38664            "output": [
38665                [
38666                    "Character",
38667                    "&top"
38668                ]
38669            ]
38670        },
38671        {
38672            "input": "&top;",
38673            "description": "Named entity: top; with a semi-colon",
38674            "output": [
38675                [
38676                    "Character",
38677                    "\u22a4"
38678                ]
38679            ]
38680        },
38681        {
38682            "input": "&topbot",
38683            "description": "Bad named entity: topbot without a semi-colon",
38684            "output": [
38685                [
38686                    "Character",
38687                    "&topbot"
38688                ]
38689            ]
38690        },
38691        {
38692            "input": "&topbot;",
38693            "description": "Named entity: topbot; with a semi-colon",
38694            "output": [
38695                [
38696                    "Character",
38697                    "\u2336"
38698                ]
38699            ]
38700        },
38701        {
38702            "input": "&topcir",
38703            "description": "Bad named entity: topcir without a semi-colon",
38704            "output": [
38705                [
38706                    "Character",
38707                    "&topcir"
38708                ]
38709            ]
38710        },
38711        {
38712            "input": "&topcir;",
38713            "description": "Named entity: topcir; with a semi-colon",
38714            "output": [
38715                [
38716                    "Character",
38717                    "\u2af1"
38718                ]
38719            ]
38720        },
38721        {
38722            "input": "&topf",
38723            "description": "Bad named entity: topf without a semi-colon",
38724            "output": [
38725                [
38726                    "Character",
38727                    "&topf"
38728                ]
38729            ]
38730        },
38731        {
38732            "input": "&topf;",
38733            "description": "Named entity: topf; with a semi-colon",
38734            "output": [
38735                [
38736                    "Character",
38737                    "\ud835\udd65"
38738                ]
38739            ]
38740        },
38741        {
38742            "input": "&topfork",
38743            "description": "Bad named entity: topfork without a semi-colon",
38744            "output": [
38745                [
38746                    "Character",
38747                    "&topfork"
38748                ]
38749            ]
38750        },
38751        {
38752            "input": "&topfork;",
38753            "description": "Named entity: topfork; with a semi-colon",
38754            "output": [
38755                [
38756                    "Character",
38757                    "\u2ada"
38758                ]
38759            ]
38760        },
38761        {
38762            "input": "&tosa",
38763            "description": "Bad named entity: tosa without a semi-colon",
38764            "output": [
38765                [
38766                    "Character",
38767                    "&tosa"
38768                ]
38769            ]
38770        },
38771        {
38772            "input": "&tosa;",
38773            "description": "Named entity: tosa; with a semi-colon",
38774            "output": [
38775                [
38776                    "Character",
38777                    "\u2929"
38778                ]
38779            ]
38780        },
38781        {
38782            "input": "&tprime",
38783            "description": "Bad named entity: tprime without a semi-colon",
38784            "output": [
38785                [
38786                    "Character",
38787                    "&tprime"
38788                ]
38789            ]
38790        },
38791        {
38792            "input": "&tprime;",
38793            "description": "Named entity: tprime; with a semi-colon",
38794            "output": [
38795                [
38796                    "Character",
38797                    "\u2034"
38798                ]
38799            ]
38800        },
38801        {
38802            "input": "&trade",
38803            "description": "Bad named entity: trade without a semi-colon",
38804            "output": [
38805                [
38806                    "Character",
38807                    "&trade"
38808                ]
38809            ]
38810        },
38811        {
38812            "input": "&trade;",
38813            "description": "Named entity: trade; with a semi-colon",
38814            "output": [
38815                [
38816                    "Character",
38817                    "\u2122"
38818                ]
38819            ]
38820        },
38821        {
38822            "input": "&triangle",
38823            "description": "Bad named entity: triangle without a semi-colon",
38824            "output": [
38825                [
38826                    "Character",
38827                    "&triangle"
38828                ]
38829            ]
38830        },
38831        {
38832            "input": "&triangle;",
38833            "description": "Named entity: triangle; with a semi-colon",
38834            "output": [
38835                [
38836                    "Character",
38837                    "\u25b5"
38838                ]
38839            ]
38840        },
38841        {
38842            "input": "&triangledown",
38843            "description": "Bad named entity: triangledown without a semi-colon",
38844            "output": [
38845                [
38846                    "Character",
38847                    "&triangledown"
38848                ]
38849            ]
38850        },
38851        {
38852            "input": "&triangledown;",
38853            "description": "Named entity: triangledown; with a semi-colon",
38854            "output": [
38855                [
38856                    "Character",
38857                    "\u25bf"
38858                ]
38859            ]
38860        },
38861        {
38862            "input": "&triangleleft",
38863            "description": "Bad named entity: triangleleft without a semi-colon",
38864            "output": [
38865                [
38866                    "Character",
38867                    "&triangleleft"
38868                ]
38869            ]
38870        },
38871        {
38872            "input": "&triangleleft;",
38873            "description": "Named entity: triangleleft; with a semi-colon",
38874            "output": [
38875                [
38876                    "Character",
38877                    "\u25c3"
38878                ]
38879            ]
38880        },
38881        {
38882            "input": "&trianglelefteq",
38883            "description": "Bad named entity: trianglelefteq without a semi-colon",
38884            "output": [
38885                [
38886                    "Character",
38887                    "&trianglelefteq"
38888                ]
38889            ]
38890        },
38891        {
38892            "input": "&trianglelefteq;",
38893            "description": "Named entity: trianglelefteq; with a semi-colon",
38894            "output": [
38895                [
38896                    "Character",
38897                    "\u22b4"
38898                ]
38899            ]
38900        },
38901        {
38902            "input": "&triangleq",
38903            "description": "Bad named entity: triangleq without a semi-colon",
38904            "output": [
38905                [
38906                    "Character",
38907                    "&triangleq"
38908                ]
38909            ]
38910        },
38911        {
38912            "input": "&triangleq;",
38913            "description": "Named entity: triangleq; with a semi-colon",
38914            "output": [
38915                [
38916                    "Character",
38917                    "\u225c"
38918                ]
38919            ]
38920        },
38921        {
38922            "input": "&triangleright",
38923            "description": "Bad named entity: triangleright without a semi-colon",
38924            "output": [
38925                [
38926                    "Character",
38927                    "&triangleright"
38928                ]
38929            ]
38930        },
38931        {
38932            "input": "&triangleright;",
38933            "description": "Named entity: triangleright; with a semi-colon",
38934            "output": [
38935                [
38936                    "Character",
38937                    "\u25b9"
38938                ]
38939            ]
38940        },
38941        {
38942            "input": "&trianglerighteq",
38943            "description": "Bad named entity: trianglerighteq without a semi-colon",
38944            "output": [
38945                [
38946                    "Character",
38947                    "&trianglerighteq"
38948                ]
38949            ]
38950        },
38951        {
38952            "input": "&trianglerighteq;",
38953            "description": "Named entity: trianglerighteq; with a semi-colon",
38954            "output": [
38955                [
38956                    "Character",
38957                    "\u22b5"
38958                ]
38959            ]
38960        },
38961        {
38962            "input": "&tridot",
38963            "description": "Bad named entity: tridot without a semi-colon",
38964            "output": [
38965                [
38966                    "Character",
38967                    "&tridot"
38968                ]
38969            ]
38970        },
38971        {
38972            "input": "&tridot;",
38973            "description": "Named entity: tridot; with a semi-colon",
38974            "output": [
38975                [
38976                    "Character",
38977                    "\u25ec"
38978                ]
38979            ]
38980        },
38981        {
38982            "input": "&trie",
38983            "description": "Bad named entity: trie without a semi-colon",
38984            "output": [
38985                [
38986                    "Character",
38987                    "&trie"
38988                ]
38989            ]
38990        },
38991        {
38992            "input": "&trie;",
38993            "description": "Named entity: trie; with a semi-colon",
38994            "output": [
38995                [
38996                    "Character",
38997                    "\u225c"
38998                ]
38999            ]
39000        },
39001        {
39002            "input": "&triminus",
39003            "description": "Bad named entity: triminus without a semi-colon",
39004            "output": [
39005                [
39006                    "Character",
39007                    "&triminus"
39008                ]
39009            ]
39010        },
39011        {
39012            "input": "&triminus;",
39013            "description": "Named entity: triminus; with a semi-colon",
39014            "output": [
39015                [
39016                    "Character",
39017                    "\u2a3a"
39018                ]
39019            ]
39020        },
39021        {
39022            "input": "&triplus",
39023            "description": "Bad named entity: triplus without a semi-colon",
39024            "output": [
39025                [
39026                    "Character",
39027                    "&triplus"
39028                ]
39029            ]
39030        },
39031        {
39032            "input": "&triplus;",
39033            "description": "Named entity: triplus; with a semi-colon",
39034            "output": [
39035                [
39036                    "Character",
39037                    "\u2a39"
39038                ]
39039            ]
39040        },
39041        {
39042            "input": "&trisb",
39043            "description": "Bad named entity: trisb without a semi-colon",
39044            "output": [
39045                [
39046                    "Character",
39047                    "&trisb"
39048                ]
39049            ]
39050        },
39051        {
39052            "input": "&trisb;",
39053            "description": "Named entity: trisb; with a semi-colon",
39054            "output": [
39055                [
39056                    "Character",
39057                    "\u29cd"
39058                ]
39059            ]
39060        },
39061        {
39062            "input": "&tritime",
39063            "description": "Bad named entity: tritime without a semi-colon",
39064            "output": [
39065                [
39066                    "Character",
39067                    "&tritime"
39068                ]
39069            ]
39070        },
39071        {
39072            "input": "&tritime;",
39073            "description": "Named entity: tritime; with a semi-colon",
39074            "output": [
39075                [
39076                    "Character",
39077                    "\u2a3b"
39078                ]
39079            ]
39080        },
39081        {
39082            "input": "&trpezium",
39083            "description": "Bad named entity: trpezium without a semi-colon",
39084            "output": [
39085                [
39086                    "Character",
39087                    "&trpezium"
39088                ]
39089            ]
39090        },
39091        {
39092            "input": "&trpezium;",
39093            "description": "Named entity: trpezium; with a semi-colon",
39094            "output": [
39095                [
39096                    "Character",
39097                    "\u23e2"
39098                ]
39099            ]
39100        },
39101        {
39102            "input": "&tscr",
39103            "description": "Bad named entity: tscr without a semi-colon",
39104            "output": [
39105                [
39106                    "Character",
39107                    "&tscr"
39108                ]
39109            ]
39110        },
39111        {
39112            "input": "&tscr;",
39113            "description": "Named entity: tscr; with a semi-colon",
39114            "output": [
39115                [
39116                    "Character",
39117                    "\ud835\udcc9"
39118                ]
39119            ]
39120        },
39121        {
39122            "input": "&tscy",
39123            "description": "Bad named entity: tscy without a semi-colon",
39124            "output": [
39125                [
39126                    "Character",
39127                    "&tscy"
39128                ]
39129            ]
39130        },
39131        {
39132            "input": "&tscy;",
39133            "description": "Named entity: tscy; with a semi-colon",
39134            "output": [
39135                [
39136                    "Character",
39137                    "\u0446"
39138                ]
39139            ]
39140        },
39141        {
39142            "input": "&tshcy",
39143            "description": "Bad named entity: tshcy without a semi-colon",
39144            "output": [
39145                [
39146                    "Character",
39147                    "&tshcy"
39148                ]
39149            ]
39150        },
39151        {
39152            "input": "&tshcy;",
39153            "description": "Named entity: tshcy; with a semi-colon",
39154            "output": [
39155                [
39156                    "Character",
39157                    "\u045b"
39158                ]
39159            ]
39160        },
39161        {
39162            "input": "&tstrok",
39163            "description": "Bad named entity: tstrok without a semi-colon",
39164            "output": [
39165                [
39166                    "Character",
39167                    "&tstrok"
39168                ]
39169            ]
39170        },
39171        {
39172            "input": "&tstrok;",
39173            "description": "Named entity: tstrok; with a semi-colon",
39174            "output": [
39175                [
39176                    "Character",
39177                    "\u0167"
39178                ]
39179            ]
39180        },
39181        {
39182            "input": "&twixt",
39183            "description": "Bad named entity: twixt without a semi-colon",
39184            "output": [
39185                [
39186                    "Character",
39187                    "&twixt"
39188                ]
39189            ]
39190        },
39191        {
39192            "input": "&twixt;",
39193            "description": "Named entity: twixt; with a semi-colon",
39194            "output": [
39195                [
39196                    "Character",
39197                    "\u226c"
39198                ]
39199            ]
39200        },
39201        {
39202            "input": "&twoheadleftarrow",
39203            "description": "Bad named entity: twoheadleftarrow without a semi-colon",
39204            "output": [
39205                [
39206                    "Character",
39207                    "&twoheadleftarrow"
39208                ]
39209            ]
39210        },
39211        {
39212            "input": "&twoheadleftarrow;",
39213            "description": "Named entity: twoheadleftarrow; with a semi-colon",
39214            "output": [
39215                [
39216                    "Character",
39217                    "\u219e"
39218                ]
39219            ]
39220        },
39221        {
39222            "input": "&twoheadrightarrow",
39223            "description": "Bad named entity: twoheadrightarrow without a semi-colon",
39224            "output": [
39225                [
39226                    "Character",
39227                    "&twoheadrightarrow"
39228                ]
39229            ]
39230        },
39231        {
39232            "input": "&twoheadrightarrow;",
39233            "description": "Named entity: twoheadrightarrow; with a semi-colon",
39234            "output": [
39235                [
39236                    "Character",
39237                    "\u21a0"
39238                ]
39239            ]
39240        },
39241        {
39242            "input": "&uArr",
39243            "description": "Bad named entity: uArr without a semi-colon",
39244            "output": [
39245                [
39246                    "Character",
39247                    "&uArr"
39248                ]
39249            ]
39250        },
39251        {
39252            "input": "&uArr;",
39253            "description": "Named entity: uArr; with a semi-colon",
39254            "output": [
39255                [
39256                    "Character",
39257                    "\u21d1"
39258                ]
39259            ]
39260        },
39261        {
39262            "input": "&uHar",
39263            "description": "Bad named entity: uHar without a semi-colon",
39264            "output": [
39265                [
39266                    "Character",
39267                    "&uHar"
39268                ]
39269            ]
39270        },
39271        {
39272            "input": "&uHar;",
39273            "description": "Named entity: uHar; with a semi-colon",
39274            "output": [
39275                [
39276                    "Character",
39277                    "\u2963"
39278                ]
39279            ]
39280        },
39281        {
39282            "input": "&uacute",
39283            "description": "Named entity: uacute without a semi-colon",
39284            "output": [
39285                "ParseError",
39286                [
39287                    "Character",
39288                    "\u00fa"
39289                ]
39290            ]
39291        },
39292        {
39293            "input": "&uacute;",
39294            "description": "Named entity: uacute; with a semi-colon",
39295            "output": [
39296                [
39297                    "Character",
39298                    "\u00fa"
39299                ]
39300            ]
39301        },
39302        {
39303            "input": "&uarr",
39304            "description": "Bad named entity: uarr without a semi-colon",
39305            "output": [
39306                [
39307                    "Character",
39308                    "&uarr"
39309                ]
39310            ]
39311        },
39312        {
39313            "input": "&uarr;",
39314            "description": "Named entity: uarr; with a semi-colon",
39315            "output": [
39316                [
39317                    "Character",
39318                    "\u2191"
39319                ]
39320            ]
39321        },
39322        {
39323            "input": "&ubrcy",
39324            "description": "Bad named entity: ubrcy without a semi-colon",
39325            "output": [
39326                [
39327                    "Character",
39328                    "&ubrcy"
39329                ]
39330            ]
39331        },
39332        {
39333            "input": "&ubrcy;",
39334            "description": "Named entity: ubrcy; with a semi-colon",
39335            "output": [
39336                [
39337                    "Character",
39338                    "\u045e"
39339                ]
39340            ]
39341        },
39342        {
39343            "input": "&ubreve",
39344            "description": "Bad named entity: ubreve without a semi-colon",
39345            "output": [
39346                [
39347                    "Character",
39348                    "&ubreve"
39349                ]
39350            ]
39351        },
39352        {
39353            "input": "&ubreve;",
39354            "description": "Named entity: ubreve; with a semi-colon",
39355            "output": [
39356                [
39357                    "Character",
39358                    "\u016d"
39359                ]
39360            ]
39361        },
39362        {
39363            "input": "&ucirc",
39364            "description": "Named entity: ucirc without a semi-colon",
39365            "output": [
39366                "ParseError",
39367                [
39368                    "Character",
39369                    "\u00fb"
39370                ]
39371            ]
39372        },
39373        {
39374            "input": "&ucirc;",
39375            "description": "Named entity: ucirc; with a semi-colon",
39376            "output": [
39377                [
39378                    "Character",
39379                    "\u00fb"
39380                ]
39381            ]
39382        },
39383        {
39384            "input": "&ucy",
39385            "description": "Bad named entity: ucy without a semi-colon",
39386            "output": [
39387                [
39388                    "Character",
39389                    "&ucy"
39390                ]
39391            ]
39392        },
39393        {
39394            "input": "&ucy;",
39395            "description": "Named entity: ucy; with a semi-colon",
39396            "output": [
39397                [
39398                    "Character",
39399                    "\u0443"
39400                ]
39401            ]
39402        },
39403        {
39404            "input": "&udarr",
39405            "description": "Bad named entity: udarr without a semi-colon",
39406            "output": [
39407                [
39408                    "Character",
39409                    "&udarr"
39410                ]
39411            ]
39412        },
39413        {
39414            "input": "&udarr;",
39415            "description": "Named entity: udarr; with a semi-colon",
39416            "output": [
39417                [
39418                    "Character",
39419                    "\u21c5"
39420                ]
39421            ]
39422        },
39423        {
39424            "input": "&udblac",
39425            "description": "Bad named entity: udblac without a semi-colon",
39426            "output": [
39427                [
39428                    "Character",
39429                    "&udblac"
39430                ]
39431            ]
39432        },
39433        {
39434            "input": "&udblac;",
39435            "description": "Named entity: udblac; with a semi-colon",
39436            "output": [
39437                [
39438                    "Character",
39439                    "\u0171"
39440                ]
39441            ]
39442        },
39443        {
39444            "input": "&udhar",
39445            "description": "Bad named entity: udhar without a semi-colon",
39446            "output": [
39447                [
39448                    "Character",
39449                    "&udhar"
39450                ]
39451            ]
39452        },
39453        {
39454            "input": "&udhar;",
39455            "description": "Named entity: udhar; with a semi-colon",
39456            "output": [
39457                [
39458                    "Character",
39459                    "\u296e"
39460                ]
39461            ]
39462        },
39463        {
39464            "input": "&ufisht",
39465            "description": "Bad named entity: ufisht without a semi-colon",
39466            "output": [
39467                [
39468                    "Character",
39469                    "&ufisht"
39470                ]
39471            ]
39472        },
39473        {
39474            "input": "&ufisht;",
39475            "description": "Named entity: ufisht; with a semi-colon",
39476            "output": [
39477                [
39478                    "Character",
39479                    "\u297e"
39480                ]
39481            ]
39482        },
39483        {
39484            "input": "&ufr",
39485            "description": "Bad named entity: ufr without a semi-colon",
39486            "output": [
39487                [
39488                    "Character",
39489                    "&ufr"
39490                ]
39491            ]
39492        },
39493        {
39494            "input": "&ufr;",
39495            "description": "Named entity: ufr; with a semi-colon",
39496            "output": [
39497                [
39498                    "Character",
39499                    "\ud835\udd32"
39500                ]
39501            ]
39502        },
39503        {
39504            "input": "&ugrave",
39505            "description": "Named entity: ugrave without a semi-colon",
39506            "output": [
39507                "ParseError",
39508                [
39509                    "Character",
39510                    "\u00f9"
39511                ]
39512            ]
39513        },
39514        {
39515            "input": "&ugrave;",
39516            "description": "Named entity: ugrave; with a semi-colon",
39517            "output": [
39518                [
39519                    "Character",
39520                    "\u00f9"
39521                ]
39522            ]
39523        },
39524        {
39525            "input": "&uharl",
39526            "description": "Bad named entity: uharl without a semi-colon",
39527            "output": [
39528                [
39529                    "Character",
39530                    "&uharl"
39531                ]
39532            ]
39533        },
39534        {
39535            "input": "&uharl;",
39536            "description": "Named entity: uharl; with a semi-colon",
39537            "output": [
39538                [
39539                    "Character",
39540                    "\u21bf"
39541                ]
39542            ]
39543        },
39544        {
39545            "input": "&uharr",
39546            "description": "Bad named entity: uharr without a semi-colon",
39547            "output": [
39548                [
39549                    "Character",
39550                    "&uharr"
39551                ]
39552            ]
39553        },
39554        {
39555            "input": "&uharr;",
39556            "description": "Named entity: uharr; with a semi-colon",
39557            "output": [
39558                [
39559                    "Character",
39560                    "\u21be"
39561                ]
39562            ]
39563        },
39564        {
39565            "input": "&uhblk",
39566            "description": "Bad named entity: uhblk without a semi-colon",
39567            "output": [
39568                [
39569                    "Character",
39570                    "&uhblk"
39571                ]
39572            ]
39573        },
39574        {
39575            "input": "&uhblk;",
39576            "description": "Named entity: uhblk; with a semi-colon",
39577            "output": [
39578                [
39579                    "Character",
39580                    "\u2580"
39581                ]
39582            ]
39583        },
39584        {
39585            "input": "&ulcorn",
39586            "description": "Bad named entity: ulcorn without a semi-colon",
39587            "output": [
39588                [
39589                    "Character",
39590                    "&ulcorn"
39591                ]
39592            ]
39593        },
39594        {
39595            "input": "&ulcorn;",
39596            "description": "Named entity: ulcorn; with a semi-colon",
39597            "output": [
39598                [
39599                    "Character",
39600                    "\u231c"
39601                ]
39602            ]
39603        },
39604        {
39605            "input": "&ulcorner",
39606            "description": "Bad named entity: ulcorner without a semi-colon",
39607            "output": [
39608                [
39609                    "Character",
39610                    "&ulcorner"
39611                ]
39612            ]
39613        },
39614        {
39615            "input": "&ulcorner;",
39616            "description": "Named entity: ulcorner; with a semi-colon",
39617            "output": [
39618                [
39619                    "Character",
39620                    "\u231c"
39621                ]
39622            ]
39623        },
39624        {
39625            "input": "&ulcrop",
39626            "description": "Bad named entity: ulcrop without a semi-colon",
39627            "output": [
39628                [
39629                    "Character",
39630                    "&ulcrop"
39631                ]
39632            ]
39633        },
39634        {
39635            "input": "&ulcrop;",
39636            "description": "Named entity: ulcrop; with a semi-colon",
39637            "output": [
39638                [
39639                    "Character",
39640                    "\u230f"
39641                ]
39642            ]
39643        },
39644        {
39645            "input": "&ultri",
39646            "description": "Bad named entity: ultri without a semi-colon",
39647            "output": [
39648                [
39649                    "Character",
39650                    "&ultri"
39651                ]
39652            ]
39653        },
39654        {
39655            "input": "&ultri;",
39656            "description": "Named entity: ultri; with a semi-colon",
39657            "output": [
39658                [
39659                    "Character",
39660                    "\u25f8"
39661                ]
39662            ]
39663        },
39664        {
39665            "input": "&umacr",
39666            "description": "Bad named entity: umacr without a semi-colon",
39667            "output": [
39668                [
39669                    "Character",
39670                    "&umacr"
39671                ]
39672            ]
39673        },
39674        {
39675            "input": "&umacr;",
39676            "description": "Named entity: umacr; with a semi-colon",
39677            "output": [
39678                [
39679                    "Character",
39680                    "\u016b"
39681                ]
39682            ]
39683        },
39684        {
39685            "input": "&uml",
39686            "description": "Named entity: uml without a semi-colon",
39687            "output": [
39688                "ParseError",
39689                [
39690                    "Character",
39691                    "\u00a8"
39692                ]
39693            ]
39694        },
39695        {
39696            "input": "&uml;",
39697            "description": "Named entity: uml; with a semi-colon",
39698            "output": [
39699                [
39700                    "Character",
39701                    "\u00a8"
39702                ]
39703            ]
39704        },
39705        {
39706            "input": "&uogon",
39707            "description": "Bad named entity: uogon without a semi-colon",
39708            "output": [
39709                [
39710                    "Character",
39711                    "&uogon"
39712                ]
39713            ]
39714        },
39715        {
39716            "input": "&uogon;",
39717            "description": "Named entity: uogon; with a semi-colon",
39718            "output": [
39719                [
39720                    "Character",
39721                    "\u0173"
39722                ]
39723            ]
39724        },
39725        {
39726            "input": "&uopf",
39727            "description": "Bad named entity: uopf without a semi-colon",
39728            "output": [
39729                [
39730                    "Character",
39731                    "&uopf"
39732                ]
39733            ]
39734        },
39735        {
39736            "input": "&uopf;",
39737            "description": "Named entity: uopf; with a semi-colon",
39738            "output": [
39739                [
39740                    "Character",
39741                    "\ud835\udd66"
39742                ]
39743            ]
39744        },
39745        {
39746            "input": "&uparrow",
39747            "description": "Bad named entity: uparrow without a semi-colon",
39748            "output": [
39749                [
39750                    "Character",
39751                    "&uparrow"
39752                ]
39753            ]
39754        },
39755        {
39756            "input": "&uparrow;",
39757            "description": "Named entity: uparrow; with a semi-colon",
39758            "output": [
39759                [
39760                    "Character",
39761                    "\u2191"
39762                ]
39763            ]
39764        },
39765        {
39766            "input": "&updownarrow",
39767            "description": "Bad named entity: updownarrow without a semi-colon",
39768            "output": [
39769                [
39770                    "Character",
39771                    "&updownarrow"
39772                ]
39773            ]
39774        },
39775        {
39776            "input": "&updownarrow;",
39777            "description": "Named entity: updownarrow; with a semi-colon",
39778            "output": [
39779                [
39780                    "Character",
39781                    "\u2195"
39782                ]
39783            ]
39784        },
39785        {
39786            "input": "&upharpoonleft",
39787            "description": "Bad named entity: upharpoonleft without a semi-colon",
39788            "output": [
39789                [
39790                    "Character",
39791                    "&upharpoonleft"
39792                ]
39793            ]
39794        },
39795        {
39796            "input": "&upharpoonleft;",
39797            "description": "Named entity: upharpoonleft; with a semi-colon",
39798            "output": [
39799                [
39800                    "Character",
39801                    "\u21bf"
39802                ]
39803            ]
39804        },
39805        {
39806            "input": "&upharpoonright",
39807            "description": "Bad named entity: upharpoonright without a semi-colon",
39808            "output": [
39809                [
39810                    "Character",
39811                    "&upharpoonright"
39812                ]
39813            ]
39814        },
39815        {
39816            "input": "&upharpoonright;",
39817            "description": "Named entity: upharpoonright; with a semi-colon",
39818            "output": [
39819                [
39820                    "Character",
39821                    "\u21be"
39822                ]
39823            ]
39824        },
39825        {
39826            "input": "&uplus",
39827            "description": "Bad named entity: uplus without a semi-colon",
39828            "output": [
39829                [
39830                    "Character",
39831                    "&uplus"
39832                ]
39833            ]
39834        },
39835        {
39836            "input": "&uplus;",
39837            "description": "Named entity: uplus; with a semi-colon",
39838            "output": [
39839                [
39840                    "Character",
39841                    "\u228e"
39842                ]
39843            ]
39844        },
39845        {
39846            "input": "&upsi",
39847            "description": "Bad named entity: upsi without a semi-colon",
39848            "output": [
39849                [
39850                    "Character",
39851                    "&upsi"
39852                ]
39853            ]
39854        },
39855        {
39856            "input": "&upsi;",
39857            "description": "Named entity: upsi; with a semi-colon",
39858            "output": [
39859                [
39860                    "Character",
39861                    "\u03c5"
39862                ]
39863            ]
39864        },
39865        {
39866            "input": "&upsih",
39867            "description": "Bad named entity: upsih without a semi-colon",
39868            "output": [
39869                [
39870                    "Character",
39871                    "&upsih"
39872                ]
39873            ]
39874        },
39875        {
39876            "input": "&upsih;",
39877            "description": "Named entity: upsih; with a semi-colon",
39878            "output": [
39879                [
39880                    "Character",
39881                    "\u03d2"
39882                ]
39883            ]
39884        },
39885        {
39886            "input": "&upsilon",
39887            "description": "Bad named entity: upsilon without a semi-colon",
39888            "output": [
39889                [
39890                    "Character",
39891                    "&upsilon"
39892                ]
39893            ]
39894        },
39895        {
39896            "input": "&upsilon;",
39897            "description": "Named entity: upsilon; with a semi-colon",
39898            "output": [
39899                [
39900                    "Character",
39901                    "\u03c5"
39902                ]
39903            ]
39904        },
39905        {
39906            "input": "&upuparrows",
39907            "description": "Bad named entity: upuparrows without a semi-colon",
39908            "output": [
39909                [
39910                    "Character",
39911                    "&upuparrows"
39912                ]
39913            ]
39914        },
39915        {
39916            "input": "&upuparrows;",
39917            "description": "Named entity: upuparrows; with a semi-colon",
39918            "output": [
39919                [
39920                    "Character",
39921                    "\u21c8"
39922                ]
39923            ]
39924        },
39925        {
39926            "input": "&urcorn",
39927            "description": "Bad named entity: urcorn without a semi-colon",
39928            "output": [
39929                [
39930                    "Character",
39931                    "&urcorn"
39932                ]
39933            ]
39934        },
39935        {
39936            "input": "&urcorn;",
39937            "description": "Named entity: urcorn; with a semi-colon",
39938            "output": [
39939                [
39940                    "Character",
39941                    "\u231d"
39942                ]
39943            ]
39944        },
39945        {
39946            "input": "&urcorner",
39947            "description": "Bad named entity: urcorner without a semi-colon",
39948            "output": [
39949                [
39950                    "Character",
39951                    "&urcorner"
39952                ]
39953            ]
39954        },
39955        {
39956            "input": "&urcorner;",
39957            "description": "Named entity: urcorner; with a semi-colon",
39958            "output": [
39959                [
39960                    "Character",
39961                    "\u231d"
39962                ]
39963            ]
39964        },
39965        {
39966            "input": "&urcrop",
39967            "description": "Bad named entity: urcrop without a semi-colon",
39968            "output": [
39969                [
39970                    "Character",
39971                    "&urcrop"
39972                ]
39973            ]
39974        },
39975        {
39976            "input": "&urcrop;",
39977            "description": "Named entity: urcrop; with a semi-colon",
39978            "output": [
39979                [
39980                    "Character",
39981                    "\u230e"
39982                ]
39983            ]
39984        },
39985        {
39986            "input": "&uring",
39987            "description": "Bad named entity: uring without a semi-colon",
39988            "output": [
39989                [
39990                    "Character",
39991                    "&uring"
39992                ]
39993            ]
39994        },
39995        {
39996            "input": "&uring;",
39997            "description": "Named entity: uring; with a semi-colon",
39998            "output": [
39999                [
40000                    "Character",
40001                    "\u016f"
40002                ]
40003            ]
40004        },
40005        {
40006            "input": "&urtri",
40007            "description": "Bad named entity: urtri without a semi-colon",
40008            "output": [
40009                [
40010                    "Character",
40011                    "&urtri"
40012                ]
40013            ]
40014        },
40015        {
40016            "input": "&urtri;",
40017            "description": "Named entity: urtri; with a semi-colon",
40018            "output": [
40019                [
40020                    "Character",
40021                    "\u25f9"
40022                ]
40023            ]
40024        },
40025        {
40026            "input": "&uscr",
40027            "description": "Bad named entity: uscr without a semi-colon",
40028            "output": [
40029                [
40030                    "Character",
40031                    "&uscr"
40032                ]
40033            ]
40034        },
40035        {
40036            "input": "&uscr;",
40037            "description": "Named entity: uscr; with a semi-colon",
40038            "output": [
40039                [
40040                    "Character",
40041                    "\ud835\udcca"
40042                ]
40043            ]
40044        },
40045        {
40046            "input": "&utdot",
40047            "description": "Bad named entity: utdot without a semi-colon",
40048            "output": [
40049                [
40050                    "Character",
40051                    "&utdot"
40052                ]
40053            ]
40054        },
40055        {
40056            "input": "&utdot;",
40057            "description": "Named entity: utdot; with a semi-colon",
40058            "output": [
40059                [
40060                    "Character",
40061                    "\u22f0"
40062                ]
40063            ]
40064        },
40065        {
40066            "input": "&utilde",
40067            "description": "Bad named entity: utilde without a semi-colon",
40068            "output": [
40069                [
40070                    "Character",
40071                    "&utilde"
40072                ]
40073            ]
40074        },
40075        {
40076            "input": "&utilde;",
40077            "description": "Named entity: utilde; with a semi-colon",
40078            "output": [
40079                [
40080                    "Character",
40081                    "\u0169"
40082                ]
40083            ]
40084        },
40085        {
40086            "input": "&utri",
40087            "description": "Bad named entity: utri without a semi-colon",
40088            "output": [
40089                [
40090                    "Character",
40091                    "&utri"
40092                ]
40093            ]
40094        },
40095        {
40096            "input": "&utri;",
40097            "description": "Named entity: utri; with a semi-colon",
40098            "output": [
40099                [
40100                    "Character",
40101                    "\u25b5"
40102                ]
40103            ]
40104        },
40105        {
40106            "input": "&utrif",
40107            "description": "Bad named entity: utrif without a semi-colon",
40108            "output": [
40109                [
40110                    "Character",
40111                    "&utrif"
40112                ]
40113            ]
40114        },
40115        {
40116            "input": "&utrif;",
40117            "description": "Named entity: utrif; with a semi-colon",
40118            "output": [
40119                [
40120                    "Character",
40121                    "\u25b4"
40122                ]
40123            ]
40124        },
40125        {
40126            "input": "&uuarr",
40127            "description": "Bad named entity: uuarr without a semi-colon",
40128            "output": [
40129                [
40130                    "Character",
40131                    "&uuarr"
40132                ]
40133            ]
40134        },
40135        {
40136            "input": "&uuarr;",
40137            "description": "Named entity: uuarr; with a semi-colon",
40138            "output": [
40139                [
40140                    "Character",
40141                    "\u21c8"
40142                ]
40143            ]
40144        },
40145        {
40146            "input": "&uuml",
40147            "description": "Named entity: uuml without a semi-colon",
40148            "output": [
40149                "ParseError",
40150                [
40151                    "Character",
40152                    "\u00fc"
40153                ]
40154            ]
40155        },
40156        {
40157            "input": "&uuml;",
40158            "description": "Named entity: uuml; with a semi-colon",
40159            "output": [
40160                [
40161                    "Character",
40162                    "\u00fc"
40163                ]
40164            ]
40165        },
40166        {
40167            "input": "&uwangle",
40168            "description": "Bad named entity: uwangle without a semi-colon",
40169            "output": [
40170                [
40171                    "Character",
40172                    "&uwangle"
40173                ]
40174            ]
40175        },
40176        {
40177            "input": "&uwangle;",
40178            "description": "Named entity: uwangle; with a semi-colon",
40179            "output": [
40180                [
40181                    "Character",
40182                    "\u29a7"
40183                ]
40184            ]
40185        },
40186        {
40187            "input": "&vArr",
40188            "description": "Bad named entity: vArr without a semi-colon",
40189            "output": [
40190                [
40191                    "Character",
40192                    "&vArr"
40193                ]
40194            ]
40195        },
40196        {
40197            "input": "&vArr;",
40198            "description": "Named entity: vArr; with a semi-colon",
40199            "output": [
40200                [
40201                    "Character",
40202                    "\u21d5"
40203                ]
40204            ]
40205        },
40206        {
40207            "input": "&vBar",
40208            "description": "Bad named entity: vBar without a semi-colon",
40209            "output": [
40210                [
40211                    "Character",
40212                    "&vBar"
40213                ]
40214            ]
40215        },
40216        {
40217            "input": "&vBar;",
40218            "description": "Named entity: vBar; with a semi-colon",
40219            "output": [
40220                [
40221                    "Character",
40222                    "\u2ae8"
40223                ]
40224            ]
40225        },
40226        {
40227            "input": "&vBarv",
40228            "description": "Bad named entity: vBarv without a semi-colon",
40229            "output": [
40230                [
40231                    "Character",
40232                    "&vBarv"
40233                ]
40234            ]
40235        },
40236        {
40237            "input": "&vBarv;",
40238            "description": "Named entity: vBarv; with a semi-colon",
40239            "output": [
40240                [
40241                    "Character",
40242                    "\u2ae9"
40243                ]
40244            ]
40245        },
40246        {
40247            "input": "&vDash",
40248            "description": "Bad named entity: vDash without a semi-colon",
40249            "output": [
40250                [
40251                    "Character",
40252                    "&vDash"
40253                ]
40254            ]
40255        },
40256        {
40257            "input": "&vDash;",
40258            "description": "Named entity: vDash; with a semi-colon",
40259            "output": [
40260                [
40261                    "Character",
40262                    "\u22a8"
40263                ]
40264            ]
40265        },
40266        {
40267            "input": "&vangrt",
40268            "description": "Bad named entity: vangrt without a semi-colon",
40269            "output": [
40270                [
40271                    "Character",
40272                    "&vangrt"
40273                ]
40274            ]
40275        },
40276        {
40277            "input": "&vangrt;",
40278            "description": "Named entity: vangrt; with a semi-colon",
40279            "output": [
40280                [
40281                    "Character",
40282                    "\u299c"
40283                ]
40284            ]
40285        },
40286        {
40287            "input": "&varepsilon",
40288            "description": "Bad named entity: varepsilon without a semi-colon",
40289            "output": [
40290                [
40291                    "Character",
40292                    "&varepsilon"
40293                ]
40294            ]
40295        },
40296        {
40297            "input": "&varepsilon;",
40298            "description": "Named entity: varepsilon; with a semi-colon",
40299            "output": [
40300                [
40301                    "Character",
40302                    "\u03f5"
40303                ]
40304            ]
40305        },
40306        {
40307            "input": "&varkappa",
40308            "description": "Bad named entity: varkappa without a semi-colon",
40309            "output": [
40310                [
40311                    "Character",
40312                    "&varkappa"
40313                ]
40314            ]
40315        },
40316        {
40317            "input": "&varkappa;",
40318            "description": "Named entity: varkappa; with a semi-colon",
40319            "output": [
40320                [
40321                    "Character",
40322                    "\u03f0"
40323                ]
40324            ]
40325        },
40326        {
40327            "input": "&varnothing",
40328            "description": "Bad named entity: varnothing without a semi-colon",
40329            "output": [
40330                [
40331                    "Character",
40332                    "&varnothing"
40333                ]
40334            ]
40335        },
40336        {
40337            "input": "&varnothing;",
40338            "description": "Named entity: varnothing; with a semi-colon",
40339            "output": [
40340                [
40341                    "Character",
40342                    "\u2205"
40343                ]
40344            ]
40345        },
40346        {
40347            "input": "&varphi",
40348            "description": "Bad named entity: varphi without a semi-colon",
40349            "output": [
40350                [
40351                    "Character",
40352                    "&varphi"
40353                ]
40354            ]
40355        },
40356        {
40357            "input": "&varphi;",
40358            "description": "Named entity: varphi; with a semi-colon",
40359            "output": [
40360                [
40361                    "Character",
40362                    "\u03d5"
40363                ]
40364            ]
40365        },
40366        {
40367            "input": "&varpi",
40368            "description": "Bad named entity: varpi without a semi-colon",
40369            "output": [
40370                [
40371                    "Character",
40372                    "&varpi"
40373                ]
40374            ]
40375        },
40376        {
40377            "input": "&varpi;",
40378            "description": "Named entity: varpi; with a semi-colon",
40379            "output": [
40380                [
40381                    "Character",
40382                    "\u03d6"
40383                ]
40384            ]
40385        },
40386        {
40387            "input": "&varpropto",
40388            "description": "Bad named entity: varpropto without a semi-colon",
40389            "output": [
40390                [
40391                    "Character",
40392                    "&varpropto"
40393                ]
40394            ]
40395        },
40396        {
40397            "input": "&varpropto;",
40398            "description": "Named entity: varpropto; with a semi-colon",
40399            "output": [
40400                [
40401                    "Character",
40402                    "\u221d"
40403                ]
40404            ]
40405        },
40406        {
40407            "input": "&varr",
40408            "description": "Bad named entity: varr without a semi-colon",
40409            "output": [
40410                [
40411                    "Character",
40412                    "&varr"
40413                ]
40414            ]
40415        },
40416        {
40417            "input": "&varr;",
40418            "description": "Named entity: varr; with a semi-colon",
40419            "output": [
40420                [
40421                    "Character",
40422                    "\u2195"
40423                ]
40424            ]
40425        },
40426        {
40427            "input": "&varrho",
40428            "description": "Bad named entity: varrho without a semi-colon",
40429            "output": [
40430                [
40431                    "Character",
40432                    "&varrho"
40433                ]
40434            ]
40435        },
40436        {
40437            "input": "&varrho;",
40438            "description": "Named entity: varrho; with a semi-colon",
40439            "output": [
40440                [
40441                    "Character",
40442                    "\u03f1"
40443                ]
40444            ]
40445        },
40446        {
40447            "input": "&varsigma",
40448            "description": "Bad named entity: varsigma without a semi-colon",
40449            "output": [
40450                [
40451                    "Character",
40452                    "&varsigma"
40453                ]
40454            ]
40455        },
40456        {
40457            "input": "&varsigma;",
40458            "description": "Named entity: varsigma; with a semi-colon",
40459            "output": [
40460                [
40461                    "Character",
40462                    "\u03c2"
40463                ]
40464            ]
40465        },
40466        {
40467            "input": "&varsubsetneq",
40468            "description": "Bad named entity: varsubsetneq without a semi-colon",
40469            "output": [
40470                [
40471                    "Character",
40472                    "&varsubsetneq"
40473                ]
40474            ]
40475        },
40476        {
40477            "input": "&varsubsetneq;",
40478            "description": "Named entity: varsubsetneq; with a semi-colon",
40479            "output": [
40480                [
40481                    "Character",
40482                    "\u228a\ufe00"
40483                ]
40484            ]
40485        },
40486        {
40487            "input": "&varsubsetneqq",
40488            "description": "Bad named entity: varsubsetneqq without a semi-colon",
40489            "output": [
40490                [
40491                    "Character",
40492                    "&varsubsetneqq"
40493                ]
40494            ]
40495        },
40496        {
40497            "input": "&varsubsetneqq;",
40498            "description": "Named entity: varsubsetneqq; with a semi-colon",
40499            "output": [
40500                [
40501                    "Character",
40502                    "\u2acb\ufe00"
40503                ]
40504            ]
40505        },
40506        {
40507            "input": "&varsupsetneq",
40508            "description": "Bad named entity: varsupsetneq without a semi-colon",
40509            "output": [
40510                [
40511                    "Character",
40512                    "&varsupsetneq"
40513                ]
40514            ]
40515        },
40516        {
40517            "input": "&varsupsetneq;",
40518            "description": "Named entity: varsupsetneq; with a semi-colon",
40519            "output": [
40520                [
40521                    "Character",
40522                    "\u228b\ufe00"
40523                ]
40524            ]
40525        },
40526        {
40527            "input": "&varsupsetneqq",
40528            "description": "Bad named entity: varsupsetneqq without a semi-colon",
40529            "output": [
40530                [
40531                    "Character",
40532                    "&varsupsetneqq"
40533                ]
40534            ]
40535        },
40536        {
40537            "input": "&varsupsetneqq;",
40538            "description": "Named entity: varsupsetneqq; with a semi-colon",
40539            "output": [
40540                [
40541                    "Character",
40542                    "\u2acc\ufe00"
40543                ]
40544            ]
40545        },
40546        {
40547            "input": "&vartheta",
40548            "description": "Bad named entity: vartheta without a semi-colon",
40549            "output": [
40550                [
40551                    "Character",
40552                    "&vartheta"
40553                ]
40554            ]
40555        },
40556        {
40557            "input": "&vartheta;",
40558            "description": "Named entity: vartheta; with a semi-colon",
40559            "output": [
40560                [
40561                    "Character",
40562                    "\u03d1"
40563                ]
40564            ]
40565        },
40566        {
40567            "input": "&vartriangleleft",
40568            "description": "Bad named entity: vartriangleleft without a semi-colon",
40569            "output": [
40570                [
40571                    "Character",
40572                    "&vartriangleleft"
40573                ]
40574            ]
40575        },
40576        {
40577            "input": "&vartriangleleft;",
40578            "description": "Named entity: vartriangleleft; with a semi-colon",
40579            "output": [
40580                [
40581                    "Character",
40582                    "\u22b2"
40583                ]
40584            ]
40585        },
40586        {
40587            "input": "&vartriangleright",
40588            "description": "Bad named entity: vartriangleright without a semi-colon",
40589            "output": [
40590                [
40591                    "Character",
40592                    "&vartriangleright"
40593                ]
40594            ]
40595        },
40596        {
40597            "input": "&vartriangleright;",
40598            "description": "Named entity: vartriangleright; with a semi-colon",
40599            "output": [
40600                [
40601                    "Character",
40602                    "\u22b3"
40603                ]
40604            ]
40605        },
40606        {
40607            "input": "&vcy",
40608            "description": "Bad named entity: vcy without a semi-colon",
40609            "output": [
40610                [
40611                    "Character",
40612                    "&vcy"
40613                ]
40614            ]
40615        },
40616        {
40617            "input": "&vcy;",
40618            "description": "Named entity: vcy; with a semi-colon",
40619            "output": [
40620                [
40621                    "Character",
40622                    "\u0432"
40623                ]
40624            ]
40625        },
40626        {
40627            "input": "&vdash",
40628            "description": "Bad named entity: vdash without a semi-colon",
40629            "output": [
40630                [
40631                    "Character",
40632                    "&vdash"
40633                ]
40634            ]
40635        },
40636        {
40637            "input": "&vdash;",
40638            "description": "Named entity: vdash; with a semi-colon",
40639            "output": [
40640                [
40641                    "Character",
40642                    "\u22a2"
40643                ]
40644            ]
40645        },
40646        {
40647            "input": "&vee",
40648            "description": "Bad named entity: vee without a semi-colon",
40649            "output": [
40650                [
40651                    "Character",
40652                    "&vee"
40653                ]
40654            ]
40655        },
40656        {
40657            "input": "&vee;",
40658            "description": "Named entity: vee; with a semi-colon",
40659            "output": [
40660                [
40661                    "Character",
40662                    "\u2228"
40663                ]
40664            ]
40665        },
40666        {
40667            "input": "&veebar",
40668            "description": "Bad named entity: veebar without a semi-colon",
40669            "output": [
40670                [
40671                    "Character",
40672                    "&veebar"
40673                ]
40674            ]
40675        },
40676        {
40677            "input": "&veebar;",
40678            "description": "Named entity: veebar; with a semi-colon",
40679            "output": [
40680                [
40681                    "Character",
40682                    "\u22bb"
40683                ]
40684            ]
40685        },
40686        {
40687            "input": "&veeeq",
40688            "description": "Bad named entity: veeeq without a semi-colon",
40689            "output": [
40690                [
40691                    "Character",
40692                    "&veeeq"
40693                ]
40694            ]
40695        },
40696        {
40697            "input": "&veeeq;",
40698            "description": "Named entity: veeeq; with a semi-colon",
40699            "output": [
40700                [
40701                    "Character",
40702                    "\u225a"
40703                ]
40704            ]
40705        },
40706        {
40707            "input": "&vellip",
40708            "description": "Bad named entity: vellip without a semi-colon",
40709            "output": [
40710                [
40711                    "Character",
40712                    "&vellip"
40713                ]
40714            ]
40715        },
40716        {
40717            "input": "&vellip;",
40718            "description": "Named entity: vellip; with a semi-colon",
40719            "output": [
40720                [
40721                    "Character",
40722                    "\u22ee"
40723                ]
40724            ]
40725        },
40726        {
40727            "input": "&verbar",
40728            "description": "Bad named entity: verbar without a semi-colon",
40729            "output": [
40730                [
40731                    "Character",
40732                    "&verbar"
40733                ]
40734            ]
40735        },
40736        {
40737            "input": "&verbar;",
40738            "description": "Named entity: verbar; with a semi-colon",
40739            "output": [
40740                [
40741                    "Character",
40742                    "|"
40743                ]
40744            ]
40745        },
40746        {
40747            "input": "&vert",
40748            "description": "Bad named entity: vert without a semi-colon",
40749            "output": [
40750                [
40751                    "Character",
40752                    "&vert"
40753                ]
40754            ]
40755        },
40756        {
40757            "input": "&vert;",
40758            "description": "Named entity: vert; with a semi-colon",
40759            "output": [
40760                [
40761                    "Character",
40762                    "|"
40763                ]
40764            ]
40765        },
40766        {
40767            "input": "&vfr",
40768            "description": "Bad named entity: vfr without a semi-colon",
40769            "output": [
40770                [
40771                    "Character",
40772                    "&vfr"
40773                ]
40774            ]
40775        },
40776        {
40777            "input": "&vfr;",
40778            "description": "Named entity: vfr; with a semi-colon",
40779            "output": [
40780                [
40781                    "Character",
40782                    "\ud835\udd33"
40783                ]
40784            ]
40785        },
40786        {
40787            "input": "&vltri",
40788            "description": "Bad named entity: vltri without a semi-colon",
40789            "output": [
40790                [
40791                    "Character",
40792                    "&vltri"
40793                ]
40794            ]
40795        },
40796        {
40797            "input": "&vltri;",
40798            "description": "Named entity: vltri; with a semi-colon",
40799            "output": [
40800                [
40801                    "Character",
40802                    "\u22b2"
40803                ]
40804            ]
40805        },
40806        {
40807            "input": "&vnsub",
40808            "description": "Bad named entity: vnsub without a semi-colon",
40809            "output": [
40810                [
40811                    "Character",
40812                    "&vnsub"
40813                ]
40814            ]
40815        },
40816        {
40817            "input": "&vnsub;",
40818            "description": "Named entity: vnsub; with a semi-colon",
40819            "output": [
40820                [
40821                    "Character",
40822                    "\u2282\u20d2"
40823                ]
40824            ]
40825        },
40826        {
40827            "input": "&vnsup",
40828            "description": "Bad named entity: vnsup without a semi-colon",
40829            "output": [
40830                [
40831                    "Character",
40832                    "&vnsup"
40833                ]
40834            ]
40835        },
40836        {
40837            "input": "&vnsup;",
40838            "description": "Named entity: vnsup; with a semi-colon",
40839            "output": [
40840                [
40841                    "Character",
40842                    "\u2283\u20d2"
40843                ]
40844            ]
40845        },
40846        {
40847            "input": "&vopf",
40848            "description": "Bad named entity: vopf without a semi-colon",
40849            "output": [
40850                [
40851                    "Character",
40852                    "&vopf"
40853                ]
40854            ]
40855        },
40856        {
40857            "input": "&vopf;",
40858            "description": "Named entity: vopf; with a semi-colon",
40859            "output": [
40860                [
40861                    "Character",
40862                    "\ud835\udd67"
40863                ]
40864            ]
40865        },
40866        {
40867            "input": "&vprop",
40868            "description": "Bad named entity: vprop without a semi-colon",
40869            "output": [
40870                [
40871                    "Character",
40872                    "&vprop"
40873                ]
40874            ]
40875        },
40876        {
40877            "input": "&vprop;",
40878            "description": "Named entity: vprop; with a semi-colon",
40879            "output": [
40880                [
40881                    "Character",
40882                    "\u221d"
40883                ]
40884            ]
40885        },
40886        {
40887            "input": "&vrtri",
40888            "description": "Bad named entity: vrtri without a semi-colon",
40889            "output": [
40890                [
40891                    "Character",
40892                    "&vrtri"
40893                ]
40894            ]
40895        },
40896        {
40897            "input": "&vrtri;",
40898            "description": "Named entity: vrtri; with a semi-colon",
40899            "output": [
40900                [
40901                    "Character",
40902                    "\u22b3"
40903                ]
40904            ]
40905        },
40906        {
40907            "input": "&vscr",
40908            "description": "Bad named entity: vscr without a semi-colon",
40909            "output": [
40910                [
40911                    "Character",
40912                    "&vscr"
40913                ]
40914            ]
40915        },
40916        {
40917            "input": "&vscr;",
40918            "description": "Named entity: vscr; with a semi-colon",
40919            "output": [
40920                [
40921                    "Character",
40922                    "\ud835\udccb"
40923                ]
40924            ]
40925        },
40926        {
40927            "input": "&vsubnE",
40928            "description": "Bad named entity: vsubnE without a semi-colon",
40929            "output": [
40930                [
40931                    "Character",
40932                    "&vsubnE"
40933                ]
40934            ]
40935        },
40936        {
40937            "input": "&vsubnE;",
40938            "description": "Named entity: vsubnE; with a semi-colon",
40939            "output": [
40940                [
40941                    "Character",
40942                    "\u2acb\ufe00"
40943                ]
40944            ]
40945        },
40946        {
40947            "input": "&vsubne",
40948            "description": "Bad named entity: vsubne without a semi-colon",
40949            "output": [
40950                [
40951                    "Character",
40952                    "&vsubne"
40953                ]
40954            ]
40955        },
40956        {
40957            "input": "&vsubne;",
40958            "description": "Named entity: vsubne; with a semi-colon",
40959            "output": [
40960                [
40961                    "Character",
40962                    "\u228a\ufe00"
40963                ]
40964            ]
40965        },
40966        {
40967            "input": "&vsupnE",
40968            "description": "Bad named entity: vsupnE without a semi-colon",
40969            "output": [
40970                [
40971                    "Character",
40972                    "&vsupnE"
40973                ]
40974            ]
40975        },
40976        {
40977            "input": "&vsupnE;",
40978            "description": "Named entity: vsupnE; with a semi-colon",
40979            "output": [
40980                [
40981                    "Character",
40982                    "\u2acc\ufe00"
40983                ]
40984            ]
40985        },
40986        {
40987            "input": "&vsupne",
40988            "description": "Bad named entity: vsupne without a semi-colon",
40989            "output": [
40990                [
40991                    "Character",
40992                    "&vsupne"
40993                ]
40994            ]
40995        },
40996        {
40997            "input": "&vsupne;",
40998            "description": "Named entity: vsupne; with a semi-colon",
40999            "output": [
41000                [
41001                    "Character",
41002                    "\u228b\ufe00"
41003                ]
41004            ]
41005        },
41006        {
41007            "input": "&vzigzag",
41008            "description": "Bad named entity: vzigzag without a semi-colon",
41009            "output": [
41010                [
41011                    "Character",
41012                    "&vzigzag"
41013                ]
41014            ]
41015        },
41016        {
41017            "input": "&vzigzag;",
41018            "description": "Named entity: vzigzag; with a semi-colon",
41019            "output": [
41020                [
41021                    "Character",
41022                    "\u299a"
41023                ]
41024            ]
41025        },
41026        {
41027            "input": "&wcirc",
41028            "description": "Bad named entity: wcirc without a semi-colon",
41029            "output": [
41030                [
41031                    "Character",
41032                    "&wcirc"
41033                ]
41034            ]
41035        },
41036        {
41037            "input": "&wcirc;",
41038            "description": "Named entity: wcirc; with a semi-colon",
41039            "output": [
41040                [
41041                    "Character",
41042                    "\u0175"
41043                ]
41044            ]
41045        },
41046        {
41047            "input": "&wedbar",
41048            "description": "Bad named entity: wedbar without a semi-colon",
41049            "output": [
41050                [
41051                    "Character",
41052                    "&wedbar"
41053                ]
41054            ]
41055        },
41056        {
41057            "input": "&wedbar;",
41058            "description": "Named entity: wedbar; with a semi-colon",
41059            "output": [
41060                [
41061                    "Character",
41062                    "\u2a5f"
41063                ]
41064            ]
41065        },
41066        {
41067            "input": "&wedge",
41068            "description": "Bad named entity: wedge without a semi-colon",
41069            "output": [
41070                [
41071                    "Character",
41072                    "&wedge"
41073                ]
41074            ]
41075        },
41076        {
41077            "input": "&wedge;",
41078            "description": "Named entity: wedge; with a semi-colon",
41079            "output": [
41080                [
41081                    "Character",
41082                    "\u2227"
41083                ]
41084            ]
41085        },
41086        {
41087            "input": "&wedgeq",
41088            "description": "Bad named entity: wedgeq without a semi-colon",
41089            "output": [
41090                [
41091                    "Character",
41092                    "&wedgeq"
41093                ]
41094            ]
41095        },
41096        {
41097            "input": "&wedgeq;",
41098            "description": "Named entity: wedgeq; with a semi-colon",
41099            "output": [
41100                [
41101                    "Character",
41102                    "\u2259"
41103                ]
41104            ]
41105        },
41106        {
41107            "input": "&weierp",
41108            "description": "Bad named entity: weierp without a semi-colon",
41109            "output": [
41110                [
41111                    "Character",
41112                    "&weierp"
41113                ]
41114            ]
41115        },
41116        {
41117            "input": "&weierp;",
41118            "description": "Named entity: weierp; with a semi-colon",
41119            "output": [
41120                [
41121                    "Character",
41122                    "\u2118"
41123                ]
41124            ]
41125        },
41126        {
41127            "input": "&wfr",
41128            "description": "Bad named entity: wfr without a semi-colon",
41129            "output": [
41130                [
41131                    "Character",
41132                    "&wfr"
41133                ]
41134            ]
41135        },
41136        {
41137            "input": "&wfr;",
41138            "description": "Named entity: wfr; with a semi-colon",
41139            "output": [
41140                [
41141                    "Character",
41142                    "\ud835\udd34"
41143                ]
41144            ]
41145        },
41146        {
41147            "input": "&wopf",
41148            "description": "Bad named entity: wopf without a semi-colon",
41149            "output": [
41150                [
41151                    "Character",
41152                    "&wopf"
41153                ]
41154            ]
41155        },
41156        {
41157            "input": "&wopf;",
41158            "description": "Named entity: wopf; with a semi-colon",
41159            "output": [
41160                [
41161                    "Character",
41162                    "\ud835\udd68"
41163                ]
41164            ]
41165        },
41166        {
41167            "input": "&wp",
41168            "description": "Bad named entity: wp without a semi-colon",
41169            "output": [
41170                [
41171                    "Character",
41172                    "&wp"
41173                ]
41174            ]
41175        },
41176        {
41177            "input": "&wp;",
41178            "description": "Named entity: wp; with a semi-colon",
41179            "output": [
41180                [
41181                    "Character",
41182                    "\u2118"
41183                ]
41184            ]
41185        },
41186        {
41187            "input": "&wr",
41188            "description": "Bad named entity: wr without a semi-colon",
41189            "output": [
41190                [
41191                    "Character",
41192                    "&wr"
41193                ]
41194            ]
41195        },
41196        {
41197            "input": "&wr;",
41198            "description": "Named entity: wr; with a semi-colon",
41199            "output": [
41200                [
41201                    "Character",
41202                    "\u2240"
41203                ]
41204            ]
41205        },
41206        {
41207            "input": "&wreath",
41208            "description": "Bad named entity: wreath without a semi-colon",
41209            "output": [
41210                [
41211                    "Character",
41212                    "&wreath"
41213                ]
41214            ]
41215        },
41216        {
41217            "input": "&wreath;",
41218            "description": "Named entity: wreath; with a semi-colon",
41219            "output": [
41220                [
41221                    "Character",
41222                    "\u2240"
41223                ]
41224            ]
41225        },
41226        {
41227            "input": "&wscr",
41228            "description": "Bad named entity: wscr without a semi-colon",
41229            "output": [
41230                [
41231                    "Character",
41232                    "&wscr"
41233                ]
41234            ]
41235        },
41236        {
41237            "input": "&wscr;",
41238            "description": "Named entity: wscr; with a semi-colon",
41239            "output": [
41240                [
41241                    "Character",
41242                    "\ud835\udccc"
41243                ]
41244            ]
41245        },
41246        {
41247            "input": "&xcap",
41248            "description": "Bad named entity: xcap without a semi-colon",
41249            "output": [
41250                [
41251                    "Character",
41252                    "&xcap"
41253                ]
41254            ]
41255        },
41256        {
41257            "input": "&xcap;",
41258            "description": "Named entity: xcap; with a semi-colon",
41259            "output": [
41260                [
41261                    "Character",
41262                    "\u22c2"
41263                ]
41264            ]
41265        },
41266        {
41267            "input": "&xcirc",
41268            "description": "Bad named entity: xcirc without a semi-colon",
41269            "output": [
41270                [
41271                    "Character",
41272                    "&xcirc"
41273                ]
41274            ]
41275        },
41276        {
41277            "input": "&xcirc;",
41278            "description": "Named entity: xcirc; with a semi-colon",
41279            "output": [
41280                [
41281                    "Character",
41282                    "\u25ef"
41283                ]
41284            ]
41285        },
41286        {
41287            "input": "&xcup",
41288            "description": "Bad named entity: xcup without a semi-colon",
41289            "output": [
41290                [
41291                    "Character",
41292                    "&xcup"
41293                ]
41294            ]
41295        },
41296        {
41297            "input": "&xcup;",
41298            "description": "Named entity: xcup; with a semi-colon",
41299            "output": [
41300                [
41301                    "Character",
41302                    "\u22c3"
41303                ]
41304            ]
41305        },
41306        {
41307            "input": "&xdtri",
41308            "description": "Bad named entity: xdtri without a semi-colon",
41309            "output": [
41310                [
41311                    "Character",
41312                    "&xdtri"
41313                ]
41314            ]
41315        },
41316        {
41317            "input": "&xdtri;",
41318            "description": "Named entity: xdtri; with a semi-colon",
41319            "output": [
41320                [
41321                    "Character",
41322                    "\u25bd"
41323                ]
41324            ]
41325        },
41326        {
41327            "input": "&xfr",
41328            "description": "Bad named entity: xfr without a semi-colon",
41329            "output": [
41330                [
41331                    "Character",
41332                    "&xfr"
41333                ]
41334            ]
41335        },
41336        {
41337            "input": "&xfr;",
41338            "description": "Named entity: xfr; with a semi-colon",
41339            "output": [
41340                [
41341                    "Character",
41342                    "\ud835\udd35"
41343                ]
41344            ]
41345        },
41346        {
41347            "input": "&xhArr",
41348            "description": "Bad named entity: xhArr without a semi-colon",
41349            "output": [
41350                [
41351                    "Character",
41352                    "&xhArr"
41353                ]
41354            ]
41355        },
41356        {
41357            "input": "&xhArr;",
41358            "description": "Named entity: xhArr; with a semi-colon",
41359            "output": [
41360                [
41361                    "Character",
41362                    "\u27fa"
41363                ]
41364            ]
41365        },
41366        {
41367            "input": "&xharr",
41368            "description": "Bad named entity: xharr without a semi-colon",
41369            "output": [
41370                [
41371                    "Character",
41372                    "&xharr"
41373                ]
41374            ]
41375        },
41376        {
41377            "input": "&xharr;",
41378            "description": "Named entity: xharr; with a semi-colon",
41379            "output": [
41380                [
41381                    "Character",
41382                    "\u27f7"
41383                ]
41384            ]
41385        },
41386        {
41387            "input": "&xi",
41388            "description": "Bad named entity: xi without a semi-colon",
41389            "output": [
41390                [
41391                    "Character",
41392                    "&xi"
41393                ]
41394            ]
41395        },
41396        {
41397            "input": "&xi;",
41398            "description": "Named entity: xi; with a semi-colon",
41399            "output": [
41400                [
41401                    "Character",
41402                    "\u03be"
41403                ]
41404            ]
41405        },
41406        {
41407            "input": "&xlArr",
41408            "description": "Bad named entity: xlArr without a semi-colon",
41409            "output": [
41410                [
41411                    "Character",
41412                    "&xlArr"
41413                ]
41414            ]
41415        },
41416        {
41417            "input": "&xlArr;",
41418            "description": "Named entity: xlArr; with a semi-colon",
41419            "output": [
41420                [
41421                    "Character",
41422                    "\u27f8"
41423                ]
41424            ]
41425        },
41426        {
41427            "input": "&xlarr",
41428            "description": "Bad named entity: xlarr without a semi-colon",
41429            "output": [
41430                [
41431                    "Character",
41432                    "&xlarr"
41433                ]
41434            ]
41435        },
41436        {
41437            "input": "&xlarr;",
41438            "description": "Named entity: xlarr; with a semi-colon",
41439            "output": [
41440                [
41441                    "Character",
41442                    "\u27f5"
41443                ]
41444            ]
41445        },
41446        {
41447            "input": "&xmap",
41448            "description": "Bad named entity: xmap without a semi-colon",
41449            "output": [
41450                [
41451                    "Character",
41452                    "&xmap"
41453                ]
41454            ]
41455        },
41456        {
41457            "input": "&xmap;",
41458            "description": "Named entity: xmap; with a semi-colon",
41459            "output": [
41460                [
41461                    "Character",
41462                    "\u27fc"
41463                ]
41464            ]
41465        },
41466        {
41467            "input": "&xnis",
41468            "description": "Bad named entity: xnis without a semi-colon",
41469            "output": [
41470                [
41471                    "Character",
41472                    "&xnis"
41473                ]
41474            ]
41475        },
41476        {
41477            "input": "&xnis;",
41478            "description": "Named entity: xnis; with a semi-colon",
41479            "output": [
41480                [
41481                    "Character",
41482                    "\u22fb"
41483                ]
41484            ]
41485        },
41486        {
41487            "input": "&xodot",
41488            "description": "Bad named entity: xodot without a semi-colon",
41489            "output": [
41490                [
41491                    "Character",
41492                    "&xodot"
41493                ]
41494            ]
41495        },
41496        {
41497            "input": "&xodot;",
41498            "description": "Named entity: xodot; with a semi-colon",
41499            "output": [
41500                [
41501                    "Character",
41502                    "\u2a00"
41503                ]
41504            ]
41505        },
41506        {
41507            "input": "&xopf",
41508            "description": "Bad named entity: xopf without a semi-colon",
41509            "output": [
41510                [
41511                    "Character",
41512                    "&xopf"
41513                ]
41514            ]
41515        },
41516        {
41517            "input": "&xopf;",
41518            "description": "Named entity: xopf; with a semi-colon",
41519            "output": [
41520                [
41521                    "Character",
41522                    "\ud835\udd69"
41523                ]
41524            ]
41525        },
41526        {
41527            "input": "&xoplus",
41528            "description": "Bad named entity: xoplus without a semi-colon",
41529            "output": [
41530                [
41531                    "Character",
41532                    "&xoplus"
41533                ]
41534            ]
41535        },
41536        {
41537            "input": "&xoplus;",
41538            "description": "Named entity: xoplus; with a semi-colon",
41539            "output": [
41540                [
41541                    "Character",
41542                    "\u2a01"
41543                ]
41544            ]
41545        },
41546        {
41547            "input": "&xotime",
41548            "description": "Bad named entity: xotime without a semi-colon",
41549            "output": [
41550                [
41551                    "Character",
41552                    "&xotime"
41553                ]
41554            ]
41555        },
41556        {
41557            "input": "&xotime;",
41558            "description": "Named entity: xotime; with a semi-colon",
41559            "output": [
41560                [
41561                    "Character",
41562                    "\u2a02"
41563                ]
41564            ]
41565        },
41566        {
41567            "input": "&xrArr",
41568            "description": "Bad named entity: xrArr without a semi-colon",
41569            "output": [
41570                [
41571                    "Character",
41572                    "&xrArr"
41573                ]
41574            ]
41575        },
41576        {
41577            "input": "&xrArr;",
41578            "description": "Named entity: xrArr; with a semi-colon",
41579            "output": [
41580                [
41581                    "Character",
41582                    "\u27f9"
41583                ]
41584            ]
41585        },
41586        {
41587            "input": "&xrarr",
41588            "description": "Bad named entity: xrarr without a semi-colon",
41589            "output": [
41590                [
41591                    "Character",
41592                    "&xrarr"
41593                ]
41594            ]
41595        },
41596        {
41597            "input": "&xrarr;",
41598            "description": "Named entity: xrarr; with a semi-colon",
41599            "output": [
41600                [
41601                    "Character",
41602                    "\u27f6"
41603                ]
41604            ]
41605        },
41606        {
41607            "input": "&xscr",
41608            "description": "Bad named entity: xscr without a semi-colon",
41609            "output": [
41610                [
41611                    "Character",
41612                    "&xscr"
41613                ]
41614            ]
41615        },
41616        {
41617            "input": "&xscr;",
41618            "description": "Named entity: xscr; with a semi-colon",
41619            "output": [
41620                [
41621                    "Character",
41622                    "\ud835\udccd"
41623                ]
41624            ]
41625        },
41626        {
41627            "input": "&xsqcup",
41628            "description": "Bad named entity: xsqcup without a semi-colon",
41629            "output": [
41630                [
41631                    "Character",
41632                    "&xsqcup"
41633                ]
41634            ]
41635        },
41636        {
41637            "input": "&xsqcup;",
41638            "description": "Named entity: xsqcup; with a semi-colon",
41639            "output": [
41640                [
41641                    "Character",
41642                    "\u2a06"
41643                ]
41644            ]
41645        },
41646        {
41647            "input": "&xuplus",
41648            "description": "Bad named entity: xuplus without a semi-colon",
41649            "output": [
41650                [
41651                    "Character",
41652                    "&xuplus"
41653                ]
41654            ]
41655        },
41656        {
41657            "input": "&xuplus;",
41658            "description": "Named entity: xuplus; with a semi-colon",
41659            "output": [
41660                [
41661                    "Character",
41662                    "\u2a04"
41663                ]
41664            ]
41665        },
41666        {
41667            "input": "&xutri",
41668            "description": "Bad named entity: xutri without a semi-colon",
41669            "output": [
41670                [
41671                    "Character",
41672                    "&xutri"
41673                ]
41674            ]
41675        },
41676        {
41677            "input": "&xutri;",
41678            "description": "Named entity: xutri; with a semi-colon",
41679            "output": [
41680                [
41681                    "Character",
41682                    "\u25b3"
41683                ]
41684            ]
41685        },
41686        {
41687            "input": "&xvee",
41688            "description": "Bad named entity: xvee without a semi-colon",
41689            "output": [
41690                [
41691                    "Character",
41692                    "&xvee"
41693                ]
41694            ]
41695        },
41696        {
41697            "input": "&xvee;",
41698            "description": "Named entity: xvee; with a semi-colon",
41699            "output": [
41700                [
41701                    "Character",
41702                    "\u22c1"
41703                ]
41704            ]
41705        },
41706        {
41707            "input": "&xwedge",
41708            "description": "Bad named entity: xwedge without a semi-colon",
41709            "output": [
41710                [
41711                    "Character",
41712                    "&xwedge"
41713                ]
41714            ]
41715        },
41716        {
41717            "input": "&xwedge;",
41718            "description": "Named entity: xwedge; with a semi-colon",
41719            "output": [
41720                [
41721                    "Character",
41722                    "\u22c0"
41723                ]
41724            ]
41725        },
41726        {
41727            "input": "&yacute",
41728            "description": "Named entity: yacute without a semi-colon",
41729            "output": [
41730                "ParseError",
41731                [
41732                    "Character",
41733                    "\u00fd"
41734                ]
41735            ]
41736        },
41737        {
41738            "input": "&yacute;",
41739            "description": "Named entity: yacute; with a semi-colon",
41740            "output": [
41741                [
41742                    "Character",
41743                    "\u00fd"
41744                ]
41745            ]
41746        },
41747        {
41748            "input": "&yacy",
41749            "description": "Bad named entity: yacy without a semi-colon",
41750            "output": [
41751                [
41752                    "Character",
41753                    "&yacy"
41754                ]
41755            ]
41756        },
41757        {
41758            "input": "&yacy;",
41759            "description": "Named entity: yacy; with a semi-colon",
41760            "output": [
41761                [
41762                    "Character",
41763                    "\u044f"
41764                ]
41765            ]
41766        },
41767        {
41768            "input": "&ycirc",
41769            "description": "Bad named entity: ycirc without a semi-colon",
41770            "output": [
41771                [
41772                    "Character",
41773                    "&ycirc"
41774                ]
41775            ]
41776        },
41777        {
41778            "input": "&ycirc;",
41779            "description": "Named entity: ycirc; with a semi-colon",
41780            "output": [
41781                [
41782                    "Character",
41783                    "\u0177"
41784                ]
41785            ]
41786        },
41787        {
41788            "input": "&ycy",
41789            "description": "Bad named entity: ycy without a semi-colon",
41790            "output": [
41791                [
41792                    "Character",
41793                    "&ycy"
41794                ]
41795            ]
41796        },
41797        {
41798            "input": "&ycy;",
41799            "description": "Named entity: ycy; with a semi-colon",
41800            "output": [
41801                [
41802                    "Character",
41803                    "\u044b"
41804                ]
41805            ]
41806        },
41807        {
41808            "input": "&yen",
41809            "description": "Named entity: yen without a semi-colon",
41810            "output": [
41811                "ParseError",
41812                [
41813                    "Character",
41814                    "\u00a5"
41815                ]
41816            ]
41817        },
41818        {
41819            "input": "&yen;",
41820            "description": "Named entity: yen; with a semi-colon",
41821            "output": [
41822                [
41823                    "Character",
41824                    "\u00a5"
41825                ]
41826            ]
41827        },
41828        {
41829            "input": "&yfr",
41830            "description": "Bad named entity: yfr without a semi-colon",
41831            "output": [
41832                [
41833                    "Character",
41834                    "&yfr"
41835                ]
41836            ]
41837        },
41838        {
41839            "input": "&yfr;",
41840            "description": "Named entity: yfr; with a semi-colon",
41841            "output": [
41842                [
41843                    "Character",
41844                    "\ud835\udd36"
41845                ]
41846            ]
41847        },
41848        {
41849            "input": "&yicy",
41850            "description": "Bad named entity: yicy without a semi-colon",
41851            "output": [
41852                [
41853                    "Character",
41854                    "&yicy"
41855                ]
41856            ]
41857        },
41858        {
41859            "input": "&yicy;",
41860            "description": "Named entity: yicy; with a semi-colon",
41861            "output": [
41862                [
41863                    "Character",
41864                    "\u0457"
41865                ]
41866            ]
41867        },
41868        {
41869            "input": "&yopf",
41870            "description": "Bad named entity: yopf without a semi-colon",
41871            "output": [
41872                [
41873                    "Character",
41874                    "&yopf"
41875                ]
41876            ]
41877        },
41878        {
41879            "input": "&yopf;",
41880            "description": "Named entity: yopf; with a semi-colon",
41881            "output": [
41882                [
41883                    "Character",
41884                    "\ud835\udd6a"
41885                ]
41886            ]
41887        },
41888        {
41889            "input": "&yscr",
41890            "description": "Bad named entity: yscr without a semi-colon",
41891            "output": [
41892                [
41893                    "Character",
41894                    "&yscr"
41895                ]
41896            ]
41897        },
41898        {
41899            "input": "&yscr;",
41900            "description": "Named entity: yscr; with a semi-colon",
41901            "output": [
41902                [
41903                    "Character",
41904                    "\ud835\udcce"
41905                ]
41906            ]
41907        },
41908        {
41909            "input": "&yucy",
41910            "description": "Bad named entity: yucy without a semi-colon",
41911            "output": [
41912                [
41913                    "Character",
41914                    "&yucy"
41915                ]
41916            ]
41917        },
41918        {
41919            "input": "&yucy;",
41920            "description": "Named entity: yucy; with a semi-colon",
41921            "output": [
41922                [
41923                    "Character",
41924                    "\u044e"
41925                ]
41926            ]
41927        },
41928        {
41929            "input": "&yuml",
41930            "description": "Named entity: yuml without a semi-colon",
41931            "output": [
41932                "ParseError",
41933                [
41934                    "Character",
41935                    "\u00ff"
41936                ]
41937            ]
41938        },
41939        {
41940            "input": "&yuml;",
41941            "description": "Named entity: yuml; with a semi-colon",
41942            "output": [
41943                [
41944                    "Character",
41945                    "\u00ff"
41946                ]
41947            ]
41948        },
41949        {
41950            "input": "&zacute",
41951            "description": "Bad named entity: zacute without a semi-colon",
41952            "output": [
41953                [
41954                    "Character",
41955                    "&zacute"
41956                ]
41957            ]
41958        },
41959        {
41960            "input": "&zacute;",
41961            "description": "Named entity: zacute; with a semi-colon",
41962            "output": [
41963                [
41964                    "Character",
41965                    "\u017a"
41966                ]
41967            ]
41968        },
41969        {
41970            "input": "&zcaron",
41971            "description": "Bad named entity: zcaron without a semi-colon",
41972            "output": [
41973                [
41974                    "Character",
41975                    "&zcaron"
41976                ]
41977            ]
41978        },
41979        {
41980            "input": "&zcaron;",
41981            "description": "Named entity: zcaron; with a semi-colon",
41982            "output": [
41983                [
41984                    "Character",
41985                    "\u017e"
41986                ]
41987            ]
41988        },
41989        {
41990            "input": "&zcy",
41991            "description": "Bad named entity: zcy without a semi-colon",
41992            "output": [
41993                [
41994                    "Character",
41995                    "&zcy"
41996                ]
41997            ]
41998        },
41999        {
42000            "input": "&zcy;",
42001            "description": "Named entity: zcy; with a semi-colon",
42002            "output": [
42003                [
42004                    "Character",
42005                    "\u0437"
42006                ]
42007            ]
42008        },
42009        {
42010            "input": "&zdot",
42011            "description": "Bad named entity: zdot without a semi-colon",
42012            "output": [
42013                [
42014                    "Character",
42015                    "&zdot"
42016                ]
42017            ]
42018        },
42019        {
42020            "input": "&zdot;",
42021            "description": "Named entity: zdot; with a semi-colon",
42022            "output": [
42023                [
42024                    "Character",
42025                    "\u017c"
42026                ]
42027            ]
42028        },
42029        {
42030            "input": "&zeetrf",
42031            "description": "Bad named entity: zeetrf without a semi-colon",
42032            "output": [
42033                [
42034                    "Character",
42035                    "&zeetrf"
42036                ]
42037            ]
42038        },
42039        {
42040            "input": "&zeetrf;",
42041            "description": "Named entity: zeetrf; with a semi-colon",
42042            "output": [
42043                [
42044                    "Character",
42045                    "\u2128"
42046                ]
42047            ]
42048        },
42049        {
42050            "input": "&zeta",
42051            "description": "Bad named entity: zeta without a semi-colon",
42052            "output": [
42053                [
42054                    "Character",
42055                    "&zeta"
42056                ]
42057            ]
42058        },
42059        {
42060            "input": "&zeta;",
42061            "description": "Named entity: zeta; with a semi-colon",
42062            "output": [
42063                [
42064                    "Character",
42065                    "\u03b6"
42066                ]
42067            ]
42068        },
42069        {
42070            "input": "&zfr",
42071            "description": "Bad named entity: zfr without a semi-colon",
42072            "output": [
42073                [
42074                    "Character",
42075                    "&zfr"
42076                ]
42077            ]
42078        },
42079        {
42080            "input": "&zfr;",
42081            "description": "Named entity: zfr; with a semi-colon",
42082            "output": [
42083                [
42084                    "Character",
42085                    "\ud835\udd37"
42086                ]
42087            ]
42088        },
42089        {
42090            "input": "&zhcy",
42091            "description": "Bad named entity: zhcy without a semi-colon",
42092            "output": [
42093                [
42094                    "Character",
42095                    "&zhcy"
42096                ]
42097            ]
42098        },
42099        {
42100            "input": "&zhcy;",
42101            "description": "Named entity: zhcy; with a semi-colon",
42102            "output": [
42103                [
42104                    "Character",
42105                    "\u0436"
42106                ]
42107            ]
42108        },
42109        {
42110            "input": "&zigrarr",
42111            "description": "Bad named entity: zigrarr without a semi-colon",
42112            "output": [
42113                [
42114                    "Character",
42115                    "&zigrarr"
42116                ]
42117            ]
42118        },
42119        {
42120            "input": "&zigrarr;",
42121            "description": "Named entity: zigrarr; with a semi-colon",
42122            "output": [
42123                [
42124                    "Character",
42125                    "\u21dd"
42126                ]
42127            ]
42128        },
42129        {
42130            "input": "&zopf",
42131            "description": "Bad named entity: zopf without a semi-colon",
42132            "output": [
42133                [
42134                    "Character",
42135                    "&zopf"
42136                ]
42137            ]
42138        },
42139        {
42140            "input": "&zopf;",
42141            "description": "Named entity: zopf; with a semi-colon",
42142            "output": [
42143                [
42144                    "Character",
42145                    "\ud835\udd6b"
42146                ]
42147            ]
42148        },
42149        {
42150            "input": "&zscr",
42151            "description": "Bad named entity: zscr without a semi-colon",
42152            "output": [
42153                [
42154                    "Character",
42155                    "&zscr"
42156                ]
42157            ]
42158        },
42159        {
42160            "input": "&zscr;",
42161            "description": "Named entity: zscr; with a semi-colon",
42162            "output": [
42163                [
42164                    "Character",
42165                    "\ud835\udccf"
42166                ]
42167            ]
42168        },
42169        {
42170            "input": "&zwj",
42171            "description": "Bad named entity: zwj without a semi-colon",
42172            "output": [
42173                [
42174                    "Character",
42175                    "&zwj"
42176                ]
42177            ]
42178        },
42179        {
42180            "input": "&zwj;",
42181            "description": "Named entity: zwj; with a semi-colon",
42182            "output": [
42183                [
42184                    "Character",
42185                    "\u200d"
42186                ]
42187            ]
42188        },
42189        {
42190            "input": "&zwnj",
42191            "description": "Bad named entity: zwnj without a semi-colon",
42192            "output": [
42193                [
42194                    "Character",
42195                    "&zwnj"
42196                ]
42197            ]
42198        },
42199        {
42200            "input": "&zwnj;",
42201            "description": "Named entity: zwnj; with a semi-colon",
42202            "output": [
42203                [
42204                    "Character",
42205                    "\u200c"
42206                ]
42207            ]
42208        }
42209    ]
42210}