Skip to content

gleam test fails on windows due to path separator literals in tests #59

@richardcocks

Description

@richardcocks

On windows, gleam test fails due to asserts including the path separator:

assert test\gleam_panics_test.gleam:104
 test: gleam_panics_test.assert_expression_test
 code: assert e.file == "test/gleam_panics_test.gleam"
 left: "test\\gleam_panics_test.gleam"
right: literal
 info: Assertion failed.

And many similar failures, all due to the same issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions