emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/go-mode c14eb13 061/495: more test cases


From: ELPA Syncer
Subject: [nongnu] elpa/go-mode c14eb13 061/495: more test cases
Date: Sat, 7 Aug 2021 09:04:44 -0400 (EDT)

branch: elpa/go-mode
commit c14eb13066bdc7a5d7645bafa116989536eb1c04
Author: Dominik Honnef <dominikh@fork-bomb.org>
Commit: Dominik Honnef <dominikh@fork-bomb.org>

    more test cases
---
 indentation_tests/return_function_call_struct.go | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/indentation_tests/return_function_call_struct.go 
b/indentation_tests/return_function_call_struct.go
new file mode 100644
index 0000000..c0c2007
--- /dev/null
+++ b/indentation_tests/return_function_call_struct.go
@@ -0,0 +1,9 @@
+func main() {
+       return F(
+               S{
+                       1,
+                       2,
+                       3,
+               }
+       )
+}



reply via email to

[Prev in Thread] Current Thread [Next in Thread]