From e48df78db8a68af45f3f5d41700cadabcfe470cb Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Thu, 17 Jan 2013 21:40:54 -0600 Subject: Update test summaries. --- spew/dump_test.go | 2 ++ spew/format_test.go | 2 ++ 2 files changed, 4 insertions(+) diff --git a/spew/dump_test.go b/spew/dump_test.go index afd908f..06e796c 100644 --- a/spew/dump_test.go +++ b/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 diff --git a/spew/format_test.go b/spew/format_test.go index 8574aed..12ef478 100644 --- a/spew/format_test.go +++ b/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 -- cgit v1.2.3