Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
rindPHI committed Sep 29, 2022
1 parent 2d1eed9 commit a429f57
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/test_concrete_syntax.py
Original file line number Diff line number Diff line change
Expand Up @@ -772,10 +772,6 @@ def test_unbound_variable(self):

def test_parse_rest_bnf(self):
unparsed = unparse_grammar(REST_GRAMMAR)

for idx, line in enumerate(unparsed.split('\n')):
print(f'{str(idx + 1).rjust(3)}: {line}')

parsed = parse_bnf(unparsed)
gg.GrammarGraph.from_grammar(parsed)

Expand Down

0 comments on commit a429f57

Please sign in to comment.