Annotation of mandoc/regress/tbl/layout/emptycol.in, Revision 1.1
1.1 ! schwarze 1: .\" $OpenBSD: emptycol.in,v 1.1 2019/12/31 22:49:17 schwarze Exp $
! 2: .TH TBL-LAYOUT-EMPTYCOL 1 "December 31, 2019"
! 3: .SH NAME
! 4: tbl-layout-emptycol \- empty columns in tables
! 5: .SH DESCRIPTION
! 6: missing final column:
! 7: .TS
! 8: allbox tab(:);
! 9: L L L
! 10: L L.
! 11: 1:2
! 12: a:b
! 13: .TE
! 14: .sp
! 15: empty final column:
! 16: .TS
! 17: allbox tab(:);
! 18: L L L
! 19: L L.
! 20: 1:2:
! 21: a:b
! 22: .TE
! 23: .sp
! 24: final column with zero-width content:
! 25: .TS
! 26: allbox tab(:);
! 27: L L L
! 28: L L.
! 29: 1:2:\&
! 30: a:b
! 31: .TE
! 32: .sp
! 33: empty middle column:
! 34: .TS
! 35: allbox tab(:);
! 36: L L L
! 37: L.
! 38: 1::3
! 39: a
! 40: .TE
! 41: .sp
! 42: span crossing empty middle column:
! 43: .TS
! 44: allbox tab(:);
! 45: L L L
! 46: L S S.
! 47: 1::3
! 48: span
! 49: .TE
CVSweb