aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlxmllistmodel/data/malformedAttribute.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/qqmlxmllistmodel/data/malformedAttribute.xml')
-rw-r--r--tests/auto/qml/qqmlxmllistmodel/data/malformedAttribute.xml28
1 files changed, 28 insertions, 0 deletions
diff --git a/tests/auto/qml/qqmlxmllistmodel/data/malformedAttribute.xml b/tests/auto/qml/qqmlxmllistmodel/data/malformedAttribute.xml
new file mode 100644
index 0000000000..6e4c0e3637
--- /dev/null
+++ b/tests/auto/qml/qqmlxmllistmodel/data/malformedAttribute.xml
@@ -0,0 +1,28 @@
+<Pets>
+ <Pet>
+ <name>Polly</name>
+ <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 1value="12"/>
+ </other>
+ <size>Small</size>
+ </some>
+ </Pet>
+</Pets> \ No newline at end of file