Skip to content

Commit

Permalink
Add snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Aug 15, 2024
1 parent 0af3904 commit e1ad6da
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tests/testthat/_snaps/list-transpose.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,11 @@
Error in `list_transpose()`:
! `template` must be a character or numeric vector, not a function.

# fail mixing named and unnamed vectors

Code
list_transpose(list(x = list(a = 1, b = 2), y = list(3, 4)))
Condition
Error in `fn()`:
! Can't combine `x` <character> and `y` <integer>.

0 comments on commit e1ad6da

Please sign in to comment.