summaryrefslogtreecommitdiff
path: root/spew/dump_test.go
diff options
context:
space:
mode:
authorDave Collins <[email protected]>2013-01-17 21:40:54 -0600
committerDave Collins <[email protected]>2013-01-17 21:40:54 -0600
commite48df78db8a68af45f3f5d41700cadabcfe470cb (patch)
tree7b90362a8482e7276e8acd11f42dfa52c640ef57 /spew/dump_test.go
parent9df67c91eb892383fce581713c47bd0a9e1840e2 (diff)
Update test summaries.
Diffstat (limited to 'spew/dump_test.go')
-rw-r--r--spew/dump_test.go2
1 files changed, 2 insertions, 0 deletions
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