diff options
Diffstat (limited to 'tests/indent/lua/comment.lua')
| -rw-r--r-- | tests/indent/lua/comment.lua | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/indent/lua/comment.lua b/tests/indent/lua/comment.lua index 9f3624e1e..36ed01530 100644 --- a/tests/indent/lua/comment.lua +++ b/tests/indent/lua/comment.lua @@ -5,3 +5,9 @@ another comment --]] + + --[[ + another + comment + a bit more indented + --]] |
