Revision be076f02
Von Bernd Bleßmann vor mehr als 3 Jahren hinzugefügt
t/helper/csv.t | ||
---|---|---|
629 | 629 |
ignore_unknown_columns => 1, |
630 | 630 |
); |
631 | 631 |
ok !$csv->parse, 'multiplex check detects incosistent datatype field position'; |
632 |
is_deeply( ($csv->errors)[0], [ 0, 'datatype field must be at the same position for all datatypes for multiplexed data', 0, 0 ], 'multiplex data with inconsistent datatype field posiotion throws error'); |
|
632 |
is_deeply( ($csv->errors)[0], [ undef, 0, 'datatype field must be at the same position for all datatypes for multiplexed data', 0, 0 ], 'multiplex data with inconsistent datatype field posiotion throws error');
|
|
633 | 633 |
|
634 | 634 |
##### |
635 | 635 |
|
Auch abrufbar als: Unified diff
CSV-Helper: Vergessenes Feld "raw_input" bei einigen Fehlermeldungen übergeben …
… Auch, wenn es undefniert ist, aber sonst stimmen die Felder nicht bei
der Fehlerausgabe.