dwww Home | Show directory contents | Find package

test_that("output test", {
  expect_snapshot({
    pillar(as.list(1:3))
    pillar(list(1:3, NULL))
    pillar(add_special(list(1:3)))
    pillar(list(trees), width = 10)
  })
})

Generated by dwww version 1.15 on Thu May 23 02:17:06 CEST 2024.