Skip to content

"chuck every item" leaves a comma #566

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
pokey opened this issue Feb 15, 2022 · 0 comments · Fixed by #709
Closed

"chuck every item" leaves a comma #566

pokey opened this issue Feb 15, 2022 · 0 comments · Fixed by #709
Assignees
Labels
bug Something isn't working

Comments

@pokey
Copy link
Member

pokey commented Feb 15, 2022

In the following python code:

{
    "hello": "there",
    "testing": "whatever",
}

Saying "chuck every item" results in the following:

{
    ,
}

Note: this behaviour only occurs when there is a trailing comma

@pokey pokey added the bug Something isn't working label Feb 15, 2022
@AndreasArvidsson AndreasArvidsson self-assigned this Feb 15, 2022
@AndreasArvidsson AndreasArvidsson removed their assignment Apr 18, 2022
@AndreasArvidsson AndreasArvidsson self-assigned this Jun 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants