Many unit test is failing in windows due to line separator issue.
The test fail with assertion error having extra /// or ||| in the string output.
As per liefr
"It seems like the output from javascript does not respect the native line separator difference. Changing it to:
lines1 = code1.split('\n')"
As discussed with freakboy3742 implementing these changes.
Many unit test is failing in windows due to line separator issue. The test fail with assertion error having extra /// or ||| in the string output. As per liefr
"It seems like the output from javascript does not respect the native line separator difference. Changing it to: lines1 = code1.split('\n')"
As discussed with freakboy3742 implementing these changes.
Refer issue 685 https://github.com/pybee/batavia/issues/685
PR Checklist: