Skip to content

Commit

Permalink
pugs fudge (new tests)
Browse files Browse the repository at this point in the history
  • Loading branch information
coke committed Apr 11, 2012
1 parent 3b41fee commit 395bd85
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions S02-types/flattening.t
Expand Up @@ -91,6 +91,7 @@ plan 37;
}

# RT #112362
#?pugs skip 'parsefail'
{
my @a = <a b c d e f>;
is @a[[3, 4], 0,], 'c a', '[] in array slice numifies (1)';
Expand Down
1 change: 1 addition & 0 deletions S06-macros/macros-d1.t
Expand Up @@ -114,6 +114,7 @@ plan 12;
}

#?rakudo skip 'Null PMC access'
#?pugs skip 'Nil'
{
macro funny_nil { quasi { {;}() } }
is funny_nil(), Nil, 'Nil from an empty block turns into no code';
Expand Down
1 change: 1 addition & 0 deletions S06-signature/arity.t
Expand Up @@ -146,6 +146,7 @@ dies_ok { eval("a_zero( 'hello', 'world' )") }, 'no matching sub signature';
}

# RT #111646
#?pugs 2 skip '.count'
is (-> *@a { }).count, Inf, 'slurpy positional causes infinite count';
is (-> *%a { }).count, 0, 'slurpy named causes no count change';

Expand Down

0 comments on commit 395bd85

Please sign in to comment.