...
This commit is contained in:
parent
30b81d98f1
commit
ce6f99044e
@ -1043,11 +1043,11 @@ class TestScreen(BaseTest):
|
|||||||
|
|
||||||
# resize
|
# resize
|
||||||
# get last cmd output with continued output mark
|
# get last cmd output with continued output mark
|
||||||
draw_prompt('3'), draw_output(1, 'long_line'), draw_output(2, 'l')
|
draw_prompt('3'), draw_output(1, 'long_line'), draw_output(2, 'l', False)
|
||||||
s.resize(4, 5)
|
s.resize(4, 5)
|
||||||
s.scroll_to_prompt(-4)
|
s.scroll_to_prompt(-4)
|
||||||
self.ae(str(s.visual_line(0)), '$ 0')
|
self.ae(str(s.visual_line(0)), '$ 0')
|
||||||
self.ae(lco(), '0l\n1l')
|
self.ae(lco(), '0long_line\n0l\n1l')
|
||||||
|
|
||||||
# last visited cmd output
|
# last visited cmd output
|
||||||
self.ae(lvco(), '0\n1\n2')
|
self.ae(lvco(), '0\n1\n2')
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user