haskell / haskeline

A Haskell library for line input in command-line programs.
https://hackage.haskell.org/package/haskeline
BSD 3-Clause "New" or "Revised" License
221 stars 75 forks source link

Define tests executables in cabal #102

Closed luntain closed 5 years ago

luntain commented 5 years ago

There is one unit test failing independent of my changes.

Failure in: 0:interaction:2:tab completion:0

tests/RunTTY.hs:102 expected: ["dummy-\206\188\206\177\207\131/\r\nbar \207\130\206\181\207\129\207\132\r\n0:dummy-\206\188\206\177\207\131/"] but got: ["dummy-\206\188\a\a"]


This change is Reviewable