Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
12ea0656
Commit
12ea0656
authored
May 04, 2017
by
Paul Sokolovsky
Browse files
tests/cpydiff/core_function_unpacking: Fill in workaround.
parent
92657c67
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/cpydiff/core_function_unpacking.py
View file @
12ea0656
"""
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
workaround:
Unknown
workaround:
The syntax below is invalid, never use it in applications.
"""
print
(
*
(
1
,
2
),
3
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment