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:
vvzh
2011-05-09 11:50:07 +00:00
parent 7b660c3f23
commit 03e76a36cf
5 changed files with 11 additions and 11 deletions

View File

@ -1,2 +1,2 @@
a,b,c a,b,c
1,2,3 1,2,3

1 a b c
2 1 2 3

View File

@ -1,2 +1,2 @@
,a,b,c,,, ,a,b,c,,,
,1,,2,,3, ,1,,2,,3,

1 a b c
2 1 2 3

View File

@ -1,3 +1,3 @@
a,"b a,"b
c",d c",d
1,2,3 1,2,3

1 a b c d
2 1 2 3
3

View File

@ -1,2 +1,2 @@
" a "," b "," c "," "," " " a "," b "," c "," "," "
"1 "," "," 2 "," "," 3 " "1 "," "," 2 "," "," 3 "

1 a b c
2 1 2 3

View File

@ -1,2 +1,2 @@
a,"b""c",d a,"b""c",d
1,2,3 1,2,3

1 a b"c d
2 1 2 3