summaryrefslogtreecommitdiff
path: root/libgo/go/cmd/go/internal/modfile/testdata/comment.in
diff options
context:
space:
mode:
Diffstat (limited to 'libgo/go/cmd/go/internal/modfile/testdata/comment.in')
-rw-r--r--libgo/go/cmd/go/internal/modfile/testdata/comment.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/libgo/go/cmd/go/internal/modfile/testdata/comment.in b/libgo/go/cmd/go/internal/modfile/testdata/comment.in
new file mode 100644
index 00000000000..bfc2492b264
--- /dev/null
+++ b/libgo/go/cmd/go/internal/modfile/testdata/comment.in
@@ -0,0 +1,8 @@
+// comment
+module "x" // eol
+// mid comment
+
+// comment 2
+// comment 2 line 2
+module "y" // eoy
+// comment 3