Skip to content

Commit

Permalink
Update code
Browse files Browse the repository at this point in the history
  • Loading branch information
Vipul97 committed Nov 12, 2024
1 parent 125a06a commit 27f815f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions tests/test_slr_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,9 +219,12 @@ def test_GOTO(self):
def test_items(self):
expected_items = [
[(0, 0), (1, 0), (2, 0), (3, 0), (4, 0), (5, 0), (6, 0)],
[(2, 1), (3, 1)], [(4, 1)], [(0, 1), (1, 1)],
[(2, 1), (3, 1)],
[(4, 1)],
[(0, 1), (1, 1)],
[(5, 1), (1, 0), (2, 0), (3, 0), (4, 0), (5, 0), (6, 0)],
[(6, 1)], [(3, 2), (5, 0), (6, 0)],
[(6, 1)],
[(3, 2), (5, 0), (6, 0)],
[(1, 2), (3, 0), (4, 0), (5, 0), (6, 0)],
[(5, 2), (1, 1)],
[(3, 3)],
Expand Down

0 comments on commit 27f815f

Please sign in to comment.