-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Labels
status: accepting prsPlease, send a pull request to resolve this!Please, send a pull request to resolve this!type: bugSomething isn't working :(Something isn't working :(
Description
Bug Report Checklist
- I have tried restarting my IDE and the issue persists.
- I have pulled the latest
main
branch of the repository. - I have searched for related issues and found none that matched my issue.
Expected
const test = dedent`😊`;
returns 😊
Actual
const test = dedent`😊`;
returns \u{1f60a}
Additional Info
For comparison doing
const test = `😊`;
returns 😊 correctly.
This can be worked around by doing something like
dedent`${'😊'}`;
for all unicode characters.
Metadata
Metadata
Assignees
Labels
status: accepting prsPlease, send a pull request to resolve this!Please, send a pull request to resolve this!type: bugSomething isn't working :(Something isn't working :(