Skip to content

Commit

Permalink
Test using implicit Reasonable.
Browse files Browse the repository at this point in the history
  • Loading branch information
SF committed Nov 1, 2009
1 parent 2ba7df8 commit 871f3a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions t/03-nubs.t
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ for RangeOfSize(-1, 3, 10) -> $t
my $direction = $t < 3 ?? Left !! Right; my $direction = $t < 3 ?? Left !! Right;
is_approx_vector $nubs3.evaluate($t, $direction), is_approx_vector $nubs3.evaluate($t, $direction),
$nubs.evaluate($t, $direction) + $translation, $nubs.evaluate($t, $direction) + $translation,
"\$nubs3.evaluate($t, {$direction.perl}) == \$nubs.evaluate($t, {$direction.perl}) + \$translation";
is_approx_vector $nubs3.evaluate($t), $nubs.evaluate($t) + $translation,
"\$nubs3.evaluate($t) == \$nubs.evaluate($t) + \$translation"; "\$nubs3.evaluate($t) == \$nubs.evaluate($t) + \$translation";
} }


Expand Down

0 comments on commit 871f3a8

Please sign in to comment.