qt6-bb10/tests/auto/corelib/text/qregularexpression
Giuseppe D'Angelo 049d8892ea QRegularExpression: do not assume QStringViews are NUL terminated
The convenience API used to look up the index of a named capturing
group expects NUL terminated strings. Therefore, we can't just
use it together with QStringViews, which may be not. Use the
non-convenience API instead.

Pick-to: 5.15
Change-Id: I25ca14de49b13ee1764525f8b19f2550c30c1afa
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2020-08-25 23:09:09 +00:00
..
.gitignore
CMakeLists.txt CMake: Regenerate tests with new qt_ prefixed APIs 2020-07-09 09:38:35 +02:00
qregularexpression.pro
tst_qregularexpression.cpp QRegularExpression: do not assume QStringViews are NUL terminated 2020-08-25 23:09:09 +00:00