X-Git-Url: http://git.shiar.net/perl/list-index.git/blobdiff_plain/f5f900c433ee5247b0466d0e3efcd3f66ff664d9..0433a4eb785409f46a2d61e668fda84bd87c3148:/t/20-links.t diff --git a/t/20-links.t b/t/20-links.t index 1180398..f8f462d 100644 --- a/t/20-links.t +++ b/t/20-links.t @@ -2,7 +2,7 @@ use strict; use warnings; -use Test::More tests => 21; +use Test::More tests => 22; use Test::NoWarnings; use Data::Dump 'pp'; @@ -27,6 +27,7 @@ for ( [ 'q-xxx' => '(?:[q-w]|x(?![x-z])|xx(?![x-z])|xxx)'], ['qqq-x' => '(?:[r-x]|q[r-z]|qq[q-z])'], ['qaa-qb' => '(?:qa[a-z]|qb)'], + ['qaa-qq' => '(?:q[b-p]|qa[a-z]|qq)'], ['qqq-q' => '(?:q[r-z]|qq[q-z])'], ) { my ($in, $out) = @$_;