mirror of
https://github.com/tree-sitter/tree-sitter.git
synced 2026-09-15 01:46:29 -04:00
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
|
||
|---|---|---|
| .. | ||
| helpers | ||
| proc_macro | ||
| async_context_test.rs | ||
| corpus_test.rs | ||
| github_issue_test.rs | ||
| highlight_test.rs | ||
| language_test.rs | ||
| mod.rs | ||
| node_test.rs | ||
| parser_test.rs | ||
| pathological_test.rs | ||
| query_test.rs | ||
| tags_test.rs | ||
| test_highlight_test.rs | ||
| test_tags_test.rs | ||
| text_provider_test.rs | ||
| tree_test.rs | ||