tests/testthat/test-quoted_printable.R

test_that("quoted_printable_encode works", {
  expect_equal(quoted_printable_encode("foo"), "foo")
  expect_equal(quoted_printable_encode("\u2018"), "=E2=80=98")
})

Try the gmailr package in your browser

Any scripts or data that you put into this service are public.

gmailr documentation built on July 9, 2023, 5:07 p.m.