We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Gc successfully compiles the following program:
package a var ۶ = 0
It must reject it, as U+06F6 is not classified as Letter (it is a digit): http://graphemica.com/%DB%B6
go/ast parser correctly rejects the program with:
test.go:2:5: illegal character U+06F6 '۶'
The text was updated successfully, but these errors were encountered:
CL https://golang.org/cl/16919 mentions this issue.
Sorry, something went wrong.
247959d
No branches or pull requests
Gc successfully compiles the following program:
It must reject it, as U+06F6 is not classified as Letter (it is a digit):
http://graphemica.com/%DB%B6
go/ast parser correctly rejects the program with:
The text was updated successfully, but these errors were encountered: