Author: skitching
Date: Wed Mar  8 18:57:57 2006
New Revision: 384408

URL: http://svn.apache.org/viewcvs?rev=384408&view=rev
Log:
Test that within service files it is ok to have lines with just whitespace,
and lines with comments not starting in column 0.

Modified:
    
jakarta/commons/proper/logging/contrib/simon/jcl2/core/test/resources/META-INF/services/org.apache.commons.logging.UtilsTestCase$Service2

Modified: 
jakarta/commons/proper/logging/contrib/simon/jcl2/core/test/resources/META-INF/services/org.apache.commons.logging.UtilsTestCase$Service2
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/logging/contrib/simon/jcl2/core/test/resources/META-INF/services/org.apache.commons.logging.UtilsTestCase%24Service2?rev=384408&r1=384407&r2=384408&view=diff
==============================================================================
--- 
jakarta/commons/proper/logging/contrib/simon/jcl2/core/test/resources/META-INF/services/org.apache.commons.logging.UtilsTestCase$Service2
 (original)
+++ 
jakarta/commons/proper/logging/contrib/simon/jcl2/core/test/resources/META-INF/services/org.apache.commons.logging.UtilsTestCase$Service2
 Wed Mar  8 18:57:57 2006
@@ -1,4 +1,9 @@
 # this is a test service file
 # that contains just blank lines
 
-# and comments, and nothing else.
\ No newline at end of file
+# and comments, and nothing else.
+
+  # This comment starts with whitespace
+  
+# the following line contains whitespace
+    
\ No newline at end of file



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to