]> git.madduck.net Git - etc/vim.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

fix tests
authorZsolt Dollenstein <zsol.zsol@gmail.com>
Wed, 18 Sep 2019 12:33:14 +0000 (13:33 +0100)
committerZsolt Dollenstein <zsol.zsol@gmail.com>
Wed, 18 Sep 2019 12:33:14 +0000 (13:33 +0100)
tests/data/pep_572.py

index 563e8a7740ebccd0b81f497dc544da1cd24cdfee..9e429f913cefb132f5dfd3ffb47728fea6e63747 100644 (file)
@@ -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