()
| 18 | |
| 19 | #[test] |
| 20 | fn upper_case() { |
| 21 | assert_eq!(hex!("AE DF 04 B2"), [0xae, 0xdf, 0x04, 0xb2]); |
| 22 | assert_eq!(hex!("FF BE 8C 00 01"), [0xff, 0xbe, 0x8c, 0x00, 0x01]); |
| 23 | } |
| 24 | |
| 25 | #[test] |
| 26 | fn mixed_case() { |
nothing calls this directly
no outgoing calls
no test coverage detected