Revision 0fb93bcf
Von Sven Schöling vor mehr als 13 Jahren hinzugefügt
t/helper/csv.t | ||
---|---|---|
11 | 11 |
header => [ 'description' ], |
12 | 12 |
); |
13 | 13 |
|
14 |
isa_ok $csv->_csv, 'Text::CSV'; |
|
14 |
isa_ok $csv->_csv, 'Text::CSV_XS';
|
|
15 | 15 |
isa_ok $csv->_io, 'IO::File'; |
16 | 16 |
isa_ok $csv->parse, 'SL::Helper::Csv', 'parsing returns self'; |
17 | 17 |
is_deeply $csv->get_data, [ { description => 'Kaffee' } ], 'simple case works'; |
Auch abrufbar als: Unified diff
Tests brauchen mittlerweile fix Text::CSV_XS