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(): !


r-lib/evaluate documentation built on June 10, 2025, 5:24 p.m.