diff options
Diffstat (limited to 'tests/indent/java_spec.lua')
| -rw-r--r-- | tests/indent/java_spec.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/indent/java_spec.lua b/tests/indent/java_spec.lua index ff14f6b2b..7b2651b2a 100644 --- a/tests/indent/java_spec.lua +++ b/tests/indent/java_spec.lua @@ -22,5 +22,6 @@ describe("indent Java:", function() run:new_line("class_with_annotation.java", { on_line = 2, text = "void foo() {}", indent = 2 }) run:new_line("enum_with_annotation.java", { on_line = 2, text = "THING;", indent = 2 }) run:new_line("interface.java", { on_line = 1, text = "void foo();", indent = 2 }) + run:new_line("javadoc.java", { on_line = 2, text = "* Sample javadoc line", indent = 2 }) end) end) |
