mirror of
https://github.com/davidhalter/parso.git
synced 2025-12-08 13:45:01 +08:00
Fix some small issues around expr_stmt.
This commit is contained in:
3
test/normalizer_issue_files/allowed_syntax_python3.4.py
Normal file
3
test/normalizer_issue_files/allowed_syntax_python3.4.py
Normal file
@@ -0,0 +1,3 @@
|
||||
*foo, a = (1,)
|
||||
*foo[0], a = (1,)
|
||||
*[], a = (1,)
|
||||
Reference in New Issue
Block a user