mirror of
https://github.com/openbsd/src.git
synced 2025-01-10 06:47:55 -08:00
regression test for roff.c rev. 1.269:
recursive delayed expansion of escape sequences in macro arguments
This commit is contained in:
parent
7bda13b189
commit
918cd63c4b
@ -1,6 +1,6 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2014/07/06 19:08:57 schwarze Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2023/10/21 17:28:01 schwarze Exp $
|
||||
|
||||
REGRESS_TARGETS = roff man mdoc
|
||||
REGRESS_TARGETS = roff man mdoc esc
|
||||
LINT_TARGETS = roff man mdoc
|
||||
|
||||
.include <bsd.regress.mk>
|
||||
|
8
regress/usr.bin/mandoc/roff/args/esc.in
Normal file
8
regress/usr.bin/mandoc/roff/args/esc.in
Normal file
@ -0,0 +1,8 @@
|
||||
.\" $OpenBSD: esc.in,v 1.1 2023/10/21 17:28:01 schwarze Exp $
|
||||
.TH ARGS-ESC 1 "October 21, 2023"
|
||||
.SH NAME
|
||||
args-esc - delayed escape sequence expansion in macro arguments
|
||||
.SH DESCRIPTION
|
||||
.ds inner content
|
||||
.ds outer \\*[inner]
|
||||
.B \\*[outer]
|
9
regress/usr.bin/mandoc/roff/args/esc.out_ascii
Normal file
9
regress/usr.bin/mandoc/roff/args/esc.out_ascii
Normal file
@ -0,0 +1,9 @@
|
||||
ARGS-ESC(1) General Commands Manual ARGS-ESC(1)
|
||||
|
||||
NNAAMMEE
|
||||
args-esc - delayed escape sequence expansion in macro arguments
|
||||
|
||||
DDEESSCCRRIIPPTTIIOONN
|
||||
ccoonntteenntt
|
||||
|
||||
OpenBSD October 21, 2023 ARGS-ESC(1)
|
Loading…
Reference in New Issue
Block a user