Skip to content

Commit

Permalink
[test] explicitly use multiline match in test_patterns_with_newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
vfazio committed Dec 29, 2024
1 parent fba4312 commit f922dad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/grammar/pattern_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def test_patterns_with_newlines(self):
blankline
=
/^[^\\n]*\\n$/
/(?m)^[^\\n]*\\n$/
;
"""

Expand Down

0 comments on commit f922dad

Please sign in to comment.