13 lines
133 B
Go
13 lines
133 B
Go
|
|
package wand
|
||
|
|
|
||
|
|
import "testing"
|
||
|
|
|
||
|
|
func TestOutput(t *testing.T) {
|
||
|
|
// nil
|
||
|
|
// simple
|
||
|
|
// stringer
|
||
|
|
// pointer
|
||
|
|
// complex
|
||
|
|
// reader
|
||
|
|
}
|