1test_that("output test", {
2  expect_snapshot({
3    pillar(as.list(1:3))
4    pillar(list(1:3, NULL))
5    pillar(add_special(list(1:3)))
6    pillar(list(iris), width = 10)
7  })
8})
9