]> Cypherpunks repositories - gostls13.git/commit
encoding/xml: add more EncodeToken tests.
authorNigel Tao <nigeltao@golang.org>
Mon, 9 Feb 2015 02:42:45 +0000 (13:42 +1100)
committerNigel Tao <nigeltao@golang.org>
Mon, 9 Feb 2015 04:02:45 +0000 (04:02 +0000)
commita9dddb53f70703bedbfced143cb2e8838aa77d66
tree14cab5c91d26a43dc157ba33db8082a0bd1812fe
parent2978ebbc7b087f831826f2a802248b9565d99ca6
encoding/xml: add more EncodeToken tests.

There are no behavior changes in this CL, only specifying the status
quo. A follow-up CL, https://go-review.googlesource.com/#/c/2660/, will
change the EncodeToken behavior.

Change-Id: I6ecbcfb05ae681de71fa1099d054df2826ed4acb
Reviewed-on: https://go-review.googlesource.com/4167
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/encoding/xml/marshal_test.go