summaryrefslogtreecommitdiff
path: root/tests/auto/corelib/text/qregularexpression/tst_qregularexpression.cpp
Commit message (Expand)AuthorAgeFilesLines
* QStringView: fix split(QRegularExpression) returning invalid dataMarc Mutz2021-12-011-3/+0
* Check that QStringView::split() w/rvalue QRegularExpression returns valid dataMarc Mutz2021-12-011-0/+29
* QRegularExpression: do not assume QStringViews are NUL terminatedGiuseppe D'Angelo2020-08-261-0/+31
* Avoid initializing QFlags with 0 or nullptr in testsFriedemann Kleint2019-11-261-6/+6
* Move text-related code out of corelib/tools/ to corelib/text/Edward Welbourne2019-07-101-0/+2254