Skip to content

Commit

Permalink
[t/spec] test for NaN ~~ NaN
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.pugscode.org/pugs@24786 c213334d-75ef-0310-aa23-eaa082d1ae64
  • Loading branch information
moritz committed Jan 6, 2009
1 parent 64c247e commit feec0e2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion S03-operators/smartmatch.t
Expand Up @@ -2,7 +2,7 @@ use v6;

use Test;

plan 80;
plan 81;

=begin kwid
Expand Down Expand Up @@ -296,4 +296,6 @@ caught that case.
'C<all(@x) ~~ {...} when true for one';
};

#?rakudo todo 'RT #61942'
ok NaN ~~ NaN, 'NaN ~~ Nan is True';
# vim: ft=perl6

0 comments on commit feec0e2

Please sign in to comment.