tree-sitter/cli/src/tests
Jeong, Hun bbc1370dd5 feat(lib)!: treat nodes' end ranges exclusively in goto_first_child_for_{byte,point}
This goes back on #1640, because now cursors are bi-directional, and
going to the previous sibling is simple.
2024-09-29 17:45:07 -04:00
..
helpers feat!: implement StreamingIterator instead of Iterator for QueryMatches and QueryCaptures 2024-09-29 17:34:48 -04:00
proc_macro build: bump deps 2024-09-28 13:58:58 -04:00
async_context_test.rs style: format imports 2024-04-11 22:35:43 -04:00
corpus_test.rs feat: move generate logic to its own crate 2024-09-27 17:04:21 -04:00
detect_language.rs refactor(rust): misc fixes & tidying 2024-04-11 22:35:43 -04:00
highlight_test.rs refactor(rust): misc fixes & tidying 2024-04-11 22:35:43 -04:00
language_test.rs style: format imports 2024-04-11 22:35:43 -04:00
mod.rs feat: add fuzz subcommand 2024-05-30 23:00:45 -04:00
node_test.rs fix(lib)!: child_containing_descendant now returns direct children 2024-09-29 17:44:37 -04:00
parser_hang_test.rs feat: move generate logic to its own crate 2024-09-27 17:04:21 -04:00
parser_test.rs feat: move generate logic to its own crate 2024-09-27 17:04:21 -04:00
pathological_test.rs style: format imports 2024-04-11 22:35:43 -04:00
query_test.rs feat!: implement StreamingIterator instead of Iterator for QueryMatches and QueryCaptures 2024-09-29 17:34:48 -04:00
tags_test.rs style: format imports 2024-04-11 22:35:43 -04:00
test_highlight_test.rs fix: properly handle utf8 code points for highlight and tag assertions 2024-09-22 01:03:59 -04:00
test_tags_test.rs fix: properly handle utf8 code points for highlight and tag assertions 2024-09-22 01:03:59 -04:00
text_provider_test.rs feat!: implement StreamingIterator instead of Iterator for QueryMatches and QueryCaptures 2024-09-29 17:34:48 -04:00
tree_test.rs feat(lib)!: treat nodes' end ranges exclusively in goto_first_child_for_{byte,point} 2024-09-29 17:45:07 -04:00
wasm_language_test.rs feat!: implement StreamingIterator instead of Iterator for QueryMatches and QueryCaptures 2024-09-29 17:34:48 -04:00