X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/d8fa8df0526de9c0968e0a3568008f58eae45364..8adf5f08305c232632a63ff5fbb29be98c3aca5f:/tests/data/pep_572.py?ds=sidebyside

diff --git a/tests/data/pep_572.py b/tests/data/pep_572.py
index 2b240be..9e429f9 100644
--- a/tests/data/pep_572.py
+++ b/tests/data/pep_572.py
@@ -38,3 +38,6 @@ if self._is_special and (ans := self._check_nans(context=context)):
 foo(b := 2, a=1)
 foo((b := 2), a=1)
 foo(c=(b := 2), a=1)
+
+while x := f(x):
+    pass