jashkenas/coffeescript
Vedi su GitHubBug: Heregex escaped space before comment includes comment in transpiled regex
Open
#5428 aperta il 13 ott 2022
bughelp wanted
Metriche repository
- Star
- (16.577 star)
- Metriche merge PR
- (Nessuna PR mergiata in 30 g)
Descrizione
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