-
Notifications
You must be signed in to change notification settings - Fork 421
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
Raw strings #1422
Labels
feature
missing feature
Comments
Kha
added
enhancement
New feature or request
feature
missing feature
and removed
enhancement
New feature or request
labels
Aug 5, 2022
kmill
added a commit
to kmill/lean4
that referenced
this issue
Nov 20, 2023
Implements leanprover#1422
kmill
added a commit
to kmill/lean4
that referenced
this issue
Nov 20, 2023
For example, `r#"The word "this" is in quotes."#`. Implements leanprover#1422
kmill
added a commit
to kmill/lean4
that referenced
this issue
Nov 26, 2023
For example, `r#"The word "this" is in quotes."#`. Implements leanprover#1422
kmill
added a commit
to kmill/lean4
that referenced
this issue
Nov 27, 2023
For example, `r#"The word "this" is in quotes."#`. Implements leanprover#1422
kmill
added a commit
to kmill/lean4
that referenced
this issue
Nov 28, 2023
For example, `r#"The word "this" is in quotes."#`. Implements leanprover#1422
kmill
added a commit
to kmill/lean4
that referenced
this issue
Dec 12, 2023
For example, `r#"The word "this" is in quotes."#`. Implements leanprover#1422
kmill
added a commit
to kmill/lean4
that referenced
this issue
Dec 19, 2023
For example, `r#"The word "this" is in quotes."#`. Implements leanprover#1422
github-merge-queue bot
pushed a commit
that referenced
this issue
Dec 20, 2023
For example, `r"\n"` and `r#"The word "this" is in quotes."#`. Implements #1422
@Kha this can be closed now? |
Yes, #2929 implemented this. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We should have a new string literal that accepts double quotes as is. My suggestion in a prior discussion was to follow Rust 1:1: #407 (comment)
The text was updated successfully, but these errors were encountered: