mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Whitespace normalization.
This commit is contained in:
parent
cb637c9ea3
commit
ea5962f86e
18 changed files with 522 additions and 522 deletions
|
|
@ -245,7 +245,7 @@ def test_resize_term(stdscr):
|
|||
if hasattr(curses, 'resizeterm'):
|
||||
lines, cols = curses.LINES, curses.COLS
|
||||
curses.resizeterm(lines - 1, cols + 1)
|
||||
|
||||
|
||||
if curses.LINES != lines - 1 or curses.COLS != cols + 1:
|
||||
raise RuntimeError, "Expected resizeterm to update LINES and COLS"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue