Skip to content

Commit bccf595

Browse files
again
1 parent 395b7e4 commit bccf595

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/testthat/test-object_name_linter.R

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -201,9 +201,9 @@ test_that("object_name_linter supports custom regexes", {
201201
)
202202

203203
expect_lint(
204-
trim_some("
204+
trim_some('
205205
snake_case <- 42L
206-
\"%+%\" <- function(...) ..1 + ..2
206+
"%+%" <- function(...) ..1 + ..2
207207
208208
myModuleUI <- function(id) {
209209
# blah
@@ -214,7 +214,7 @@ test_that("object_name_linter supports custom regexes", {
214214
}
215215
216216
myBadName <- 20L
217-
"),
217+
'),
218218
list(line_number = 12L, message = msg2),
219219
linter2
220220
)

0 commit comments

Comments
 (0)