mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-07 05:50:04 -04:00
tests: add failing test for incomplete arguments
This commit is contained in:
parent
3fbf280e34
commit
6e7c8c4fed
2 changed files with 11 additions and 1 deletions
6
tests/indent/php/unfinished-call.php
Normal file
6
tests/indent/php/unfinished-call.php
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
|
||||
Route::get(
|
||||
'/',
|
||||
1,
|
||||
aaaaaaaaaaaaaaaaaaaaaaaaa,
|
||||
Loading…
Add table
Add a link
Reference in a new issue