failures:
---- tests::test_parse_incorrect_result stdout ----
thread 'tests::test_parse_incorrect_result' (13004) panicked at src\lib.rs:999:17:
assertion `left == right` failed
left: ParseError { span: 380..380, kind: Expected(Equals) }
right: ParseError { span: 369..369, kind: Expected(Equals) }
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
---- tests::test_parse_incorrect_types stdout ----
thread 'tests::test_parse_incorrect_types' (3132) panicked at src\lib.rs:1018:17:
assertion `left == right` failed
left: TypeError { span: 360..367, kind: UnknownPagination }
right: TypeError { span: 352..359, kind: UnknownPagination }
failures:
tests::test_parse_incorrect_result
tests::test_parse_incorrect_types
test result: FAILED. 56 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
Both
parse_incorrect_resultandparse_incorrect_typesfail.