tests/cpydiff/core_function_unpacking: Fill in workaround.
This commit is contained in:
parent
92657c671f
commit
12ea06567c
@ -1,7 +1,7 @@
|
|||||||
"""
|
"""
|
||||||
categories: Core,Functions
|
categories: Core,Functions
|
||||||
description: Unpacking function arguments in non-last position gives incorrect result
|
description: Unpacking function arguments in non-last position isn't detected as an error
|
||||||
cause: Unknown
|
cause: Unknown
|
||||||
workaround: Unknown
|
workaround: The syntax below is invalid, never use it in applications.
|
||||||
"""
|
"""
|
||||||
print(*(1, 2), 3)
|
print(*(1, 2), 3)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user