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

Multiline strings do not work. #2

Open
AsynchronousAI opened this issue Aug 9, 2023 · 2 comments
Open

Multiline strings do not work. #2

AsynchronousAI opened this issue Aug 9, 2023 · 2 comments

Comments

@AsynchronousAI
Copy link

ljs code:

print([[hi]])

output:

ljsjit: test.ljs:1: invalid long string delimiter near '['

NOTE: Multiline strings do work in ljs but not ljsjit

@AsynchronousAI
Copy link
Author

I found a workaround:

print([=[hi]=])

@AsynchronousAI
Copy link
Author

I believe the error is from llex.c, Line 517

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant