aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlformat/tst_qmlformat.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/qmlformat/tst_qmlformat.cpp')
-rw-r--r--tests/auto/qml/qmlformat/tst_qmlformat.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/qml/qmlformat/tst_qmlformat.cpp b/tests/auto/qml/qmlformat/tst_qmlformat.cpp
index c1c248e413..34ce8597e3 100644
--- a/tests/auto/qml/qmlformat/tst_qmlformat.cpp
+++ b/tests/auto/qml/qmlformat/tst_qmlformat.cpp
@@ -231,6 +231,8 @@ void TestQmlformat::testFormat_data()
<< "nestedFunctions.formatted.qml" << false << true;
QTest::newRow("multiline comments") << "multilineComment.qml"
<< "multilineComment.formatted.qml" << false << true;
+ QTest::newRow("for of") << "forOf.qml"
+ << "forOf.formatted.qml" << false << true;
}
void TestQmlformat::testFormat()