()
| 868 | |
| 869 | #[test] |
| 870 | fn test_read_line_interactive_utf8_basic() { |
| 871 | ReadLineInteractiveTest::default() |
| 872 | .add_key_chars("é") |
| 873 | .add_output(CapturedOut::Write("é".to_string())) |
| 874 | // - |
| 875 | .set_line("é") |
| 876 | .accept(); |
| 877 | } |
| 878 | |
| 879 | #[test] |
| 880 | fn test_read_line_interactive_utf8_remove_2byte_char() { |
nothing calls this directly
no test coverage detected