Searched refs:echoed_string (Results 1 – 1 of 1) sorted by relevance
181 let echoed_string = "foofoofoo\r\n"; in test_openpty() localVariable184 assert_eq!(&buf, echoed_string.as_bytes()); in test_openpty()230 let echoed_string = "foofoofoo\n"; in test_openpty_with_termios() localVariable232 assert_eq!(&buf, echoed_string.as_bytes()); in test_openpty_with_termios()257 let echoed_string = "naninani\r\n"; in test_forkpty() localVariable271 assert_eq!(&buf, echoed_string.as_bytes()); in test_forkpty()