tests/testthat/_snaps/untibblify.md

checks input

Code
  (expect_error(untibblify(1:3)))
Output
  <error/rlang_error>
  Error in `untibblify()`:
  ! `x` must be a list. Instead, it is a <integer>.
Code
  (expect_error(untibblify(new_rational(1, 1:3))))
Output
  <error/rlang_error>
  Error in `untibblify()`:
  ! `x` must be a list. Instead, it is a <vctrs_rational>.


mgirlich/listparser documentation built on Feb. 2, 2024, 12:19 p.m.