annotate nocompile/html_entity_10.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 f87ba6507260
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7
fc906c72f386 cleanup of html_entity tests
thomask
parents:
diff changeset
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
360
e38919011244 dif. fixes 3
thomask
parents: 7
diff changeset
2 <!--
374
f87ba6507260 added missing meta-data
thomask
parents: 360
diff changeset
3 $HeadURL$
f87ba6507260 added missing meta-data
thomask
parents: 360
diff changeset
4 $Date$
f87ba6507260 added missing meta-data
thomask
parents: 360
diff changeset
5 $Author$
f87ba6507260 added missing meta-data
thomask
parents: 360
diff changeset
6
f87ba6507260 added missing meta-data
thomask
parents: 360
diff changeset
7 __DSTRESS_ELINE__ 11
360
e38919011244 dif. fixes 3
thomask
parents: 7
diff changeset
8 -->
7
fc906c72f386 cleanup of html_entity tests
thomask
parents:
diff changeset
9 <html><head><title>dstress: html_entity_10</title></head><body><pre><CODE>
fc906c72f386 cleanup of html_entity tests
thomask
parents:
diff changeset
10 int main(){
fc906c72f386 cleanup of html_entity tests
thomask
parents:
diff changeset
11 assert('&#xG;'==17);
fc906c72f386 cleanup of html_entity tests
thomask
parents:
diff changeset
12 return 0;
fc906c72f386 cleanup of html_entity tests
thomask
parents:
diff changeset
13 }
fc906c72f386 cleanup of html_entity tests
thomask
parents:
diff changeset
14 </CODE></pre></body></html>