diff run/html_line_ending_dos.html @ 111:24da167d3f07

svn maintenance 1) mime types 2) end of line property 3) updated links in the result page
author thomask
date Sun, 07 Nov 2004 08:37:27 +0000
parents 26b8c49918fe
children e38919011244
line wrap: on
line diff
--- a/run/html_line_ending_dos.html	Sat Nov 06 21:55:48 2004 +0000
+++ b/run/html_line_ending_dos.html	Sun Nov 07 08:37:27 2004 +0000
@@ -16,14 +16,14 @@
 	return 1;
 }
 
-/* 
- * WARNING: this code depends on the phobos implementation.
+/*
+ * @WARNING@ this code depends on the phobos implementation.
  * char[]s returned by wrong assertions have to look like:
  *	 "blah blah (linenumber) blah blah"
  */
 void checkLineNumber(Object o){
 	char[] string=o.toString();
-	
+
 	int start;
 	for(start=0; start<string.length; start++){if(string[start]=='('){break;}}