annotate run/html_entity_dia.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_dia</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_dia;
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('&acute;' == 0xB4);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
9 static assert('&breve;' == 0x2D8);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
10 static assert('&caron;' == 0x2C7);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
11 static assert('&cedil;' == 0xB8);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
12 static assert('&circ;' == 0x2C6);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
13 static assert('&dblac;' == 0x2DD);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
14 static assert('&die;' == 0xA8);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
15 static assert('&dot;' == 0x2D9);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
16 static assert('&grave;' == 0x60);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
17 static assert('&macr;' == 0xAF);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
18 static assert('&ogon;' == 0x2DB);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
19 static assert('&ring;' == 0x2DA);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
20 static assert('&tilde;' == 0x2DC);
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
21 static assert('&uml;' == 0xA8);
6
e238a15dbc74 1) added added html-sourcefile support
thomask
parents:
diff changeset
22 return 0;
e238a15dbc74 1) added added html-sourcefile support
thomask
parents:
diff changeset
23 }
756
9a121126b077 major "Torture" review
thomask
parents: 6
diff changeset
24 </CODE></pre></body>
6
e238a15dbc74 1) added added html-sourcefile support
thomask
parents:
diff changeset
25 </html>