mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
Added test case for broken trees, plus partial test coverage
This commit is contained in:
parent
d71da4f63e
commit
9f78c9f0ad
2 changed files with 8 additions and 0 deletions
6
tests/indent/java/issue_2583.java
Normal file
6
tests/indent/java/issue_2583.java
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
// https://github.com/nvim-treesitter/nvim-treesitter/issues/2583
|
||||
public class Testo {
|
||||
void foo() {
|
||||
new StringBuilder().append("a",
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue