Don't reuse any nodes that contain an error as a child node
This commit is contained in:
parent
647c3e2010
commit
3bc4971fd5
5 changed files with 83 additions and 24 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue