We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15c4d45 commit 312ad3cCopy full SHA for 312ad3c
1 file changed
src/Print.hs
@@ -10,8 +10,8 @@ printShellTest
10
:: String -- ^ Shelltest format. Value of option @--print[=FORMAT]@.
11
-> Maybe String -- ^ Value of option @--actual[=MODE]@. @Nothing@ if option is not given.
12
-> ShellTest -- ^ Test to print
13
- -> Either String String -- ^ Non-matching or matching exit status
14
+ -> Either String String -- ^ Non-matching or matching stdout
+ -> Either String String -- ^ Non-matching or matching stderr
15
-> Either Int Int -- ^ Non-matching or matching exit status
16
-> IO ()
17
printShellTest format actualMode ShellTest{command=c,stdin=i,comments=comments,trailingComments=trailingComments,
0 commit comments