Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
5.6.0
-
None
-
Windows
-
Patch Available
-
Unit Test Broken
Description
The tests do index of comparison of "foo\n" where on windows you'd need to do "foo\r\n". I don't think the line endings are really significant to test.
If they are then I can change the test over to check the operating system and add carriage returns if necessary.