comparison run/html_complex_02.html @ 368:7bc0cb26b7bb

added html tests with multiple CODE-tags
author thomask
date Sat, 26 Mar 2005 07:02:38 +0000
parents
children
comparison
equal deleted inserted replaced
367:58ba24adbc52 368:7bc0cb26b7bb
1 <html>
2 <!--
3 $HeadURL$
4 $Date$
5 $Author$
6 -->
7 <head>
8 <title>DStress: html_complex_02</title>
9 </head>
10 <body>
11 <p>
12 The preface
13 </p><p>
14 <CODE><pre>
15 int main(){
16 assert(partOne()==2);
17 return 0;
18 }</pre></CODE>
19 </p><p>
20 Some other stuff ...
21 </p><p>
22 <CODE><pre>
23 int partOne(){
24 return 2;
25 }</pre></CODE>
26 </p><p>
27 It's done.
28 </p>
29 </body>
30 </html>