[ruby/irb] fix indent depth calculation after heredoc and embdoc

https://github.com/ruby/irb/commit/b7973dd2d2
This commit is contained in:
tompng 2022-08-04 14:49:17 +09:00 коммит произвёл Takashi Kokubun
Родитель f20aac5c59
Коммит 953d4c22ed
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -643,7 +643,7 @@ class RubyLex
end
case t.event
when :on_ignored_nl, :on_nl, :on_comment
when :on_ignored_nl, :on_nl, :on_comment, :on_heredoc_end, :on_embdoc_end
if in_oneliner_def != :BODY
corresponding_token_depth = nil
spaces_at_line_head = 0