]> Cypherpunks repositories - gostls13.git/commit
encoding/xml: add docs and tests for bool whitespace
authorLeigh McCulloch <leighmcc@gmail.com>
Fri, 27 Oct 2017 07:04:49 +0000 (07:04 +0000)
committerIan Lance Taylor <iant@golang.org>
Wed, 1 Nov 2017 20:35:59 +0000 (20:35 +0000)
commit776cdefc072fc916b5f74a7d7fb6e4573a6c8e89
tree71a97dd476a9a12321710ad2fb574b240bf1708a
parent541bf9f8ea458560353acf78d940c69f5080750a
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>
src/encoding/xml/read.go
src/encoding/xml/read_test.go