Fix hashbang line in "smartquotes" script.
[docutils.git] / sandbox / rstdiff / tests / simple / expected / section.xml
blobd5d7099e0d90469211b523e9befa694cdaf4643a
1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Generated by Docutils 0.8 -->
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="section-two" names="section\ two">
13         <title>
14             Section two
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 ids="anchor" names="anchor">
29         <title>
30             Anchor
31         </title>
32         <paragraph>
33             Don't reuse words!
34         </paragraph>
35     </section>
36     <section classes="change-removed" ids="obsolete-part" names="obsolete\ part">
37         <title>
38             Obsolete part
39         </title>
40         <paragraph>
41             Obsolete text.
42         </paragraph>
43     </section>
44     <section ids="fourth-section" names="fourth\ section">
45         <title>
46             Fourth section
47         </title>
48         <paragraph>
49             Number 4!
50         </paragraph>
51     </section>
52     <section classes="change-replaced" ids="replacable-section" names="replacable\ section">
53         <title>
54             Replacable section
55         </title>
56         <paragraph>
57             Replacable text.
58         </paragraph>
59     </section>
60     <section classes="change-replacement" ids="section-replacement" names="section\ replacement">
61         <title>
62             Section replacement
63         </title>
64         <paragraph>
65             Text replacement.
66         </paragraph>
67     </section>
68 </document>