diff options
| author | Ingo Schwarze <schwarze@openbsd.org> | 2022-04-28 16:21:09 +0000 |
|---|---|---|
| committer | Ingo Schwarze <schwarze@openbsd.org> | 2022-04-28 16:21:09 +0000 |
| commit | b3dd815817ebf3e3bb6e95b8e8b9cc6ed2c64ff8 (patch) | |
| tree | e720f598888796ac87c46979b54d4543ad1a3fad /regress/roff/mc/Makefile | |
| parent | 4739b39372b31b9276373673e199b90e33fb70a8 (diff) | |
| download | mandoc-b3dd815817ebf3e3bb6e95b8e8b9cc6ed2c64ff8.tar.gz mandoc-b3dd815817ebf3e3bb6e95b8e8b9cc6ed2c64ff8.zip | |
The syntax of the roff(7) .mc request is quite special
and the roff_onearg() parsing function is too generic,
so provide a dedicated parsing function instead.
This fixes an assertion failure when an \o escape sequence is
passed as the argument; the bug was found by tb@ using afl(1).
It also makes mandoc output more similar to groff in various cases.
Diffstat (limited to 'regress/roff/mc/Makefile')
| -rw-r--r-- | regress/roff/mc/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/regress/roff/mc/Makefile b/regress/roff/mc/Makefile new file mode 100644 index 00000000..445af7d3 --- /dev/null +++ b/regress/roff/mc/Makefile @@ -0,0 +1,6 @@ +# $OpenBSD: Makefile,v 1.1 2022/04/28 16:16:46 schwarze Exp $ + +REGRESS_TARGETS = args +LINT_TARGETS = args + +.include <bsd.regress.mk> |
