Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Strange behavior around smart quotes #33

Open
ckreibich opened this issue Aug 18, 2022 · 1 comment
Open

Strange behavior around smart quotes #33

ckreibich opened this issue Aug 18, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@ckreibich
Copy link
Member

ckreibich commented Aug 18, 2022

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.

@ckreibich ckreibich added the bug Something isn't working label Sep 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants