Skip to content

Commit

Permalink
Avoid backslash hell (մերսի)
Browse files Browse the repository at this point in the history
Credit goes to @edgar-manukya for the expression
  • Loading branch information
ramiromagno committed May 14, 2024
1 parent 391df0a commit 372f147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-assign_datetime.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ test_that("assign_datetime: date and time conversion", {
)

warning_msg <-
"There were 12 parsing problems\\. Run `problems\\(\\)` on parsed results for details\\."
r"{There were 12 parsing problems\. Run `problems\(\)` on parsed results for details\.}"
expect_warning(rlang::with_interactive(
assign_datetime(
raw_dat = md1,
Expand Down

0 comments on commit 372f147

Please sign in to comment.