~ubuntu-branches/ubuntu/karmic/python-docutils/karmic

« back to all changes in this revision

Viewing changes to test/test_transforms/test_contents.py

  • Committer: Bazaar Package Importer
  • Author(s): martin f. krafft
  • Date: 2006-07-10 11:45:05 UTC
  • mfrom: (2.1.4 edgy)
  • Revision ID: james.westby@ubuntu.com-20060710114505-otkhqcslevewxmz5
Tags: 0.4-3
Added build dependency on python-central (closes: #377580).

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
# Author: David Goodger
4
4
# Contact: goodger@users.sourceforge.net
5
 
# Revision: $Revision: 1.12 $
6
 
# Date: $Date: 2004/03/22 01:12:45 $
 
5
# Revision: $Revision: 3915 $
 
6
# Date: $Date: 2005-10-02 03:06:42 +0200 (Sun, 02 Oct 2005) $
7
7
# Copyright: This module has been placed in the public domain.
8
8
 
9
9
"""
32
32
=======
33
33
Paragraph 1.
34
34
 
35
 
Title 2
36
 
-------
 
35
Title_ 2
 
36
--------
37
37
Paragraph 2.
38
38
 
39
 
Title 3
40
 
```````
 
39
_`Title` 3
 
40
``````````
41
41
Paragraph 3.
42
42
 
43
43
Title 4
46
46
""",
47
47
"""\
48
48
<document source="test data">
49
 
    <topic class="contents" id="contents" name="contents">
 
49
    <topic classes="contents" ids="contents" names="contents">
50
50
        <title>
51
51
            Contents
52
52
        <bullet_list>
53
53
            <list_item>
54
54
                <paragraph>
55
 
                    <reference id="id1" refid="title-1">
 
55
                    <reference ids="id1" refid="title-1">
56
56
                        Title 1
57
57
                <bullet_list>
58
58
                    <list_item>
59
59
                        <paragraph>
60
 
                            <reference id="id2" refid="title-2">
61
 
                                Title 2
 
60
                            <reference ids="id2" refid="title-2">
 
61
                                Title
 
62
                                 2
62
63
                        <bullet_list>
63
64
                            <list_item>
64
65
                                <paragraph>
65
 
                                    <reference id="id3" refid="title-3">
66
 
                                        Title 3
 
66
                                    <reference ids="id3" refid="title-3">
 
67
                                        Title
 
68
                                         3
67
69
                    <list_item>
68
70
                        <paragraph>
69
 
                            <reference id="id4" refid="title-4">
 
71
                            <reference ids="id4" refid="title-4">
70
72
                                Title 4
71
 
    <section id="title-1" name="title 1">
 
73
    <section ids="title-1" names="title\ 1">
72
74
        <title refid="id1">
73
75
            Title 1
74
76
        <paragraph>
75
77
            Paragraph 1.
76
 
        <section id="title-2" name="title 2">
77
 
            <title refid="id2">
78
 
                Title 2
 
78
        <section ids="title-2" names="title\ 2">
 
79
            <title>
 
80
                <reference name="Title" refname="title">
 
81
                    Title
 
82
                 2
79
83
            <paragraph>
80
84
                Paragraph 2.
81
 
            <section id="title-3" name="title 3">
 
85
            <section ids="title-3" names="title\ 3">
82
86
                <title refid="id3">
83
 
                    Title 3
 
87
                    <target ids="title" names="title">
 
88
                        Title
 
89
                     3
84
90
                <paragraph>
85
91
                    Paragraph 3.
86
 
        <section id="title-4" name="title 4">
 
92
        <section ids="title-4" names="title\ 4">
87
93
            <title refid="id4">
88
94
                Title 4
89
95
            <paragraph>
102
108
""",
103
109
"""\
104
110
<document source="test data">
105
 
    <topic class="contents" id="table-of-contents" name="table of contents">
 
111
    <topic classes="contents" ids="table-of-contents" names="table\ of\ contents">
106
112
        <title>
107
113
            Table of Contents
108
114
        <bullet_list>
109
115
            <list_item>
110
116
                <paragraph>
111
 
                    <reference id="id1" refid="title-1">
 
117
                    <reference ids="id1" refid="title-1">
112
118
                        Title 1
113
119
                <bullet_list>
114
120
                    <list_item>
115
121
                        <paragraph>
116
 
                            <reference id="id2" refid="title-2">
 
122
                            <reference ids="id2" refid="title-2">
117
123
                                Title 2
118
 
    <section id="title-1" name="title 1">
 
124
    <section ids="title-1" names="title\ 1">
119
125
        <title refid="id1">
120
126
            Title 1
121
127
        <paragraph>
122
128
            Paragraph 1.
123
 
        <section id="title-2" name="title 2">
 
129
        <section ids="title-2" names="title\ 2">
124
130
            <title refid="id2">
125
131
                Title 2
126
132
            <paragraph>
141
147
""",
142
148
"""\
143
149
<document source="test data">
144
 
    <topic class="contents" id="there-s-an-image-in-title-2" name="there's an image in title 2">
 
150
    <topic classes="contents" ids="there-s-an-image-in-title-2" names="there's\ an\ image\ in\ title\ 2">
145
151
        <title>
146
152
            There's an image in Title 2
147
153
        <bullet_list>
148
154
            <list_item>
149
155
                <paragraph>
150
 
                    <reference id="id1" refid="title-1">
 
156
                    <reference ids="id1" refid="title-1">
151
157
                        Title 1
152
158
            <list_item>
153
159
                <paragraph>
154
 
                    <reference id="id2" refid="title-2">
 
160
                    <reference ids="id2" refid="title-2">
155
161
                        Title 2
156
 
    <section id="title-1" name="title 1">
 
162
    <section ids="title-1" names="title\ 1">
157
163
        <title refid="id1">
158
164
            Title 1
159
165
        <paragraph>
160
166
            Paragraph 1.
161
 
    <section id="title-2" name="title 2">
 
167
    <section ids="title-2" names="title\ 2">
162
168
        <title refid="id2">
163
169
            <image alt="Title 2" uri="title2.png">
164
170
        <paragraph>
165
171
            Paragraph 2.
166
 
        <substitution_definition name="Title 2">
 
172
        <substitution_definition names="Title\ 2">
167
173
            <image alt="Title 2" uri="title2.png">
168
174
"""],                                   # emacs cruft: "
169
175
["""\
188
194
""",
189
195
"""\
190
196
<document source="test data">
191
 
    <topic class="contents" id="contents" name="contents">
 
197
    <topic classes="contents" ids="contents" names="contents">
192
198
        <title>
193
199
            Contents
194
200
        <bullet_list>
195
201
            <list_item>
196
202
                <paragraph>
197
 
                    <reference id="id1" refid="title-1">
 
203
                    <reference ids="id1" refid="title-1">
198
204
                        Title 1
199
205
                <bullet_list>
200
206
                    <list_item>
201
207
                        <paragraph>
202
 
                            <reference id="id2" refid="title-2">
 
208
                            <reference ids="id2" refid="title-2">
203
209
                                Title 2
204
210
                    <list_item>
205
211
                        <paragraph>
206
 
                            <reference id="id3" refid="title-4">
 
212
                            <reference ids="id3" refid="title-4">
207
213
                                Title 4
208
 
    <section id="title-1" name="title 1">
 
214
    <section ids="title-1" names="title\ 1">
209
215
        <title refid="id1">
210
216
            Title 1
211
217
        <paragraph>
212
218
            Paragraph 1.
213
 
        <section id="title-2" name="title 2">
 
219
        <section ids="title-2" names="title\ 2">
214
220
            <title refid="id2">
215
221
                Title 2
216
222
            <paragraph>
217
223
                Paragraph 2.
218
 
            <section id="title-3" name="title 3">
 
224
            <section ids="title-3" names="title\ 3">
219
225
                <title>
220
226
                    Title 3
221
227
                <paragraph>
222
228
                    Paragraph 3.
223
 
        <section id="title-4" name="title 4">
 
229
        <section ids="title-4" names="title\ 4">
224
230
            <title refid="id3">
225
231
                Title 4
226
232
            <paragraph>
249
255
""",
250
256
"""\
251
257
<document source="test data">
252
 
    <section id="title-1" name="title 1">
 
258
    <section ids="title-1" names="title\ 1">
253
259
        <title>
254
260
            Title 1
255
 
        <topic class="contents" id="contents" name="contents">
 
261
        <topic classes="contents local" ids="contents" names="contents">
256
262
            <bullet_list>
257
263
                <list_item>
258
264
                    <paragraph>
259
 
                        <reference id="id1" refid="title-2">
 
265
                        <reference ids="id1" refid="title-2">
260
266
                            Title 2
261
267
                    <bullet_list>
262
268
                        <list_item>
263
269
                            <paragraph>
264
 
                                <reference id="id2" refid="title-3">
 
270
                                <reference ids="id2" refid="title-3">
265
271
                                    Title 3
266
272
                <list_item>
267
273
                    <paragraph>
268
 
                        <reference id="id3" refid="title-4">
 
274
                        <reference ids="id3" refid="title-4">
269
275
                            Title 4
270
276
        <paragraph>
271
277
            Paragraph 1.
272
 
        <section id="title-2" name="title 2">
 
278
        <section ids="title-2" names="title\ 2">
273
279
            <title refid="id1">
274
280
                Title 2
275
281
            <paragraph>
276
282
                Paragraph 2.
277
 
            <section id="title-3" name="title 3">
 
283
            <section ids="title-3" names="title\ 3">
278
284
                <title refid="id2">
279
285
                    Title 3
280
286
                <paragraph>
281
287
                    Paragraph 3.
282
 
        <section id="title-4" name="title 4">
 
288
        <section ids="title-4" names="title\ 4">
283
289
            <title refid="id3">
284
290
                Title 4
285
291
            <paragraph>
297
303
""",
298
304
"""\
299
305
<document source="test data">
300
 
    <topic class="contents" id="contents" name="contents">
 
306
    <topic classes="contents local" ids="contents" names="contents">
301
307
        <bullet_list>
302
308
            <list_item>
303
309
                <paragraph>
304
 
                    <reference id="id1" refid="section">
 
310
                    <reference ids="id1" refid="section">
305
311
                        Section
306
312
    <paragraph>
307
313
        Test duplicate name "Contents".
308
 
    <section id="section" name="section">
 
314
    <section ids="section" names="section">
309
315
        <title refid="id1">
310
316
            Section
311
317
        <paragraph>
321
327
""",
322
328
"""\
323
329
<document source="test data">
324
 
    <topic class="contents" id="contents" name="contents">
 
330
    <topic classes="contents" ids="contents" names="contents">
325
331
        <title>
326
332
            Contents
327
333
        <bullet_list>
328
334
            <list_item>
329
335
                <paragraph>
330
 
                    <reference id="id1" refid="section">
 
336
                    <reference ids="id1" refid="section">
331
337
                        Section
332
 
    <section id="section" name="section">
 
338
    <section ids="section" names="section">
333
339
        <title refid="contents">
334
340
            Section
335
341
        <paragraph>
345
351
""",
346
352
"""\
347
353
<document source="test data">
348
 
    <topic class="contents" id="contents" name="contents">
 
354
    <topic classes="contents" ids="contents" names="contents">
349
355
        <title>
350
356
            Contents
351
357
        <bullet_list>
352
358
            <list_item>
353
359
                <paragraph>
354
 
                    <reference id="id1" refid="section">
 
360
                    <reference ids="id1" refid="section">
355
361
                        Section
356
 
    <section id="section" name="section">
 
362
    <section ids="section" names="section">
357
363
        <title>
358
364
            Section
359
365
        <paragraph>
369
375
    <paragraph>
370
376
        Degenerate case, no table of contents generated.
371
377
"""],
 
378
["""\
 
379
Title 1
 
380
=======
 
381
 
 
382
Paragraph 1.
 
383
 
 
384
.. sidebar:: Contents
 
385
 
 
386
   .. contents::
 
387
      :local:
 
388
 
 
389
Title 2
 
390
-------
 
391
Paragraph 2.
 
392
 
 
393
Title 3
 
394
```````
 
395
Paragraph 3.
 
396
""",
 
397
"""\
 
398
<document source="test data">
 
399
    <section ids="title-1" names="title\ 1">
 
400
        <title>
 
401
            Title 1
 
402
        <paragraph>
 
403
            Paragraph 1.
 
404
        <sidebar>
 
405
            <title>
 
406
                Contents
 
407
            <topic classes="contents local" ids="contents" names="contents">
 
408
                <bullet_list>
 
409
                    <list_item>
 
410
                        <paragraph>
 
411
                            <reference ids="id1" refid="title-2">
 
412
                                Title 2
 
413
                        <bullet_list>
 
414
                            <list_item>
 
415
                                <paragraph>
 
416
                                    <reference ids="id2" refid="title-3">
 
417
                                        Title 3
 
418
        <section ids="title-2" names="title\ 2">
 
419
            <title refid="id1">
 
420
                Title 2
 
421
            <paragraph>
 
422
                Paragraph 2.
 
423
            <section ids="title-3" names="title\ 3">
 
424
                <title refid="id2">
 
425
                    Title 3
 
426
                <paragraph>
 
427
                    Paragraph 3.
 
428
"""],
372
429
])
373
430
 
374
431