diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2017-02-08 03:02:13 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2017-02-08 03:02:13 +0000 |
commit | 4c0770c1ecd159a77561d8e0364385f4bb758650 (patch) | |
tree | 5c2d5820b093c1c08b6047ff110e9b055083a5ea /regress/roff/cc | |
parent | d16e7f2cf346476e177ce672851b0b957aebbe5d (diff) | |
download | mandoc-4c0770c1ecd159a77561d8e0364385f4bb758650.tar.gz |
Finally port the OpenBSD regression suite.
Both kristaps@ and wiz@ repeated asked for this,
literally for years.
Diffstat (limited to 'regress/roff/cc')
-rw-r--r-- | regress/roff/cc/Makefile | 6 | ||||
-rw-r--r-- | regress/roff/cc/basic.in | 19 | ||||
-rw-r--r-- | regress/roff/cc/basic.out_ascii | 17 | ||||
-rw-r--r-- | regress/roff/cc/basic.out_lint | 1 |
4 files changed, 43 insertions, 0 deletions
diff --git a/regress/roff/cc/Makefile b/regress/roff/cc/Makefile new file mode 100644 index 00000000..33951ead --- /dev/null +++ b/regress/roff/cc/Makefile @@ -0,0 +1,6 @@ +# $OpenBSD: Makefile,v 1.2 2015/02/06 16:05:51 schwarze Exp $ + +REGRESS_TARGETS = basic +LINT_TARGETS = basic + +.include <bsd.regress.mk> diff --git a/regress/roff/cc/basic.in b/regress/roff/cc/basic.in new file mode 100644 index 00000000..ffd1c211 --- /dev/null +++ b/regress/roff/cc/basic.in @@ -0,0 +1,19 @@ +.TH CC-BASIC 1 "July 7, 2012" OpenBSD +.SH NAME +cc-basic \- basic usage of the cc request +.SH DESCRIPTION +first line +.br +second +.cc : +line +:br +third +:cc ;bogus +line +;br +fourth +;cc +line +.br +last line diff --git a/regress/roff/cc/basic.out_ascii b/regress/roff/cc/basic.out_ascii new file mode 100644 index 00000000..530f1ff2 --- /dev/null +++ b/regress/roff/cc/basic.out_ascii @@ -0,0 +1,17 @@ +CC-BASIC(1) General Commands Manual CC-BASIC(1) + + + +NNAAMMEE + cc-basic - basic usage of the cc request + +DDEESSCCRRIIPPTTIIOONN + first line + second line + third line + fourth line + last line + + + +OpenBSD July 7, 2012 CC-BASIC(1) diff --git a/regress/roff/cc/basic.out_lint b/regress/roff/cc/basic.out_lint new file mode 100644 index 00000000..f091c585 --- /dev/null +++ b/regress/roff/cc/basic.out_lint @@ -0,0 +1 @@ +mandoc: basic.in:12:6: ERROR: skipping excess arguments: cc ... bogus |