dwww Home | Show directory contents | Find package

test_that("style works", {

  x1 <- style("foobar", bold)
  x2 <- style("foobar", "bold")
  x3 <- bold("foobar")

  expect_equal(x1, x2)
  expect_equal(x2, x3)
  
})

Generated by dwww version 1.15 on Fri Jun 14 21:03:06 CEST 2024.