aboutsummaryrefslogtreecommitdiffstats
path: root/tests/indent/java_spec.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tests/indent/java_spec.lua')
-rw-r--r--tests/indent/java_spec.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/indent/java_spec.lua b/tests/indent/java_spec.lua
index 8629f6a3a..33003fd40 100644
--- a/tests/indent/java_spec.lua
+++ b/tests/indent/java_spec.lua
@@ -31,5 +31,7 @@ describe("indent Java:", function()
)
run:new_line("issue_2583.java", { on_line = 4, text = "int x = 1;", indent = 4 })
run:new_line("method_chaining.java", { on_line = 4, text = '.append("b");', indent = 6 })
+ run:new_line("constructor_with_arguments_on_multiple_lines.java", { on_line = 4, text = "}", indent = 2 })
+ run:new_line("method_with_arguments_on_multiple_lines.java", { on_line = 4, text = "}", indent = 2 })
end)
end)