Skip to content
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

Trailing commas in the arrays #80

Closed
orchestr7 opened this issue Nov 19, 2021 · 0 comments · Fixed by #169
Closed

Trailing commas in the arrays #80

orchestr7 opened this issue Nov 19, 2021 · 0 comments · Fixed by #169
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@orchestr7
Copy link
Owner

We should support the logic related to a trailing commas in arrays:

a = [ 1,2,]
a = [
   1,
   2,
]
@orchestr7 orchestr7 added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels Nov 19, 2021
@orchestr7 orchestr7 self-assigned this Nov 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant