qt5base-lts/tests/auto/corelib/time/qdatetimeparser
Andreas Buhr 91140eb726 Adapt QDate::fromString() to accept negative year numbers
The documentation states that QDate::fromString() accepts negative
year numbers, but it did not. This patch adds support for negative
year numbers to QDate::fromString() and corresponding unit tests.
Furthermore, tests are added for positive signs (+) in date strings.

Fixes: QTBUG-84334
Task-number: QTBUG-84349
Change-Id: I575291e7b8317055d4bb530011d7b10c9cd37ae1
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
2020-10-30 17:19:27 +01:00
..
.gitignore Add unit tests for qdatetimeparser 2020-10-23 20:33:18 +02:00
CMakeLists.txt Add unit tests for qdatetimeparser 2020-10-23 20:33:18 +02:00
qdatetimeparser.pro Add unit tests for qdatetimeparser 2020-10-23 20:33:18 +02:00
tst_qdatetimeparser.cpp Adapt QDate::fromString() to accept negative year numbers 2020-10-30 17:19:27 +01:00