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

« back to all changes in this revision

Viewing changes to test/functional/input/data/table_colspan.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
Colspanning tables
 
2
------------------
 
3
 
 
4
This table has a cell spanning two columns:
 
5
 
 
6
=====  =====  ======
 
7
   Inputs     Output
 
8
------------  ------
 
9
  A      B    A or B
 
10
=====  =====  ======
 
11
False  False  False
 
12
True   False  True
 
13
False  True   True
 
14
True   True   True
 
15
=====  =====  ======