aboutsummaryrefslogtreecommitdiffstats
path: root/tests/indent/query_spec.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tests/indent/query_spec.lua')
-rw-r--r--tests/indent/query_spec.lua5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/indent/query_spec.lua b/tests/indent/query_spec.lua
index 1f9c2315d..ca2ccdef5 100644
--- a/tests/indent/query_spec.lua
+++ b/tests/indent/query_spec.lua
@@ -20,6 +20,9 @@ describe("indent Query:", function()
run:new_line("test.scm", { on_line = 34, text = '"more"', indent = 2 })
run:new_line("test.scm", { on_line = 35, text = "(node)", indent = 0 })
run:new_line("test.scm", { on_line = 40, text = "(node)", indent = 0 })
- run:new_line("test.scm", { on_line = 41, text = "node_name", indent = 2 })
+ run:new_line("test.scm", { on_line = 44, text = "(node)", indent = 2 })
+ run:new_line("test.scm", { on_line = 46, text = "(node)", indent = 2 })
+ run:new_line("test.scm", { on_line = 48, text = "(node)", indent = 2 })
+ run:new_line("test.scm", { on_line = 50, text = "node_name", indent = 2 })
end)
end)