DEBSOURCES
Skip Quicknav
sources / r-cran-cli / 3.6.4-1 / tests / testthat / test-code.R
123456789
start_app() on.exit(stop_app(), add = TRUE) test_that_cli("issue #154", { expect_snapshot({ cli_code("a\nb\nc") }) })