1
0
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:
schwarze 2023-10-21 17:28:01 +00:00
parent 7bda13b189
commit 918cd63c4b
3 changed files with 19 additions and 2 deletions

View File

@ -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>

View 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]

View 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)