зеркало из https://github.com/github/ruby.git
[ruby/irb] Fix dynamic_prompt test not executed, remove unnecessary
set_input (https://github.com/ruby/irb/pull/585) https://github.com/ruby/irb/commit/b5f3efdcf0
This commit is contained in:
Родитель
e8c9f727e8
Коммит
6d9875ccbf
|
@ -41,7 +41,6 @@ module TestIRB
|
|||
ruby_lex = RubyLex.new(context)
|
||||
mock_io = MockIO_AutoIndent.new(lines, last_line_index, byte_pointer, add_new_line)
|
||||
|
||||
ruby_lex.set_input { @io.gets }
|
||||
ruby_lex.configure_io(mock_io)
|
||||
mock_io.calculated_indent
|
||||
end
|
||||
|
@ -653,7 +652,7 @@ module TestIRB
|
|||
ruby_lex.set_prompt do |ltype, indent, continue, line_no|
|
||||
'%03d:%01d:%1s:%s ' % [line_no, indent, ltype, continue ? '*' : '>']
|
||||
end
|
||||
ruby_lex.set_input { @io.gets }
|
||||
ruby_lex.configure_io(io)
|
||||
end
|
||||
|
||||
def test_dyanmic_prompt
|
||||
|
|
Загрузка…
Ссылка в новой задаче