Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
s/patters/patterns/
  • Loading branch information
ambv authored Jun 10, 2022
commit 99077371a585cecbbc0c6987c7fc99fd91865416
2 changes: 1 addition & 1 deletion Lib/test/test_patma.py
Original file line number Diff line number Diff line change
Expand Up @@ -3151,7 +3151,7 @@ def f(command): # 0
self.assertListEqual(self._trace(f, "go x"), [1, 2, 3])
self.assertListEqual(self._trace(f, "spam"), [1, 2, 3])

def test_parser_deeply_nested_patters(self):
def test_parser_deeply_nested_patterns(self):
# Deeply nested patterns can cause exponential backtracking when parsing.
# See gh-93671 for more information.

Expand Down