DEBSOURCES
Skip Quicknav
sources / r-cran-bbmisc / 1.7-1 / tests / testthat / test_asQuoted.R
12345678
context("asQuoted") test_that("asQuoted", { e1 = asQuoted("x == 3") e2 = quote(x == 3) expect_equal(e1, e2) })