aboutsummaryrefslogtreecommitdiffstats
path: root/tests/indent/dart_spec.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tests/indent/dart_spec.lua')
-rw-r--r--tests/indent/dart_spec.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/indent/dart_spec.lua b/tests/indent/dart_spec.lua
index 8b05cc753..fde41b362 100644
--- a/tests/indent/dart_spec.lua
+++ b/tests/indent/dart_spec.lua
@@ -17,4 +17,5 @@ end)
describe("new line:", function()
run:new_line("class.dart", { on_line = 2, text = "var x;", indent = 0 })
+ run:new_line("try.dart", { on_line = 2, text = "var x;", indent = 4 })
end)