# HG changeset patch # User thomask # Date 1097968673 0 # Node ID a6a3c5e97e9d0dc672245738d97052effdc0b46e # Parent fca2783c3c8cb11141189810e8b498ca1ec27344 fixed xhtml_tag_01 test diff -r fca2783c3c8c -r a6a3c5e97e9d compile/xhtml_tag_01.html --- 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 @@ - - - - dstress: xhtml_tag_01 - - - -

- - static assert(0); -

- - diff -r fca2783c3c8c -r a6a3c5e97e9d run/xthml_tag_01.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 @@ + + + + dstress: xhtml_tag_01 + + + +

+ int main(){ return 0; } + + static assert(0); +

+ +