tests/testthat/_snaps/slap.md

%!% works

Code
  stop("ouch") %!% "bam"
Condition
  Error:
  ! bam
  Caused by error in `stop()`:
  ! ouch
Code
  g()
Condition
  Error in `g()`:
  ! bam `boom()`
  Caused by error in `f()`:
  ! ouch
Code
  h()
Condition
  Error in `foo()`:
  ! bam `boom()`
  Caused by error in `f()`:
  ! ouch


Try the slap package in your browser

Any scripts or data that you put into this service are public.

slap documentation built on May 29, 2024, 5:09 a.m.