()
| 759 | |
| 760 | #[test] |
| 761 | fn test_set_first_prompt_empty_ignored() { |
| 762 | let mut s = make_session(); |
| 763 | s.set_first_prompt(""); |
| 764 | assert!(s.first_prompt.is_none()); |
| 765 | } |
| 766 | |
| 767 | #[test] |
| 768 | fn test_set_first_prompt_truncated() { |
nothing calls this directly
no test coverage detected