mirror of
https://github.com/parsecsv/parsecsv-for-php.git
synced 2026-02-19 08:36:39 +00:00
Moved testAutoQuotes into existing test infrastructure
This commit is contained in:
3
tests/example_files/auto-double-enclosure.csv
Normal file
3
tests/example_files/auto-double-enclosure.csv
Normal file
@@ -0,0 +1,3 @@
|
||||
"column1","column2"
|
||||
"value1","value2"
|
||||
"value3","value4"
|
||||
|
3
tests/example_files/auto-single-enclosure.csv
Normal file
3
tests/example_files/auto-single-enclosure.csv
Normal file
@@ -0,0 +1,3 @@
|
||||
'column1','column2'
|
||||
'value1','value2'
|
||||
'value3','value4'
|
||||
|
Reference in New Issue
Block a user