Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Data-IEEE754-Tools CPAN distribution.

Report information
The Basics
Id: 117040
Status: rejected
Priority: 0/
Queue: Data-IEEE754-Tools

People
Owner: petercj [...] cpan.org
Requestors: petercj [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: v0.012
Fixed in: (no value)



Subject: to_xxx_floatingpoint contains \slash before the #
to_hex_floatingpoint() +0x1.\#INF000000000p+0000 +0x1.\#SNAN00000000p+0000 +0x1.\#QNAN00000000p+0000 -0x1.\#IND000000000p+0000 -0x1.\#INF000000000p+0000 -0x1.\#SNAN00000000p+0000 -0x1.\#QNAN00000000p+0000 to_dec_floatingpoint() +0d1.\#INF000000000000p+0000 +0d1.\#SNAN00000000000p+0000 +0d1.\#QNAN00000000000p+0000 -0d1.\#QNAN00000000000p+0000 -0d1.\#IND000000000000p+0000 -0d1.\#SNAN00000000000p+0000 -0d1.\#INF000000000000p+0000
Artifact of Test::More::is()/cmp_ok() function. If using a print or Test::More::diag()/note(), there is no slash. __BEGIN__ perl -MTest::More=tests,2 -e "$str='A#A'; is( 1, 1, 'is:'.$str); ok(1, 'ok:'.$str); diag('diag:'.$str); note('note:'.$str)" __DATA__ 1..2 ok 1 - is:A\#A ok 2 - ok:A\#A # diag:A#A # note:A#A __END__ It's outside of my control, not a part of this module, and I cannot "fix" the output of Test::More::is(), so nothing I can do about it.