qt6-bb10/tests/auto/corelib/text/qstring
Giuseppe D'Angelo be83ff65c4 QString::lastIndexOf: fix off-by-one for zero length matches
Otherwise, it would report that lastIndexOf of an empty pattern
in an empty string doesn't exist. Next commit adds extensive autotests;
for now, disable a broken autotest (which already features a comment
about why it's broken).

Change-Id: I9a0e5c0142007f81f5cf93e356c8bd82f00066f7
Pick-to: 5.15 6.0
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2020-12-10 02:15:18 +01:00
..
.gitignore
BLACKLIST Android: blacklist a list of failing tests for android 2020-11-04 12:27:49 +02:00
CMakeLists.txt CMake: Regenerate projects to use new qt_internal_ API 2020-09-23 16:59:06 +02:00
double_data.h
qstring.pro QString: add char8_t overload of fromUtf8() 2020-06-23 06:31:28 +00:00
tst_qstring.cpp QString::lastIndexOf: fix off-by-one for zero length matches 2020-12-10 02:15:18 +01:00
tst_qstring_mac.mm