tracks/go/exercises/acronym/cases_test.go in trackler-2.2.1.96 vs tracks/go/exercises/acronym/cases_test.go in trackler-2.2.1.97
- old
+ new
@@ -1,10 +1,10 @@
package acronym
// Source: exercism/problem-specifications
-// Commit: c5fb622 acronym: Update json for new "input" policy (#1032)
-// Problem Specifications Version: 1.2.0
+// Commit: 5ae1dba Acronym canonical-data: Remove redundant test case
+// Problem Specifications Version: 1.3.0
type acronymTest struct {
input string
expected string
}
@@ -19,13 +19,9 @@
expected: "ROR",
},
{
input: "First In, First Out",
expected: "FIFO",
- },
- {
- input: "PHP: Hypertext Preprocessor",
- expected: "PHP",
},
{
input: "GNU Image Manipulation Program",
expected: "GIMP",
},