tests/testthat/test-null-geometry.R

test_that("multiplication works", {

  string <- paste(
    readLines("testdata/null-polyline.json", warn = FALSE),
    collapse = ""
  )

  expect_no_error(parse_esri_json(string))
})

Try the arcgisutils package in your browser

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

arcgisutils documentation built on March 4, 2026, 9:06 a.m.