File: itemxmlutils_test.xml

package info (click to toggle)
manaplus 2.1.3.17-8.1
  • links: PTS
  • area: main
  • in suites: sid
  • size: 82,208 kB
  • sloc: cpp: 249,446; xml: 7,909; sh: 4,740; pascal: 4,275; makefile: 3,254; ansic: 1,095; objc: 244; sed: 16
file content (47 lines) | stat: -rw-r--r-- 694 bytes parent folder | download | duplicates (2)
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<?xml version="1.0" encoding="utf-8"?>
<!-- Authors: 4144
Copyright (C) 2018 ManaPlus developers
Copyright (C) 2018-2021 Andrei Karas
-->

<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"
    />
    <test4
        hp="10-15"
        other="3"
    />
    <test5
        hp1="10"
        weight="2"
        other="3"
    />
    <test6
        weight="2-3"
    />
    <test7
        weight="2-"
    />
    <test8
        weight="-2"
    />
</root>