Add csv test files

This commit is contained in:
Dane Springmeyer 2012-09-26 12:51:42 -07:00
parent a3aec240fe
commit 8b77547251
6 changed files with 27 additions and 0 deletions

View file

@ -0,0 +1,7 @@
x,y,line
0,0,"
many
lines
of text
with unix newlines
"
1 x y line
2 0 0 many lines of text with unix newlines

View file

@ -0,0 +1,2 @@
x,y,line
0,0,"\r\nmany\r\nlines\r\nof text\r\nwith unix newlines\r\n"
1 x y line
2 0 0 \r\nmany\r\nlines\r\nof text\r\nwith unix newlines\r\n

View file

@ -0,0 +1,7 @@
x,y,line
0,0,"
many
lines
of text
with unix newlines
"
1 x y line
2 0 0 many lines of text with unix newlines

View file

@ -0,0 +1,2 @@
x,y,line
0,0,"many\n lines\n of text\n with unix newlines"
1 x y line
2 0 0 many\n lines\n of text\n with unix newlines

View file

@ -0,0 +1,7 @@
x,y,line
0,0,"
many
lines
of text
with unix newlines
"
1 x y line
2 0 0 many lines of text with unix newlines

View file

@ -0,0 +1,2 @@
x,y,line
0,0,"many\n lines\n of text\n with unix newlines"
1 x y line
2 0 0 many\n lines\n of text\n with unix newlines