mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-15 01:40:02 -04:00
parent
f84a634ffd
commit
bda4b35f76
3 changed files with 22 additions and 0 deletions
16
tests/indent/ecma/issue-2515.js
Normal file
16
tests/indent/ecma/issue-2515.js
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
function test() {
|
||||
return [
|
||||
{
|
||||
test: "test",
|
||||
test_one: "test",
|
||||
},
|
||||
{
|
||||
test: "test",
|
||||
test_one: "test",
|
||||
},
|
||||
{
|
||||
test: "test",
|
||||
test_one: "test",
|
||||
},
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue