pub fn test_parse_and_compare<'code, P: Parser<&'code str, Vec<BasicToken>, ContextError>>(
parser: P,
code: &'code str,
bytes: &[u8],
)
pub fn test_parse_and_compare<'code, P: Parser<&'code str, Vec<BasicToken>, ContextError>>(
parser: P,
code: &'code str,
bytes: &[u8],
)