File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -89,18 +89,18 @@ def test_run_line(self):
8989
9090 def test_completion (self ):
9191 self .repl .height , self .repl .width = (5 , 32 )
92- self .repl .current_line = 'se '
92+ self .repl .current_line = 'an '
9393 self .cursor_offset = 2
9494 if config .supports_box_chars ():
95- screen = ['>>> se ' ,
95+ screen = ['>>> an ' ,
9696 '┌───────────────────────┐' ,
97- '│ set ( setattr( │' ,
97+ '│ and any ( │' ,
9898 '└───────────────────────┘' ,
9999 'Welcome to bpython! Press <F1> f' ]
100100 else :
101- screen = ['>>> se ' ,
101+ screen = ['>>> an ' ,
102102 '+-----------------------+' ,
103- '| set ( setattr( |' ,
103+ '| and any ( |' ,
104104 '+-----------------------+' ,
105105 'Welcome to bpython! Press <F1> f' ]
106106 self .assert_paint_ignoring_formatting (screen , (0 , 4 ))
You can’t perform that action at this time.
0 commit comments