()
| 1442 | |
| 1443 | #[test] |
| 1444 | fn test_parse_empty_input() { |
| 1445 | let hook = make_hook(); |
| 1446 | assert!(hook.parse_event(HookType::TurnStart, b"").is_err()); |
| 1447 | } |
| 1448 | |
| 1449 | #[test] |
| 1450 | fn test_parse_invalid_json() { |
nothing calls this directly
no test coverage detected