tests/testthat/test-issue19-ndjson-long-lines.R

test_that("multiplication works", {
  
  filename <- testthat::test_path("ndjson/ndjson-long-lines-10k-issue19.ndjson")
  
  expect_no_error(
    read_ndjson_file(filename)
  )  
})

Try the yyjsonr package in your browser

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

yyjsonr documentation built on May 29, 2024, 3:01 a.m.