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 6f2410854a..45a51dec21 100644
--- a/tests/auto/qml/qmlformat/tst_qmlformat.cpp
+++ b/tests/auto/qml/qmlformat/tst_qmlformat.cpp
@@ -235,6 +235,8 @@ void TestQmlformat::testFormat_data()
<< "forOf.formatted.qml" << false << true;
QTest::newRow("property names") << "propertyNames.qml"
<< "propertyNames.formatted.qml" << false << true;
+ QTest::newRow("empty object") << "emptyObject.qml"
+ << "emptyObject.formatted.qml" << false << true;
}
void TestQmlformat::testFormat()