summaryrefslogtreecommitdiffstats
path: root/src/cmd/gofmt/testdata/stdin6.golden
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/cmd/gofmt/testdata/stdin6.golden19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/cmd/gofmt/testdata/stdin6.golden b/src/cmd/gofmt/testdata/stdin6.golden
new file mode 100644
index 0000000..ffcea80
--- /dev/null
+++ b/src/cmd/gofmt/testdata/stdin6.golden
@@ -0,0 +1,19 @@
+ //gofmt -stdin
+
+ if err != nil {
+ source := strings.NewReader(`line 1.
+line 2.
+`)
+ return source
+ }
+
+ f := func(hat, tail string) {
+
+ fmt.Println(hat+`
+foo
+
+
+`+tail,
+ "more",
+ "and more")
+ }