jashkenas/coffeescript

Bug: Heregex escaped space before comment includes comment in transpiled regex

STRd6 opened this issue · 0 comments

STRd6 commented

Input Code

///
a\ # this is a bug
///

Expected Behavior

// this is a bug
/a /;

Current Behavior

// this is a bug
/a #thisisabug/;
  • CoffeeScript version: 2.7.0