tests/testthat/test-api_gluestick.R

test_that("gluestick works", {
  name <- "Joe"
  result <- gluestick("Hello {{name}}")
  expect_equal(result, "Hello Joe")
})

Try the ladder package in your browser

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

ladder documentation built on June 8, 2025, 11:29 a.m.