[Libreoffice-commits] core.git: svl/qa

Xisco Fauli (via logerrit) logerrit at kemper.freedesktop.org
Mon Jul 5 15:32:06 UTC 2021


 svl/qa/unit/svl.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit b1a171c95531bda12d43bba81fa00d02ba3146a7
Author:     Xisco Fauli <xiscofauli at libreoffice.org>
AuthorDate: Mon Jul 5 15:35:35 2021 +0200
Commit:     Xisco Fauli <xiscofauli at libreoffice.org>
CommitDate: Mon Jul 5 17:31:31 2021 +0200

    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 at libreoffice.org>

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 },


More information about the Libreoffice-commits mailing list