Blob Blame History Raw
# mode: error

def f():
  a = b # space space
 	c = d # space tab
_ERRORS = u"""
5:0: Mixed use of tabs and spaces
"""