Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
unfudge for rakudo.jvm
  • Loading branch information
FROGGS committed Sep 25, 2013
1 parent d7042ed commit 0b22d96
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions integration/advent2009-day16.t
Expand Up @@ -61,8 +61,6 @@ is (.[0] + .[1] + .[2] given @list), 6, 'Statement ending given';
is ('Boo!' when /phantom/ given $castle), 'Boo!', 'Nesting when inside given';
}

#?rakudo.jvm skip "sprintf format sequence"
#?DOES 3
{
#Test DNA one liner at the end
my $result;
Expand All @@ -72,7 +70,6 @@ is (.[0] + .[1] + .[2] given @list), 6, 'Statement ending given';
is $result.subst(/\s/ , '' , :g).chars , 40 , 'Containing 20 pairs';
}

#?rakudo.jvm todo "nigh"
eval_lives_ok 'for ^20 {my ($a,$b)=<AT CG>.pick.comb.pick(*); my ($c,$d)=sort map {6+4*sin($_/2)},$_,$_+4; sprintf "%{$c}s%{$d-$c}s\n",$a,$b}' , 'Can handle "map {...} ,$x,$y"';

done;

0 comments on commit 0b22d96

Please sign in to comment.