Skip to content

Commit 810c8d0

Browse files
committed
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
1 parent 9dd5ace commit 810c8d0

3 files changed

Lines changed: 29 additions & 0 deletions

File tree

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
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+
8+
# Comment 3
9+
l,m,n,o,p
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
testCSV85.csv CommentStart=#
2+
Delimiter=<,> Encapsulator=<"> CommentStart=<#>
3+
5:[a, b, c, e, f]
4+
# Very Long
5+
# Comment 2
6+
5:[g, h, i, j, k]
7+
# Very Long
8+
1:[]
9+
# Comment 3
10+
5:[l, m, n, o, p]
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
testCSV85.csv CommentStart=#
2+
Delimiter=<,> Encapsulator=<"> CommentStart=<#>
3+
5:[a, b, c, e, f]
4+
# Very Long
5+
# Comment 2
6+
5:[g, h, i, j, k]
7+
# Very Long
8+
1:[]
9+
# Comment 3
10+
5:[l, m, n, o, p]

0 commit comments

Comments
 (0)