Seems like it's trying to use .stdout an old way, where the website now shows examples with result.context.stdout?
|
std.assert(result.stdout == "123\n456\n") |
|
std.assert(result.stderr == "") |
This failed when I was trying to build master as a nix package and it automatically ran cargo test. I have disabled the checks for now.
Seems like it's trying to use
.stdoutan old way, where the website now shows examples withresult.context.stdout?hush/src/runtime/tests/data/positive/capture.hsh
Lines 6 to 7 in 7fa2dc4
This failed when I was trying to build master as a nix package and it automatically ran
cargo test. I have disabled the checks for now.