Codebase list libmarc-spec-perl / 0a3cf3c
removed DDP dependency in test Carsten Klee 6 years ago
1 changed file(s) with 0 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
22 use Test::Exception;
33 use MARC::Spec::Comparisonstring;
44 use MARC::Spec::Parser;
5
6 use DDP;
75
86 my $cmp = MARC::Spec::Comparisonstring->new('this\sis\sa\stest');
97 ok $cmp->raw eq 'this\sis\sa\stest', 'raw';