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

Escape code \v is not supported by parser #782

Open
HSMF opened this issue Aug 17, 2024 · 0 comments
Open

Escape code \v is not supported by parser #782

HSMF opened this issue Aug 17, 2024 · 0 comments
Labels

Comments

@HSMF
Copy link

HSMF commented Aug 17, 2024

Gobra fails to parse the following .go file. \v is a valid escape code in Go for a vertical tab, U+000B, see spec.

package main

func foo() rune {
	return '\v'
}
@jcp19 jcp19 added the parsing label Oct 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants