Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add test for RT #120992
  • Loading branch information
usev6 committed Oct 21, 2015
1 parent 51d1a48 commit 50c2c6c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion S03-junctions/misc.t
Expand Up @@ -2,7 +2,7 @@ use v6;

use Test;

plan 141;
plan 142;

=begin pod
Expand Down Expand Up @@ -423,6 +423,12 @@ ok Mu & Mu ~~ Mu, 'Mu & Mu ~~ Mu works';
'successful regex match in all junction';
}

# RT #120992
{
is (all("a","b") ~~ /a/).gist, 'all(「a」, Nil)',
'successful regex match in all junction if one element does not match';
}

# stringy tests
#?niecza todo '#82'
{
Expand Down

0 comments on commit 50c2c6c

Please sign in to comment.