Added many tests and todos. One test doesn't run yet.
[docutils/kirr.git] / sandbox / rstdiff / tests / simple / expected / attributes.xml
blob3b5259981b297e2d98730c9643f344d0579dfcfc
1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Generated by Docutils 0.6 -->
3 <document source="input/attributes.old.rst =&gt; input/attributes.new.rst">
4     <paragraph>
5         Some attributes must be treated special.
6     </paragraph>
7     <enumerated_list classes="change-replaced" enumtype="arabic" prefix="" suffix=".">
8         <list_item>
9             <paragraph>
10                 This is for @enumtype
11             </paragraph>
12         </list_item>
13     </enumerated_list>
14     <enumerated_list classes="change-replacement" enumtype="upperalpha" prefix="" suffix=".">
15         <list_item>
16             <paragraph>
17                 This is for @enumtype
18             </paragraph>
19         </list_item>
20     </enumerated_list>
21     <bullet_list bullet="*">
22         <list_item>
23             <paragraph>
24                 @bullet is also interesting
25             </paragraph>
26             <bullet_list bullet="-" classes="change-replaced">
27                 <list_item>
28                     <paragraph>
29                         They represent the bullet used in the original
30                     </paragraph>
31                 </list_item>
32             </bullet_list>
33             <bullet_list bullet="*" classes="change-replacement">
34                 <list_item>
35                     <paragraph>
36                         They represent the bullet used in the original
37                     </paragraph>
38                 </list_item>
39             </bullet_list>
40         </list_item>
41     </bullet_list>
42     <enumerated_list classes="change-replaced" enumtype="upperroman" prefix="(" suffix=")">
43         <list_item>
44             <paragraph>
45                 @suffix and @prefix are also important
46             </paragraph>
47         </list_item>
48     </enumerated_list>
49     <enumerated_list classes="change-replacement" enumtype="upperroman" prefix="" suffix=".">
50         <list_item>
51             <paragraph>
52                 @suffix and @prefix are also important
53             </paragraph>
54         </list_item>
55     </enumerated_list>
56     <paragraph>
57         Some anchor here.
58     </paragraph>
59     <enumerated_list classes="change-replaced" enumtype="loweralpha" prefix="" start="2" suffix=".">
60         <list_item>
61             <paragraph>
62                 Finally let's check @start
63             </paragraph>
64         </list_item>
65         <list_item>
66             <paragraph>
67                 Continue counting
68             </paragraph>
69         </list_item>
70     </enumerated_list>
71     <enumerated_list classes="change-replacement" enumtype="loweralpha" prefix="" suffix=".">
72         <list_item>
73             <paragraph>
74                 Finally let's check @start
75             </paragraph>
76         </list_item>
77         <list_item>
78             <paragraph>
79                 Continue counting
80             </paragraph>
81         </list_item>
82     </enumerated_list>
83     <paragraph>
84         Another anchor line.
85     </paragraph>
86     <image classes="change-replaced" uri="http://www.example.org/"/>
87     <image classes="change-replacement" uri="http://www.example.net/"/>
88 </document>