jashkenas/coffeescript
View on GitHubBug: Heregex escaped space before comment includes comment in transpiled regex
Open
#5,428 opened on Oct 13, 2022
bughelp wanted
Repository metrics
- Stars
- (16,577 stars)
- PR merge metrics
- (No merged PRs in 30d)
Description
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