tree-sitter/test
Max Brunsfeld 2c043803f1 Be more conservative about avoiding lexing conflicts when merging states
This fixes a bug in the C++ grammar where the `>>` token was merged into
a state where it was previously not valid, but the `>` token *was*
valid. This caused nested templates like -

std::vector<std::pair<int, int>>

to not parse correctly.
2017-06-22 15:32:13 -07:00
..
compiler Be more conservative about avoiding lexing conflicts when merging states 2017-06-22 15:32:13 -07:00
fixtures Adjust C error recovery tests to reflect grammar changes 2017-06-21 16:58:40 -07:00
helpers Read grammar tests from corpus dir instead of grammar_test dir 2017-06-21 16:31:25 -07:00
integration 🎨 2017-06-15 17:25:21 -07:00
runtime Merge pull request #77 from philipturnbull/scan-build-fixes 2017-06-20 10:15:20 -07:00
test_helper.h Rename spec -> test 2017-03-09 20:40:01 -08:00
tests.cc Rename spec -> test 2017-03-09 20:40:01 -08:00