Initial tests for CSV-85 - to be updated when issue is implemented

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1306662 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2012-03-29 00:46:54 +00:00
parent 9dd5ace960
commit 810c8d0ae5
3 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,9 @@
# Comment 1
a,b,c,e,f
# Very Long
# Comment 2
g,h,i,j,k
# Very Long
# Comment 3
l,m,n,o,p
1 # Comment 1
2 a,b,c,e,f
3 # Very Long
4 # Comment 2
5 g,h,i,j,k
6 # Very Long
7 # Comment 3
8 l,m,n,o,p

View File

@ -0,0 +1,10 @@
testCSV85.csv CommentStart=#
Delimiter=<,> Encapsulator=<"> CommentStart=<#>
5:[a, b, c, e, f]
# Very Long
# Comment 2
5:[g, h, i, j, k]
# Very Long
1:[]
# Comment 3
5:[l, m, n, o, p]

View File

@ -0,0 +1,10 @@
testCSV85.csv CommentStart=#
Delimiter=<,> Encapsulator=<"> CommentStart=<#>
5:[a, b, c, e, f]
# Very Long
# Comment 2
5:[g, h, i, j, k]
# Very Long
1:[]
# Comment 3
5:[l, m, n, o, p]