yajl-py icon indicating copy to clipboard operation
yajl-py copied to clipboard

Make tests run on Windows

Open chazeon opened this issue 8 years ago • 0 comments

Make tests run on windows by:

  • Replacing \r\n with \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\n as seperate characters.
  • Adding a manual test instruction in README

chazeon avatar Oct 24 '17 05:10 chazeon