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