source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mandoc: regression test for roff.c rev.
@ 2023-10-21 17:32 schwarze
  0 siblings, 0 replies; only message in thread
From: schwarze @ 2023-10-21 17:32 UTC (permalink / raw)
  To: source

Log Message:
-----------
regression test for roff.c rev. 1.397:
recursive delayed expansion of escape sequences in macro arguments

Modified Files:
--------------
    mandoc/regress/roff/args:
        Makefile

Added Files:
-----------
    mandoc/regress/roff/args:
        esc.in
        esc.out_ascii

Revision Data
-------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mandoc/mandoc/regress/roff/args/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -Lregress/roff/args/Makefile -Lregress/roff/args/Makefile -u -p -r1.1 -r1.2
--- regress/roff/args/Makefile
+++ regress/roff/args/Makefile
@@ -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>
--- /dev/null
+++ regress/roff/args/esc.in
@@ -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]
--- /dev/null
+++ regress/roff/args/esc.out_ascii
@@ -0,0 +1,9 @@
+ARGS-ESC(1)                 General Commands Manual                ARGS-ESC(1)
+
+N\bNA\bAM\bME\bE
+       args-esc - delayed escape sequence expansion in macro arguments
+
+D\bDE\bES\bSC\bCR\bRI\bIP\bPT\bTI\bIO\bON\bN
+       c\bco\bon\bnt\bte\ben\bnt\bt
+
+OpenBSD                        October 21, 2023                    ARGS-ESC(1)
--
 To unsubscribe send an email to source+unsubscribe@mandoc.bsd.lv


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-10-21 17:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-21 17:32 mandoc: regression test for roff.c rev schwarze

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).