tracks/go/exercises/atbash-cipher/cases_test.go in trackler-2.2.1.56 vs tracks/go/exercises/atbash-cipher/cases_test.go in trackler-2.2.1.57
- old
+ new
@@ -1,9 +1,9 @@
package atbash
-// Source: exercism/x-common
+// Source: exercism/problem-specifications
// Commit: bb4f220 atbash-cipher: Fix canonical-data.json formatting
-// x-common version: 1.0.0
+// Problem Specifications Version: 1.0.0
type atbashTest struct {
s string
expected string
}