Searched refs:echoed_string (Results 1 – 1 of 1) sorted by relevance
194 let echoed_string = "foofoofoo\r\n"; in test_openpty() localVariable197 assert_eq!(&buf, echoed_string.as_bytes()); in test_openpty()233 let echoed_string = "foofoofoo\n"; in test_openpty_with_termios() localVariable235 assert_eq!(&buf, echoed_string.as_bytes()); in test_openpty_with_termios()257 let echoed_string = "naninani\r\n"; in test_forkpty() localVariable273 assert_eq!(&buf, echoed_string.as_bytes()); in test_forkpty()