1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[ruby/irb] Disable autocomplete in yamatanooroti test

https://github.com/ruby/irb/commit/cb9c9c64df
This commit is contained in:
aycabta 2021-09-03 02:41:07 +09:00 committed by git
parent eb92d7c732
commit 864b40176d

View file

@ -28,6 +28,7 @@ begin
def test_launch
write_irbrc <<~'LINES'
puts 'start IRB'
IRB.conf[:USE_AUTOCOMPLETE] = false
LINES
start_terminal(25, 80, %W{ruby -I#{@pwd}/lib #{@pwd}/exe/irb}, startup_message: 'start IRB')
write(<<~EOC)
@ -45,6 +46,7 @@ begin
def test_multiline_paste
write_irbrc <<~'LINES'
puts 'start IRB'
IRB.conf[:USE_AUTOCOMPLETE] = false
LINES
start_terminal(25, 80, %W{ruby -I#{@pwd}/lib #{@pwd}/exe/irb}, startup_message: 'start IRB')
write(<<~EOC)
@ -84,6 +86,7 @@ begin
def test_evaluate_each_toplevel_statement_by_multiline_paste
write_irbrc <<~'LINES'
puts 'start IRB'
IRB.conf[:USE_AUTOCOMPLETE] = false
LINES
start_terminal(40, 80, %W{ruby -I#{@pwd}/lib #{@pwd}/exe/irb}, startup_message: 'start IRB')
write(<<~EOC)