diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2017-06-25 12:53:47 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2017-06-25 12:53:47 +0000 |
commit | aa70c8a3f4759f3b1ba1f73a8d9325bdfff9c0b7 (patch) | |
tree | a84172e333ed4f4d815a0a5736a331811fd3bf9f /regress/tbl/layout | |
parent | f99bada95dbbf671847e5df741a7f42b73a169ca (diff) | |
download | mandoc-aa70c8a3f4759f3b1ba1f73a8d9325bdfff9c0b7.tar.gz |
cope with changes in BASE messages
Diffstat (limited to 'regress/tbl/layout')
-rw-r--r-- | regress/tbl/layout/complex.out_lint | 2 | ||||
-rw-r--r-- | regress/tbl/layout/empty.out_lint | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/regress/tbl/layout/complex.out_lint b/regress/tbl/layout/complex.out_lint index cff7fe19..56dea463 100644 --- a/regress/tbl/layout/complex.out_lint +++ b/regress/tbl/layout/complex.out_lint @@ -3,4 +3,4 @@ mandoc: complex.in:8:28: WARNING: skipping vertical bar in tbl layout mandoc: complex.in:10:7: ERROR: ignoring data in spanned tbl cell: h mandoc: complex.in:16:3: WARNING: tbl column starts with span mandoc: complex.in:18:3: ERROR: ignoring data in spanned tbl cell: b -mandoc: complex.in: STYLE: RCS id missing +mandoc: complex.in: BASE: RCS id missing: (OpenBSD) diff --git a/regress/tbl/layout/empty.out_lint b/regress/tbl/layout/empty.out_lint index e54db3a0..ada6ce94 100644 --- a/regress/tbl/layout/empty.out_lint +++ b/regress/tbl/layout/empty.out_lint @@ -1,3 +1,3 @@ mandoc: empty.in:7:2: ERROR: empty tbl layout mandoc: empty.in:12:3: ERROR: empty tbl layout -mandoc: empty.in: STYLE: RCS id missing +mandoc: empty.in: BASE: RCS id missing: (OpenBSD) |