summaryrefslogtreecommitdiffstats
path: root/regress/roff/esc/w.out_lint
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2022-06-05 13:54:09 +0000
committerIngo Schwarze <schwarze@openbsd.org>2022-06-05 13:54:09 +0000
commit4051ca4c1c6b3fe1989bc59d0c584464e8f8d84b (patch)
treef7dbab9b16049f04a8729b95a4186ce290d13224 /regress/roff/esc/w.out_lint
parent7e17b66dfe3fa638b5bdaa235a97312af792f229 (diff)
downloadmandoc-4051ca4c1c6b3fe1989bc59d0c584464e8f8d84b.tar.gz
With the improved escape sequence parser, it becomes easy to also improve
diagnostics. Distinguish "incomplete escape sequence", "invalid special character", and "unknown special character" from the generic "invalid escape sequence", also promoting them from WARNING to ERROR because incomplete escape sequences are severe syntax violations and because encountering an invalid or unknown special character makes it likely that part of the document content intended by the authors gets lost.
Diffstat (limited to 'regress/roff/esc/w.out_lint')
-rw-r--r--regress/roff/esc/w.out_lint2
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/roff/esc/w.out_lint b/regress/roff/esc/w.out_lint
index d48495c2..11dfbef5 100644
--- a/regress/roff/esc/w.out_lint
+++ b/regress/roff/esc/w.out_lint
@@ -1 +1 @@
-mandoc: w.in:17:15: WARNING: invalid escape sequence: \w'foo
+mandoc: w.in:17:15: ERROR: incomplete escape sequence: \w'foo