Nothing
`null()` did not throw the expected error.
"OK" did not throw the expected error.
Code
expect_error(stop("!"), regexp = 1)
Condition
Error in `expect_error()`:
! `pattern` must be a single string, `NA`, or `NULL`, not the number 1.
Code
expect_error(stop("!"), class = 1)
Condition
Error in `expect_error()`:
! `class` must be a single string or `NULL`, not the number 1.
`fb()` threw an unexpected error.
Message: dispatched!
Class: foobar/rlang_error/error/condition
`f1()` did not throw a condition with class <bar>.
Code
expect_condition(stop("Hi!"), foo = "bar")
Condition
Error in `expect_condition()`:
! Can't specify `...` without `pattern`.
Code
expect_condition(stop("Hi!"), "x", foo = "bar")
Condition
Error in `expect_condition()`:
! Failed to compare condition to `pattern`.
Caused by error in `grepl()`:
! unused argument (foo = "bar")
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.