aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/tst_qmllint.cpp
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2019-09-17 17:13:18 +0200
committerUlf Hermann <ulf.hermann@qt.io>2019-10-01 09:30:16 +0200
commitb6075d7a4b99e484dfe4095ca8e0fdfb26fa6226 (patch)
tree494ff0f3d4c2b19a9ff37de8c831d0969767ce7c /tests/auto/qml/qmllint/tst_qmllint.cpp
parent098bf9739839364df93677dae963427fdec5f6c4 (diff)
qmllint: Parse variable declarations from PatternElements
Change-Id: If8b4f5302cc1ee3a4193b354503b304534d7dfd9 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io> Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Diffstat (limited to 'tests/auto/qml/qmllint/tst_qmllint.cpp')
-rw-r--r--tests/auto/qml/qmllint/tst_qmllint.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/qml/qmllint/tst_qmllint.cpp b/tests/auto/qml/qmllint/tst_qmllint.cpp
index 7faa3881d5..04f554ac48 100644
--- a/tests/auto/qml/qmllint/tst_qmllint.cpp
+++ b/tests/auto/qml/qmllint/tst_qmllint.cpp
@@ -157,6 +157,7 @@ void TestQmllint::cleanQmlCode_data()
QTest::newRow("importWithPrefix") << QStringLiteral("ImportWithPrefix.qml");
QTest::newRow("catchIdentifier") << QStringLiteral("catchIdentifierNoWarning.qml");
QTest::newRow("qmldirAndQmltypes") << QStringLiteral("qmldirAndQmltypes.qml");
+ QTest::newRow("forLoop") << QStringLiteral("forLoop.qml");
}
void TestQmllint::cleanQmlCode()