X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FRegexp-Wildcards.git;a=blobdiff_plain;f=t%2F21-commas.t;h=2e07443d642f07abbba68c79ebccf9f158eaa24d;hp=1cdd0d0c59214c108c804193b79e6436d6d66ddb;hb=14908481700fa4d093dae4a10e4f89ea19106e91;hpb=d6f61a3d7918845e8ee6c9cac65af29aa3ca6cf0 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');