fix: hanging parser on trailing comment
This commit is contained in:
@@ -144,3 +144,14 @@ block {
|
||||
(variable_expr
|
||||
(identifier)))))
|
||||
(block_end))))
|
||||
|
||||
================================================================================
|
||||
comment at end of file
|
||||
================================================================================
|
||||
|
||||
# foo
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
(config_file
|
||||
(body)
|
||||
(comment))
|
||||
|
||||
Reference in New Issue
Block a user