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

Diff for /mandoc/regress/roff/string/escape.out_ascii between version 1.1 and 1.4

version 1.1, 2017/02/08 03:03:28 version 1.4, 2023/11/13 21:22:07
Line 1 
Line 1 
 STRING-ESCAPE(1)            General Commands Manual           STRING-ESCAPE(1)  STRING-ESCAPE(1)            General Commands Manual           STRING-ESCAPE(1)
   
   
   
 NNAAMMEE  NNAAMMEE
        string-escape - preventing string interpolation       string-escape - preventing string interpolation
   
 DDEESSCCRRIIPPTTIIOONN  DDEESSCCRRIIPPTTIIOONN
    NNoorrmmaall iinntteerrppoollaattiioonn     NNoorrmmaall iinntteerrppoollaattiioonn
        result: *[right]       result: *[right]
   
        The above line must be "result: *[right]".       The above line must be "result: *[right]".
   
    IInntteerrvveenniinngg cchhaarraacctteerr     IInntteerrvveenniinngg cchhaarraacctteerr
        result: \*[right]       result: \*[right]
   
        The above line must be "result: backslash*[right]", not "result: rong".       The above line must be "result: backslash*[right]", not "result: rong".
   
    EEssccaappeedd bbaacckkssllaasshh     EEssccaappeedd bbaacckkssllaasshh
        result: \*[right]       result: \*[right]
   
        The above line must be "result: backslash*[right]", not "result: rong".       The above line must be "result: backslash*[right]", not "result: rong".
   
    DDeellaayyeedd iinntteerrppoollaattiioonn     DDeellaayyeedd iinntteerrppoollaattiioonn
        result: *[right]       result: *[right]
   
        The above line must be "result: *[right]", not "result: wrong".       The above line must be "result: *[right]", not "result: wrong".
   
   OpenBSD                        December 3, 2010               STRING-ESCAPE(1)
   
                                December 3, 2010               STRING-ESCAPE(1)  

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.4

CVSweb