X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/c0089ef19dd12f872c581f106b1236c46d609955..159984a7351bfc4789bc0fc85b5f408112efca85:/tests/data/py_310/pattern_matching_extras.py diff --git a/tests/data/py_310/pattern_matching_extras.py b/tests/data/py_310/pattern_matching_extras.py index 9f6907f..0242d26 100644 --- a/tests/data/py_310/pattern_matching_extras.py +++ b/tests/data/py_310/pattern_matching_extras.py @@ -114,6 +114,6 @@ match bar1: match bar1: case Foo( - normal=x, perhaps=[list, {an: d, dict: 1.0}] as y, otherwise=something, q=t as u + normal=x, perhaps=[list, {"x": d, "y": 1.0}] as y, otherwise=something, q=t as u ): pass