Skip to content

Commit

Permalink
NaN might be -nan
Browse files Browse the repository at this point in the history
  • Loading branch information
briandfoy committed Apr 15, 2024
1 parent c62e118 commit 417df6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/bc/input.t
Expand Up @@ -158,7 +158,7 @@ sub operator_table {
],
[
"x = -1\ny = 0.5\nx ^= y\nx",
'NaN', # NaN might be -nan
qr/-?NaN/i, # NaN might be -nan
'binary assignment (exponentiation - square root of -1)'
],
];
Expand Down

0 comments on commit 417df6f

Please sign in to comment.