Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix test of overlapping needles
  • Loading branch information
lizmat committed Feb 20, 2016
1 parent 10b2d6b commit 47dfb03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S32-str/split.t
Expand Up @@ -499,7 +499,7 @@ is "a.b".split(/\./).join(','), <a b>.join(','),
'clashing named parameters';
}

is "aaaaabbbbb".split(<aaa aa bb bbb>,:v), " aaa aa bbb bb ",
is "aaaaabbbbb".split(<aaa aa bb bbb>,:v), " aaa aa bbb bb ",
"test overlapping needles";

# vim: ft=perl6

0 comments on commit 47dfb03

Please sign in to comment.