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

REPL evaluation returning a lone surrogate results in an "Unterminated string literal" error #14664

Open
lucacasonato opened this issue May 18, 2022 · 0 comments
Labels
bug Something isn't working repl related to the Read-Eval-Print-Loop functionality of Deno

Comments

@lucacasonato
Copy link
Member

❯❯❯ deno
Deno 1.21.3+037466e
exit using ctrl+d or close()
> "\uDE00"
Uncaught "Unterminated string literal"
> 

This is distinct from the panic in #12226, and is much harder to fix. It is currently blocked on serde-rs/json#890.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working repl related to the Read-Eval-Print-Loop functionality of Deno
Projects
None yet
Development

No branches or pull requests

1 participant