aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlformat/data/multilineComment.formatted.qml
blob: 830ff32095d864dec8b7f0919d216c028db64656 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Item {
    Item {
    }

    // This is a multiline comment.
    //       it should stay attached to Commented instead of getting orphaned.
    //
    // This should also stick to Commented
    Commented {
    }

}