~ubuntu-branches/ubuntu/jaunty/python-docutils/jaunty

« back to all changes in this revision

Viewing changes to test/functional/input/data/table_complex.txt

  • 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:
 
1
Complex tables
 
2
--------------
 
3
 
 
4
Here's a complex table, which should test all features.
 
5
 
 
6
+------------------------+------------+----------+----------+
 
7
| Header row, column 1   | Header 2   | Header 3 | Header 4 |
 
8
| (header rows optional) |            |          |          |
 
9
+========================+============+==========+==========+
 
10
| body row 1, column 1   | column 2   | column 3 | column 4 |
 
11
+------------------------+------------+----------+----------+
 
12
| body row 2             | Cells may span columns.          |
 
13
+------------------------+------------+---------------------+
 
14
| body row 3             | Cells may  | - Table cells       |
 
15
+------------------------+ span rows. | - contain           |
 
16
| body row 4             |            | - body elements.    |
 
17
|                        | Paragraph. |                     |
 
18
+------------------------+------------+----------+----------+
 
19
| body row 5             | Cells may also be     |          |
 
20
|                        | empty: ``-->``        |          |
 
21
+------------------------+-----------------------+----------+