X-Git-Url: http://git.shiar.net/perl/list-index.git/blobdiff_plain/d6c30ef4ef400982bc1b08e9b7bf93993ea29be5..f201c1cafae5e0a87e562961316c7650b0e2231a:/t/20-links.t diff --git a/t/20-links.t b/t/20-links.t index d9ab338..afa2b7b 100644 --- a/t/20-links.t +++ b/t/20-links.t @@ -2,7 +2,7 @@ use strict; use warnings; -use Test::More tests => 28; +use Test::More tests => 29; use Test::NoWarnings; use Data::Dump 'pp'; @@ -17,6 +17,7 @@ for ( [ -qqq => '(?:(?![q-z])|q(?![q-z])|qq(?![q-z])|qqq)'], [ 'q-' => '[q-z]'], ['qqq-' => '(?:[r-z]|q[r-z]|qq[q-z])'], + ['zzz-' => 'zz[z-z]'], [ 'q-x' => '[q-x]'], [ 'q-q' => 'q'], [ 'qq-qq' => 'qq'], @@ -45,3 +46,4 @@ for my $in ( ) { is(eval { rangematch($in) }, undef, (length $in ? $in : q{''}) . ' failure'); } +