()
| 787 | |
| 788 | #[test] |
| 789 | fn test_set_first_prompt_empty_ignored() { |
| 790 | let mut s = make_session(); |
| 791 | s.set_first_prompt(""); |
| 792 | assert!(s.first_prompt.is_none()); |
| 793 | } |
| 794 | |
| 795 | #[test] |
| 796 | fn test_set_first_prompt_truncated() { |
nothing calls this directly
no test coverage detected