()
| 845 | |
| 846 | #[test] |
| 847 | fn test_debug() { |
| 848 | let hook = make_hook(); |
| 849 | let debug = format!("{:?}", hook); |
| 850 | assert!(debug.contains("CursorHook")); |
| 851 | } |
| 852 | |
| 853 | // parse_event tests: session-start |
| 854 |
nothing calls this directly
no test coverage detected