tests/testthat/test-write_thai_preamble.R

test_that("write_thai_preamble() render template-thai-preamble to a location", {
  # Create Temp file
  tmp_file <- file.path(tempdir(), "thai-preamble.tex")
  path <- write_thai_preamble(tmp_file)
  # File Exist ?
  expect_true(fs::file_exists(path))
  unlink(path)

})
Lightbridge-KS/thaipdf documentation built on June 18, 2022, 6:58 a.m.