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

Accept UTF-8 in literal strings. #35

Merged
merged 3 commits into from
Apr 23, 2021
Merged

Accept UTF-8 in literal strings. #35

merged 3 commits into from
Apr 23, 2021

Conversation

plusvic
Copy link
Member

@plusvic plusvic commented Apr 21, 2021

Literal strings and regular expressions now can contain valid UTF-8 strings. In some contexts strings must be ASCII-only, like in import statements and arguments to the base64 modifier.

Literal strings and regular expressions now can contain valid UTF-8 strings. In some contexts strings must be ASCII-only, like in import statements and arguments to the base64 modifier.
tests/grammar_test.go Outdated Show resolved Hide resolved
@plusvic plusvic merged commit bd677b8 into master Apr 23, 2021
@plusvic plusvic deleted the allow-utf8-strings branch April 23, 2021 07:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants