Don't reuse any nodes that contain an error as a child node

This commit is contained in:
Max Brunsfeld 2014-10-23 12:50:37 -07:00
parent 647c3e2010
commit 3bc4971fd5
5 changed files with 83 additions and 24 deletions

View file

@ -40,11 +40,7 @@ describe("Languages", [&]() {
expect_the_correct_tree();
});
// TODO - make these tests pass
set<string> skipped({
"while loops",
"function expressions",
});
set<string> skipped({});
if (skipped.find(entry.description) != skipped.end())
continue;