changeset 52:a6a3c5e97e9d

fixed xhtml_tag_01 test
author thomask
date Sat, 16 Oct 2004 23:17:53 +0000
parents fca2783c3c8c
children 5f0e612a804b
files compile/xhtml_tag_01.html run/xthml_tag_01.html
diffstat 2 files changed, 14 insertions(+), 13 deletions(-) [+]
line wrap: on
line diff
--- a/compile/xhtml_tag_01.html	Sat Oct 16 18:12:41 2004 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
-	<head>
-		<title>dstress: xhtml_tag_01</title>
-		<meta http-equiv="content-type" content="text/xhtml; charset=utf-8" />
-	</head>
-	<body>
-		<p>
-			<code />
-			static assert(0);
-		</p>
-	</body>
-</html>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/run/xthml_tag_01.html	Sat Oct 16 23:17:53 2004 +0000
@@ -0,0 +1,14 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+	<head>
+		<title>dstress: xhtml_tag_01</title>
+		<meta http-equiv="content-type" content="text/xhtml; charset=utf-8" />
+	</head>
+	<body>
+		<p>
+			<code> int main(){ return 0; }</code>
+			<code />
+			static assert(0);
+		</p>
+	</body>
+</html>