mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* lib/rdoc/markup/to_html_crossref.rb: fix failure of the test.
[ruby-core:20564] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26386 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
155e42c50e
commit
ad38805490
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
Sun Jan 24 00:02:18 2010 NARUSE, Yui <naruse@ruby-lang.org>
|
||||||
|
|
||||||
|
* lib/rdoc/markup/to_html_crossref.rb: fix failure of the test.
|
||||||
|
[ruby-core:20564]
|
||||||
|
|
||||||
Sat Jan 23 23:27:12 2010 NARUSE, Yui <naruse@ruby-lang.org>
|
Sat Jan 23 23:27:12 2010 NARUSE, Yui <naruse@ruby-lang.org>
|
||||||
|
|
||||||
* dir.c (dir_s_glob): add rdoc by Roger Pack. [ruby-core:27669]
|
* dir.c (dir_s_glob): add rdoc by Roger Pack. [ruby-core:27669]
|
||||||
|
|
|
@ -65,7 +65,7 @@ class RDoc::Markup::ToHtmlCrossref < RDoc::Markup::ToHtml
|
||||||
# The key thing is that there must be at least
|
# The key thing is that there must be at least
|
||||||
# one special character (period, slash, or
|
# one special character (period, slash, or
|
||||||
# underscore).
|
# underscore).
|
||||||
| [\/\w]+[_\/\.][\w\/\.]+
|
| (?:\.\.\/)*[-\/\w]+[_\/\.][-\w\/\.]+
|
||||||
|
|
||||||
# Things that have markup suppressed
|
# Things that have markup suppressed
|
||||||
| \\[^\s]
|
| \\[^\s]
|
||||||
|
|
Loading…
Reference in a new issue