tree-sitter/cli/src/tests
Aleksei Bavshin b27b4665ac
test: fix incorrect uses of i8 instead of c_char
Fixes build on aarch64, ppc64le and other platforms that have c_char
defined as u8.
2022-03-23 00:00:26 -07:00
..
helpers Improve randomized testing setup 2022-03-02 17:12:25 -08:00
corpus_test.rs Improve randomized testing setup 2022-03-02 17:12:25 -08:00
highlight_test.rs test: fix incorrect uses of i8 instead of c_char 2022-03-23 00:00:26 -07:00
mod.rs add python test case for tag testing 2021-12-18 11:07:46 -06:00
node_test.rs Fixing Rust formatting issue 2021-05-21 15:43:10 +00:00
parser_test.rs Add explicit unit test for error detection lookahead bug 2022-02-26 14:33:09 -08:00
pathological_test.rs Simplify allocation-recording in test suite using new ts_set_allocator API 2021-12-30 16:09:07 -08:00
query_test.rs Improve randomized testing setup 2022-03-02 17:12:25 -08:00
tags_test.rs Simplify allocation-recording in test suite using new ts_set_allocator API 2021-12-30 16:09:07 -08:00
test_highlight_test.rs Fix possible infinite loop when running syntax highlighting tests 2021-08-29 15:04:23 -07:00
test_tags_test.rs add python test case for tag testing 2021-12-18 11:07:46 -06:00
tree_test.rs Change goto_first_child_for_{byte,point} to compare nodes' ranges inclusively 2022-02-04 12:38:33 -08:00