tree-sitter.tree-sitter/cli/src/tests
Andrew Hlynskyi 6616d7deeb Change edit dumps format and add indexes for all corpus tests
The new dumped edits format is `edit.<SEED>.<TEST_INDEX>.<SEED_INDEX>.<TEST_NAME>`

To cleanup edits:
- Instead of the standard:
    > rm target/scratch/edit.*

- Use the following shell command:
    > find target/scratch/ -name 'edit.*' -delete
2023-08-18 00:02:21 +03:00
..
helpers test: add TREE_SITTER_DUMP_EDITS env var to dump corpus edits 2023-08-17 20:55:28 +03:00
proc_macro fix(deps): bump proc-macro2 as an unstable feature became stabilized 2023-07-10 16:12:19 -04:00
async_context_test.rs Add async context tests for Node and TreeCursor 2023-08-03 03:03:03 +03:00
corpus_test.rs Change edit dumps format and add indexes for all corpus tests 2023-08-18 00:02:21 +03:00
github_issue_test.rs test: add a test case to demonstrate the #2107 issue 2023-05-13 19:40:49 +03:00
highlight_test.rs test: fix incorrect uses of i8 instead of c_char 2022-03-23 00:00:26 -07:00
language_test.rs Add compile fail tests for LookaheadIterator 2023-08-03 03:49:57 +03:00
mod.rs Add async context tests for Node and TreeCursor 2023-08-03 03:03:03 +03:00
node_test.rs Update node unit test to reflect C grammar change 2023-07-18 17:58:19 -07:00
parser_test.rs chore: add tests 2023-08-02 10:47:28 +01: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 binding_rust: set_max_start_depth accepts optional to reset limit 2023-08-03 11:45:36 +03: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 feat: add negative assertions, remove duplicate code 2023-07-25 00:27:34 -04:00
test_tags_test.rs feat: add negative assertions, remove duplicate code 2023-07-25 00:27:34 -04:00
text_provider_test.rs Add tests for TextProvider 2023-08-01 09:12:45 +03:00
tree_test.rs Add tests for bidirectional cursor 2023-08-02 00:02:33 +03:00