tests/testthat/test-strsplit1.R

test_that("strsplit1() splits a string", {
   expect_equal(strsplit1("a,b,c", split = ","), c("a", "b", "c"))
})
fabbiocrux/regexcite documentation built on Feb. 28, 2022, 12:46 a.m.