]> git.cameronkatri.com Git - mandoc.git/blob - regress/roff/string/name.in
Using an undefined string or macro will cause it to be defined as empty.
[mandoc.git] / regress / roff / string / name.in
1 .\" $OpenBSD: name.in,v 1.4 2017/07/04 14:53:27 schwarze Exp $
2 .Dd $Mdocdate: July 4 2017 $
3 .Dt STRING-NAME 1
4 .Os
5 .Sh NAME
6 .Nm string-name
7 .Nd torturing .ds with weird string names
8 .Sh DESCRIPTION
9 .ds norm value of norm
10 .ds "quot" value of "quot"
11 .ds bs\e value of bs\ee
12 .ds bs\\e value of bs\e\ee
13 .ds bl\ e value of bl\e e
14 norm: \*[norm]
15 .br
16 norm without closing brace: \*[norm
17 .br
18 quot: \*[quot]
19 .br
20 "quot": \*["quot"]
21 .br
22 bs\e\ee: \*[bs\\e]
23 .\".br
24 .\"bs\ee: \*[bs\e]
25 .br
26 bse: \*[bse]
27 .br
28 bs: \*[bs]
29 .\".br
30 .\"bl\e e: \*[bl\ e]
31 .br
32 bl e: \*[bl e]
33 .br
34 ble: \*[ble]
35 .br
36 bl: \*[bl]