X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F21-commas.t;h=2e07443d642f07abbba68c79ebccf9f158eaa24d;hb=HEAD;hp=1cdd0d0c59214c108c804193b79e6436d6d66ddb;hpb=fbd767d1d92b735a6509e57ccfbd73b45845081e;p=perl%2Fmodules%2FRegexp-Wildcards.git diff --git a/t/21-commas.t b/t/21-commas.t index 1cdd0d0..2e07443 100644 --- a/t/21-commas.t +++ b/t/21-commas.t @@ -13,7 +13,7 @@ is($rw->convert('a,b,c'), 'a\\,b\\,c', 'unix: commas outside of brackets 1'); is($rw->convert('a\\,b\\\\\\,c'), 'a\\,b\\\\\\,c', 'unix: commas outside of brackets 2'); is($rw->convert(',a,b,c\\\\,'), '\\,a\\,b\\,c\\\\\\,', - 'unix: commas outside of brackets at begin/ed'); + 'unix: commas outside of brackets at begin/end'); $rw = Regexp::Wildcards->new(type => 'commas');