summaryrefslogtreecommitdiff
path: root/test/reline
diff options
context:
space:
mode:
authoraycabta <aycabta@gmail.com>2022-01-03 07:07:06 +0900
committergit <svn-admin@ruby-lang.org>2022-01-03 07:06:28 +0900
commit66e9256147c77a1b4f0ae29a841b4042600f004c (patch)
tree3d958c86391652a967dbc003071b8736a03358e4 /test/reline
parentc8694303eef1f535b24b2fa43ab99a241fd51c10 (diff)
downloadruby-66e9256147c77a1b4f0ae29a841b4042600f004c.tar.gz
[ruby/reline] Remove test TODO comments that have been confirmed by E2E tests
https://github.com/ruby/reline/commit/2ed77b693f
Diffstat (limited to 'test/reline')
-rw-r--r--test/reline/test_reline.rb12
1 files changed, 0 insertions, 12 deletions
diff --git a/test/reline/test_reline.rb b/test/reline/test_reline.rb
index 662f91e589..0d45c5da54 100644
--- a/test/reline/test_reline.rb
+++ b/test/reline/test_reline.rb
@@ -364,22 +364,10 @@ class Reline::Test < Reline::TestCase
assert_include(Reline.private_instance_methods, :readline)
end
- def test_inner_readline
- # TODO in Reline::Core
- end
-
def test_read_io
# TODO in Reline::Core
end
- def test_read_escaped_key
- # TODO in Reline::Core
- end
-
- def test_may_req_ambiguous_char_width
- # TODO in Reline::Core
- end
-
def get_reline_encoding
if encoding = Reline::IOGate.encoding
encoding