changeset 36:9e828537e0b2

added html tag space tests
author thomask
date Wed, 13 Oct 2004 07:20:40 +0000
parents 9ac5baf9ac69
children 4e88d22c699a
files run/html_tag_space_01.html run/html_tag_space_02.html
diffstat 2 files changed, 18 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/run/html_tag_space_01.html	Wed Oct 13 07:20:40 2004 +0000
@@ -0,0 +1,9 @@
+<html>
+	<head><title>dstress: html_tag_space_01</title></head>
+	<body><pre>< CODE >
+int main(){
+	return 0;
+}
+</ CODE ></pre>
+	</body>
+</html>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/run/html_tag_space_02.html	Wed Oct 13 07:20:40 2004 +0000
@@ -0,0 +1,9 @@
+<html>
+	<head><title>dstress: html_tag_space_01</title></head>
+	<body><pre><	CODE >
+int main(){
+	return 0;
+}
+</	CODE></pre>
+	</body>
+</html>