Fix for 'cricket-unttest run all' 922+ Fails [Window] #685
Many test are failing in windows because of line separator issue .we see extra /// or ||| in string output.
As suggested by lielfr
"It seems like the output from javascript does not respect the native line separator difference. Changing it to:
lines1 = code1.split('\n')"
Fix for 'cricket-unttest run all' 922+ Fails [Window] #685
Many test are failing in windows because of line separator issue .we see extra /// or ||| in string output.
As suggested by lielfr "It seems like the output from javascript does not respect the native line separator difference. Changing it to: lines1 = code1.split('\n')"
I have tested this and looks good now.
PR Checklist: