tree-sitter/spec/runtime/helpers
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
..
read_test_entries.cc Fix indentation in specs 2014-08-07 08:11:21 -07:00
read_test_entries.h Fix indentation in specs 2014-08-07 08:11:21 -07:00
spy_reader.cc In SpyReader, don't return pointers into main content string 2014-09-26 16:12:52 -07:00
spy_reader.h In SpyReader, don't return pointers into main content string 2014-09-26 16:12:52 -07:00
tree_helpers.cc Fix indentation in specs 2014-08-07 08:11:21 -07:00
tree_helpers.h Remove unnecessary import of public header in specs 2014-09-02 22:17:04 -07:00