Commit 5ba79317 authored by Igor Dejanovic's avatar Igor Dejanovic

Fixed bug in comments handling

parent 65214ea4
......@@ -906,6 +906,7 @@ class Parser(object):
self.line_ends = []
self.input = _input
self.parser_model.clear_cache()
self.comments_model.clear_cache()
self.parse_tree = self._parse()
# In debug mode export parse tree to dot file for
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment