tests/testthat/test-string_concatenation.R

test_that("minimal test to ensure correct definition", {
        # R < 4 misteoriously messes with tests involving this infix op.
        # TODO: investigate
        skip_if(R.version$major < 4,
                message = "Test not available for R < 4"
        )   
        expect_identical("a" %+% "b", "a b")
})
vgherard/kgrams documentation built on Nov. 17, 2024, 8:56 p.m.