Annotation of mandoc/regress/roff/ds/quoting.in, Revision 1.1
1.1 ! schwarze 1: .Dd August 3, 2010
! 2: .Dt DS-QUOTING 1
! 3: .Os OpenBSD
! 4: .Sh NAME
! 5: .Nm ds-quoting
! 6: .Nd quote handling by the define string request
! 7: .Sh DESCRIPTION
! 8: .ds foo initial definition
! 9: no quoting: \*[foo]
! 10: .br
! 11: .ds foo redefinition
! 12: still no quoting: \*[foo]
! 13: .br
! 14: .ds foo "string value
! 15: leading quotes: \*[foo]
! 16: .br
! 17: .ds foo "string value"
! 18: leading and trailing quotes: \*[foo]
! 19: .br
! 20: .ds foo "string" value
! 21: leading and middle quotes: \*[foo]
! 22: .br
! 23: .ds foo 'string value"
! 24: leading apostrophe, trailing quotes: \*[foo]
! 25: .br
! 26: .ds foo string value"
! 27: leading blank, trailing quotes: \*[foo]
! 28: .br
! 29: .ds foo
! 30: empty string: x\*[foo]x
! 31: .br
! 32: end of test document
CVSweb