summaryrefslogtreecommitdiff
path: root/tests/indent/lua/comment.lua
diff options
context:
space:
mode:
authorStephan Seitz <stephan.seitz@fau.de>2022-01-22 19:10:34 +0100
committerStephan Seitz <stephan.seitz@fau.de>2022-02-05 18:54:55 +0100
commitb06961a519c7494d0d0509a9eadd6bbf72b9bbf5 (patch)
treecd5c95e9b2ea4fd2231272a925dd938f7604f031 /tests/indent/lua/comment.lua
parentfd5a551d7ca3c0d4fc384884c9d3201beb07a95a (diff)
fix(indents): re-parse before each indent
Diffstat (limited to 'tests/indent/lua/comment.lua')
-rw-r--r--tests/indent/lua/comment.lua6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/indent/lua/comment.lua b/tests/indent/lua/comment.lua
index 9f3624e1..36ed0153 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
+ --]]