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

Double escaping in array builder #881

Open
lmorg opened this issue Sep 21, 2024 · 0 comments
Open

Double escaping in array builder #881

lmorg opened this issue Sep 21, 2024 · 0 comments
Labels
bug Unexpected behavior

Comments

@lmorg
Copy link
Owner

lmorg commented Sep 21, 2024

Describe the bug:
Double escaping is required in array builder:

» %[[2024..2026]\\, [spring..winter]]
[
    "2024, spring",
    "2024, summer",
    "2024, autumn",
    "2024, winter",
    "2025, spring",
    "2025, summer",
    "2025, autumn",
    "2025, winter",
    "2026, spring",
    "2026, summer",
    "2026, autumn",
    "2026, winter"
]
@lmorg lmorg added the bug Unexpected behavior label Sep 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Unexpected behavior
Projects
None yet
Development

No branches or pull requests

1 participant