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/cond | |
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/cond')
-rw-r--r-- | regress/roff/cond/close.out_lint | 2 | ||||
-rw-r--r-- | regress/roff/cond/if.out_lint | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/regress/roff/cond/close.out_lint b/regress/roff/cond/close.out_lint index e3419dba..c59a98d7 100644 --- a/regress/roff/cond/close.out_lint +++ b/regress/roff/cond/close.out_lint @@ -1 +1 @@ -mandoc: close.in:14:1: ERROR: appending missing end of block: if +mandoc: close.in:14:2: ERROR: appending missing end of block: if diff --git a/regress/roff/cond/if.out_lint b/regress/roff/cond/if.out_lint index bb8e2d3a..22f112d5 100644 --- a/regress/roff/cond/if.out_lint +++ b/regress/roff/cond/if.out_lint @@ -1,2 +1,2 @@ -mandoc: if.in:14:1: WARNING: conditional request controls empty scope: if -mandoc: if.in:16:1: WARNING: conditional request controls empty scope: if +mandoc: if.in:14:2: WARNING: conditional request controls empty scope: if +mandoc: if.in:16:2: WARNING: conditional request controls empty scope: if |