]> Cypherpunks repositories - gostls13.git/commit
fmt: add tests showing current Scanf space handling
authorRuss Cox <rsc@golang.org>
Fri, 11 Dec 2015 02:43:51 +0000 (21:43 -0500)
committerRuss Cox <rsc@golang.org>
Fri, 7 Oct 2016 03:46:40 +0000 (03:46 +0000)
commit23606c6fc4ed21d563f8e9a49b2ed6e18489e222
treeff20e705f193874f2e4391cec2b46c6eec5ffa79
parent78a267e3796e5f0a9939b1152576a072de1a2669
fmt: add tests showing current Scanf space handling

There are no semantic changes here, just tests to establish
the status quo. A followup CL will make some semantic changes,
the (limited) scope of which should be clear from the number of
tests that change.

For #13565.

Change-Id: I960749cf59d4dfe39c324875bcc575096654f883
Reviewed-on: https://go-review.googlesource.com/30610
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Rob Pike <r@golang.org>
src/fmt/scan_test.go