tree-sitter/spec/runtime
Max Brunsfeld c576d7d4a0 In SpyReader, don't return pointers into main content string
This improves test coverage of the lexer. Before, a SpyReader's read function
would return pointers into a single string that contained the entire text. This
could have masked bugs where out-of-bounds characters were being read.
Now the chunks returned by the reader are copied into a separate buffer.
2014-09-26 16:12:52 -07:00
..
helpers In SpyReader, don't return pointers into main content string 2014-09-26 16:12:52 -07:00
languages Fix expansion of repeat rules into recursive rules 2014-09-07 09:39:14 -07:00
document_spec.cc Move parser tests into their own file 2014-09-10 18:49:53 -07:00
node_spec.cc Fix size calculation for error nodes 2014-08-29 13:22:03 -07:00
parser_spec.cc Fix parsing of wildcard patterns at the ends of documents 2014-09-11 13:10:23 -07:00
runtime_spec_helper.h Tweak header include paths in tests 2014-06-23 18:50:03 -07:00
runtime_specs.cc Fix indentation in specs 2014-08-07 08:11:21 -07:00
stack_spec.cc Revert "Remove the separator characters construct" 2014-09-02 08:03:51 -07:00
tree_spec.cc Revert "Remove the separator characters construct" 2014-09-02 08:03:51 -07:00