annotate run/html_entity_cyr1.html @ 1597:8b9d4d2f925a

Fix typos in complex tests. See D bug 614.
author Christian Kamm <kamm incasoftware de>
date Tue, 09 Sep 2008 16:53:58 +0200
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_cyr1</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_cyr1;
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('&Acy;' == 0x410);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
9 static assert('&acy;' == 0x430);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
10 static assert('&Bcy;' == 0x411);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
11 static assert('&bcy;' == 0x431);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
12 static assert('&CHcy;' == 0x427);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
13 static assert('&chcy;' == 0x447);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
14 static assert('&Dcy;' == 0x414);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
15 static assert('&dcy;' == 0x434);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
16 static assert('&Ecy;' == 0x42D);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
17 static assert('&ecy;' == 0x44D);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
18 static assert('&Fcy;' == 0x424);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
19 static assert('&fcy;' == 0x444);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
20 static assert('&Gcy;' == 0x413);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
21 static assert('&gcy;' == 0x433);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
22 static assert('&HARDcy;' == 0x42A);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
23 static assert('&hardcy;' == 0x44A);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
24 static assert('&Icy;' == 0x418);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
25 static assert('&icy;' == 0x438);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
26 static assert('&IEcy;' == 0x415);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
27 static assert('&iecy;' == 0x435);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
28 static assert('&IOcy;' == 0x401);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
29 static assert('&iocy;' == 0x451);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
30 static assert('&Jcy;' == 0x419);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
31 static assert('&jcy;' == 0x439);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
32 static assert('&Kcy;' == 0x41A);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
33 static assert('&kcy;' == 0x43A);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
34 static assert('&KHcy;' == 0x425);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
35 static assert('&khcy;' == 0x445);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
36 static assert('&Lcy;' == 0x41B);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
37 static assert('&lcy;' == 0x43B);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
38 static assert('&Mcy;' == 0x41C);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
39 static assert('&mcy;' == 0x43C);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
40 static assert('&Ncy;' == 0x41D);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
41 static assert('&ncy;' == 0x43D);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
42 static assert('&numero;' == 0x2116);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
43 static assert('&Ocy;' == 0x41E);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
44 static assert('&ocy;' == 0x43E);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
45 static assert('&Pcy;' == 0x41F);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
46 static assert('&pcy;' == 0x43F);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
47 static assert('&Rcy;' == 0x420);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
48 static assert('&rcy;' == 0x440);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
49 static assert('&Scy;' == 0x421);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
50 static assert('&scy;' == 0x441);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
51 static assert('&SHCHcy;' == 0x429);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
52 static assert('&shchcy;' == 0x449);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
53 static assert('&SHcy;' == 0x428);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
54 static assert('&shcy;' == 0x448);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
55 static assert('&SOFTcy;' == 0x42C);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
56 static assert('&softcy;' == 0x44C);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
57 static assert('&Tcy;' == 0x422);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
58 static assert('&tcy;' == 0x442);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
59 static assert('&TScy;' == 0x426);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
60 static assert('&tscy;' == 0x446);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
61 static assert('&Ucy;' == 0x423);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
62 static assert('&ucy;' == 0x443);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
63 static assert('&Vcy;' == 0x412);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
64 static assert('&vcy;' == 0x432);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
65 static assert('&YAcy;' == 0x42F);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
66 static assert('&yacy;' == 0x44F);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
67 static assert('&Ycy;' == 0x42B);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
68 static assert('&ycy;' == 0x44B);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
69 static assert('&YUcy;' == 0x42E);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
70 static assert('&yucy;' == 0x44E);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
71 static assert('&Zcy;' == 0x417);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
72 static assert('&zcy;' == 0x437);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
73 static assert('&ZHcy;' == 0x416);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
74 static assert('&zhcy;' == 0x436);
6
e238a15dbc74 1) added added html-sourcefile support
thomask
parents:
diff changeset
75 return 0;
e238a15dbc74 1) added added html-sourcefile support
thomask
parents:
diff changeset
76 }
756
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
77 </CODE></pre></body>
6
e238a15dbc74 1) added added html-sourcefile support
thomask
parents:
diff changeset
78 </html>