Skip to content
Snippets Groups Projects
Commit 2587eb44 authored by pompolic's avatar pompolic
Browse files

Update tests, remove reference to h_do_parse_parser

parent 8658487c
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ class TopLevelParseStateManagement(unittest.TestCase):
#simulating effects of enter_h_packrat_parse
self.top_level_parse.enter_h_do_parse(16, 40, 32)
parser1 = self.top_level_parse.parser_objs[32]
self.assertIs(self.top_level_parse.h_do_parse_parser, self.top_level_parse.parser_objs[32])
self.assertIs(self.top_level_parse.parser_stacks[-1].p_stack[-1], self.top_level_parse.parser_objs[32])
self.assertIsNone(parser1.name)
self.assertEqual(parser1.address, 32)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment