Files
krvim/bundle/pycomplexity/autoload/tests/manual/test_update_function.py
T
Kenneth Reitz a6e8ac9d6e Update.
2010-11-07 06:55:07 -05:00

10 lines
285 B
Python

def foo():
x if x else x if x else x if x else x if x else x if x else x if x else x
# Delete this line, then save. The function should go from yellow to
# green. Then undo and save. The *whole thing* should go back to yellow.
x if x else x
pass
pass
pass