Skip to content

"chuck every item" leaves a comma #566

Closed
@pokey

Description

@pokey

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

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions