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

Fix lexers check when built with newer Go #928

Merged
merged 1 commit into from
Feb 14, 2024

Conversation

flyn-org
Copy link
Contributor

Newer versions of Go emit '\f' rather than "\u000c" for formfeeds. This patch adjusts the expected values for the lexers tests to match.

Fixes: #927

See also: golang/go#64346 for the change to Go.

Newer versions of Go emit '\f' rather than "\u000c" for formfeeds. This
patch adjusts the expected values for the lexers tests to match.

Fixes: alecthomas#927

See also: golang/go#64346 for the change to
Go.

Signed-off-by: W. Michael Petullo <mike@flyn.org>
@alecthomas alecthomas merged commit 7ce2caf into alecthomas:master Feb 14, 2024
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.

Check fails while building with latest Go package on Fedora 39
2 participants