tracks/go/exercises/bob/cases_test.go in trackler-2.2.1.72 vs tracks/go/exercises/bob/cases_test.go in trackler-2.2.1.73
- old
+ new
@@ -1,10 +1,10 @@
package bob
// Source: exercism/problem-specifications
-// Commit: 65756b1 bob: Fix canonical-data.json formatting
-// Problem Specifications Version: 1.0.0
+// Commit: fef09f6 Bob: Add fifth rule (#1025)
+// Problem Specifications Version: 1.1.0
var testCases = []struct {
description string
input string
expected string
@@ -50,10 +50,10 @@
"Whatever.",
},
{
"forceful question",
"WHAT THE HELL WERE YOU THINKING?",
- "Whoa, chill out!",
+ "Calm down, I know what I'm doing!",
},
{
"shouting numbers",
"1, 2, 3 GO!",
"Whoa, chill out!",