fix test failure on nightly due to cef81dc

This commit is contained in:
pm100 2023-04-10 16:37:43 -07:00 committed by extrawurst
parent 76258fbb93
commit c1e3e978a2

View File

@ -251,7 +251,7 @@ impl TextInputComponent {
let cursor_highlighting = {
let mut h = HashMap::with_capacity(2);
h.insert("\n", "\u{21b5}\n\r");
h.insert("\n", "\u{21b5}\r\n\n");
h.insert(" ", symbol::WHITESPACE);
h
};