Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
micropython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
micropython
Commits
4b5111f8
Commit
4b5111f8
authored
May 04, 2018
by
Damien George
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tests/cpydiff: Remove core_function_unpacking now that it succeeds.
Commit
1e70fda6
fixes this difference.
parent
3cf02be4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
7 deletions
+0
-7
tests/cpydiff/core_function_unpacking.py
tests/cpydiff/core_function_unpacking.py
+0
-7
No files found.
tests/cpydiff/core_function_unpacking.py
deleted
100644 → 0
View file @
3cf02be4
"""
categories: Core,Functions
description: Unpacking function arguments in non-last position isn't detected as an error
cause: Unknown
workaround: The syntax below is invalid, never use it in applications.
"""
print
(
*
(
1
,
2
),
3
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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