Skip to content

Both parse_incorrect_result and parse_incorrect_types tests fail on Windows #95

@jassielof

Description

@jassielof

Both parse_incorrect_result and parse_incorrect_types fail.

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions