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