[BACK]Return to bs_mdoc.in CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc / regress / roff / esc

File: [cvsweb.bsd.lv] / mandoc / regress / roff / esc / bs_mdoc.in (download)

Revision 1.1, Thu Jan 17 06:33:35 2019 UTC (5 years, 3 months ago) by schwarze
Branch: MAIN
CVS Tags: VERSION_1_14_6, VERSION_1_14_5, HEAD

Test handling of escaped backslashes because the code related to
copy mode is complicated and prone to regressions.

.\" $OpenBSD: bs_mdoc.in,v 1.1 2019/01/17 06:29:14 schwarze Exp $
.Dd $Mdocdate: January 17 2019 $
.Dt ESC-BS_MDOC 1
.Os
.Sh NAME
.Nm esc-bs_mdoc
.Nd escaped backslashes in mdoc(7) code
.Sh DESCRIPTION
.ds usestr (initial)
.de testmac
prefix\*[usestr]suffix
prefix\\*[usestr]suffix
..
.ds teststr prefix\*[usestr]middle\\*[usestr]suffix
.ds usestr (later)
on a text line: prefix\\suffix
.Pp
in a macro definition:
.testmac
.Pp
in a string definition: \*[teststr]
.Pp
in a high-level macro argument:
.Sy prefix\\*[usestr]suffix
.Pp
.de argmac
{\\$1}
..
in a user-defined macro argument:
.argmac prefix\\*[usestr]suffix