It is not wrapped, but printed as is. Long lines will overflow. No glue substitution is performed on verbatim text.
Usage
cli_verbatim(..., .envir = parent.frame())
Details
Special characters
No glue substitution happens here.
cli_verbatim("No string {interpolation} or {.emph styling} here")
#> No string {interpolation} or {.emph styling} here
See also
cli_code()
for printing R or other source code.