summaryrefslogtreecommitdiff
path: root/src/bufio/scan_test.go
Commit message (Expand)AuthorAgeFilesLines
* all: remove redundant returnsDaniel Martí2017-04-191-1/+0
* all: delete dead test codeDominik Honnef2016-03-211-4/+0
* all: fix typos and spellingMartin Möhrmann2016-02-241-1/+1
* bufio: fix scanning with a final empty token.Rob Pike2015-09-251-11/+15
* bufio: allow Scanner to accept a user-provided bufferRob Pike2015-09-181-0/+16
* bufio: remove unused 'panicked' variable from testAndrew Gerrand2014-11-061-4/+1
* bufio: fix reading of many blank lines in a rowRuss Cox2014-11-051-0/+12
* bufio: don't loop generating empty tokensRob Pike2014-11-061-0/+58
* bufio: fix handling of empty tokens at end of line/fileRob Pike2014-09-251-0/+36
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+421