maxtaco / coffee-script

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

Fix #144 #153

Closed sidthekidder closed 9 years ago

sidthekidder commented 9 years ago

Fix for https://github.com/maxtaco/coffee-script/issues/144 - extra double quotes surrounding funcname property when compiled. Added a simple function (in the style of quote_path_for_emission) to remove all single and double quotes in the name, and then surround by double quotes. Also added a test, with the example from the issue.