[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:
aycabta 2021-12-30 20:47:46 +09:00 коммит произвёл git
Родитель 9295732af8
Коммит 2a311594cc
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -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