mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
mdoc2man.rb: colon in quotes
* tool/mdoc2man.rb (parse_macro): colon should not pop quotes. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52411 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
eef8b3fc9d
commit
bd362b70ba
1 changed files with 1 additions and 0 deletions
|
@ -92,6 +92,7 @@ class Mdoc2Man
|
|||
while word = words.shift
|
||||
case word
|
||||
when RE_PUNCT
|
||||
next retval << word if word == ':'
|
||||
while q = quote.pop
|
||||
case q
|
||||
when OPTION
|
||||
|
|
Loading…
Reference in a new issue