Home
last modified time | relevance | path

Searched hist:96178715 (Results 1 – 3 of 3) sorted by relevance

/trunk/main/svl/qa/complex/numberformatter/
H A DNumberFormatterUnitTest.java96178715 Wed Jun 12 15:39:30 UTC 2024 Damjan Jovanovic <damjan@apache.org> Just like we check for an initial decimal separator in ScanStartString()
when the string doesn't start with a currency symbol, check for an
initial decimal separator after the currency symbol too. Without this,
"$.nn" gets parsed as a text field with "$.nn" instead of a numeric field
with $0.nn.

Add a subsequent JUnit test for this too.

Fixes: https://bz.apache.org/ooo/show_bug.cgi?id=82687
- Text entry or CSV import treats $.nn as text
Patch by: me
/trunk/main/svl/source/numbers/
H A Dzforfind.cxxdiff 96178715 Wed Jun 12 15:39:30 UTC 2024 Damjan Jovanovic <damjan@apache.org> Just like we check for an initial decimal separator in ScanStartString()
when the string doesn't start with a currency symbol, check for an
initial decimal separator after the currency symbol too. Without this,
"$.nn" gets parsed as a text field with "$.nn" instead of a numeric field
with $0.nn.

Add a subsequent JUnit test for this too.

Fixes: https://bz.apache.org/ooo/show_bug.cgi?id=82687
- Text entry or CSV import treats $.nn as text
Patch by: me
/trunk/main/svl/
H A DJunitTest_svl_complex.mkdiff 96178715 Wed Jun 12 15:39:30 UTC 2024 Damjan Jovanovic <damjan@apache.org> Just like we check for an initial decimal separator in ScanStartString()
when the string doesn't start with a currency symbol, check for an
initial decimal separator after the currency symbol too. Without this,
"$.nn" gets parsed as a text field with "$.nn" instead of a numeric field
with $0.nn.

Add a subsequent JUnit test for this too.

Fixes: https://bz.apache.org/ooo/show_bug.cgi?id=82687
- Text entry or CSV import treats $.nn as text
Patch by: me

Completed in 40 milliseconds