aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlxmllistmodel/data/malformedTagTopLevel.xml
blob: b499db4b51edc2589e83483a30cac940980f3be3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<Pets>
    <Pet>
        <name>Polly</na>
        <completely>
            <useless>
                <hierarchy/>
            </useless>
        </completely>
        <some>
            <other>
                <type>incorrect type tag</type>
                <another>
                    <nested>
                        <tag/>
                    </nested>
                </another>
                <useful>
                    <tags>
                        <type>Parrot</type>
                        <size>incorrect size tag</size>
                    </tags>
                </useful>
                <age value="12"/>
            </other>
            <size>Small</size>
        </some>
    </Pet>
</Pets>