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