pub fn test_parse1<P: Fn(&str) -> IResult<&'_ str, BasicToken, VerboseError<&'_ str>>>(
    parser: P,
    code: &str
) -> BasicLine