tests/testthat/_test-str_c2.R

# Define test data
strings <- c("A", "B", "C", "D")

# Define tests
test_that("str_c2 returns a concatenated string", {
  expect_warning(str_c2(strings))
})
drdsdaniel/Dmisc documentation built on Oct. 23, 2024, 9:28 p.m.