Skip to content

Commit

Permalink
Omit a test on Ruby 2.6
Browse files Browse the repository at this point in the history
Some tokens in Ruby 2.6 have difference information than in 2.7 and later,
but 2.6 will soon be out of support.
  • Loading branch information
aycabta committed Dec 30, 2021
1 parent b7536dc commit f3bc698
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/reline/yamatanooroti/test_rendering.rb
Expand Up @@ -121,6 +121,7 @@ def test_finish_autowrapped_line_in_the_middle_of_lines
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
Expand Down

0 comments on commit f3bc698

Please sign in to comment.