aboutsummaryrefslogtreecommitdiff
path: root/src/bufio/scan_test.go
AgeCommit message (Expand)Author
2020-06-17bufio: test for exact error value in TestNegativeEOFReader and TestLargeReaderDmitri Shuralyov
2020-03-25bufio: don't panic when Scanner sees an impossible Read countIan Lance Taylor
2017-04-19all: remove redundant returnsDaniel Martí
2016-03-21all: delete dead test codeDominik Honnef
2016-02-24all: fix typos and spellingMartin Möhrmann
2015-09-25bufio: fix scanning with a final empty token.Rob Pike
2015-09-18bufio: allow Scanner to accept a user-provided bufferRob Pike
2014-11-06bufio: remove unused 'panicked' variable from testAndrew Gerrand
2014-11-05bufio: fix reading of many blank lines in a rowRuss Cox
2014-11-06bufio: don't loop generating empty tokensRob Pike
2014-09-25bufio: fix handling of empty tokens at end of line/fileRob Pike
2014-09-08build: move package sources from src/pkg to srcRuss Cox