1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Skip Readline 4.3. [Feature #5785]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36131 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
naruse 2012-06-19 03:05:54 +00:00
parent 5f88399018
commit 2418f9cc55

View file

@ -397,7 +397,7 @@ class TestReadline < Test::Unit::TestCase
rescue NotImplementedError
end
end
end if !/EditLine/n.match(Readline::VERSION)
end if !/EditLine|\A4\.3\z/n.match(Readline::VERSION)
def test_input_metachar
bug6601 = '[ruby-core:45682]'