Current implementation uses explicit numbers for asserts.
It works on Linux, but it doesn't work on Windows machines, because of difference in new line separators. I.e. in current implementation tests fail on Windows because \r\n is used instead of just \n.
Current implementation uses explicit numbers for asserts. It works on Linux, but it doesn't work on Windows machines, because of difference in new line separators. I.e. in current implementation tests fail on Windows because
\r\n
is used instead of just\n
.