]> git.vpit.fr Git - perl/modules/Regexp-Wildcards.git/blobdiff - t/21-commas.t
Add intermediate newlines tests
[perl/modules/Regexp-Wildcards.git] / t / 21-commas.t
index 1cdd0d0c59214c108c804193b79e6436d6d66ddb..2e07443d642f07abbba68c79ebccf9f158eaa24d 100644 (file)
@@ -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');