We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cdd76e commit bca2327Copy full SHA for bca2327
1 file changed
Lib/test/test_traceback.py
@@ -1815,6 +1815,11 @@ class TestKeywordTypoSuggestions(unittest.TestCase):
1815
("[x for x\nin range(3)\nof x]", "if"),
1816
("[123 fur x\nin range(3)\nif x]", "for"),
1817
("for x im n:\n pass", "in"),
1818
+ ("mach x:", "match"),
1819
+ ("math x:", "match"),
1820
+ ("match 1:\n cse 1:", "case"),
1821
+ ("typ x = int", "type"),
1822
+ ("typed x = int", "type"),
1823
("switch x:\n case:", "match"),
1824
("delete x", "del"),
1825
("function f():", "def"),
0 commit comments