tests/testthat/_snaps/conditions/rmd-stop-error.md

title: document with error

f <- function() g()
g <- function() h()
h <- function() stop("!")
f()
## Error in h(): !


hadley/evaluate documentation built on June 13, 2025, 12:50 a.m.