[BACK]Return to escape.out_ascii CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc / regress / roff / string

Annotation of mandoc/regress/roff/string/escape.out_ascii, Revision 1.4

1.1       schwarze    1: STRING-ESCAPE(1)            General Commands Manual           STRING-ESCAPE(1)
                      2:
                      3: NNAAMMEE
1.4     ! schwarze    4:      string-escape - preventing string interpolation
1.1       schwarze    5:
                      6: DDEESSCCRRIIPPTTIIOONN
                      7:    NNoorrmmaall iinntteerrppoollaattiioonn
1.4     ! schwarze    8:      result: *[right]
1.1       schwarze    9:
1.4     ! schwarze   10:      The above line must be "result: *[right]".
1.1       schwarze   11:
                     12:    IInntteerrvveenniinngg cchhaarraacctteerr
1.4     ! schwarze   13:      result: \*[right]
1.1       schwarze   14:
1.4     ! schwarze   15:      The above line must be "result: backslash*[right]", not "result: rong".
1.1       schwarze   16:
                     17:    EEssccaappeedd bbaacckkssllaasshh
1.4     ! schwarze   18:      result: \*[right]
1.1       schwarze   19:
1.4     ! schwarze   20:      The above line must be "result: backslash*[right]", not "result: rong".
1.1       schwarze   21:
                     22:    DDeellaayyeedd iinntteerrppoollaattiioonn
1.4     ! schwarze   23:      result: *[right]
1.1       schwarze   24:
1.4     ! schwarze   25:      The above line must be "result: *[right]", not "result: wrong".
1.1       schwarze   26:
1.2       schwarze   27: OpenBSD                        December 3, 2010               STRING-ESCAPE(1)

CVSweb