diff options
author | Xisco Fauli <xiscofauli@libreoffice.org> | 2021-07-05 15:35:35 +0200 |
---|---|---|
committer | Xisco Fauli <xiscofauli@libreoffice.org> | 2021-07-05 17:31:31 +0200 |
commit | b1a171c95531bda12d43bba81fa00d02ba3146a7 (patch) | |
tree | b0d845d0cc8f17489fd0371a40c285d922a621bc /svl | |
parent | 0335a319c5662f0b849a2231e48338dfeb6aa845 (diff) |
tdf#143165: svl_qa_cppunit: Add unittest
Change-Id: I34e97340f9f7607107b98f8316fb092fa805d2c3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/118440
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'svl')
-rw-r--r-- | svl/qa/unit/svl.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/svl/qa/unit/svl.cxx b/svl/qa/unit/svl.cxx index ba3b6a34a805..49e1dc7f1b4b 100644 --- a/svl/qa/unit/svl.cxx +++ b/svl/qa/unit/svl.cxx @@ -1135,6 +1135,7 @@ void Test::testIsNumberFormat() { "Jan1, 2000", true }, // tdf#91420 { "Jan 1", true }, { "Sept 1", true }, //tdf#127363 + { "5/d", false }, //tdf#143165 { "Jan 1 2000", true }, { "5-12-14", false }, { "005-12-14", true }, |