We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81b2eaf commit b012f12Copy full SHA for b012f12
exercises/connect/.meta/gen.go
@@ -32,9 +32,7 @@ type js struct {
32
// template applied to above data structure generates the Go test cases
33
var tmpl = `package connect
34
35
-// Source: {{.Ori}}
36
-{{if .Commit}}// Commit: {{.Commit}}
37
-{{end}}
+{{.Header}}
38
39
var testCases = []struct {
40
description string
exercises/connect/cases_test.go
@@ -1,7 +1,8 @@
1
package connect
2
3
// Source: exercism/x-common
4
-// Commit: 038124b triangle: Add JSON test data
+// Commit: 327db7f connect: Fix canonical-data.json formatting
5
+// x-common version: 1.0.0
6
7
8
0 commit comments