Skip to content

Commit

Permalink
Merge pull request #1363 from czipperz/fix-documentation-haskell-decl…
Browse files Browse the repository at this point in the history
…-scan-tests

Fix documentation in haskell-decl-scan-tests.el
  • Loading branch information
gracjan committed Jun 21, 2016
2 parents 321ff24 + b657ace commit c6a2740
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/haskell-decl-scan-tests.el
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
(should (= (point-min) (point)))))

(ert-deftest haskell-ds-forward-decl-1 ()
"Test running haskell-ds-backward-decl"
"Test running haskell-ds-forward-decl"
(with-temp-buffer
(insert-lines "" "fun :: Int -> Int" "fun = id"
"" "f2 :: Int" "f2 = 3"
Expand All @@ -75,7 +75,7 @@
(should (= (point-max) (haskell-ds-forward-decl)))))

(ert-deftest haskell-ds-forward-decl-2 ()
"Test running haskell-ds-backward-decl"
"Test running haskell-ds-forward-decl"
(with-temp-buffer
(insert-lines "" "" "fun :: Int -> Int"
"" "" "fun = id"
Expand Down

0 comments on commit c6a2740

Please sign in to comment.