Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix quoting for fudging
  • Loading branch information
usev6 committed May 9, 2015
1 parent cde72ee commit 7e2a68a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S32-num/power.t
Expand Up @@ -43,7 +43,7 @@ is(0 ** NaN, NaN, "0**NaN=NaN");
# Not at all sure the next three cases are correct!

#?niecza 2 todo 'complex NaN stringy'
#?rakudo 3 todo 'wrong results for 'NaN' used with '**' RT #124800'
#?rakudo 3 todo 'wrong results for "NaN" used with "**" RT #124800'
is(NaN ** 1i, NaN, "NaN**1i=NaN");
is(1i ** NaN, NaN, "1i**NaN=NaN");
is(NaN ** 0, NaN, "NaN**0=NaN");
Expand Down

0 comments on commit 7e2a68a

Please sign in to comment.