From 4c0770c1ecd159a77561d8e0364385f4bb758650 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Wed, 8 Feb 2017 03:02:13 +0000 Subject: Finally port the OpenBSD regression suite. Both kristaps@ and wiz@ repeated asked for this, literally for years. --- regress/mdoc/Bl/column.out_lint | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 regress/mdoc/Bl/column.out_lint (limited to 'regress/mdoc/Bl/column.out_lint') diff --git a/regress/mdoc/Bl/column.out_lint b/regress/mdoc/Bl/column.out_lint new file mode 100644 index 00000000..eed080bd --- /dev/null +++ b/regress/mdoc/Bl/column.out_lint @@ -0,0 +1,4 @@ +mandoc: column.in:71:2: WARNING: wrong number of cells: 2 columns, 1 cells +mandoc: column.in:74:2: WARNING: wrong number of cells: 2 columns, 4 cells +mandoc: column.in:75:2: WARNING: wrong number of cells: 2 columns, 5 cells +mandoc: column.in:103:18: WARNING: skipping -width argument: Bl -column -- cgit