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 April 12, 2025, 1:16 a.m.