summaryrefslogtreecommitdiff
path: root/test/functional/input/data/table_colspan.txt
blob: 54294fdd2b2cedbc381e49a07837b8a7239b0149 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Colspanning tables
------------------

This table has a cell spanning two columns:

=====  =====  ======
   Inputs     Output
------------  ------
  A      B    A or B
=====  =====  ======
False  False  False
True   False  True
False  True   True
True   True   True
=====  =====  ======