зеркало из https://github.com/github/ruby.git
[ruby/rdoc] Fix `=end` delimiter
https://github.com/ruby/rdoc/commit/e1679fa7e4
This commit is contained in:
Родитель
99cad3fccd
Коммит
f0c9d2a0c8
|
@ -137,7 +137,7 @@ def next_token # :nodoc:
|
|||
=end
|
||||
@in_part = part
|
||||
# non-RD part end
|
||||
when /^=end/
|
||||
when /^=end(?:$|[\s\0\C-d\C-z])/
|
||||
if @in_part # if in non-RD part
|
||||
=begin # not imported to RDoc
|
||||
# p "END_PART: #{@in_part}" # DEBUG
|
||||
|
|
Загрузка…
Ссылка в новой задаче