diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2017-05-04 17:48:28 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2017-05-04 17:48:28 +0000 |
commit | 5fbabdf032b370e99e8685958b6e15eb3b2ff0f7 (patch) | |
tree | 56bbeb9f07b66610d5173e36db18df3fba402155 /regress/roff/ig/basic.out_lint | |
parent | 90c0bcfc5ca59192e72f849591c6ec10e8048bf0 (diff) | |
download | mandoc-5fbabdf032b370e99e8685958b6e15eb3b2ff0f7.tar.gz |
Parser reorg:
Generate the first node on the roff level: .br
Fix some column numbers in diagnostic messages while here.
Diffstat (limited to 'regress/roff/ig/basic.out_lint')
-rw-r--r-- | regress/roff/ig/basic.out_lint | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/roff/ig/basic.out_lint b/regress/roff/ig/basic.out_lint index 2b03b9cf..7c068e87 100644 --- a/regress/roff/ig/basic.out_lint +++ b/regress/roff/ig/basic.out_lint @@ -1,3 +1,3 @@ mandoc: basic.in:19:5: ERROR: skipping excess arguments: .ig ... excess -mandoc: basic.in:24:1: ERROR: skipping end of block that is not open: .. -mandoc: basic.in:26:1: ERROR: appending missing end of block: ig +mandoc: basic.in:24:2: ERROR: skipping end of block that is not open: .. +mandoc: basic.in:26:2: ERROR: appending missing end of block: ig |