Skip to content

codegen: string surrogates printed incorrectly #3526

@Dunqing

Description

@Dunqing
let a = '\udf06'

gets printed as

let a = "\\udf06"

instead of

let a = "\udf06"

Metadata

Metadata

Assignees

Labels

C-bugCategory - BugP-highPriority - High

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions