mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-12 16:30:02 -04:00
tests: Add test for C folding issue #1568
Also this issue has already been fixed
This commit is contained in:
parent
a42137f56a
commit
a62971e0ef
2 changed files with 7 additions and 0 deletions
6
tests/indent/c/issue-1568.c
Normal file
6
tests/indent/c/issue-1568.c
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
int main() {
|
||||
if (1) {
|
||||
foobar();
|
||||
} else {
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue