Skip to content

Commit

Permalink
Bugfix and fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
schoettl committed Nov 21, 2020
1 parent 15c4d45 commit 312ad3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Print.hs
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ printShellTest
:: String -- ^ Shelltest format. Value of option @--print[=FORMAT]@.
-> Maybe String -- ^ Value of option @--actual[=MODE]@. @Nothing@ if option is not given.
-> ShellTest -- ^ Test to print
-> Either String String -- ^ Non-matching or matching exit status
-> Either String String -- ^ Non-matching or matching exit status
-> Either String String -- ^ Non-matching or matching stdout
-> Either String String -- ^ Non-matching or matching stderr
-> Either Int Int -- ^ Non-matching or matching exit status
-> IO ()
printShellTest format actualMode ShellTest{command=c,stdin=i,comments=comments,trailingComments=trailingComments,
Expand Down

0 comments on commit 312ad3c

Please sign in to comment.