inst/tests/test-jg-rm-comments.R

context("rm-comments")

test_that("jg_rm_comments works", {
  expect_identical(jg_rm_comments("x#1\ny#2"), "x\ny")
  expect_identical(jg_rm_comments("x#1\ny#2"), "x\ny")
  expect_identical(jg_rm_comments("#"), "")
  expect_identical(jg_rm_comments("#1#"), "")
  expect_identical(jg_rm_comments("(#)"), "(")
  expect_identical(jg_rm_comments("#\n#1"), "\n")
})
poissonconsulting/juggler documentation built on Feb. 18, 2021, 11:12 p.m.