dwww Home | Show directory contents | Find package

test_that("integer output will use scientific if necessary", {
  x <- 10000000L + 1:3
  expect_snapshot({
    pillar(add_special(x), width = 6)
    pillar(add_special(x), width = 7)
    pillar(add_special(x), width = 8)
    pillar(add_special(x), width = 9)
  })
})

Generated by dwww version 1.15 on Thu May 23 06:42:30 CEST 2024.