update csv test data

This commit is contained in:
Dane Springmeyer 2011-11-01 21:15:50 -04:00
parent cc969b1a02
commit 2d696dc73b
5 changed files with 7 additions and 3 deletions

View file

@ -1 +1 @@
x,y,z 1,10,0
x,y,z 1,10,9999.9999
1 x y z 1 10 0 9999.9999

View file

@ -0,0 +1,2 @@
x|y|z
0|0|hello
1 x y z
2 0 0 hello

View file

@ -0,0 +1,2 @@
x;y;z
0;0;hello
1 x y z
2 0 0 hello

View file

@ -1,2 +1,2 @@
x, y,z
x, y,z
-122 , 48,0
1 x y z z
2 -122 48 0 0

View file

@ -1,2 +1,2 @@
x,y,z
0,0,0
1,10,9999.9999
1 x y z
2 0 1 0 10 0 9999.9999