зеркало из https://github.com/github/ruby.git
[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:
Родитель
250e97c0fb
Коммит
f8115ec727
|
@ -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)),
|
||||
|
|
Загрузка…
Ссылка в новой задаче