diff options
author | Xisco Fauli <xiscofauli@libreoffice.org> | 2024-06-18 15:57:46 +0200 |
---|---|---|
committer | Xisco Fauli <xiscofauli@libreoffice.org> | 2024-06-18 17:35:16 +0200 |
commit | 60fb7edc6dc485870b944e5981dd38d02a718e9e (patch) | |
tree | 086d28b676912563f1a2bd0c7cb3713960fd0ad5 /svl | |
parent | 2769feccbf026dd318c4afa08ba3692f287d7c5d (diff) |
tdf#48706: svl_qa_cppunit: Add unittest
Change-Id: Ia57006f88c8d0d0658178edb4d645b9d63de37c7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169089
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Tested-by: Jenkins
Diffstat (limited to 'svl')
-rw-r--r-- | svl/qa/unit/svl.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
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 |