1
0
forked from VimPlug/jedi

Add error token in a normal way to the syntax tree as ErrorLeaf.

This commit is contained in:
Dave Halter
2016-06-05 14:49:57 +02:00
parent aa97e4e714
commit dd85fc6ffd
3 changed files with 2 additions and 4 deletions

View File

@@ -650,7 +650,7 @@ class ErrorNode(BaseNode):
type = 'error_node'
class ErrorLeaf(Leaf):
class ErrorLeaf(LeafWithNewLines):
"""
TODO doc
"""