Fixes group separated stored constants that would show as nan
AbandonedPublic

Authored by Joefish on Jul 4 2019, 10:25 AM.

Details

Reviewers
None
Summary
The integer_regex in KNumber(const QString &s) does not recognize numbers
with group separators. (knumber.cpp +279) Therefore, they are removed
from the string representation of the number before being passed to
the KNumber constructor.

BUG: 408752

Diff Detail

Repository
R353 KCalc
Branch
bug_408752 (branched from master)
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 13594
Build 13612: arc lint + arc unit
Joefish created this revision.Jul 4 2019, 10:25 AM
Restricted Application added a subscriber: kde-utils-devel. · View Herald TranscriptJul 4 2019, 10:25 AM
Joefish requested review of this revision.Jul 4 2019, 10:25 AM
Joefish abandoned this revision.Jul 4 2019, 9:55 PM

new version at D22282