You've already forked lazarus-ccr
csvdocument: fixed line ending for tests
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1622 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -1,2 +1,2 @@
|
|||||||
a,b,c
|
a,b,c
|
||||||
1,2,3
|
1,2,3
|
||||||
|
|
@ -1,2 +1,2 @@
|
|||||||
,a,b,c,,,
|
,a,b,c,,,
|
||||||
,1,,2,,3,
|
,1,,2,,3,
|
||||||
|
|
@ -1,3 +1,3 @@
|
|||||||
a,"b
|
a,"b
|
||||||
c",d
|
c",d
|
||||||
1,2,3
|
1,2,3
|
||||||
|
|
@ -1,2 +1,2 @@
|
|||||||
" a "," b "," c "," "," "
|
" a "," b "," c "," "," "
|
||||||
"1 "," "," 2 "," "," 3 "
|
"1 "," "," 2 "," "," 3 "
|
||||||
|
|
@ -1,2 +1,2 @@
|
|||||||
a,"b""c",d
|
a,"b""c",d
|
||||||
1,2,3
|
1,2,3
|
||||||
|
|
Reference in New Issue
Block a user