changeset 368:7bc0cb26b7bb

added html tests with multiple CODE-tags
author thomask
date Sat, 26 Mar 2005 07:02:38 +0000
parents 58ba24adbc52
children 0192f18b7ff6
files run/html_complex_01.html run/html_complex_02.html
diffstat 2 files changed, 60 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/run/html_complex_01.html	Sat Mar 26 07:02:38 2005 +0000
@@ -0,0 +1,30 @@
+<html>
+<!--
+	$HeadURL$
+	$Date$
+	$Author$
+-->
+	<head>
+		<title>DStress: html_complex_01</title>
+	</head>
+	<body>
+		<p>
+			The preface
+		</p><p>
+			<CODE><pre>
+int partOne(){
+	return 2;
+}</pre></CODE>
+		</p><p>
+			Some other stuff ...
+		</p><p>
+			<CODE><pre>
+int main(){
+	assert(partOne()==2);
+	return 0;
+}</pre></CODE>
+		</p><p>
+			It's done.
+		</p>
+	</body>
+</html>
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/run/html_complex_02.html	Sat Mar 26 07:02:38 2005 +0000
@@ -0,0 +1,30 @@
+<html>
+<!--
+	$HeadURL$
+	$Date$
+	$Author$
+-->
+	<head>
+		<title>DStress: html_complex_02</title>
+	</head>
+	<body>
+		<p>
+			The preface
+		</p><p>
+			<CODE><pre>
+int main(){
+	assert(partOne()==2);
+	return 0;
+}</pre></CODE>
+		</p><p>
+			Some other stuff ...
+		</p><p>
+			<CODE><pre>
+int partOne(){
+	return 2;
+}</pre></CODE>
+		</p><p>
+			It's done.
+		</p>
+	</body>
+</html>
\ No newline at end of file