Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use vim.fn.shellescape() to escape the Nextest test filters #55

Merged
merged 2 commits into from
Sep 20, 2023

Conversation

rouge8
Copy link
Owner

@rouge8 rouge8 commented Sep 20, 2023

…-with-filter"

This reverts commit ff2a2fb, reversing
changes made to c8894d8.
This should be compatible with all shells on macOS, Linux, and Windows.

Fixes #53. Closes #54.
@rouge8
Copy link
Owner Author

rouge8 commented Sep 20, 2023

@ErezAmihud @realeinherjar can you test this branch on Windows and Fish respectively to confirm it resolves the issues you ran into? I'm hoping this is an actually cross-platform approach...

@realeinherjar
Copy link

realeinherjar commented Sep 20, 2023

Yes #55 works!! :)

MacOS fish here...

Copy link

@realeinherjar realeinherjar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works on OSX and fish

Copy link
Contributor

@ErezAmihud ErezAmihud left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rouge8 Works on windows

@rouge8
Copy link
Owner Author

rouge8 commented Sep 20, 2023

Awesome, thanks both of you for testing!

@rouge8 rouge8 merged commit 139cff7 into main Sep 20, 2023
2 checks passed
@rouge8 rouge8 deleted the shellescape branch September 20, 2023 14:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Running a single test breaks on fish
3 participants