We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When running such test:
test_that("backquotes", { expect_snapshot( c("`a`" = 1) ) })
I get :
`c(`\`a\`` = 2)` threw an unexpected error. Message: attempt to use zero-length variable name Class: simpleError/error/condition
The text was updated successfully, but these errors were encountered:
This looks like an rlang bug: r-lib/rlang#1642
However maybe we should just use deparse() instead of expr_deparse().
deparse()
expr_deparse()
Sorry, something went wrong.
No branches or pull requests
When running such test:
I get :
The text was updated successfully, but these errors were encountered: