1
0
Fork 0
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:
nobu 2015-10-31 06:22:46 +00:00
parent eef8b3fc9d
commit bd362b70ba

View file

@ -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