qt5base-lts/tests/auto/gui/text/qcssparser
Christian Ehrlicher bbe08d6b68 QCss: properly parse functions which contains additional spaces
When there were additional spaces between the function definition and
the first parameter, the parser failed to parse it when it contained
another function (e.g. 'qlineargradient(... rgb() ...)').
The reason for this was that ::until() needs the function at index-1 so
it can correctly count the opening parenthesis.

Fixes: QTBUG-61795
Change-Id: I992f556e7f8cd45550f83bc90aa8de2b4e905574
Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@qt.io>
2018-10-12 22:01:14 +00:00
..
testdata/scanner Moved gui autotests into new directory structure 2011-09-01 10:59:49 +02:00
.gitignore Moved gui autotests into new directory structure 2011-09-01 10:59:49 +02:00
qcssparser.pro update testdata 2016-08-31 10:00:29 +00:00
testdata.qrc Android: Fix tests in gui/text requiring test data 2014-07-21 09:49:09 +02:00
tst_qcssparser.cpp QCss: properly parse functions which contains additional spaces 2018-10-12 22:01:14 +00:00