Skip to content

Commit

Permalink
nan might have a minus sign
Browse files Browse the repository at this point in the history
  • Loading branch information
briandfoy committed Jun 23, 2023
1 parent 63f4355 commit 53ac7bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/bc/input.t
Expand Up @@ -157,7 +157,7 @@ sub operator_table {
],
[
"x = -1\ny = 0.5\nx ^= y",
qr/\A-1\n0.5\nNaN$/i, # NaN might be nan
qr/\A-1\n0.5\n-?NaN$/i, # NaN might be -nan
'binary assignment (exponentiation - square root of -1)'
],
];
Expand Down

0 comments on commit 53ac7bd

Please sign in to comment.