We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d586527 commit 71aa4c6Copy full SHA for 71aa4c6
R/transform-files.R
@@ -379,7 +379,7 @@ parse_tree_must_be_identical <- function(transformers) {
379
verify_roundtrip <- function(old_text, new_text, parsable_only = FALSE) {
380
if (parsable_only) {
381
rlang::with_handlers(
382
- parse_text(new_text),
+ parse_safely(new_text),
383
error = function(e) {
384
rlang::abort(paste0(
385
"Styling resulted in code that isn't parsable. This should not ",
0 commit comments