Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
pugs fudge
  • Loading branch information
coke committed Sep 28, 2013
1 parent dad24db commit 290d6f4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions S02-types/array_extending.t
Expand Up @@ -33,6 +33,7 @@ plan 21;
# And, of course, @array[20]:exists has to be true -- we've just assigned
# @array[20].
#?niecza skip 'Unable to resolve method exists in class Array'
#?pugs skip ':exists'
ok @array[20]:exists,
"creating an array element should automatically extend the array (2)";
}
Expand Down Expand Up @@ -60,6 +61,7 @@ plan 21;
}

#?niecza skip 'Unable to resolve method exists in class Array'
#?pugs skip ':exists'
{
my @array = <a b c d>;
my $exists = @array[100]:exists;
Expand All @@ -71,6 +73,7 @@ plan 21;
}

#?niecza skip 'Unable to resolve method exists in class Array'
#?pugs skip ':exists'
{
my @array = <a b c d>;
my $exists = @array[-5]:exists;
Expand Down

0 comments on commit 290d6f4

Please sign in to comment.