You've already forked lazarus-ccr
csvdocument: initial commit to new repository
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1476 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
2
components/csvdocument/testsuite/tests/rfc4180/basic.csv
Normal file
2
components/csvdocument/testsuite/tests/rfc4180/basic.csv
Normal file
@@ -0,0 +1,2 @@
|
||||
a,b,c
|
||||
1,2,3
|
|
@@ -0,0 +1,2 @@
|
||||
,a,b,c,,,
|
||||
,1,,2,,3,
|
|
@@ -0,0 +1,3 @@
|
||||
a,"b
|
||||
c",d
|
||||
1,2,3
|
|
@@ -0,0 +1,2 @@
|
||||
" a "," b "," c "," "," "
|
||||
"1 "," "," 2 "," "," 3 "
|
|
@@ -0,0 +1,2 @@
|
||||
a,"b""c",d
|
||||
1,2,3
|
|
Reference in New Issue
Block a user