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

chore: resolve escaped string formatting issue #3165

Merged
merged 4 commits into from Oct 19, 2023
Merged

chore: resolve escaped string formatting issue #3165

merged 4 commits into from Oct 19, 2023

Conversation

ghost
Copy link

@ghost ghost commented Oct 15, 2023

Description

chore: resolve escaped string formatting issue

Problem

pre:

fn main() {
    "hell\0\"world";
}

post:

untitled

PR Checklist

  • I have tested the changes locally.
  • I have formatted the changes with Prettier and/or cargo fmt on default settings.

@jfecher jfecher added this pull request to the merge queue Oct 19, 2023
Merged via the queue into noir-lang:master with commit 8b4760b Oct 19, 2023
24 checks passed
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.

1 participant