tree-sitter/cli/src/tests
Douglas Creager 78010722a4 query: Allow unlimited pending matches
Well, not completely unlimited — we're still using a 16-bit counter to
keep track of them.  But we longer have a static maximum of 32 pending
matches when executing a query.
2021-05-24 11:02:58 -04:00
..
helpers chore(fmt): Apply 'cargo fmt' to the whole code base 2021-05-19 23:21:43 +03:00
corpus_test.rs Merge pull request #939 from tree-sitter/partial-order-precedence 2021-02-25 13:16:01 -08:00
highlight_test.rs Remove duplication of LossyUtf8 helper 2020-10-14 11:35:50 -07:00
mod.rs Always enforce stack version limit during reductions 2020-07-06 15:58:33 -07:00
node_test.rs Fixing Rust formatting issue 2021-05-21 15:43:10 +00:00
parser_test.rs When editing, properly invalidate trees that depend on get_column 2021-03-11 14:46:13 -08:00
pathological_test.rs Move allocation tracking into lib crate 2021-02-23 09:16:37 -05:00
query_test.rs query: Allow unlimited pending matches 2021-05-24 11:02:58 -04:00
tags_test.rs Move allocation tracking into lib crate 2021-02-23 09:16:37 -05:00
test_highlight_test.rs Really fix the tests. 2020-11-23 11:41:16 -05:00
tree_test.rs Fix handling of extra tokens in ts_tree_cursor_current_field_id 2019-09-04 09:04:31 -07:00