xref: /openbsd-src/regress/usr.bin/mandoc/roff/string/escape.out_ascii (revision 6627b33116e69ffa8a2b4042a27cad849d7af041)
1STRING-ESCAPE(1)            General Commands Manual           STRING-ESCAPE(1)
2
3NNAAMMEE
4     string-escape - preventing string interpolation
5
6DDEESSCCRRIIPPTTIIOONN
7   NNoorrmmaall iinntteerrppoollaattiioonn
8     result: *[right]
9
10     The above line must be "result: *[right]".
11
12   IInntteerrvveenniinngg cchhaarraacctteerr
13     result: \*[right]
14
15     The above line must be "result: backslash*[right]", not "result: rong".
16
17   EEssccaappeedd bbaacckkssllaasshh
18     result: \*[right]
19
20     The above line must be "result: backslash*[right]", not "result: rong".
21
22   DDeellaayyeedd iinntteerrppoollaattiioonn
23     result: *[right]
24
25     The above line must be "result: *[right]", not "result: wrong".
26
27OpenBSD                        December 3, 2010               STRING-ESCAPE(1)
28