maxtaco / coffee-script

IcedCoffeeScript
http://maxtaco.github.com/coffee-script
MIT License
728 stars 58 forks source link

Fix for source map test from mainline #187

Closed zapu closed 8 years ago

zapu commented 8 years ago

I don't know if that's a correct merge strategy and how it will end up looking after merging this pull request - I simply merged coffeescript/master onto a new branch based on iced3.

The source map test now passes. I also checked if it generated the maps by doing iced3 -c -p -M test_file.iced and it looked fine.

zapu commented 8 years ago

The other broken test (repl related) fixed itself as well in new node versions.

 » node --version
v6.2.1
 » icake3 test
passed 728 tests in 4.39 seconds