aboutsummaryrefslogtreecommitdiffstats
path: root/test/reline/test_config.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/reline/test_config.rb')
-rw-r--r--test/reline/test_config.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/reline/test_config.rb b/test/reline/test_config.rb
index 1de8ecaf71..768be3dafb 100644
--- a/test/reline/test_config.rb
+++ b/test/reline/test_config.rb
@@ -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