зеркало из https://github.com/github/ruby.git
[ruby/reline] Omit a test on Ruby 2.6
Some tokens in Ruby 2.6 have difference information than in 2.7 and later, but 2.6 will soon be out of support. https://github.com/ruby/reline/commit/f3bc698385
This commit is contained in:
Родитель
9295732af8
Коммит
2a311594cc
|
@ -121,6 +121,7 @@ begin
|
|||
end
|
||||
|
||||
def test_finish_autowrapped_line_in_the_middle_of_multilines
|
||||
omit if RUBY_VERSION < '2.7'
|
||||
start_terminal(30, 16, %W{ruby -I#{@pwd}/lib #{@pwd}/test/reline/yamatanooroti/multiline_repl}, startup_message: 'Multiline REPL.')
|
||||
write("<<~EOM\n ABCDEFG\nEOM\n")
|
||||
close
|
||||
|
|
Загрузка…
Ссылка в новой задаче