qt6-bb10/tests/auto/corelib/tools/qchar
Marc Mutz a8ff0bc887 tst_QChar: add a check for comparing against int/uint
This is used throughout Qt and resolves to
   operator op(QChar, QChar)

This test makes sure we don't break those
use-cases as we fix missing relational
operators as found by tst_QStringBinOps.

In the other direction, 0 op QChar is
ambiguous, due to op(const char*, QString)
etc, so only test the uint op QChar case.

Change-Id: Ifae7fb65bf3269583898cfea3fc6c95547c75122
Reviewed-by: Olivier Goffart (Woboq GmbH) <ogoffart@woboq.com>
2015-12-13 13:14:43 +00:00
..
data Update Unicode data files to v8.0 2015-11-05 08:24:58 +00:00
.gitignore
qchar.pro Tests: Remove CONFIG += parallel_test. 2015-09-05 07:16:50 +00:00
testdata.qrc Android: Fix QChar test 2015-01-06 16:44:32 +01:00
tst_qchar.cpp tst_QChar: add a check for comparing against int/uint 2015-12-13 13:14:43 +00:00