We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf47b1b commit 30fda41Copy full SHA for 30fda41
test/reline/test_line_editor.rb
@@ -8,7 +8,7 @@ class CompletionBlockTest < Reline::TestCase
8
def setup
9
@original_quote_characters = Reline.completer_quote_characters
10
@original_word_break_characters = Reline.completer_word_break_characters
11
- @line_editor = Reline::LineEditor.new(nil, Encoding::UTF_8)
+ @line_editor = Reline::LineEditor.new(nil)
12
end
13
14
def retrieve_completion_block(lines, line_index, byte_pointer)
0 commit comments