Skip to content

Commit

Permalink
untodo [=:=] et al. that now work after onearg
Browse files Browse the repository at this point in the history
  • Loading branch information
TimToady committed Sep 19, 2015
1 parent 8cd1edb commit 8e7418f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions S03-metaops/reduce.t
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,11 @@ L<"http://groups.google.de/group/perl.perl6.language/msg/bd9eb275d5da2eda">

{
my ($x, $y);
#?rakudo todo 'huh?'
ok ( [=:=] $x, $x, $x), '[=:=] basic sanity 1';
ok (not [=:=] $x, $y, $x), '[=:=] basic sanity 2';
ok ( [!=:=] $x, $y, $x), '[!=:=] basic sanity (positive)';
#?rakudo todo 'huh?'
ok (not [!=:=] $y, $y, $x), '[!=:=] basic sanity (negative)';
$y := $x;
#?rakudo todo 'huh?'
ok ( [=:=] $y, $x, $y), '[=:=] after binding';
}

Expand Down

0 comments on commit 8e7418f

Please sign in to comment.