#[cfg(test)]
pub const EXAMPLES: &[(&[u8], &[u8])] = &[
(
&[0x00, 0x04, 0x82, 0x24, 0x25, 0x8f, 0x80, 0x7f],
&[
0x41, 0x49, 0x41, 0x49, 0x41, 0x49, 0x41, 0x49, 0x41, 0x49, 0x41,
0x49, 0x41,
],
),
(
include_bytes!("examples/undhr.z"),
include_bytes!("examples/undhr.md"),
),
];