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 Sun Jun 23 04:03:49 CEST 2024.