Skip to content

Commit 5ca1178

Browse files
committed
Bugfix and fix comments
1 parent 9245da9 commit 5ca1178

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Print.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ printShellTest
2121
:: String -- ^ Shelltest format. Value of option @--print[=FORMAT]@.
2222
-> Maybe String -- ^ Value of option @--actual[=MODE]@. @Nothing@ if option is not given.
2323
-> ShellTest -- ^ Test to print
24-
-> Either String String -- ^ Non-matching or matching exit status
25-
-> Either String String -- ^ Non-matching or matching exit status
24+
-> Either String String -- ^ Non-matching or matching stdout
25+
-> Either String String -- ^ Non-matching or matching stderr
2626
-> Either Int Int -- ^ Non-matching or matching exit status
2727
-> IO ()
2828
printShellTest format actualMode ShellTest{command=c,stdin=i,comments=comments,trailingComments=trailingComments,

0 commit comments

Comments
 (0)