annotate run/html_complex_02.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 7bc0cb26b7bb
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
368
7bc0cb26b7bb added html tests with multiple CODE-tags
thomask
parents:
diff changeset
1 <html>
7bc0cb26b7bb added html tests with multiple CODE-tags
thomask
parents:
diff changeset
2 <!--
7bc0cb26b7bb added html tests with multiple CODE-tags
thomask
parents:
diff changeset
3 $HeadURL$
7bc0cb26b7bb added html tests with multiple CODE-tags
thomask
parents:
diff changeset
4 $Date$
7bc0cb26b7bb added html tests with multiple CODE-tags
thomask
parents:
diff changeset
5 $Author$
7bc0cb26b7bb added html tests with multiple CODE-tags
thomask
parents:
diff changeset
6 -->
7bc0cb26b7bb added html tests with multiple CODE-tags
thomask
parents:
diff changeset
7 <head>
7bc0cb26b7bb added html tests with multiple CODE-tags
thomask
parents:
diff changeset
8 <title>DStress: html_complex_02</title>
7bc0cb26b7bb added html tests with multiple CODE-tags
thomask
parents:
diff changeset
9 </head>
7bc0cb26b7bb added html tests with multiple CODE-tags
thomask
parents:
diff changeset
10 <body>
7bc0cb26b7bb added html tests with multiple CODE-tags
thomask
parents:
diff changeset
11 <p>
7bc0cb26b7bb added html tests with multiple CODE-tags
thomask
parents:
diff changeset
12 The preface
7bc0cb26b7bb added html tests with multiple CODE-tags
thomask
parents:
diff changeset
13 </p><p>
7bc0cb26b7bb added html tests with multiple CODE-tags
thomask
parents:
diff changeset
14 <CODE><pre>
7bc0cb26b7bb added html tests with multiple CODE-tags
thomask
parents:
diff changeset
15 int main(){
7bc0cb26b7bb added html tests with multiple CODE-tags
thomask
parents:
diff changeset
16 assert(partOne()==2);
7bc0cb26b7bb added html tests with multiple CODE-tags
thomask
parents:
diff changeset
17 return 0;
7bc0cb26b7bb added html tests with multiple CODE-tags
thomask
parents:
diff changeset
18 }</pre></CODE>
7bc0cb26b7bb added html tests with multiple CODE-tags
thomask
parents:
diff changeset
19 </p><p>
7bc0cb26b7bb added html tests with multiple CODE-tags
thomask
parents:
diff changeset
20 Some other stuff ...
7bc0cb26b7bb added html tests with multiple CODE-tags
thomask
parents:
diff changeset
21 </p><p>
7bc0cb26b7bb added html tests with multiple CODE-tags
thomask
parents:
diff changeset
22 <CODE><pre>
7bc0cb26b7bb added html tests with multiple CODE-tags
thomask
parents:
diff changeset
23 int partOne(){
7bc0cb26b7bb added html tests with multiple CODE-tags
thomask
parents:
diff changeset
24 return 2;
7bc0cb26b7bb added html tests with multiple CODE-tags
thomask
parents:
diff changeset
25 }</pre></CODE>
7bc0cb26b7bb added html tests with multiple CODE-tags
thomask
parents:
diff changeset
26 </p><p>
7bc0cb26b7bb added html tests with multiple CODE-tags
thomask
parents:
diff changeset
27 It's done.
7bc0cb26b7bb added html tests with multiple CODE-tags
thomask
parents:
diff changeset
28 </p>
7bc0cb26b7bb added html tests with multiple CODE-tags
thomask
parents:
diff changeset
29 </body>
7bc0cb26b7bb added html tests with multiple CODE-tags
thomask
parents:
diff changeset
30 </html>