kuroko/test/testEmptyIndentedLine.krk

29 lines
365 B
Python
Raw Normal View History

if True:
if False:
print("fail")
else:
print("pass")
if True:
if False:
print("fail")
# test
else:
print("pass")
if True:
if False:
print("fail")
# test
else:
print("pass")
if True:
if False:
print("fail")
#test
else:
print("pass")