]> Cypherpunks repositories - gostls13.git/commit
cmd/gofmt: test that Go 2 number literals can be formatted
authorRobert Griesemer <gri@golang.org>
Tue, 29 Jan 2019 00:33:49 +0000 (16:33 -0800)
committerRobert Griesemer <gri@golang.org>
Mon, 11 Feb 2019 23:23:55 +0000 (23:23 +0000)
commit149d9de4b1e50d9f671c79264075f72fa01343e5
tree6046870a34737c982786ac78d45f6646422ff7c3
parent42e0cc604661f39baa28124247a9bac1d98fc0bb
cmd/gofmt: test that Go 2 number literals can be formatted

R=Go1.13

Updates #12711.
Updates #19308.
Updates #28493.
Updates #29008.

Change-Id: Icd25aa7f6e18ed671ea6cf2b1b292899daf4b1a5
Reviewed-on: https://go-review.googlesource.com/c/160018
Reviewed-by: Russ Cox <rsc@golang.org>
src/cmd/gofmt/testdata/go2numbers.golden [new file with mode: 0644]
src/cmd/gofmt/testdata/go2numbers.input [new file with mode: 0644]