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 e18c252 commit a58c187Copy full SHA for a58c187
tests/testthat/test-qenv_eval_code.R
@@ -127,7 +127,7 @@ testthat::test_that("comments alone are pasted to the next/following call elemen
127
code <- c("x <- 5", "# comment", "y <- 6")
128
q <- eval_code(qenv(), code)
129
testthat::expect_identical(
130
- as.character(q@code)[[2]],
+ as.character(q@code)[2],
131
paste(code[2:3], collapse = "\n")
132
)
133
0 commit comments