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

raw string repr incorrect #29580

Closed
vtjnash opened this issue Oct 10, 2018 · 0 comments · Fixed by #39422
Closed

raw string repr incorrect #29580

vtjnash opened this issue Oct 10, 2018 · 0 comments · Fixed by #39422
Labels
display and printing Aesthetics and correctness of printed representations of objects. strings "Strings!"

Comments

@vtjnash
Copy link
Member

vtjnash commented Oct 10, 2018

Various string macros don't repr correctly. I thought we had an issue for this, but can't find it.

julia> r"\\\\"
r"\\"

julia> s"\n"
s"\\n"
@vtjnash vtjnash added strings "Strings!" display and printing Aesthetics and correctness of printed representations of objects. labels Oct 10, 2018
KristofferC pushed a commit that referenced this issue Feb 1, 2021
KristofferC pushed a commit that referenced this issue Feb 1, 2021
staticfloat pushed a commit that referenced this issue Dec 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
display and printing Aesthetics and correctness of printed representations of objects. strings "Strings!"
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant