svl/qa/unit/svl.cxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 60fb7edc6dc485870b944e5981dd38d02a718e9e
Author: Xisco Fauli <[email protected]>
AuthorDate: Tue Jun 18 15:57:46 2024 +0200
Commit: Xisco Fauli <[email protected]>
CommitDate: Tue Jun 18 17:35:16 2024 +0200
tdf#48706: svl_qa_cppunit: Add unittest
Change-Id: Ia57006f88c8d0d0658178edb4d645b9d63de37c7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169089
Reviewed-by: Xisco Fauli <[email protected]>
Tested-by: Jenkins
diff --git a/svl/qa/unit/svl.cxx b/svl/qa/unit/svl.cxx
index 3a8f5f51b43e..d6dfc9b2bc05 100644
--- a/svl/qa/unit/svl.cxx
+++ b/svl/qa/unit/svl.cxx
@@ -1153,6 +1153,8 @@ void Test::testIsNumberFormat()
{ "20.3", true },
{ "2", true },
{ "test", false },
+ { "$0.12", true }, // tdf#48706
+ { "$.12", true }, // tdf#48706
{ "Jan1", false }, // tdf#34724
{ "1Jan", false }, // tdf#34724
{ "Jan1 2000", true }, // tdf#91420