tree-sitter/test/runtime
Max Brunsfeld 5ab6401478 Fix TreeCursor bugs
* ts_tree_cursor_goto_first_child_for_byte failed to find the child
  in some cases
* ts_tree_cursor_goto_parent did not handle aliased invisible parent
  nodes

Co-Authored-By: Ashi Krishnan <queerviolet@github.com>
2018-06-28 16:17:16 -07:00
..
language_test.cc Make ts_compile_grammar take an optional log file, start logging to it 2018-05-24 16:01:14 -07:00
node_test.cc Fix TreeCursor bugs 2018-06-28 16:17:16 -07:00
parser_test.cc Make the empty chunk 2 bytes long, for UTF16 support 2018-06-25 17:46:23 -07:00
stack_test.cc Declare subtrees as const wherever possible 2018-05-11 15:06:13 -07:00
subtree_test.cc Remove unused field 2018-05-18 14:27:52 -07:00
tree_test.cc Include byte offsets in TSRange 2018-06-20 11:46:44 -07:00