Skip to content

Weird Unicode involved output #897

@pwang2

Description

@pwang2

The space before the first element will output something nonsense.

> styler::style_text('a <- c( "TΔ", "An")')
a <- c("TΔ",""An")
> styler::style_text('a <- c("TΔ", "An")')
a <- c("TΔ", "An")

The parsed data is nothing wrong.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions