pub fn assert_eq<P, I>(parser: P, expected: P::Output, actual: I) -> Result<()>where P: Parser<I>, P::Output: Debug + PartialEq,