1
0
mirror of https://github.com/golang/go synced 2024-11-20 02:04:39 -07:00
go/src/fmt
Martin Möhrmann 15e66f9d01 fmt: improve test coverage of %x and %X format variations for strings
The tests in the basic string section are now covering more code paths
for encoding a string into the hexadecimal representation of its bytes.

Changed the basic string and basic bytes tests so that they mirror each other.

Change-Id: Ib5dc7b33876769965f9aba2ac270040abc4b2451
Reviewed-on: https://go-review.googlesource.com/2611
Reviewed-by: Robert Griesemer <gri@golang.org>
Reviewed-by: Rob Pike <r@golang.org>
2015-04-01 00:55:30 +00:00
..
doc.go fmt: document existing behavior of nil receivers 2015-03-01 18:17:53 +00:00
export_test.go
fmt_test.go fmt: improve test coverage of %x and %X format variations for strings 2015-04-01 00:55:30 +00:00
format.go fmt: part 2 of the great flag rebuild: make %+v work in formatters 2014-10-03 13:23:35 -07:00
print.go fmt: print &map like &slice and &struct 2014-10-03 20:27:08 -07:00
scan_test.go fmt: fix bug in scanning of hex strings 2014-12-22 04:08:32 +00:00
scan.go fmt: fix bug in scanning of hex strings 2014-12-22 04:08:32 +00:00
stringer_test.go