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

comment next to string wrapped in parentheses in list removed in preview mode #3756

Closed
DetachHead opened this issue Jun 29, 2023 · 0 comments · Fixed by #3909
Closed

comment next to string wrapped in parentheses in list removed in preview mode #3756

DetachHead opened this issue Jun 29, 2023 · 0 comments · Fixed by #3909
Labels
C: preview style Issues with the preview and unstable style. Add the name of the responsible feature in the title. F: strings Related to our handling of strings T: bug Something isn't working

Comments

@DetachHead
Copy link

playground

before

[
    (
        "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"  # aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
    ),
]

after

["aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"]
@DetachHead DetachHead added the T: bug Something isn't working label Jun 29, 2023
@hauntsaninja hauntsaninja added the C: preview style Issues with the preview and unstable style. Add the name of the responsible feature in the title. label Jul 10, 2023
@hauntsaninja hauntsaninja added the F: strings Related to our handling of strings label Sep 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: preview style Issues with the preview and unstable style. Add the name of the responsible feature in the title. F: strings Related to our handling of strings T: bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants