Skip to content

Strange behavior around smart quotes #33

@ckreibich

Description

@ckreibich

Formatting this ...

function foo(): bool
        {
        print (“In new_value”);
        }

... yields:

function foo(): bool
        {
        print (  “ “ In new_value  ” );
        }

Parsing does flag an error (cannot parse line 2, col 8: "“In") ... likely one of many quirks lurking in unicode handling.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions