From 403dbc2d11a10ac34878b0a6e82aaab23bfc397b Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Mon, 21 Dec 2020 15:13:09 +0000 Subject: Rename syntax test of the \O escape sequence (suppress output groff extension; mandoc only implements syntax checking but ignores the sequence) to please Bill Gates and didickman@: avoid path names that only differ by case, like o.in vs. O.in. --- regress/roff/esc/Makefile | 6 +++--- regress/roff/esc/O.in | 15 --------------- regress/roff/esc/O.out_ascii | 21 --------------------- regress/roff/esc/O.out_lint | 5 ----- regress/roff/esc/O1.in | 15 +++++++++++++++ regress/roff/esc/O1.out_ascii | 21 +++++++++++++++++++++ regress/roff/esc/O1.out_lint | 5 +++++ 7 files changed, 44 insertions(+), 44 deletions(-) delete mode 100644 regress/roff/esc/O.in delete mode 100644 regress/roff/esc/O.out_ascii delete mode 100644 regress/roff/esc/O.out_lint create mode 100644 regress/roff/esc/O1.in create mode 100644 regress/roff/esc/O1.out_ascii create mode 100644 regress/roff/esc/O1.out_lint (limited to 'regress') diff --git a/regress/roff/esc/Makefile b/regress/roff/esc/Makefile index d691bce7..8c4fdaba 100644 --- a/regress/roff/esc/Makefile +++ b/regress/roff/esc/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.16 2019/01/17 06:29:14 schwarze Exp $ +# $OpenBSD: Makefile,v 1.17 2020/12/21 14:55:58 schwarze Exp $ -REGRESS_TARGETS = one two multi B bs_man bs_mdoc c c_man e f h l O o p w z +REGRESS_TARGETS = one two multi B bs_man bs_mdoc c c_man e f h l O1 o p w z REGRESS_TARGETS += ignore invalid unsupp HTML_TARGETS = f -LINT_TARGETS = B h l O w ignore invalid unsupp +LINT_TARGETS = B h l O1 w ignore invalid unsupp .include diff --git a/regress/roff/esc/O.in b/regress/roff/esc/O.in deleted file mode 100644 index d446ebb6..00000000 --- a/regress/roff/esc/O.in +++ /dev/null @@ -1,15 +0,0 @@ -.\" $OpenBSD$ -.TH ESC-O 1 "December 15, 2018" -.SH NAME -esc-O \- escape sequence to suppress output -.SH DESCRIPTION -.nf -O1: a\O1b -O2: a\O2b -O3: a\O3b -O4: a\O4b -O5: a\O5b -O52: a\O(52b -O5n: a\O[5dummy]b -O6: a\O6b -O0: a\O0\&\O1b diff --git a/regress/roff/esc/O.out_ascii b/regress/roff/esc/O.out_ascii deleted file mode 100644 index d2e5668c..00000000 --- a/regress/roff/esc/O.out_ascii +++ /dev/null @@ -1,21 +0,0 @@ -ESC-O(1) General Commands Manual ESC-O(1) - - - -NNAAMMEE - esc-O - escape sequence to suppress output - -DDEESSCCRRIIPPTTIIOONN - O1: ab - O2: ab - O3: ab - O4: ab - O5: ab - O52: ab - O5n: ab - O6: ab - O0: ab - - - -OpenBSD December 15, 2018 ESC-O(1) diff --git a/regress/roff/esc/O.out_lint b/regress/roff/esc/O.out_lint deleted file mode 100644 index ee91008d..00000000 --- a/regress/roff/esc/O.out_lint +++ /dev/null @@ -1,5 +0,0 @@ -mandoc: O.in:11:6: WARNING: invalid escape sequence: \O5 -mandoc: O.in:12:7: WARNING: invalid escape sequence: \O(52 -mandoc: O.in:13:7: UNSUPP: unsupported escape sequence: \O[5dummy] -mandoc: O.in:14:6: WARNING: invalid escape sequence: \O6 -mandoc: O.in:15:6: UNSUPP: unsupported escape sequence: \O0 diff --git a/regress/roff/esc/O1.in b/regress/roff/esc/O1.in new file mode 100644 index 00000000..d9150998 --- /dev/null +++ b/regress/roff/esc/O1.in @@ -0,0 +1,15 @@ +.\" $OpenBSD: O1.in,v 1.1 2020/12/21 14:55:58 schwarze Exp $ +.TH ESC-O1 1 "December 15, 2018" +.SH NAME +esc-O1 \- escape sequence to suppress output +.SH DESCRIPTION +.nf +O1: a\O1b +O2: a\O2b +O3: a\O3b +O4: a\O4b +O5: a\O5b +O52: a\O(52b +O5n: a\O[5dummy]b +O6: a\O6b +O0: a\O0\&\O1b diff --git a/regress/roff/esc/O1.out_ascii b/regress/roff/esc/O1.out_ascii new file mode 100644 index 00000000..790d593d --- /dev/null +++ b/regress/roff/esc/O1.out_ascii @@ -0,0 +1,21 @@ +ESC-O1(1) General Commands Manual ESC-O1(1) + + + +NNAAMMEE + esc-O1 - escape sequence to suppress output + +DDEESSCCRRIIPPTTIIOONN + O1: ab + O2: ab + O3: ab + O4: ab + O5: ab + O52: ab + O5n: ab + O6: ab + O0: ab + + + +OpenBSD December 15, 2018 ESC-O1(1) diff --git a/regress/roff/esc/O1.out_lint b/regress/roff/esc/O1.out_lint new file mode 100644 index 00000000..a5b29379 --- /dev/null +++ b/regress/roff/esc/O1.out_lint @@ -0,0 +1,5 @@ +mandoc: O1.in:11:6: WARNING: invalid escape sequence: \O5 +mandoc: O1.in:12:7: WARNING: invalid escape sequence: \O(52 +mandoc: O1.in:13:7: UNSUPP: unsupported escape sequence: \O[5dummy] +mandoc: O1.in:14:6: WARNING: invalid escape sequence: \O6 +mandoc: O1.in:15:6: UNSUPP: unsupported escape sequence: \O0 -- cgit v1.2.3-56-ge451