summaryrefslogtreecommitdiff
path: root/data/test/itemxmlutils_test.xml
blob: f0c3c5c96a495c4fa2e6906b1b1321215a554054 (plain) (blame)
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
<?xml version="1.0" encoding="utf-8"?>
<!-- Authors: 4144
Copyright (C) 2018 ManaPlus developers -->

<root>
    <empty1
        test1="1"
        test2="2"
        test3="3"
    />
    <empty2 />
    <test1
        hp="20"
        other="3"
    />
    <test2
        hp="10"
        weight="2"
        other="3"
    />
    <test3
        hp="10"
        weight="2"
        other="3"
        str="1"
    />
</root>