diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2009-12-24 23:29:45 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2009-12-24 23:29:45 +0000 |
commit | b1bb18f88548ee622f0a38664f1e67028715389f (patch) | |
tree | 2e1b2fe16cd0c328817e77e4bb212521ad7df397 /regress/usr.bin/mandoc/mdoc/Bl/Makefile | |
parent | 1063ce53a70da05ce5dd7edf755f2ddd3fbf9ae4 (diff) |
Regression test for .Bl -column;
mandoc 1.9.14 still fails this one, patch being sent to kristaps@.
The groff .Bl -column spacing we are trying to follow is weird:
with less than 5 columns, groff puts 4 blanks between columns;
with exactly 5 columns, groff puts 3 blanks between columns;
with more than 5 columns, and also with more than 78 characters per line,
groff usually falls over and bites the dust - though the exact failures
look rather different in various cases, and a few cases even work...
No use trying to test anything for more than 5 columns, though.
Diffstat (limited to 'regress/usr.bin/mandoc/mdoc/Bl/Makefile')
-rw-r--r-- | regress/usr.bin/mandoc/mdoc/Bl/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/regress/usr.bin/mandoc/mdoc/Bl/Makefile b/regress/usr.bin/mandoc/mdoc/Bl/Makefile index 9e8722722a0..852d9bfe336 100644 --- a/regress/usr.bin/mandoc/mdoc/Bl/Makefile +++ b/regress/usr.bin/mandoc/mdoc/Bl/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.1 2009/10/28 03:20:42 schwarze Exp $ +# $OpenBSD: Makefile,v 1.2 2009/12/24 23:29:44 schwarze Exp $ -REGRESS_TARGETS=tag inset hang diag -GROFF_TARGETS=tag inset hang diag +REGRESS_TARGETS=tag inset hang diag column +GROFF_TARGETS=tag inset hang diag column REGRESS_TARGETS+=EMULTILIST ENOTYPE REGRESS_SLOW_TARGETS=EMULTILIST |