Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(413)

Delta Between Two Patch Sets: src/cmd/gofmt/testdata/stdin7.input

Issue 142360043: code review 142360043: go/format, cmd/gofmt: fix issues with partial Go code w... (Closed)
Left Patch Set: diff -r 932fe22207465e6c4bcdae29f5c519ba069f8927 https://code.google.com/p/go Created 9 years, 6 months ago
Right Patch Set: diff -r 8f36a32a9d036f86fb956c8538142eb384bd1a4a https://code.google.com/p/go Created 9 years, 6 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Right: Side by side diff | Download
« no previous file with change/comment | « src/cmd/gofmt/testdata/stdin7.golden ('k') | src/go/format/format.go » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(no file at all)
1 //gofmt -stdin
2
3 if err != nil {
4 source := string s.NewReader(`line 1.
5 line 2.
6 `)
7 return source
8 }
9
10 f:=func( hat, tail stri ng){
11
12
13
14 fmt. Println ( hat+ `
15 foo
16
17
18 `+ tail ,
19 "more" ,
20 "and more" )
21 }
LEFTRIGHT

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b