Enable tupleassign test (#3080)

This commit is contained in:
Charlie Marsh 2023-02-20 19:42:23 -05:00 committed by GitHub
parent b701cca779
commit 90c04b9cff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 9 deletions

View file

@ -1,7 +1,6 @@
---
source: src/source_code/mod.rs
assertion_line: 0
expression: formatted
source: crates/ruff_python_formatter/src/lib.rs
expression: formatted.print()?.as_code()
---
# This is a standalone comment.
(
@ -9,10 +8,9 @@ expression: formatted
sdfjsdfjlksdljkfsdlkf,
sdfsdjfklsdfjlksdljkf,
sdsfsdfjskdflsfsdf,
) = (1, 2, 3)
) = 1, 2, 3
# This is as well.
(this_will_be_wrapped_in_parens,) = struct.unpack(b"12345678901234567890")
(a,) = call()