1 2 3 4 5 6 7 8
//! Property: parse_decode_depth rejects 0. use keyhog::testing::{CliTestApi as _, API}; #[test] fn parse_decode_depth_rejects_zero() { assert!(API.parse_decode_depth("0").is_err()); }