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

expr_deparse() should escape backslashes in names #1160

Closed
krlmlr opened this issue Apr 15, 2021 · 0 comments
Closed

expr_deparse() should escape backslashes in names #1160

krlmlr opened this issue Apr 15, 2021 · 0 comments

Comments

@krlmlr
Copy link
Member

krlmlr commented Apr 15, 2021

writeLines(rlang::expr_deparse(quote(c("a\\b" = "c"))))
#> c(`a\b` = "c")

Created on 2021-04-15 by the reprex package (v1.0.0)

krlmlr added a commit to krlmlr/haven that referenced this issue Apr 15, 2021
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

No branches or pull requests

1 participant