mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[ruby/reline] Remove test TODO comments that have been confirmed by E2E tests
2ed77b693f
This commit is contained in:
parent
c8694303ee
commit
66e9256147
1 changed files with 0 additions and 12 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue