Text and blocks are handled. All unit tests but the section test are
[docutils/kirr.git] / sandbox / rstdiff / tests / simple / expected / section.xml
blob3bff8fd2b50cd3ee2c5250b5783b50051eb702cd
1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Generated by Docutils 0.6 -->
3 <document source="input/section.old.rst =&gt; input/section.new.rst">
4     <section ids="first-section" names="first\ section">
5         <title>
6             First section
7         </title>
8         <paragraph>
9             This is text in the first section.
10         </paragraph>
11     </section>
12     <section classes="change-added" ids="second-section" names="second\ section">
13         <title>
14             Second section
15         </title>
16         <paragraph>
17             This was missing.
18         </paragraph>
19     </section>
20     <section ids="third-section" names="third\ section">
21         <title>
22             Third section
23         </title>
24         <paragraph>
25             Text in third section.
26         </paragraph>
27     </section>
28     <section classes="change-removed" ids="obsolete-section" names="obsolete\ section">
29         <title>
30             Obsolete section
31         </title>
32         <paragraph>
33             Obsolete text.
34         </paragraph>
35     </section>
36     <section ids="fourth-section" names="fourth\ section">
37         <title>
38             Fourth section
39         </title>
40         <paragraph>
41             Number 4!
42         </paragraph>
43     </section>
44     <section classes="change-replaced" ids="replacable-section" names="replacable\ section">
45         <title>
46             Replacable section
47         </title>
48         <paragraph>
49             Replacable text.
50         </paragraph>
51     </section>
52     <section classes="change-replacement" ids="section-replacement" names="section\ replacement">
53         <title>
54             Section replacement
55         </title>
56         <paragraph>
57             Text replacement.
58         </paragraph>
59     </section>
60 </document>