Explorar o código

Update test summaries.

Dave Collins %!s(int64=13) %!d(string=hai) anos
pai
achega
e48df78db8
Modificáronse 2 ficheiros con 4 adicións e 0 borrados
  1. 2 0
      spew/dump_test.go
  2. 2 0
      spew/format_test.go

+ 2 - 0
spew/dump_test.go

@@ -25,8 +25,10 @@ base test element are also tested to ensure proper indirection across all types.
 - Standard complex64 and complex128
 - Array containing standard ints
 - Array containing type with custom formatter on pointer receiver only
+- Array containing interfaces
 - Slice containing standard float32 values
 - Slice containing type with custom formatter on pointer receiver only
+- Slice containing interfaces
 - Standard string
 - Nil interface
 - Map with string keys and int vals

+ 2 - 0
spew/format_test.go

@@ -25,8 +25,10 @@ base test element are also tested to ensure proper indirection across all types.
 - Standard complex64 and complex128
 - Array containing standard ints
 - Array containing type with custom formatter on pointer receiver only
+- Array containing interfaces
 - Slice containing standard float32 values
 - Slice containing type with custom formatter on pointer receiver only
+- Slice containing interfaces
 - Standard string
 - Nil interface
 - Map with string keys and int vals