mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-06 21:40:03 -04:00
indents(php): add another test
This commit is contained in:
parent
1b0a74afa8
commit
992926ab99
3 changed files with 15 additions and 3 deletions
6
tests/indent/php/example2.php
Normal file
6
tests/indent/php/example2.php
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
function()
|
||||
{
|
||||
$foo = 'bar';
|
||||
// indentation with `o` is correct
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue