diff options
author | Xisco Fauli <xiscofauli@libreoffice.org> | 2021-05-11 11:25:33 +0200 |
---|---|---|
committer | Xisco Fauli <xiscofauli@libreoffice.org> | 2021-05-11 14:11:14 +0200 |
commit | 38f3bd349586ecae867c74b746fd3db7c6104d70 (patch) | |
tree | b498951fdef41b35dc72f10c40cf28f98262e79c /svl | |
parent | 518d0d8283b6d732cffa102c6b7c2fe01d1ec348 (diff) |
tdf#127363: svl_qa_cppunit: Add unittest
Change-Id: I23f792b33ac7147007980e9af38afeb61fd28165
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115388
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 47854129a6be..284692b2724f 100644 --- a/svl/qa/unit/svl.cxx +++ b/svl/qa/unit/svl.cxx @@ -1132,6 +1132,7 @@ void Test::testIsNumberFormat() { "Jan1", false }, { "Jan1 2000", true }, { "Jan 1", true }, + { "Sept 1", true }, //tdf#127363 { "Jan 1 2000", true }, { "5-12-14", false }, { "005-12-14", true }, |