Skip to content

Fix lexers check when built with newer Go#928

Merged
alecthomas merged 1 commit intoalecthomas:masterfrom
flyn-org:new-go-lexers-fix
Feb 14, 2024
Merged

Fix lexers check when built with newer Go#928
alecthomas merged 1 commit intoalecthomas:masterfrom
flyn-org:new-go-lexers-fix

Conversation

@flyn-org
Copy link
Copy Markdown
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