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

"every item" also yields comments #299

Open
pokey opened this issue Oct 18, 2021 · 0 comments
Open

"every item" also yields comments #299

pokey opened this issue Oct 18, 2021 · 0 comments
Labels
bug Something isn't working
Milestone

Comments

@pokey
Copy link
Member

pokey commented Oct 18, 2021

In the following code:

[
    "foo", // Hello
    "bar", // Hi
]

Saying "take every item" yields four selections: the two desired items and the comments following them. It should just yield the items

@pokey pokey added the bug Something isn't working label Oct 18, 2021
@pokey pokey added this to the 0.23.0 milestone Oct 18, 2021
@pokey pokey modified the milestones: 0.23.0, 0.24.0 Oct 27, 2021
@pokey pokey modified the milestones: 0.24.0, 0.25.0 Dec 7, 2021
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

No branches or pull requests

1 participant