gkz / LiveScript

LiveScript is a language which compiles to JavaScript. It has a straightforward mapping to JavaScript and allows you to write expressive code devoid of repetitive boilerplate. While LiveScript adds many features to assist in functional style programming, it also has many improvements for object oriented and imperative programming.
http://livescript.net
MIT License
2.31k stars 156 forks source link

Fixing test script for windows #1127

Open othelarian opened 4 months ago

othelarian commented 4 months ago

The issue:

When running the test script in scripts/test on Windows some tests failed because of some paths. The two paths are:

Fix:

All the regex are in test/cli.ls.

NOTE: I haven't any linux on hand to check if the new regex and normalize will fail on it. If someone can check on it, it would be great. I'll try tomorrow to run it on linux, but another pair of eyes is better than one ;-)