tests/testthat/test-abi.R

test_that("Current ABI version is as expected", {
  expect_identical(tree_sitter_abi(), 14L)
})

test_that("Minimum ABI version is as expected", {
  expect_identical(tree_sitter_minimum_compatible_abi(), 13L)
})

Try the treesitter package in your browser

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

treesitter documentation built on June 24, 2024, 5:07 p.m.