simplify

tests/while.py

14:7c40ee4eea88
2006-07-15 paulb Split up the original test.
     1 while a:     2     while x:     3         x = y.m()     4     else:     5         x = y.n()     6 else:     7     a = b