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

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

[nongnu] elpa/go-mode 7fec5b2 317/495: Move test Go files to testdata


From: ELPA Syncer
Subject: [nongnu] elpa/go-mode 7fec5b2 317/495: Move test Go files to testdata
Date: Sat, 7 Aug 2021 09:05:39 -0400 (EDT)

branch: elpa/go-mode
commit 7fec5b2e88f24d194157df312b0c1a2efaa6271d
Author: Dominik Honnef <dominik@honnef.co>
Commit: Dominik Honnef <dominik@honnef.co>

    Move test Go files to testdata
    
    testdata is ignored by Go tools and people's custom hooks, making it
    easier for go-mode to exist in the Go ecosystem.
---
 {behaviour_tests => testdata/behaviour_tests}/gh-16.go                    | 0
 {indentation_tests => testdata/indentation_tests}/dangling_operator.go    | 0
 {indentation_tests => testdata/indentation_tests}/gh-10.go                | 0
 {indentation_tests => testdata/indentation_tests}/gh-11.go                | 0
 {indentation_tests => testdata/indentation_tests}/gh-13.go                | 0
 {indentation_tests => testdata/indentation_tests}/gh-14.go                | 0
 {indentation_tests => testdata/indentation_tests}/gh-15.go                | 0
 {indentation_tests => testdata/indentation_tests}/gh-9.go                 | 0
 {indentation_tests => testdata/indentation_tests}/labels.go               | 0
 {indentation_tests => testdata/indentation_tests}/multiline_comment.go    | 0
 {indentation_tests => testdata/indentation_tests}/multiline_if.go         | 0
 {indentation_tests => testdata/indentation_tests}/multiline_string.go     | 0
 {indentation_tests => testdata/indentation_tests}/multiline_struct.go     | 0
 .../indentation_tests}/return_function_call_struct.go                     | 0
 {indentation_tests => testdata/indentation_tests}/switch.go               | 0
 .../indentation_tests}/unnamed_method_receiver.go                         | 0
 {movement_tests => testdata/movement_tests}/functions.go                  | 0
 17 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/behaviour_tests/gh-16.go b/testdata/behaviour_tests/gh-16.go
similarity index 100%
rename from behaviour_tests/gh-16.go
rename to testdata/behaviour_tests/gh-16.go
diff --git a/indentation_tests/dangling_operator.go 
b/testdata/indentation_tests/dangling_operator.go
similarity index 100%
rename from indentation_tests/dangling_operator.go
rename to testdata/indentation_tests/dangling_operator.go
diff --git a/indentation_tests/gh-10.go b/testdata/indentation_tests/gh-10.go
similarity index 100%
rename from indentation_tests/gh-10.go
rename to testdata/indentation_tests/gh-10.go
diff --git a/indentation_tests/gh-11.go b/testdata/indentation_tests/gh-11.go
similarity index 100%
rename from indentation_tests/gh-11.go
rename to testdata/indentation_tests/gh-11.go
diff --git a/indentation_tests/gh-13.go b/testdata/indentation_tests/gh-13.go
similarity index 100%
rename from indentation_tests/gh-13.go
rename to testdata/indentation_tests/gh-13.go
diff --git a/indentation_tests/gh-14.go b/testdata/indentation_tests/gh-14.go
similarity index 100%
rename from indentation_tests/gh-14.go
rename to testdata/indentation_tests/gh-14.go
diff --git a/indentation_tests/gh-15.go b/testdata/indentation_tests/gh-15.go
similarity index 100%
rename from indentation_tests/gh-15.go
rename to testdata/indentation_tests/gh-15.go
diff --git a/indentation_tests/gh-9.go b/testdata/indentation_tests/gh-9.go
similarity index 100%
rename from indentation_tests/gh-9.go
rename to testdata/indentation_tests/gh-9.go
diff --git a/indentation_tests/labels.go b/testdata/indentation_tests/labels.go
similarity index 100%
rename from indentation_tests/labels.go
rename to testdata/indentation_tests/labels.go
diff --git a/indentation_tests/multiline_comment.go 
b/testdata/indentation_tests/multiline_comment.go
similarity index 100%
rename from indentation_tests/multiline_comment.go
rename to testdata/indentation_tests/multiline_comment.go
diff --git a/indentation_tests/multiline_if.go 
b/testdata/indentation_tests/multiline_if.go
similarity index 100%
rename from indentation_tests/multiline_if.go
rename to testdata/indentation_tests/multiline_if.go
diff --git a/indentation_tests/multiline_string.go 
b/testdata/indentation_tests/multiline_string.go
similarity index 100%
rename from indentation_tests/multiline_string.go
rename to testdata/indentation_tests/multiline_string.go
diff --git a/indentation_tests/multiline_struct.go 
b/testdata/indentation_tests/multiline_struct.go
similarity index 100%
rename from indentation_tests/multiline_struct.go
rename to testdata/indentation_tests/multiline_struct.go
diff --git a/indentation_tests/return_function_call_struct.go 
b/testdata/indentation_tests/return_function_call_struct.go
similarity index 100%
rename from indentation_tests/return_function_call_struct.go
rename to testdata/indentation_tests/return_function_call_struct.go
diff --git a/indentation_tests/switch.go b/testdata/indentation_tests/switch.go
similarity index 100%
rename from indentation_tests/switch.go
rename to testdata/indentation_tests/switch.go
diff --git a/indentation_tests/unnamed_method_receiver.go 
b/testdata/indentation_tests/unnamed_method_receiver.go
similarity index 100%
rename from indentation_tests/unnamed_method_receiver.go
rename to testdata/indentation_tests/unnamed_method_receiver.go
diff --git a/movement_tests/functions.go b/testdata/movement_tests/functions.go
similarity index 100%
rename from movement_tests/functions.go
rename to testdata/movement_tests/functions.go



reply via email to

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