annotate run/html_entity_amsc.html @ 1576:b3e16c86558e

[Issue 1398] New: GDC doesn't generate correct code <mariusmuja@gmail.com> 2007-08-04 http://d.puremagic.com/issues/show_bug.cgi?id=1398
author thomask
date Thu, 21 Feb 2008 15:20:08 +0000
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_amsc</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_amsc;
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('&dlcorn;' == 0x231E);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
9 static assert('&drcorn;' == 0x231F);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
10 static assert('&gtlPar;' == 0x2995);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
11 static assert('&langd;' == 0x2991);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
12 static assert('&lbrke;' == 0x298B);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
13 static assert('&lbrksld;' == 0x298F);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
14 static assert('&lbrkslu;' == 0x298D);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
15 static assert('&lceil;' == 0x2308);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
16 static assert('&lfloor;' == 0x230A);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
17 static assert('&lmoust;' == 0x23B0);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
18 static assert('&lparlt;' == 0x2993);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
19 static assert('&ltrPar;' == 0x2996);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
20 static assert('&rangd;' == 0x2992);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
21 static assert('&rbrke;' == 0x298C);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
22 static assert('&rbrksld;' == 0x298E);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
23 static assert('&rbrkslu;' == 0x2990);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
24 static assert('&rceil;' == 0x2309);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
25 static assert('&rfloor;' == 0x230B);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
26 static assert('&rmoust;' == 0x23B1);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
27 static assert('&rpargt;' == 0x2994);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
28 static assert('&ulcorn;' == 0x231C);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
29 static assert('&urcorn;' == 0x231D);
6
e238a15dbc74 1) added added html-sourcefile support
thomask
parents:
diff changeset
30 return 0;
e238a15dbc74 1) added added html-sourcefile support
thomask
parents:
diff changeset
31 }
756
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
32 </CODE></pre></body>
6
e238a15dbc74 1) added added html-sourcefile support
thomask
parents:
diff changeset
33 </html>