tree-sitter/cli/src/tests
Max Brunsfeld 462c86903f
Improve tree queries' ability to handle large numbers of nested matches (#624)
* query: Acquire capture lists lazily, allow more concurrent states

* Fix some static analysis warnings
2020-05-18 13:40:24 -07:00
..
helpers highlight: Fix logic for handling empty injections with no highlights 2020-01-27 12:32:37 -08:00
corpus_test.rs add Rust into languages list for corpus tests (#619) 2020-05-15 16:02:39 -07:00
highlight_test.rs highlight: add built-in support for carriage-return highlight 2020-01-28 14:47:21 -08:00
mod.rs Start work on tagging unit test 2020-03-05 13:04:49 -08:00
node_test.rs Fix incorrect parent values after call to child_by_field_name 2020-04-03 11:21:51 -07:00
parser_test.rs Use Arc to avoid use-after-free in threaded cancellation unit test 2020-03-16 14:46:05 -07:00
query_test.rs Improve tree queries' ability to handle large numbers of nested matches (#624) 2020-05-18 13:40:24 -07:00
tags_test.rs Change the wildcard syntax in tree queries 2020-05-11 13:04:04 -07:00
test_highlight_test.rs highlight: Fix logic for handling empty injections with no highlights 2020-01-27 12:32:37 -08:00
tree_test.rs Fix handling of extra tokens in ts_tree_cursor_current_field_id 2019-09-04 09:04:31 -07:00