File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -391,6 +391,7 @@ var blockEscaper = NewRegexpReplacer(
391391 `\\` , `\(rs` ,
392392 "\n \n +" , "\n .PP\n " ,
393393 `(?m)^\.` , `\&.` ,
394+ `(?m)^\'` , `\&'` ,
394395)
395396
396397var fieldEscaper = NewRegexpReplacer (
Original file line number Diff line number Diff line change @@ -10,5 +10,6 @@ Help message to test the escapes...
1010\& ...like the leading dot.
1111.PP
1212Multiple line breaks, words\- with\- hyphens and \(rs backslashes\(rs .
13+ \& 'BR BR' The no\- break control character is escaped.
1314Maybe even more to come...
1415.SH OPTIONS
Original file line number Diff line number Diff line change @@ -5,4 +5,5 @@ Help message to test the escapes...
55
66
77Multiple line breaks, words-with-hyphens and \backslashes\.
8+ 'BR BR' The no-break control character is escaped.
89Maybe even more to come...
You can’t perform that action at this time.
0 commit comments