test_that("indicate_directories() works", {
f <- kwb.dwd:::indicate_directories
expect_error(f())
expect_identical(f(character(0)), character(0))
expect_identical(f("a", TRUE), "a/")
expect_identical(f("a", FALSE), "a")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.