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:
parent
ffaefcadd8
commit
19977cc761
1 changed files with 0 additions and 1 deletions
|
@ -38,7 +38,6 @@ class Reline::Config::Test < Reline::TestCase
|
||||||
end
|
end
|
||||||
|
|
||||||
def test_bind_key_with_escaped_chars
|
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"')
|
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
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue