diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2017-06-17 22:45:45 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2017-06-17 22:45:45 +0000 |
commit | fa0774eefa46d6a2984ff675493f30dfc41f1a8a (patch) | |
tree | a445da3ff94234225b277ac3023792547373d48c /regress/tbl/data | |
parent | 959e13946ac72fdcc61b9786185c99495d11f1db (diff) | |
download | mandoc-fa0774eefa46d6a2984ff675493f30dfc41f1a8a.tar.gz |
style message about missing RCS ids; inspired by mdoclint
Diffstat (limited to 'regress/tbl/data')
-rw-r--r-- | regress/tbl/data/block_unclosed.out_lint | 1 | ||||
-rw-r--r-- | regress/tbl/data/empty.out_lint | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/regress/tbl/data/block_unclosed.out_lint b/regress/tbl/data/block_unclosed.out_lint index d1406948..14d78435 100644 --- a/regress/tbl/data/block_unclosed.out_lint +++ b/regress/tbl/data/block_unclosed.out_lint @@ -1,2 +1,3 @@ mandoc: block_unclosed.in:6:2: ERROR: data block open at end of tbl: TE mandoc: block_unclosed.in:29:2: ERROR: data block open at end of tbl: T& +mandoc: block_unclosed.in: STYLE: RCS id missing diff --git a/regress/tbl/data/empty.out_lint b/regress/tbl/data/empty.out_lint index 0244cdd7..e649a9ef 100644 --- a/regress/tbl/data/empty.out_lint +++ b/regress/tbl/data/empty.out_lint @@ -1 +1,2 @@ mandoc: empty.in:6:2: ERROR: tbl without any data cells +mandoc: empty.in: STYLE: RCS id missing |