| Safe Haskell | Safe |
|---|---|
| Language | Haskell2010 |
Test.Main.Internal
Synopsis
- data ProcessResult = ProcessResult {
- prStdout :: !ByteString
- prStderr :: !ByteString
- prExitCode :: !ExitCode
- prException :: !(Maybe SomeException)
- normalizeNewLines :: ProcessResult -> ProcessResult
Documentation
data ProcessResult Source #
Used for the result of captureProcessResult.
Constructors
| ProcessResult | |
Fields
| |
Instances
normalizeNewLines :: ProcessResult -> ProcessResult Source #
Use to avoid errors in related to new line code in tests. Currently I use this function only for this module's test.