summaryrefslogtreecommitdiff
path: root/src/fmt/scan_test.go
Commit message (Expand)AuthorAgeFilesLines
* fmt: fix handling of %% verb in ScanfRob Pike2019-10-251-7/+12
* fmt: scan new number syntaxRuss Cox2019-02-261-2/+36
* fmt: document and adjust Scanf space handling to eliminate a few paradoxesRuss Cox2016-10-071-12/+12
* fmt: add tests showing current Scanf space handlingRuss Cox2016-10-071-4/+139
* fmt: properly handle early io.EOF Reads in readRune.readByteJoe Tsai2016-07-161-58/+43
* all: delete dead test codeDominik Honnef2016-03-211-6/+0
* all: single space after period.Brad Fitzpatrick2016-03-021-1/+1
* fmt: use public io.RuneScanner interface for ScanState readerMartin Möhrmann2016-02-261-0/+12
* all: replace strings.Index with strings.Contains where possibleNathan VanBenschoten2016-02-191-4/+4
* Revert "fmt: check newline in the end of input"Russ Cox2015-12-111-9/+1
* fmt: check newline in the end of inputNodir Turakulov2015-11-231-1/+9
* fmt: give correct error for % at end of string when scanningRob Pike2015-11-201-0/+3
* fmt: Add support for capital '%X' format verb for scanningThorben Krueger2015-10-201-0/+2
* fmt: in Scanf, %c can scan a space, so don't skip spaces at %cRob Pike2015-08-241-4/+7
* fmt: don't unread eof scanning %xRob Pike2015-08-101-0/+28
* fmt: scanning widths apply after leading spacesRob Pike2015-06-131-0/+2
* fmt: require newlines to match when scanning with a formatRob Pike2015-06-121-0/+82
* fmt: fix bug in scanning of hex stringsRob Pike2014-12-221-1/+55
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+992