tree-sitter/test/runtime
Max Brunsfeld cbdfd89675 Mark reductions as fragile based on their final properties
We previously maintained a set of individual productions that were
involved in conflicts, but that was subtly incorrect because
we don't compare productions themselves when comparing parse items;
we only compare the parse items properties that could affect the
final reduce actions.
2017-07-21 09:54:24 -07:00
..
document_test.cc Merge pull request #92 from tree-sitter/utf16-oob 2017-07-18 17:24:31 -07:00
language_test.cc Handle rename symbols in ts_language APIs 2017-07-18 12:01:52 -07:00
node_test.cc Fix incorrect node renames in the presence of extra tokens 2017-07-18 21:24:34 -07:00
parser_test.cc Mark reductions as fragile based on their final properties 2017-07-21 09:54:24 -07:00
stack_test.cc Fix setup in stack test 2017-07-18 08:21:35 -07:00
tree_test.cc Support anonymous tokens inside of RENAME rules 2017-07-14 10:19:58 -07:00