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