go-spew/spew
Dave Collins f2641d5e6e Add tests for structs with multiple equiv fields.
This commit adds tests for a struct which has an embedded struct pointer
and a field that is a pointer to the same object.  This ensures the cycle
detection is properly reset between fields.
2013-01-20 19:55:55 -06:00
..
common.go Invoke String/Error methods on addressable vals. 2013-01-20 17:37:24 -06:00
common_test.go Add tests for structs with multiple equiv fields. 2013-01-20 19:55:55 -06:00
config.go Move SpewState methods to ConfigState. 2013-01-19 19:00:25 -06:00
doc.go Make overview ConfigState options order consistent. 2013-01-19 19:46:13 -06:00
dump.go Implement support for %#v and %#+v in Formatter. 2013-01-17 18:43:51 -06:00
dump_test.go Add tests for structs with multiple equiv fields. 2013-01-20 19:55:55 -06:00
example_test.go Move SpewState methods to ConfigState. 2013-01-19 19:00:25 -06:00
format.go Implement support for %#v and %#+v in Formatter. 2013-01-17 18:43:51 -06:00
format_test.go Add tests for structs with multiple equiv fields. 2013-01-20 19:55:55 -06:00
spew.go Move SpewState methods to ConfigState. 2013-01-19 19:00:25 -06:00
spew_test.go Add dump test for max depth option. 2013-01-20 18:56:59 -06:00