aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlformat/tst_qmlformat.cpp
diff options
context:
space:
mode:
authorMaximilian Goldstein <max.goldstein@qt.io>2020-06-17 14:06:11 +0200
committerMaximilian Goldstein <max.goldstein@qt.io>2020-07-02 15:11:29 +0200
commiteb2e53ae81239b561022940db27e65c23506450c (patch)
tree00e6e357c038a42d9f214aa62101423b857463f1 /tests/auto/qml/qmlformat/tst_qmlformat.cpp
parentd9a051a7056212d521c1f8aa3f8e5d66b1a01e96 (diff)
qmlformat: Fix nested ifs
Fixes: QTBUG-85077 Change-Id: Ia2fec64a389fd7355f3fcf9438408b021c5abef4 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io> (cherry picked from commit df1f4c9a9f3e3c60fdd43513fdc4926c0cbaa553)
Diffstat (limited to 'tests/auto/qml/qmlformat/tst_qmlformat.cpp')
-rw-r--r--tests/auto/qml/qmlformat/tst_qmlformat.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/auto/qml/qmlformat/tst_qmlformat.cpp b/tests/auto/qml/qmlformat/tst_qmlformat.cpp
index ecb53b295f..a1bcada5b4 100644
--- a/tests/auto/qml/qmlformat/tst_qmlformat.cpp
+++ b/tests/auto/qml/qmlformat/tst_qmlformat.cpp
@@ -57,6 +57,8 @@ private Q_SLOTS:
void testQtbug85003();
+ void testNestedIf();
+
#if !defined(QTEST_CROSS_COMPILED) // sources not available when cross compiled
void testExample();
void testExample_data();
@@ -240,6 +242,12 @@ void TestQmlformat::testLargeBindings()
readTestFile("largeBindings.formatted.qml"));
}
+void TestQmlformat::testNestedIf()
+{
+ QCOMPARE(runQmlformat(testFile("nestedIf.qml"), false, true),
+ readTestFile("nestedIf.formatted.qml"));
+}
+
void TestQmlformat::testLineEndings()
{
// macos