|
@@ -3,17 +3,11 @@ package goyaml_test
|
|
|
|
|
|
|
|
import (
|
|
import (
|
|
|
. "gocheck"
|
|
. "gocheck"
|
|
|
- "testing"
|
|
|
|
|
"goyaml"
|
|
"goyaml"
|
|
|
"reflect"
|
|
"reflect"
|
|
|
"math"
|
|
"math"
|
|
|
)
|
|
)
|
|
|
|
|
|
|
|
-func Test(t *testing.T) { TestingT(t) }
|
|
|
|
|
-
|
|
|
|
|
-type S struct{}
|
|
|
|
|
-
|
|
|
|
|
-var _ = Suite(&S{})
|
|
|
|
|
|
|
|
|
|
var unmarshalTests = []struct{data string; value interface{}}{
|
|
var unmarshalTests = []struct{data string; value interface{}}{
|
|
|
// It will encode either value as a string if asked for.
|
|
// It will encode either value as a string if asked for.
|