Skip to content

Commit f538af5

Browse files
committed
Fix scrollbars in test's expected result
1 parent 716535b commit f538af5

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

test/reline/yamatanooroti/test_rendering.rb

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1121,15 +1121,15 @@ def test_autocomplete_super_long_and_backspace
11211121
assert_screen(<<~'EOC')
11221122
Multiline REPL.
11231123
prompt> Str_BX
1124-
Str_BX
1125-
Str_BXA
1126-
Str_BXB
1127-
Str_BXC
1128-
Str_BXD
1129-
Str_BXE
1130-
Str_BXF
1131-
Str_BXG
1132-
Str_BXH
1124+
Str_BX
1125+
Str_BXA
1126+
Str_BXB
1127+
Str_BXC
1128+
Str_BXD
1129+
Str_BXE
1130+
Str_BXF
1131+
Str_BXG
1132+
Str_BXH
11331133
Str_BXI
11341134
Str_BXJ
11351135
Str_BXK
@@ -1173,7 +1173,7 @@ def test_dialog_narrower_than_screen_with_scrollbar
11731173
Multiline R
11741174
EPL.
11751175
prompt> Sym
1176-
String
1176+
String
11771177
Struct █
11781178
Symbol █
11791179
StopIterat█

0 commit comments

Comments
 (0)