CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2016/08/20 08:43:40
Modified files:
usr.bin/mandoc : mdoc.c mdoc_validate.c
regress/usr.bin/mandoc/mdoc/Bl: Makefile
regress/usr.bin/mandoc/tbl/macro: Makefile
Added files:
regress/usr.bin/mandoc/mdoc/Bl: colNoIt.in colNoIt.out_ascii
regress/usr.bin/mandoc/tbl/macro: column.in column.out_ascii
Log message:
If a column list starts with implicit rows (that is, rows without .It)
and roff-level nodes (e.g. tbl or eqn) follow, don't run into an
assertion. Instead, wrap the roff-level nodes in their own row.
Issue found by tb@ with afl(1).