aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/indent/go/issue-2369.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/indent/go/issue-2369.go b/tests/indent/go/issue-2369.go
index a4d29a307..f512814e0 100644
--- a/tests/indent/go/issue-2369.go
+++ b/tests/indent/go/issue-2369.go
@@ -11,4 +11,9 @@ func badIndent(
param string, // this is the difference
) {
fmt.Println("typing o here triggers bad indent")
+ foo(bar,
+ baz,
+ call,
+ stop,
+ please)
}