mirror of
https://github.com/go-sylixos/elvish.git
synced 2024-12-15 03:37:52 +08:00
3643f252f3
While working on my next commit, to prevent I/O deadlocks, I experienced some problems because I had a syntax error in the Elvish code to generate the output. That wasn't immediately obvious because I had copied another test that only tested the stdout of the shell and the syntax error was written to stderr. This change modifies existing tests to verify both stdout and stderr have the expected content. Note that there are three interactive tests for which we still do not verify the content of stderr. That's because stderr for those tests only contains a shell prompt whose content changes each time the test is run. TBD is modifying the interactive tests to have a predictable prompt. |
||
---|---|---|
.. | ||
buildinfo_test.go | ||
buildinfo.go | ||
json_test.go | ||
json.go |