Skip to content

string_literal: adding \a \b \f \v escapes #24721

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

Closed
wants to merge 3 commits into from
Closed

Conversation

mrjbq7
Copy link
Contributor

@mrjbq7 mrjbq7 commented Aug 6, 2025

I'm not sure if #21564 is accepted, but this could be a patch that resolves it.

Fixes #21564.

@mrjbq7
Copy link
Contributor Author

mrjbq7 commented Aug 11, 2025

Not sure why the tests fail, if i build stage3 with this branch then this program works:

const std = @import("std");

pub fn main() !void {
    std.debug.print("\a\b\f\n", .{});
}

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.

Vertical tab escape sequence considerd not valid.
2 participants