Author: sebb
Date: Thu Mar 29 01:25:47 2012
New Revision: 1306668
URL: http://svn.apache.org/viewvc?rev=1306668&view=rev
Log:
Test comments and blank lines
Added:
commons/proper/csv/trunk/src/test/resources/CSVFileParser/test_default_comment.txt (with
props)
Added: commons/proper/csv/trunk/src/test/resources/CSVFileParser/test_default_comment.txt
URL: http://svn.apache.org/viewvc/commons/proper/csv/trunk/src/test/resources/CSVFileParser/test_default_comment.txt?rev=1306668&view=auto
==============================================================================
--- commons/proper/csv/trunk/src/test/resources/CSVFileParser/test_default_comment.txt (added)
+++ commons/proper/csv/trunk/src/test/resources/CSVFileParser/test_default_comment.txt Thu
Mar 29 01:25:47 2012
@@ -0,0 +1,8 @@
+test.csv IgnoreEmpty=true CommentStart=#
+Delimiter=<,> Encapsulator=<"> CommentStart=<#> EmptyLines:ignored
+4:[A, B, C, D]
+4:[a, b, c, d]
+4:[ e , f , g, h ]
+4:[ i , " j " , " k ", l ]
+4:[, , , ]
+4:[, , , ]
\ No newline at end of file
Propchange: commons/proper/csv/trunk/src/test/resources/CSVFileParser/test_default_comment.txt
------------------------------------------------------------------------------
svn:eol-style = native
|