# New Ticket Created by Alexander Moquin # Please include the string: [perl #123862] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=123862 >
GitHub user MARTIMM <[email protected]> submitted the following bug to the Roast GitHub issues ( https://github.com/perl6/roast/issues/53 ) Reading through s02 section Exponentials, I found a number representation > :10 which I tried in perl6. > Result is > > > :10<1*2**-64> > ===SORRY!=== Error while compiling <unknown file> > Malformed radix number > at <unknown file>:1 > ------> :10<1*2**⏏-64> > expecting any of: > number in radix notation > > It is also not tested in 'S02-literals/radix.t lines 183–192'. > > Version of perl; > This is perl6 version 2015.01-77-gd320f00 built on MoarVM version > 2015.01-21-g4ee4925 >
