aboutsummaryrefslogtreecommitdiffstats
path: root/tests/indent/lua/comment.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tests/indent/lua/comment.lua')
-rw-r--r--tests/indent/lua/comment.lua7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/indent/lua/comment.lua b/tests/indent/lua/comment.lua
new file mode 100644
index 000000000..9f3624e1e
--- /dev/null
+++ b/tests/indent/lua/comment.lua
@@ -0,0 +1,7 @@
+-- some
+-- comment
+
+--[[
+ another
+ comment
+--]]