diff options
Diffstat (limited to 'src/encoding/xml/marshal_test.go')
| -rw-r--r-- | src/encoding/xml/marshal_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/encoding/xml/marshal_test.go b/src/encoding/xml/marshal_test.go index 8362421db7..5e9718c20c 100644 --- a/src/encoding/xml/marshal_test.go +++ b/src/encoding/xml/marshal_test.go @@ -1297,7 +1297,7 @@ var encodeTokenTests = []struct { toks: []Token{ CharData(" \t\n"), }, - want: ` 	
`, + want: " 	\n", }, { desc: "comment", toks: []Token{ |
