We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6602f9f commit 14f01e5Copy full SHA for 14f01e5
tests/split.rs
@@ -33,6 +33,7 @@ async fn test_split() {
33
pty_w.resize(pty_process::Size::new(25, 80)).unwrap();
34
let mut output = helpers::output_async(pty_r);
35
assert_eq!(output.next().await.unwrap(), "WINCH\r\n");
36
+ assert_eq!(output.next().await.unwrap(), "WINCH\r\n");
37
}
38
39
pty.write_all(&[4u8]).await.unwrap();
0 commit comments