annotate run/html_entity_lat2.html @ 1619:bebc7472a832

Fix #7.
author Christian Kamm <kamm incasoftware de>
date Sat, 07 Nov 2009 18:55:30 +0100
parents 9a121126b077
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6
e238a15dbc74 1) added added html-sourcefile support
thomask
parents:
diff changeset
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
e238a15dbc74 1) added added html-sourcefile support
thomask
parents:
diff changeset
2 <html>
756
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
3 <head><title>dstress.run.html_entity_lat2</title></head>
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
4 <body><pre><CODE>
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
5 module dstress.run.html_entity_lat2;
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
6
6
e238a15dbc74 1) added added html-sourcefile support
thomask
parents:
diff changeset
7 int main(){
756
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
8 static assert('&Abreve;' == 0x102);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
9 static assert('&abreve;' == 0x103);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
10 static assert('&Amacr;' == 0x100);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
11 static assert('&amacr;' == 0x101);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
12 static assert('&Aogon;' == 0x104);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
13 static assert('&aogon;' == 0x105);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
14 static assert('&Cacute;' == 0x106);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
15 static assert('&cacute;' == 0x107);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
16 static assert('&Ccaron;' == 0x10C);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
17 static assert('&ccaron;' == 0x10D);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
18 static assert('&Ccirc;' == 0x108);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
19 static assert('&ccirc;' == 0x109);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
20 static assert('&Cdot;' == 0x10A);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
21 static assert('&cdot;' == 0x10B);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
22 static assert('&Dcaron;' == 0x10E);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
23 static assert('&dcaron;' == 0x10F);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
24 static assert('&Dstrok;' == 0x110);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
25 static assert('&dstrok;' == 0x111);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
26 static assert('&Ecaron;' == 0x11A);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
27 static assert('&ecaron;' == 0x11B);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
28 static assert('&Edot;' == 0x116);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
29 static assert('&edot;' == 0x117);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
30 static assert('&Emacr;' == 0x112);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
31 static assert('&emacr;' == 0x113);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
32 static assert('&ENG;' == 0x14A);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
33 static assert('&eng;' == 0x14B);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
34 static assert('&Eogon;' == 0x118);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
35 static assert('&eogon;' == 0x119);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
36 static assert('&gacute;' == 0x1F5);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
37 static assert('&Gbreve;' == 0x11E);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
38 static assert('&gbreve;' == 0x11F);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
39 static assert('&Gcedil;' == 0x122);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
40 static assert('&Gcirc;' == 0x11C);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
41 static assert('&gcirc;' == 0x11D);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
42 static assert('&Gdot;' == 0x120);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
43 static assert('&gdot;' == 0x121);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
44 static assert('&Hcirc;' == 0x124);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
45 static assert('&hcirc;' == 0x125);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
46 static assert('&Hstrok;' == 0x126);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
47 static assert('&hstrok;' == 0x127);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
48 static assert('&Idot;' == 0x130);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
49 static assert('&IJlig;' == 0x132);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
50 static assert('&ijlig;' == 0x133);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
51 static assert('&Imacr;' == 0x12A);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
52 static assert('&imacr;' == 0x12B);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
53 static assert('&inodot;' == 0x131);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
54 static assert('&Iogon;' == 0x12E);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
55 static assert('&iogon;' == 0x12F);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
56 static assert('&Itilde;' == 0x128);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
57 static assert('&itilde;' == 0x129);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
58 static assert('&Jcirc;' == 0x134);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
59 static assert('&jcirc;' == 0x135);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
60 static assert('&Kcedil;' == 0x136);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
61 static assert('&kcedil;' == 0x137);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
62 static assert('&kgreen;' == 0x138);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
63 static assert('&Lacute;' == 0x139);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
64 static assert('&lacute;' == 0x13A);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
65 static assert('&Lcaron;' == 0x13D);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
66 static assert('&lcaron;' == 0x13E);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
67 static assert('&Lcedil;' == 0x13B);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
68 static assert('&lcedil;' == 0x13C);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
69 static assert('&Lmidot;' == 0x13F);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
70 static assert('&lmidot;' == 0x140);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
71 static assert('&Lstrok;' == 0x141);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
72 static assert('&lstrok;' == 0x142);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
73 static assert('&Nacute;' == 0x143);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
74 static assert('&nacute;' == 0x144);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
75 static assert('&napos;' == 0x149);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
76 static assert('&Ncaron;' == 0x147);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
77 static assert('&ncaron;' == 0x148);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
78 static assert('&Ncedil;' == 0x145);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
79 static assert('&ncedil;' == 0x146);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
80 static assert('&Odblac;' == 0x150);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
81 static assert('&odblac;' == 0x151);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
82 static assert('&OElig;' == 0x152);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
83 static assert('&oelig;' == 0x153);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
84 static assert('&Omacr;' == 0x14C);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
85 static assert('&omacr;' == 0x14D);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
86 static assert('&Racute;' == 0x154);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
87 static assert('&racute;' == 0x155);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
88 static assert('&Rcaron;' == 0x158);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
89 static assert('&rcaron;' == 0x159);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
90 static assert('&Rcedil;' == 0x156);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
91 static assert('&rcedil;' == 0x157);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
92 static assert('&Sacute;' == 0x15A);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
93 static assert('&sacute;' == 0x15B);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
94 static assert('&Scaron;' == 0x160);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
95 static assert('&scaron;' == 0x161);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
96 static assert('&Scedil;' == 0x15E);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
97 static assert('&scedil;' == 0x15F);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
98 static assert('&Scirc;' == 0x15C);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
99 static assert('&scirc;' == 0x15D);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
100 static assert('&Tcaron;' == 0x164);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
101 static assert('&tcaron;' == 0x165);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
102 static assert('&Tcedil;' == 0x162);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
103 static assert('&tcedil;' == 0x163);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
104 static assert('&Tstrok;' == 0x166);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
105 static assert('&tstrok;' == 0x167);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
106 static assert('&Ubreve;' == 0x16C);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
107 static assert('&ubreve;' == 0x16D);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
108 static assert('&Udblac;' == 0x170);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
109 static assert('&udblac;' == 0x171);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
110 static assert('&Umacr;' == 0x16A);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
111 static assert('&umacr;' == 0x16B);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
112 static assert('&Uogon;' == 0x172);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
113 static assert('&uogon;' == 0x173);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
114 static assert('&Uring;' == 0x16E);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
115 static assert('&uring;' == 0x16F);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
116 static assert('&Utilde;' == 0x168);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
117 static assert('&utilde;' == 0x169);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
118 static assert('&Wcirc;' == 0x174);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
119 static assert('&wcirc;' == 0x175);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
120 static assert('&Ycirc;' == 0x176);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
121 static assert('&ycirc;' == 0x177);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
122 static assert('&Yuml;' == 0x178);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
123 static assert('&Zacute;' == 0x179);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
124 static assert('&zacute;' == 0x17A);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
125 static assert('&Zcaron;' == 0x17D);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
126 static assert('&zcaron;' == 0x17E);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
127 static assert('&Zdot;' == 0x17B);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
128 static assert('&zdot;' == 0x17C);
6
e238a15dbc74 1) added added html-sourcefile support
thomask
parents:
diff changeset
129 return 0;
e238a15dbc74 1) added added html-sourcefile support
thomask
parents:
diff changeset
130 }
756
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
131 </CODE></pre></body>
6
e238a15dbc74 1) added added html-sourcefile support
thomask
parents:
diff changeset
132 </html>