test_that("parse_time works", {
expect_equal(
parse_minute("4"),
4L)
expect_equal(
parse_minute("*"),
0L:59L)
expect_equal(
parse_minute("0-4"),
0L:4L)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.