csv tests for tailing newlines

This commit is contained in:
Dane Springmeyer 2011-11-04 07:19:31 -04:00
parent a6dfb7b6a4
commit f4d252ceb6
2 changed files with 13 additions and 0 deletions

View file

@ -0,0 +1 @@
x,y,z 0,0,0 1,2,3
1 x y z 0 0 0 1 2 3

View file

@ -0,0 +1,12 @@
FID,wkt,REGIONNAME,RID
Eth_Region_Boundary.1,"POINT (0 0)",Addis Ababa,14
Eth_Region_Boundary.2,"POINT (0 0)",Tigray,01
Eth_Region_Boundary.3,"POINT (0 0)",Somali,05
Eth_Region_Boundary.4,"POINT (0 0)",Dire Dawa,15
Eth_Region_Boundary.5,"POINT (0 0)",Hareri,13
Eth_Region_Boundary.6,"POINT (0 0)",SNNPR,07
Eth_Region_Boundary.7,"POINT (0 0)",Gambela,12
Eth_Region_Boundary.8,"POINT (0 0)",Beneshangul Gumu,06
Eth_Region_Boundary.9,"POINT (0 0)",Amhara,03
Eth_Region_Boundary.10,"POINT (0 0)",Afar,02
Eth_Region_Boundary.11,"POINT (0 0)",Oromia,04
1 FID wkt REGIONNAME RID
2 Eth_Region_Boundary.1 POINT (0 0) Addis Ababa 14
3 Eth_Region_Boundary.2 POINT (0 0) Tigray 01
4 Eth_Region_Boundary.3 POINT (0 0) Somali 05
5 Eth_Region_Boundary.4 POINT (0 0) Dire Dawa 15
6 Eth_Region_Boundary.5 POINT (0 0) Hareri 13
7 Eth_Region_Boundary.6 POINT (0 0) SNNPR 07
8 Eth_Region_Boundary.7 POINT (0 0) Gambela 12
9 Eth_Region_Boundary.8 POINT (0 0) Beneshangul Gumu 06
10 Eth_Region_Boundary.9 POINT (0 0) Amhara 03
11 Eth_Region_Boundary.10 POINT (0 0) Afar 02
12 Eth_Region_Boundary.11 POINT (0 0) Oromia 04