]> git.cameronkatri.com Git - mandoc.git/blob - regress/roff/string/escape.out_ascii
Using an undefined string or macro will cause it to be defined as empty.
[mandoc.git] / regress / roff / string / escape.out_ascii
1 STRING-ESCAPE(1) General Commands Manual STRING-ESCAPE(1)
2
3
4
5 N\bNA\bAM\bME\bE
6 string-escape - preventing string interpolation
7
8 D\bDE\bES\bSC\bCR\bRI\bIP\bPT\bTI\bIO\bON\bN
9 N\bNo\bor\brm\bma\bal\bl i\bin\bnt\bte\ber\brp\bpo\bol\bla\bat\bti\bio\bon\bn
10 result: *[right]
11
12 The above line must be "result: *[right]".
13
14 I\bIn\bnt\bte\ber\brv\bve\ben\bni\bin\bng\bg c\bch\bha\bar\bra\bac\bct\bte\ber\br
15 result: \*[right]
16
17 The above line must be "result: backslash*[right]", not "result: rong".
18
19 E\bEs\bsc\bca\bap\bpe\bed\bd b\bba\bac\bck\bks\bsl\bla\bas\bsh\bh
20 result: \*[right]
21
22 The above line must be "result: backslash*[right]", not "result: rong".
23
24 D\bDe\bel\bla\bay\bye\bed\bd i\bin\bnt\bte\ber\brp\bpo\bol\bla\bat\bti\bio\bon\bn
25 result: *[right]
26
27 The above line must be "result: *[right]", not "result: wrong".
28
29
30
31 OpenBSD December 3, 2010 STRING-ESCAPE(1)