forked from VimPlug/jedi
Fix a few fast parser tests.
This commit is contained in:
@@ -663,7 +663,7 @@ class ErrorLeaf(Leaf):
|
||||
|
||||
def __repr__(self):
|
||||
token_type = token.tok_name[self.original_type]
|
||||
return "<%s: %s, %s)>" % (type(self).__name__, token_type, repr(self.value))
|
||||
return "<%s: %s, %s)>" % (type(self).__name__, token_type, self.start_pos)
|
||||
|
||||
|
||||
class IsScopeMeta(type):
|
||||
|
||||
Reference in New Issue
Block a user