tests/testthat/test-paste_helpers.R

test_that("paste_dash works", {
  expect_equal(paste_dash(2, 2), "2-2")
})

test_that("paste_snake works", {
  expect_equal(paste_snake(2, 2), "2_2")
})

Try the standardlastprofile package in your browser

Any scripts or data that you put into this service are public.

standardlastprofile documentation built on May 29, 2024, 2:54 a.m.