-
Notifications
You must be signed in to change notification settings - Fork 46
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
A test windows_newlines
seems wrong
#207
Comments
The content: julia> str = read("test/windows_newlines.data", String)
"hello:\r\0\r" |
Loading result of |
So the test should be fixed. |
It's strange to use |
I asked this in YAML community, and the file |
This test file was added when #17 was fixed. I think it was just supposed to be |
#211 fixes this. |
It's probably incorrect, but |
is this closed by #218 ? |
From #188. I found prefix(::BufferedInput, ::Integer) has a bug and if I fixed it, the test windows_newlines fails. Also, better implementation in #188's TODO fails at the same test. I think the test
windows_newlines
is something wrong.The text was updated successfully, but these errors were encountered: