You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@philderbeast with GHC 9.10.1 out, can this output be produced by GHCi? If yes, then I think it should already work, if no then it may be out-of-scope for doctest. doctest is a tool to verify that example GHCi sessions work. It's a documentation tool, not primarily a testing tool. Hspec is a better option for testing.
Could we have multiline expectations (when GHC gets multiline strings ghc-proposals/ghc-proposals#569)?
This would then become something like;
The snippet is taken from haskell/cabal#9578.
The text was updated successfully, but these errors were encountered: