dwww Home | Show directory contents | Find package

test_that("hyperlinks", {
  withr::local_options(crayon.hyperlink = TRUE)
  expect_equal(
    hyperlink("foo", "https://bar"),
    "\033]8;;https://bar\afoo\033]8;;\a"
  )
})

Generated by dwww version 1.15 on Sat Jun 15 10:00:31 CEST 2024.