summaryrefslogtreecommitdiff
path: root/tests/auto/qxmlformatter/input/elementsWithWS.xml
blob: 7b3e9a397d736867cdc493448fc3f4b047a48f2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<doc>
    someText
    <ws1>                   </ws1>
    somee text
    <ws2>
    
    </ws2>
    <!-- comment -->
    <ws3>
         </ws3>

</doc>