We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Change line breaks to unix style for code output ("\n" instead of "\r\n") as it makes for easier comparison across files
The text was updated successfully, but these errors were encountered:
Code output already does this? If it doesn't output unix newlines then that's probably a bug, somehow.
Sorry, something went wrong.
Any confirmation that this actually exists?
I compared them in WinMerge and it says that this is the case.
Are you sure? I'm checking my output and the files are definitely using unix newlines. Are the files you're comparing against using Windows newlines?
No branches or pull requests
Change line breaks to unix style for code output ("\n" instead of "\r\n") as it makes for easier comparison across files
The text was updated successfully, but these errors were encountered: