diff options
| author | Stephan Seitz <stephan.seitz@fau.de> | 2022-01-22 17:48:44 +0100 |
|---|---|---|
| committer | Stephan Seitz <stephan.seitz@fau.de> | 2022-02-05 18:54:55 +0100 |
| commit | 616dc885fc2257d418b9646620b4c4c193155b11 (patch) | |
| tree | e8445afa3fb499c7c667f81d172dbf5cede70910 /tests/indent/c_spec.lua | |
| parent | indents(c): indent at expression_statement (diff) | |
| download | nvim-treesitter-616dc885fc2257d418b9646620b4c4c193155b11.tar nvim-treesitter-616dc885fc2257d418b9646620b4c4c193155b11.tar.gz nvim-treesitter-616dc885fc2257d418b9646620b4c4c193155b11.tar.bz2 nvim-treesitter-616dc885fc2257d418b9646620b4c4c193155b11.tar.lz nvim-treesitter-616dc885fc2257d418b9646620b4c4c193155b11.tar.xz nvim-treesitter-616dc885fc2257d418b9646620b4c4c193155b11.tar.zst nvim-treesitter-616dc885fc2257d418b9646620b4c4c193155b11.zip | |
indents(c): fix indentation on block comment
Diffstat (limited to 'tests/indent/c_spec.lua')
| -rw-r--r-- | tests/indent/c_spec.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/indent/c_spec.lua b/tests/indent/c_spec.lua index 58ee96022..c7d21e904 100644 --- a/tests/indent/c_spec.lua +++ b/tests/indent/c_spec.lua @@ -14,7 +14,6 @@ describe("indent C:", function() expected_failures = { "./preproc_func.c", "./label.c", - "./comment.c", }, }) end) |
