dwww Home | Show directory contents | Find package

context("asQuoted")

test_that("asQuoted", {
  e1 = asQuoted("x == 3")
  e2 = quote(x == 3)
  expect_equal(e1, e2)
})

Generated by dwww version 1.15 on Sat May 18 12:19:22 CEST 2024.