dwww Home | Show directory contents | Find package

test_that("max argument", {
  expect_snapshot({
    print(num(1:10), max = 5)
    print(char(letters), max = 10)
  })
})

test_that("max.print option", {
  local_options(max.print = 3)

  expect_snapshot({
    num(1:10)
    char(letters)
  })
})

Generated by dwww version 1.15 on Sun Jun 16 05:39:29 CEST 2024.