Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add a few #?DOES to hyper.t and move it to done; for good measure
  • Loading branch information
sorear committed May 30, 2011
1 parent 01c8d9e commit 1c7477c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions S03-metaops/hyper.t
Expand Up @@ -8,8 +8,6 @@ use Test;
=end pod

plan 278;

# L<S03/Hyper operators>
# binary infix
my @r;
Expand Down Expand Up @@ -361,6 +359,7 @@ my @e;
#?pugs todo 'hyper ops'
#?niecza skip 'variables and eval'
#?DOES 2
{ # hyper dereferencing
my @array = (
{ key => 'val' },
Expand All @@ -377,6 +376,7 @@ my @e;

#?pugs todo 'feature'
#?niecza skip 'junctions'
#?DOES 4
{ # junction hyper -- regression?
my @a = 1..3;
my @b = 4..6;
Expand Down Expand Up @@ -481,6 +481,7 @@ my @e;
}

#?niecza skip 'our sub'
#?DOES 4
{
our sub postfix:<!>($a) {
[*] 1..$a;
Expand Down Expand Up @@ -533,6 +534,7 @@ my @e;
}

#?niecza skip 'char range'
#?DOES 29
{
my @a = (1, { a => 2, b => 3 }, 4);
my @b = <a b c>;
Expand Down Expand Up @@ -580,6 +582,7 @@ my @e;
}

#?niecza skip "char range"
#?DOES 29
{
my @a = (1, { a => 2, b => 3 }, 4);
my @b = <a b c>;
Expand Down Expand Up @@ -756,6 +759,7 @@ my @e;
# L<S03/Hyper operators/'@array »+=»'>
# Hyper assignment operators
#?niecza skip 'fails horribly'
#?DOES 6
{
my @array = 3, 8, 2, 9, 3, 8;
@r = @array »+=« (1, 2, 3, 4, 5, 6);
Expand Down

0 comments on commit 1c7477c

Please sign in to comment.