summaryrefslogtreecommitdiff
path: root/sandbox/rstdiff/tests/simple/expected/section.xml
blob: d5d7099e0d90469211b523e9befa694cdaf4643a (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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<?xml version="1.0" encoding="utf-8"?>
<!-- Generated by Docutils 0.8 -->
<document source="input/section.old.rst =&gt; input/section.new.rst">
    <section ids="first-section" names="first\ section">
        <title>
            First section
        </title>
        <paragraph>
            This is text in the first section.
        </paragraph>
    </section>
    <section classes="change-added" ids="section-two" names="section\ two">
        <title>
            Section two
        </title>
        <paragraph>
            This was missing.
        </paragraph>
    </section>
    <section ids="third-section" names="third\ section">
        <title>
            Third section
        </title>
        <paragraph>
            Text in third section.
        </paragraph>
    </section>
    <section ids="anchor" names="anchor">
        <title>
            Anchor
        </title>
        <paragraph>
            Don't reuse words!
        </paragraph>
    </section>
    <section classes="change-removed" ids="obsolete-part" names="obsolete\ part">
        <title>
            Obsolete part
        </title>
        <paragraph>
            Obsolete text.
        </paragraph>
    </section>
    <section ids="fourth-section" names="fourth\ section">
        <title>
            Fourth section
        </title>
        <paragraph>
            Number 4!
        </paragraph>
    </section>
    <section classes="change-replaced" ids="replacable-section" names="replacable\ section">
        <title>
            Replacable section
        </title>
        <paragraph>
            Replacable text.
        </paragraph>
    </section>
    <section classes="change-replacement" ids="section-replacement" names="section\ replacement">
        <title>
            Section replacement
        </title>
        <paragraph>
            Text replacement.
        </paragraph>
    </section>
</document>