r1221@llin: dpavlin | 2007-05-20 22:43:38 +0200
[webpac2] / t / 1-validate-delimiters.t
index 08c74ca..8006037 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/perl -w
 
 use strict;
-use Test::More tests => 4;
+use Test::More tests => 5;
 use Test::Exception;
 use blib;
 
@@ -64,3 +64,5 @@ is_deeply( $v->{_delimiters_templates}, {
        901 => { "^a :  / ^b" => 2 },
 }, 'just subfields and delimiters');
 
+ok(my $dt = $v->delimiters_templates, 'delimiters_template');
+diag $dt;