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

Remove unnecessary variables

This commit is contained in:
aycabta 2019-06-07 23:54:49 +09:00
parent ffaefcadd8
commit 19977cc761

View file

@ -38,7 +38,6 @@ class Reline::Config::Test < Reline::TestCase
end
def test_bind_key_with_escaped_chars
key, func =
assert_equal ['input'.bytes, "\e \\ \" ' \a \b \d \f \n \r \t \v".bytes], @config.bind_key('"input"', '"\\e \\\\ \\" \\\' \\a \\b \\d \\f \\n \\r \\t \\v"')
end