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

Test cases now run on non-Windows OSes #73

Merged
merged 4 commits into from
May 1, 2023
Merged

Conversation

Zacch
Copy link
Contributor

@Zacch Zacch commented Apr 25, 2023

Thank you for making and maintaining this useful tool!

All of the test cases crashed on my Mac since the calls to File.ReadAllText() contained strings with Windows path separators. I added calls to Path.Combine() instead, so that the correct separators will be used on all systems. Furthermore, the file "InputClasses.cs" was referred to as "inputClasses.cs", with a lowercase "i" which caused errors on file systems that distinguish between cases.

I also fixed a typo ("requierd") that appeared in several file names.

@pierre3 pierre3 merged commit 9db9c33 into pierre3:master May 1, 2023
@pierre3
Copy link
Owner

pierre3 commented May 1, 2023

@Zacch
Merged. Thank you for the pull request!

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.

None yet

2 participants