From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: * X-Spam-Status: No, score=1.0 required=5.0 tests=PDS_BRAND_SUBJ_NAKED_TO, UNPARSEABLE_RELAY autolearn=no autolearn_force=no version=3.4.4 Received: (qmail 25064 invoked from network); 21 Oct 2023 17:32:23 -0000 Received: from bsd.lv (HELO mandoc.bsd.lv) (66.111.2.12) by inbox.vuxu.org with ESMTPUTF8; 21 Oct 2023 17:32:23 -0000 Received: from fantadrom.bsd.lv (localhost [127.0.0.1]) by mandoc.bsd.lv (OpenSMTPD) with ESMTP id 06d024a4 for ; Sat, 21 Oct 2023 17:32:22 +0000 (UTC) Received: from localhost (mandoc.bsd.lv [local]) by mandoc.bsd.lv (OpenSMTPD) with ESMTPA id ed58f265 for ; Sat, 21 Oct 2023 17:32:22 +0000 (UTC) Date: Sat, 21 Oct 2023 17:32:22 +0000 (UTC) X-Mailinglist: mandoc-source Reply-To: source@mandoc.bsd.lv MIME-Version: 1.0 From: schwarze@mandoc.bsd.lv To: source@mandoc.bsd.lv Subject: mandoc: regression test for roff.c rev. X-Mailer: activitymail 1.26, http://search.cpan.org/dist/activitymail/ Content-Type: text/plain; charset=utf-8 Message-ID: <94816b518d6455e7@mandoc.bsd.lv> 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 --- /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) + +NNAAMMEE + args-esc - delayed escape sequence expansion in macro arguments + +DDEESSCCRRIIPPTTIIOONN + ccoonntteenntt + +OpenBSD October 21, 2023 ARGS-ESC(1) -- To unsubscribe send an email to source+unsubscribe@mandoc.bsd.lv