/[Apache-SVN]/jakarta/commons/proper/configuration/trunk/conf/test.properties
ViewVC logotype

Diff of /jakarta/commons/proper/configuration/trunk/conf/test.properties

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- jakarta/commons/proper/configuration/trunk/conf/test.properties	2005/07/27 14:07:04	225521
+++ jakarta/commons/proper/configuration/trunk/conf/test.properties	2005/07/27 14:12:59	225522
@@ -75,6 +75,25 @@ test.path = C:\\path2\\
 test.path = C:\\path3\\\
 complex\\test\\
 
+#
+# Test for the comment lines
+#
 
 #comment = this is not a property but a comment line starting with '#'
 !comment = this is not a property but a comment line starting with '!'
+
+#
+# Tests for the key/value separators ('=', ':' or white space, escaped or not)
+#
+
+test.separator\=in.key = foo
+test.separator\:in.key = bar
+test.separator\	in.key = foo
+test.separator\in.key = bar
+test.separator\ in.key = foo
+
+test.separator.equal = foo
+test.separator.colon : foo
+test.separator.tab	foo
+test.separator.formfeedfoo
+test.separator.whitespace foo

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26