[ruby/irb] Fix RubyLex's heredoc_with_hembexpr test to avoid ripper

tokenizing issue
(https://github.com/ruby/irb/pull/558)

https://github.com/ruby/irb/commit/f68e891ed1
This commit is contained in:
tomoya ishida 2023-04-07 20:03:23 +09:00 коммит произвёл git
Родитель 250e97c0fb
Коммит f8115ec727
1 изменённых файлов: 3 добавлений и 3 удалений

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

@ -229,9 +229,9 @@ module TestIRB
input_with_prompt = [
PromptRow.new('001:0:":* ', %q(<<A+%W[#{<<B)),
PromptRow.new('002:0:":* ', %q(#{<<C+%W[)),
PromptRow.new('003:0:":* ', %q()),
PromptRow.new('004:0:":* ', %q(C)),
PromptRow.new('005:0:]:* ', %q()),
PromptRow.new('003:0:":* ', %q(a)),
PromptRow.new('004:0:]:* ', %q(C)),
PromptRow.new('005:0:]:* ', %q(a)),
PromptRow.new('006:0:":* ', %q(]})),
PromptRow.new('007:0:":* ', %q(})),
PromptRow.new('008:0:":* ', %q(A)),