https://bugs.kde.org/show_bug.cgi?id=488728

--- Comment #3 from Gabriel Barrantes <gabriel.barrantes....@outlook.com> ---
(In reply to Deriabin Sergei from comment #2)
> (In reply to popov895 from comment #1)
> > *** Bug 485319 has been marked as a duplicate of this bug. ***
> Some more test cases for version  24.05.1:
> ab -- Input error
> AB -- AB
> 00AB -- 0
> 00ab -- Input error
> 0x00AB -- AB
> 0x00ab -- Input error

This happens because we miss to add support for lowercase hex numbers, we will
add it soon...
00AB yields an invalid result due to being interpreted as an octal(0)*hex(AB),
those cases would be also address in an upcoming patch.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to