[ruby/irb] Disable autocomplete in yamatanooroti test
https://github.com/ruby/irb/commit/cb9c9c64df
This commit is contained in:
parent
eb92d7c732
commit
864b40176d
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user