internal/gocore: add parsing test for 1.11 core

Change-Id: I927c8e28686608fa2e775a741f17e8de1eff8811
Reviewed-on: https://go-review.googlesource.com/131375
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
diff --git a/internal/gocore/gocore_test.go b/internal/gocore/gocore_test.go
index d85da17..dac1cb1 100644
--- a/internal/gocore/gocore_test.go
+++ b/internal/gocore/gocore_test.go
@@ -196,4 +196,5 @@
 
 func TestVersions(t *testing.T) {
 	loadExampleVersion(t, "1.10")
+	loadExampleVersion(t, "1.11")
 }
diff --git a/internal/gocore/testdata/README b/internal/gocore/testdata/README
index 2cf240c..e3922dc 100644
--- a/internal/gocore/testdata/README
+++ b/internal/gocore/testdata/README
@@ -14,3 +14,4 @@
 testdata directory as the base directory.
 
 core1.10 is produced in the same way, except using go1.10.0.
+core1.11 is produced in the same way, except using go1.11.0.
diff --git a/internal/gocore/testdata/core1.11 b/internal/gocore/testdata/core1.11
new file mode 100644
index 0000000..e020b01
--- /dev/null
+++ b/internal/gocore/testdata/core1.11
Binary files differ
diff --git a/internal/gocore/testdata/tmp/test1.11 b/internal/gocore/testdata/tmp/test1.11
new file mode 100755
index 0000000..0da844f
--- /dev/null
+++ b/internal/gocore/testdata/tmp/test1.11
Binary files differ