Skip to content

Commit

Permalink
Remove workaround encoding modification
Browse files Browse the repository at this point in the history
  • Loading branch information
aycabta committed Dec 9, 2019
1 parent a14c014 commit 07664f3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/readline/test_readline.rb
Expand Up @@ -587,9 +587,7 @@ def test_simple_completion
Readline.input = r
Readline.output = null
Readline.completion_proc = ->(text) do
['abcde', 'abc12'].map { |i|
i.encode(get_default_internal_encoding)
}
['abcde', 'abc12']
end
w.write("a\t\n")
w.flush
Expand Down

0 comments on commit 07664f3

Please sign in to comment.