Skip to content

Commit

Permalink
[test] fix test_parse_hash to use eol_comments
Browse files Browse the repository at this point in the history
  • Loading branch information
vfazio committed Dec 29, 2024
1 parent ddbe27f commit dacb978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/grammar/syntax_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ def test_parse_hash():
start = '#' ;
"""

parser = compile(grammar, eol_comments_re='')
parser = compile(grammar, eol_comments='')
parser.parse('#', trace=True)


Expand Down

0 comments on commit dacb978

Please sign in to comment.