yajl-py
yajl-py copied to clipboard
Make tests run on Windows
Make tests run on windows by:
- Replacing
\r\nwith\n(because git might pull files and automatically correnct the line endings on Windows, and read file in binary mode on Windows would result in reading\r\nas seperate characters. - Adding a manual test instruction in README