diff --git a/src/runestone.jl b/src/runestone.jl index 2973c87..faf167f 100644 --- a/src/runestone.jl +++ b/src/runestone.jl @@ -59,7 +59,7 @@ function format_oct_literals(ctx::Context, node::Node) # Padding depends on the value of the literal... str = String(read_bytes(ctx, node)) n = tryparse(UInt128, str) - if n === nothing + if n === nothing || spn > 45 # Do nothing: BigInt oct literal return nothing end