Annotation of mandoc/regress/roff/string/escape.out_ascii, Revision 1.3
1.1 schwarze 1: STRING-ESCAPE(1) General Commands Manual STRING-ESCAPE(1)
2:
3: NNAAMMEE
4: string-escape - preventing string interpolation
5:
6: DDEESSCCRRIIPPTTIIOONN
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:
1.2 schwarze 27: OpenBSD December 3, 2010 STRING-ESCAPE(1)
CVSweb