tracks/haskell/exercises/forth/test/Tests.hs in trackler-2.1.0.9 vs tracks/haskell/exercises/forth/test/Tests.hs in trackler-2.1.0.10
- old
+ new
@@ -10,11 +10,9 @@
main = hspecWith defaultConfig {configFastFail = True} specs
specs :: Spec
specs = describe "forth" $ do
- -- Test cases adapted from `exercism/x-common/forth` on 2017-02-01.
-
let runTexts = fmap toList . foldM (flip evalText) empty
describe "parsing and numbers" $ do
it "empty input results in empty stack" $
toList empty `shouldBe` []