diff options
| author | dundargoc <gocdundar@gmail.com> | 2023-02-23 20:30:36 +0100 |
|---|---|---|
| committer | Stephan Seitz <stephan.seitz@fau.de> | 2023-02-23 11:39:43 -0800 |
| commit | 4612212c72a3fe683cbca2f99977ad63b942f70e (patch) | |
| tree | 8384922fae6da89dd8af055711c6e1c45e155d20 /tests/indent/php_spec.lua | |
| parent | Update parsers: c, capnp, cpp, cuda, hlsl, javascript, rust, smali (diff) | |
| download | nvim-treesitter-4612212c72a3fe683cbca2f99977ad63b942f70e.tar nvim-treesitter-4612212c72a3fe683cbca2f99977ad63b942f70e.tar.gz nvim-treesitter-4612212c72a3fe683cbca2f99977ad63b942f70e.tar.bz2 nvim-treesitter-4612212c72a3fe683cbca2f99977ad63b942f70e.tar.lz nvim-treesitter-4612212c72a3fe683cbca2f99977ad63b942f70e.tar.xz nvim-treesitter-4612212c72a3fe683cbca2f99977ad63b942f70e.tar.zst nvim-treesitter-4612212c72a3fe683cbca2f99977ad63b942f70e.zip | |
docs: fix typos
Diffstat (limited to 'tests/indent/php_spec.lua')
| -rw-r--r-- | tests/indent/php_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/indent/php_spec.lua b/tests/indent/php_spec.lua index a826d0aa6..2d7a88742 100644 --- a/tests/indent/php_spec.lua +++ b/tests/indent/php_spec.lua @@ -18,7 +18,7 @@ describe("indent PHP:", function() run:new_line("example.php", { on_line = 11, text = "// new line starts 1 indentation to far", indent = 4 }) run:new_line( "example2.php", - { on_line = 5, text = "indendation with `enter` in insert mode is not correct", indent = 4 } + { on_line = 5, text = "indentation with `enter` in insert mode is not correct", indent = 4 } ) run:new_line("issue-2497.php", { on_line = 5, text = "$a =", indent = 4 }) run:new_line("unfinished-call.php", { on_line = 6, text = "$a =", indent = 0 }) |
