Add csv test files
This commit is contained in:
parent
a3aec240fe
commit
8b77547251
6 changed files with 27 additions and 0 deletions
|
@ -0,0 +1,7 @@
|
|||
x,y,line
|
||||
0,0,"
|
||||
many
|
||||
lines
|
||||
of text
|
||||
with unix newlines
|
||||
"
|
|
|
@ -0,0 +1,2 @@
|
|||
x,y,line
|
||||
0,0,"\r\nmany\r\nlines\r\nof text\r\nwith unix newlines\r\n"
|
|
7
tests/data/csv/mac_newlines_with_unix_inline.csv
Normal file
7
tests/data/csv/mac_newlines_with_unix_inline.csv
Normal file
|
@ -0,0 +1,7 @@
|
|||
x,y,line
|
||||
0,0,"
|
||||
many
|
||||
lines
|
||||
of text
|
||||
with unix newlines
|
||||
"
|
|
2
tests/data/csv/mac_newlines_with_unix_inline_escaped.csv
Normal file
2
tests/data/csv/mac_newlines_with_unix_inline_escaped.csv
Normal file
|
@ -0,0 +1,2 @@
|
|||
x,y,line
|
||||
0,0,"many\n lines\n of text\n with unix newlines"
|
|
7
tests/data/csv/windows_newlines_with_unix_inline.csv
Normal file
7
tests/data/csv/windows_newlines_with_unix_inline.csv
Normal file
|
@ -0,0 +1,7 @@
|
|||
x,y,line
|
||||
0,0,"
|
||||
many
|
||||
lines
|
||||
of text
|
||||
with unix newlines
|
||||
"
|
|
|
@ -0,0 +1,2 @@
|
|||
x,y,line
|
||||
0,0,"many\n lines\n of text\n with unix newlines"
|
|
Loading…
Add table
Reference in a new issue