jashkenas/coffeescript
Voir sur GitHubBug: Heregex escaped space before comment includes comment in transpiled regex
Open
#5 428 ouverte le 13 oct. 2022
bughelp wanted
Métriques du dépôt
- Stars
- (16 577 stars)
- Métriques de merge PR
- (Aucune PR mergée en 30 j)
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