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

[BUG]LSP shows error when using Unicode Characters #4021

Open
xtxtxtxtxtxtx opened this issue Feb 26, 2025 · 0 comments
Open

[BUG]LSP shows error when using Unicode Characters #4021

xtxtxtxtxtxtx opened this issue Feb 26, 2025 · 0 comments
Labels
bug Something isn't working mojo Issues that are related to mojo mojo-repo Tag all issues with this label

Comments

@xtxtxtxtxtxtx
Copy link

Bug description

Whenever you assign the string which has unicode character to the variable. LSP shows the unterminated string error.

Steps to reproduce

fn main():
    var str1 = String("Hello 🔥")
    var str = "Hello 🔥"

Image

LSP shows the unterminated string error

System information

Package Version Build Size Kind Source
max 25.2.0.dev2025022519 release 9.7 KiB conda max
max-core 25.2.0.dev2025022519 release 232.1 MiB conda max-core
max-python 25.2.0.dev2025022519 release 114.5 MiB conda max-python

@xtxtxtxtxtxtx xtxtxtxtxtxtx added bug Something isn't working mojo Issues that are related to mojo labels Feb 26, 2025
@ematejska ematejska added mojo-repo Tag all issues with this label mojo Issues that are related to mojo and removed mojo Issues that are related to mojo labels Feb 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working mojo Issues that are related to mojo mojo-repo Tag all issues with this label
Projects
None yet
Development

No branches or pull requests

2 participants