X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/673327449f86fce558adde153bb6cbe54bfebad2..92c611cfdf1124d0d2830ba9a503a7e7a57d2dee:/tests/data/pep_572.py?ds=inline diff --git a/tests/data/pep_572.py b/tests/data/pep_572.py index 563e8a7..9e429f9 100644 --- a/tests/data/pep_572.py +++ b/tests/data/pep_572.py @@ -39,5 +39,5 @@ foo(b := 2, a=1) foo((b := 2), a=1) foo(c=(b := 2), a=1) -while x:= f(x): +while x := f(x): pass