Skip to content

Commit 312ad3c

Browse files
committed
Bugfix and fix comments
1 parent 15c4d45 commit 312ad3c

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
@@ -10,8 +10,8 @@ printShellTest
1010
:: String -- ^ Shelltest format. Value of option @--print[=FORMAT]@.
1111
-> Maybe String -- ^ Value of option @--actual[=MODE]@. @Nothing@ if option is not given.
1212
-> ShellTest -- ^ Test to print
13-
-> Either String String -- ^ Non-matching or matching exit status
14-
-> Either String String -- ^ Non-matching or matching exit status
13+
-> Either String String -- ^ Non-matching or matching stdout
14+
-> Either String String -- ^ Non-matching or matching stderr
1515
-> Either Int Int -- ^ Non-matching or matching exit status
1616
-> IO ()
1717
printShellTest format actualMode ShellTest{command=c,stdin=i,comments=comments,trailingComments=trailingComments,

0 commit comments

Comments
 (0)