From eb90e8ee3313bee547e6721a2649bf9ba84e3e5c Mon Sep 17 00:00:00 2001 From: Maximilian Goldstein Date: Thu, 18 Jun 2020 14:36:37 +0200 Subject: qmlformat: Fix nested functions Fixes: QTBUG-85035 Change-Id: I5e1cb003b7b84547e3408a086eebf3be740e6860 Reviewed-by: Ulf Hermann --- tests/auto/qml/qmlformat/tst_qmlformat.cpp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'tests/auto/qml/qmlformat/tst_qmlformat.cpp') diff --git a/tests/auto/qml/qmlformat/tst_qmlformat.cpp b/tests/auto/qml/qmlformat/tst_qmlformat.cpp index cda7f0d80f..f1fb0d025f 100644 --- a/tests/auto/qml/qmlformat/tst_qmlformat.cpp +++ b/tests/auto/qml/qmlformat/tst_qmlformat.cpp @@ -57,6 +57,7 @@ private Q_SLOTS: void testInlineComponents(); void testQtbug85003(); + void testNestedFunctions(); void testNestedIf(); @@ -276,6 +277,12 @@ void TestQmlformat::testQtbug85003() readTestFile("QtBug85003.formatted.qml")); } +void TestQmlformat::testNestedFunctions() +{ + QCOMPARE(runQmlformat(testFile("nestedFunctions.qml"), false, true), + readTestFile("nestedFunctions.formatted.qml")); +} + #if !defined(QTEST_CROSS_COMPILED) // sources not available when cross compiled void TestQmlformat::testExample_data() { -- cgit v1.2.3