1
0
mirror of https://github.com/golang/go synced 2024-11-13 20:00:23 -07:00
go/src/encoding
Leigh McCulloch 776cdefc07 encoding/xml: add docs and tests for bool whitespace
Whitespace is ignored in bool values and attrs, but there are no tests
capturing this behavior.

Change-Id: I7a7249de4886f510869e91de937e69b83c3254c8
Reviewed-on: https://go-review.googlesource.com/73890
Reviewed-by: Sam Whited <sam@samwhited.com>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Sam Whited <sam@samwhited.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2017-11-01 20:35:59 +00:00
..
ascii85 encoding/ascii85: make bigtest big again 2017-06-23 14:28:30 +00:00
asn1 encoding/asn1: don't encode strings with '*' as PrintableString. 2017-10-09 19:28:47 +00:00
base32 encoding/base32: improve performance in common case 2017-08-14 18:51:14 +00:00
base64 encoding/base64: optimize DecodeString 2017-10-09 15:39:51 +00:00
binary encoding/binary: add example for Read multi 2017-08-12 01:17:13 +00:00
csv encoding/csv: forbid certain Comma and Comment runes 2017-10-25 01:43:46 +00:00
gob encoding/gob: fix a typo in the package documentation 2017-10-08 18:11:32 +00:00
hex encoding/hex: add NewEncoder, NewDecoder 2017-10-20 23:47:07 +00:00
json encoding/json: Include the offset of a SyntaxError 2017-10-31 22:44:14 +00:00
pem all: prefer bytes.IndexByte over bytes.Index 2017-09-27 01:09:13 +00:00
xml encoding/xml: add docs and tests for bool whitespace 2017-11-01 20:35:59 +00:00
encoding.go all: make copyright headers consistent with one space after period 2016-03-01 23:34:33 +00:00