summaryrefslogtreecommitdiffstats
path: root/regress/roff/string/escape.out_ascii
blob: 061dc5e0ce9ec2e8992339a4445fd8b8c5d8eb96 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
STRING-ESCAPE(1)            General Commands Manual           STRING-ESCAPE(1)

NNAAMMEE
     string-escape - preventing string interpolation

DDEESSCCRRIIPPTTIIOONN
   NNoorrmmaall iinntteerrppoollaattiioonn
     result: *[right]

     The above line must be "result: *[right]".

   IInntteerrvveenniinngg cchhaarraacctteerr
     result: \*[right]

     The above line must be "result: backslash*[right]", not "result: rong".

   EEssccaappeedd bbaacckkssllaasshh
     result: \*[right]

     The above line must be "result: backslash*[right]", not "result: rong".

   DDeellaayyeedd iinntteerrppoollaattiioonn
     result: *[right]

     The above line must be "result: *[right]", not "result: wrong".

OpenBSD                        December 3, 2010               STRING-ESCAPE(1)