1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* lib/rdoc: Update to RDoc master a1195ce. Changes include:

Improved accessibility of the main sidebar navigation.

  Fixed handling of regexp options in HTML source highlighting.

* test/rdoc:  ditto.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43715 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
drbrain 2013-11-19 00:47:33 +00:00
parent a7fa4d5d9a
commit cc46b530b0
11 changed files with 52 additions and 29 deletions

View file

@ -1231,8 +1231,8 @@ class RDoc::RubyLex
end
if @ltype == "/"
if peek(0) =~ /i|m|x|o|e|s|u|n/
getc
while peek(0) =~ /i|m|x|o|e|s|u|n/
str << getc
end
end