wand/output_test.go

13 lines
133 B
Go
Raw Normal View History

2025-09-06 21:38:50 +02:00
package wand
import "testing"
func TestOutput(t *testing.T) {
// nil
// simple
// stringer
// pointer
// complex
// reader
}