More unit tests
[codimension.git] / pythonparser-exp / unittest / wrong_indent.py
blob0a150e6b4facd1896588b3bd2da5352d8b071d4a
2 if 1 > 2:
3 print "OK"
4 else:
5 print "Hmmmm"