dwww Home | Show directory contents | Find package

test_that("rule", {
  expect_match(
    withr::with_options(list(width = 20), rule("test", pad = "-")),
    "- test -----------",
    fixed = TRUE
  )
})

Generated by dwww version 1.15 on Sat May 18 06:42:04 CEST 2024.