tests/testthat/test-ojichat.R

tp <- purrr::flatten_chr(templates)

# TODO: Check if there are no invalid UTF8 chars
test_that("all templates can be parsed", {
  expect_length(
    sktb_conv_ojichat(tp),
    length(tp)
  )
})
paithiov909/shaketoba documentation built on Dec. 22, 2021, 5:25 a.m.