tree-sitter/test/runtime
Phil Turnbull e7662c2213 Handle out-of-bound read in utf16_iterate
Also simplify the test so we call `utf16_iterate` directly. Calling
`utf16_iterate` via `SpyInput` and `ts_document_parse` doesn't seem to reliably
trigger the problem using valgrind.

valgrind also doesn't detect the problem if we use a string literal like:
  `utf16_iterate("", 1, &code_point);`
2017-07-17 13:57:12 -07:00
..
document_test.cc Handle out-of-bound read in utf16_iterate 2017-07-17 13:57:12 -07:00
lexer_test.cc Handle out-of-bound read in utf16_iterate 2017-07-17 13:57:12 -07:00
node_test.cc Rename spec -> test 2017-03-09 20:40:01 -08:00
parser_test.cc Avoid deep tree comparison when both trees have errors 2017-07-05 17:33:35 -07:00
stack_test.cc 🎨 2017-07-04 21:59:54 -07:00
tree_test.cc Support anonymous tokens inside of RENAME rules 2017-07-14 10:19:58 -07:00