summaryrefslogtreecommitdiff
path: root/spew/format_test.go
AgeCommit message (Collapse)Author
2013-01-20Add tests for maps with multiple entries.Dave Collins
Previously, the tests did not include maps with more than a single entry since the iteration order is randomized and the tests only accepted a single valid expected value. This commit modifies the tests to accept multiple valid expected values and adds tests for a multi-entry map to both Dump and Formatter.
2013-01-17Update test summaries.Dave Collins
2013-01-17Add test for new %#v and %#+v Formatter flags.Dave Collins
2013-01-14Add full suite of tests for Formatter.Dave Collins