1
0
mirror of https://github.com/golang/go synced 2024-10-04 06:21:23 -06:00
go/src/pkg/compress
Nigel Tao 32b85baae3 compress/testdata: remove Byte Order Mark from the Tom Sawyer data.
I'm not sure where the BOM came from, originally.
http://www.gutenberg.org/files/74/74.txt doesn't have it, although
a fresh download of that URL gives me "\r\n"s instead of plain "\n"s,
and the extra line "Character set encoding: ASCII". Maybe Project
Gutenberg has changed their server configuration since we added that
file to the Go repo.

Anyway, this change is just manually excising the BOM from the start
of the file, leaving pure ASCII.

R=r, bradfitz
CC=golang-dev, krasin, rsc
https://golang.org/cl/6197061
2012-05-08 10:41:45 +10:00
..
bzip2 build: remove Make.pkg, Make.tool 2012-01-30 23:43:46 -05:00
flate compress/flate: add a copy overrun test. 2012-05-01 14:28:33 +10:00
gzip compress: add comments to gzip and zlib. 2012-02-11 09:42:07 +11:00
lzw all: avoid bytes.NewBuffer(nil) 2012-02-06 14:09:00 +11:00
testdata compress/testdata: remove Byte Order Mark from the Tom Sawyer data. 2012-05-08 10:41:45 +10:00
zlib compress/zlib: minor fixes 2012-04-21 14:34:42 +10:00