There was an error while loading. Please reload this page.
1 parent 96241f4 commit 3ad0453Copy full SHA for 3ad0453
1 file changed
test/reline/yamatanooroti/test_rendering.rb
@@ -758,6 +758,7 @@ def test_auto_indent
758
start_terminal(10, 30, %W{ruby -I#{@pwd}/lib #{@pwd}/test/reline/yamatanooroti/multiline_repl --auto-indent}, startup_message: 'Multiline REPL.')
759
"def hoge\nputs(\n1,\n2\n)\nend".lines do |line|
760
write line
761
+ assert_screen(/#{Regexp.escape(line.chomp)}\nprompt>/) if line.end_with?("\n")
762
end
763
assert_screen(<<~EOC)
764
Multiline REPL.
0 commit comments