Skip to content

🐛 Bug: Unicode Get Mangled #101

@GiuseppeIII

Description

@GiuseppeIII

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

No one assigned

    Labels

    status: accepting prsPlease, send a pull request to resolve this!type: bugSomething isn't working :(

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions