зеркало из https://github.com/github/ruby.git
* lib/rdoc/markup/simple_markup.rb (SM::SimpleMarkup::LABEL_LIST_RE):
reduce redundant backtrack. [ruby-talk:161771] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9460 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
def653cd80
Коммит
a7f4a9dc03
|
@ -1,3 +1,8 @@
|
|||
Tue Oct 25 02:12:08 2005 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* lib/rdoc/markup/simple_markup.rb (SM::SimpleMarkup::LABEL_LIST_RE):
|
||||
reduce redundant backtrack. [ruby-talk:161771]
|
||||
|
||||
Tue Oct 25 00:35:33 2005 Masatoshi SEKI <m_seki@mva.biglobe.ne.jp>
|
||||
|
||||
* lib/rinda/*: RDoc documentation from Eric Hodel
|
||||
|
|
|
@ -194,8 +194,7 @@ module SM #:nodoc:
|
|||
LABEL_LIST_RE = /^(
|
||||
( \[.*?\] (?# labeled )
|
||||
|\S.*:: (?# note )
|
||||
)(?=\s|$)
|
||||
\s*
|
||||
)(?:\s+|$)
|
||||
)/x
|
||||
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче