mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Set Readline.completion_append_character = nil always
GNU Readline add a white space when Readline.completion_append_character is not initialized.
This commit is contained in:
parent
02a3e27608
commit
b621c9abd1
1 changed files with 1 additions and 0 deletions
|
@ -527,6 +527,7 @@ module BasetestReadline
|
|||
end
|
||||
|
||||
def test_using_quoting_detection_proc_with_multibyte_input
|
||||
Readline.completion_append_character = nil
|
||||
saved_completer_quote_characters = Readline.completer_quote_characters
|
||||
saved_completer_word_break_characters = Readline.completer_word_break_characters
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue