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

Windows LF versus CRLF #4

Open
jczech opened this issue Sep 30, 2016 · 1 comment
Open

Windows LF versus CRLF #4

jczech opened this issue Sep 30, 2016 · 1 comment

Comments

@jczech
Copy link

jczech commented Sep 30, 2016

Currently, when running the testsuite in Windows, you need to checkout (or convert) the repo with unix style newlines (LF) instead of Windows (CRLF) new lines. Otherwise, the toml parser will fail when trying to read the test files.

@tmbartol
Copy link
Member

Hi Jacob,

Shouldn't be too hard to fix that in the toml parser.

Tom

On 09/30/2016 07:58 AM, Jacob Czech wrote:

Currently, when running the testsuite in Windows, you need to checkout
(or convert) the repo with unix style newlines (LF) instead of Windows
(CRLF) new lines. Otherwise, the toml parser will fail when trying to
read the test files.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#4, or mute the thread
https://github.com/notifications/unsubscribe-auth/AEUeKtRIYMFcLF3orWMWTZMaHwT9z6MVks5qvSOFgaJpZM4KLLa6.

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

No branches or pull requests

2 participants