qt5base-lts/tests/auto/corelib/codecs/utf8
Thiago Macieira fe2ab724de tst_utf8: Fix one of the overlong sequences to be what we meant
C0 to DF take one continuation byte; E0 to EF take two.

It's invalid UTF-8 anyway, but at least this is what the test row meant:
overlong sequence with 3 bytes of what should have been two.

This updates the comment to match the character that we were actually
testing.

Change-Id: I85a8bd6da2c44f52b4e3fffd14a75df2600487aa
Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
2017-03-01 12:27:17 +00:00
..
tst_utf8.cpp tst_utf8: remove duplicate nonCharacters() data 2017-01-10 18:39:31 +00:00
utf8.pro Tests: Remove CONFIG += parallel_test. 2015-09-05 07:16:50 +00:00
utf8data.cpp tst_utf8: Fix one of the overlong sequences to be what we meant 2017-03-01 12:27:17 +00:00