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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

repl: fails to print surrogate outside of pair #13482

Closed
mfulton26 opened this issue Jan 24, 2022 · 1 comment
Closed

repl: fails to print surrogate outside of pair #13482

mfulton26 opened this issue Jan 24, 2022 · 1 comment
Labels
bug Something isn't working repl related to the Read-Eval-Print-Loop functionality of Deno

Comments

@mfulton26
Copy link

% deno
Deno 1.18.0
exit using ctrl+d or close()
> "馃槀"[0]
Uncaught "Unterminated string literal"

I suggest printing the escaped value, "\uD83D", like Chromium.

@ry ry added bug Something isn't working repl related to the Read-Eval-Print-Loop functionality of Deno labels Jan 24, 2022
@lucacasonato
Copy link
Member

lucacasonato commented Jun 7, 2022

Duplicate of #14664

@lucacasonato lucacasonato marked this as a duplicate of #12226 Jun 7, 2022
@lucacasonato lucacasonato closed this as not planned Won't fix, can't repro, duplicate, stale Jun 7, 2022
@lucacasonato lucacasonato marked this as a duplicate of #14664 Jun 7, 2022
@lucacasonato lucacasonato marked this as not a duplicate of #12226 Jun 7, 2022
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

3 participants