Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision be076f02

Von Bernd Bleßmann vor mehr als 3 Jahren hinzugefügt

  • ID be076f02fed09b50c15c8ee8d0585542bd55347d
  • Vorgänger 70e00e04
  • Nachfolger 5fcdbc58

CSV-Helper: Vergessenes Feld "raw_input" bei einigen Fehlermeldungen übergeben …

… Auch, wenn es undefniert ist, aber sonst stimmen die Felder nicht bei
der Fehlerausgabe.

Unterschiede anzeigen:

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