Skip to content

Fix Windows tests for .inputrc code #35

@maxlandon

Description

@maxlandon

There is a weird bug with Github actions running tests for inputrc package on Windows:
The testdata files are read correctly, but split accordingly to their delimiters.
The tests therefore fail.

Example workflow failure: https://github.com/reeflective/readline/actions/runs/4904982567/jobs/8758471276

Function failing (bytes.Split has everything it needs but does not do its job):

return bytes.Split(buf, []byte(delimiter))

The tests however work correctly when run locally on a Windows machine.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinghelp wantedExtra attention is neededtest

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions