We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9245da9 commit 5ca1178Copy full SHA for 5ca1178
1 file changed
src/Print.hs
@@ -21,8 +21,8 @@ printShellTest
21
:: String -- ^ Shelltest format. Value of option @--print[=FORMAT]@.
22
-> Maybe String -- ^ Value of option @--actual[=MODE]@. @Nothing@ if option is not given.
23
-> ShellTest -- ^ Test to print
24
- -> Either String String -- ^ Non-matching or matching exit status
25
+ -> Either String String -- ^ Non-matching or matching stdout
+ -> Either String String -- ^ Non-matching or matching stderr
26
-> Either Int Int -- ^ Non-matching or matching exit status
27
-> IO ()
28
printShellTest format actualMode ShellTest{command=c,stdin=i,comments=comments,trailingComments=trailingComments,
0 commit comments