diff --git a/examples_test.v b/examples_test.v index a0938e5..cc5ea66 100644 --- a/examples_test.v +++ b/examples_test.v @@ -32,6 +32,7 @@ fn test_example_tcp_echo_server() { // result.output contains the string with lots of trailing zeros, so we // use limit() to shrink the output string to the expected length. for result in results { + dump(result) assert result.exit_code == 0 if result.output.contains('Listening') { assert result.output.limit(expect_server.len) == expect_server