Searched refs:echoed_string (Results 1 – 1 of 1) sorted by relevance
196 let echoed_string = "foofoofoo\r\n"; in test_openpty() localVariable199 assert_eq!(&buf, echoed_string.as_bytes()); in test_openpty()235 let echoed_string = "foofoofoo\n"; in test_openpty_with_termios() localVariable237 assert_eq!(&buf, echoed_string.as_bytes()); in test_openpty_with_termios()258 let echoed_string = "naninani\r\n"; in test_forkpty() localVariable275 assert_eq!(&buf, echoed_string.as_bytes()); in test_forkpty()