dwww Home | Show directory contents | Find package

test_that("can format new_pillar_type()", {
  expect_equal(
    format(new_pillar_type(1:3)),
    format_full_pillar_type(1:3)
  )
  expect_equal(
    format(new_pillar_type(list(1, 2:3))),
    format_full_pillar_type(list(1, 2:3))
  )
})

Generated by dwww version 1.15 on Wed May 22 06:50:07 CEST 2024.