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

File: [cvsweb.bsd.lv] / mandoc / regress / roff / string / escape.out_ascii (download)

Revision 1.3, Mon Jun 28 20:13:00 2021 UTC (3 years ago) by schwarze
Branch: MAIN
CVS Tags: VERSION_1_14_6
Changes since 1.2: +0 -4 lines

delete the two pairs of extra blank lines from expected man(7) terminal
output that are no longer printed since man_term.c rev. 1.236

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)