0001 # 0002 # Test of mixed spaces and tabs 0003 # 0004 0005 def foo(): 0006 if 1: 0007 print "just a tab" 0008 print "two spaces and a tab" 0009 print "eight spaces" 0010 0011 foo() 0012
Generated by PyXR 0.9.4