diff options
Diffstat (limited to 'test/functional/input/data/table_colspan.txt')
| -rw-r--r-- | test/functional/input/data/table_colspan.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/test/functional/input/data/table_colspan.txt b/test/functional/input/data/table_colspan.txt new file mode 100644 index 000000000..54294fdd2 --- /dev/null +++ b/test/functional/input/data/table_colspan.txt @@ -0,0 +1,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 +===== ===== ====== |
