Skip to content

Commit

Permalink
more rakudo unfudges
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Sep 18, 2011
1 parent 5a430b3 commit 47a4fa9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion S05-metasyntax/regex.t
Expand Up @@ -67,7 +67,6 @@ lives_ok { my Regex $x = rx/foo/ }, 'Can store regexes in typed variables';
ok 'mmm, pasta' ~~ m/<food>/, 'named rule outside of a grammar works';
}

#?rakudo skip 'smart-matching against undefined values'
ok Any !~~ / 'RT #67234' /, 'match against undefined does not match';

eval_dies_ok q['x' ~~ m/RT (#)67612 /], 'commented capture end = parse error';
Expand Down
1 change: 0 additions & 1 deletion S06-multi/type-based.t
Expand Up @@ -40,7 +40,6 @@ is(foo(%hash), 'Associative bar, baz, foo', 'dispatched to the Associative sub')
is(foo($*ERR), 'IO', 'dispatched to the IO sub');

is foo(Inf), 'Inf', 'dispatched to the Inf sub';
#?rakudo skip 'NaN'
is foo(NaN), 'NaN', 'dispatched to the NaN sub';

# You're allowed to omit the "sub" when declaring a multi sub.
Expand Down

0 comments on commit 47a4fa9

Please sign in to comment.