Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Unfudge two passing tests for rakudo.jvm
  • Loading branch information
usev6 committed May 9, 2015
1 parent 8ce998e commit b62c8ee
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions S05-capture/caps.t
Expand Up @@ -70,11 +70,9 @@ is ca($/.chunks), '0:a|1:;|0:b|1:,|0:c|1:,', '.chunks on %% separator';
is ca($/.caps), 'alpha:a', '.caps && - last term';

ok 'a' ~~ m/<alpha> & <ident>/, 'Regex matches';
#?rakudo.jvm todo '& caps on jvm RT #125001'
is ca($/.caps.sort(*.key)), 'alpha:a|ident:a', '.caps & - multiple terms';

ok 'a' ~~ m/<alpha> && <ident>/, 'Regex matches';
#?rakudo.jvm todo '&& caps on jvm RT #125002'
is ca($/.caps.sort(*.key)), 'alpha:a|ident:a', '.caps && - multiple terms';

ok 'ab' ~~ m/([a|b] && <alpha>)**1..2/, 'Regex matches';
Expand Down

0 comments on commit b62c8ee

Please sign in to comment.