mirror of https://github.com/Wilfred/difftastic/
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
parent
d9e149decc
commit
29fa6f1102
@ -1,2 +1,3 @@
|
|||||||
if (false) {
|
if (false) {
|
||||||
foo(2);
|
foo(2);
|
||||||
|
}}
|
||||||
|
|||||||
@ -1,2 +1,3 @@
|
|||||||
if (true) {
|
if (true) {
|
||||||
foo(1);
|
foo(1);
|
||||||
|
}}
|
||||||
|
|||||||
Loading…
Reference in New Issue