Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add a test for RT #83622
  • Loading branch information
coke committed Oct 14, 2012
1 parent e248ff0 commit 72d4c05
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion S02-types/nan.t
Expand Up @@ -2,7 +2,7 @@ use v6;

use Test;

plan 20;
plan 21;

# Undeterminate Math results
# see L<"http://mathworld.wolfram.com/Indeterminate.html">
Expand Down Expand Up @@ -51,4 +51,9 @@ ok (my Int $rt83446 = NaN) ~~ NaN, 'NaN fits in Int';
#RT 103500
is NaN.perl, 'NaN', 'NaN perlification ok';

#RT 83622
#?rakudo todo 'RT 83622'
#?pugs todo
ok NaN===NaN, "NaN value identity"

# vim: ft=perl6

0 comments on commit 72d4c05

Please sign in to comment.