log test failures
[docutils/kirr.git] / prest / t / 90_bugs / parse.init / footnotes10.mydom
blob7e774bf3134fd02458a5dfe00c2e55a705453ced
1 <document source="footnotes10.rst">
2     <paragraph>
3         Mixed manually-numbered, anonymous auto-numbered,
4         and labelled auto-numbered footnotes:
5     <paragraph>
6         <footnote_reference auto="1" ids="id1" refid="four">
7             4
8          should be 4, 
9         <footnote_reference auto="1" ids="id2" refid="id10">
10             2
11          should be 2,
12         <footnote_reference ids="id3" refid="id9">
13             1
14          is 1, 
15         <footnote_reference ids="id4" refid="id11">
16             3
17          is 3,
18         <footnote_reference auto="1" ids="id5" refid="id13">
19             7
20          should be 6, 
21         <problematic ids="id15" refid="id14">
22             [#]_
23          is one too many,
24         <problematic ids="id17" refid="id16">
25             [#five]_
26          should be 5, and 
27         <problematic ids="id19" refid="id18">
28             [#six]_
29          doesn't exist.
30     <footnote backrefs="id3" ids="id9" names="1">
31         <label>
32             1
33         <paragraph>
34             Manually-numbered footnote 1.
35     <footnote auto="1" backrefs="id2" ids="id10" names="2">
36         <label>
37             2
38         <paragraph>
39             Auto-numbered footnote 2.
40     <footnote auto="1" backrefs="id1" ids="four" names="four">
41         <label>
42             4
43         <paragraph>
44             Auto-numbered footnote 4.
45     <footnote backrefs="id4" ids="id11" names="3">
46         <label>
47             3
48         <paragraph>
49             Manually-numbered footnote 3
50     <footnote auto="1" dupnames="five" ids="five">
51         <label>
52             5
53         <paragraph>
54             Auto-numbered footnote 5.
55     <footnote auto="1" dupnames="five" ids="id12">
56         <label>
57             6
58         <paragraph>
59             Auto-numbered footnote 5 again (duplicate).
60     <footnote auto="1" backrefs="id5" ids="id13" names="7">
61         <label>
62             7
63         <paragraph>
64             Auto-numbered footnote 6.
65     <section classes="system-messages">
66         <title>
67             Docutils System Messages
68         <system_message backrefs="id12" level="2" line="14" source="footnotes10.rst" type="WARNING">
69             <paragraph>
70                 Duplicate explicit target name: "five".
71         <system_message backrefs="id15" ids="id14" level="3" line="6" source="footnotes10.rst" type="ERROR">
72             <paragraph>
73                 Too many autonumbered footnote references: only 2 corresponding footnotes available.
74         <system_message backrefs="id17" ids="id16" level="3" line="7" source="footnotes10.rst" type="ERROR">
75             <paragraph>
76                 Duplicate target name, cannot be used as a unique reference: "five".
77         <system_message backrefs="id19" ids="id18" level="3" line="7" source="footnotes10.rst" type="ERROR">
78             <paragraph>
79                 Unknown target name: "six".