Closed tompng closed 7 months ago
Debug compatibility test is failing after #907 Adding this puts makes ruby/debug's irb_test pass.
puts
input:
M-x shell[ENTER] irb[ENTER] 123456[ENTER] puts 'hello'[ENTER]
I'll investigate why test was failing before. After fixing something, we may be able to remove this puts.
Debug compatibility test is failing after #907 Adding this
puts
makes ruby/debug's irb_test pass.input:
I'll investigate why test was failing before. After fixing something, we may be able to remove this
puts
.