From 3d2ce2e01ff2b2b2ba4ce8d5f9c345687aefe4ab Mon Sep 17 00:00:00 2001 From: Hoblovski Date: Thu, 13 Nov 2025 19:54:28 +0800 Subject: [PATCH] tests: add bad case --- test/completion/wtf.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test/completion/wtf.py diff --git a/test/completion/wtf.py b/test/completion/wtf.py new file mode 100644 index 00000000..c5d54dbf --- /dev/null +++ b/test/completion/wtf.py @@ -0,0 +1,6 @@ +xy = (1,) +x, y = *xy, None + +# whatever it is should not crash +#? +x