MCPcopy Index your code
hub / github.com/endbasic/endbasic / test_read_line_interactive_utf8_basic

Function test_read_line_interactive_utf8_basic

std/src/console/readline.rs:870–877  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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() {

Callers

nothing calls this directly

Calls 4

acceptMethod · 0.80
set_lineMethod · 0.80
add_outputMethod · 0.80
add_key_charsMethod · 0.80

Tested by

no test coverage detected