Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Refudge for current Niecza.
  • Loading branch information
colomon committed Mar 3, 2013
1 parent c5b6cfa commit b10025a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion S32-num/rat.t
Expand Up @@ -164,9 +164,11 @@ is NaN.Rat, NaN, "NaN.Rat == NaN";
{
#?rakudo todo "Inf.Rat"
#?pugs todo 'Inf.Rat'
#?niecza todo
is Inf.Rat, Inf, "Inf.Rat == Inf";
#?rakudo todo "Inf.Rat"
#?pugs todo 'Inf.Rat'
#?niecza todo
is (-Inf).Rat, -Inf, "(-Inf).Rat == -Inf";

# RT #74648
Expand Down Expand Up @@ -307,7 +309,6 @@ is 241025348275725.3352.Rat.norm.nude, (301281685344656669, 1250), "Rat.Rat yiel

#RT #112822
#?pugs skip 'No such method in class Rat: "&norm"'
#?niecza todo 'got 241025348275725.31'
is 241025348275725.3352.Str, "241025348275725.3352", 'stringification of bigish Rats';

done;
Expand Down

0 comments on commit b10025a

Please sign in to comment.