Apply [ 125 ] respect automatic table column sizing also in html4css1.
[docutils.git] / docutils / test / functional / input / data / table_colspan.txt
blob54294fdd2b2cedbc381e49a07837b8a7239b0149
1 Colspanning tables
2 ------------------
4 This table has a cell spanning two columns:
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 =====  =====  ======