summaryrefslogtreecommitdiff
path: root/svl
diff options
context:
space:
mode:
Diffstat (limited to 'svl')
-rw-r--r--svl/qa/unit/svl.cxx1
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 },