tracks/haskell/exercises/robot-name/test/Tests.hs in trackler-2.1.0.9 vs tracks/haskell/exercises/robot-name/test/Tests.hs in trackler-2.1.0.10

- old
+ new

@@ -16,12 +16,9 @@ would likely not be in the business of resetting the name. -} specs :: Spec specs = describe "robot-name" $ do - -- As of 2016-07-30, there was no reference file - -- for the test cases in `exercism/x-common`. - let a = ('A', 'Z') let d = ('0', '9') let matchesPattern s = length s == 5 && and (zipWith inRange [a, a, d, d, d] s) let testPersistence r = do