Skip to content

Commit

Permalink
[spec] re-fudged some failing test (unfudged by avar++)
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.pugscode.org/pugs@20651 c213334d-75ef-0310-aa23-eaa082d1ae64
  • Loading branch information
moritz committed Jun 4, 2008
1 parent 741e5a0 commit ba6adfc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions S29-num/int.t
Expand Up @@ -71,6 +71,7 @@ is(int('3e4d5'), 3e4, "int('3e4d5') is 3e4");
# Special values
is(int(1.9e3), 1900, "int 1.9e3 is 1900");
#?pugs 3 todo 'bug'
#?rakudo 3 skip 'Inf and NaN not yet implemented'
is(int(Inf), Inf, "int Inf is Inf");
is(int(-Inf), -Inf, "int -Inf is -Inf");
is(int(NaN), NaN, "int NaN is NaN");
Expand Down

0 comments on commit ba6adfc

Please sign in to comment.