Ensure sample file is a syntax error for tree-sitter

Turns out that missing closing parens doesn't lead to ERROR nodes.
pull/70/head
Wilfred Hughes 2021-12-04 18:03:06 +07:00
parent d9e149decc
commit 29fa6f1102
2 changed files with 2 additions and 0 deletions

@ -1,2 +1,3 @@
if (false) {
foo(2);
}}

@ -1,2 +1,3 @@
if (true) {
foo(1);
}}