Issue Description:
When running cargo test for the hello1 and hello2 cases in the 02_echor code, the tests fail with the following error:
---- hello2 stdout ----
thread 'hello2' panicked at 'Unexpected stdout, failed diff original var
├── original: Hello there
├── diff:
└── var as str: Hello there
thread 'hello1' panicked at 'Unexpected stdout, failed diff original var
├── original: Hello there
├── diff:
└── var as str: Hello there