jashkenas/coffeescript
在 GitHub 查看Bug: Heregex escaped space before comment includes comment in transpiled regex
Open
#5,428 建立於 2022年10月13日
bughelp wanted
倉庫指標
- Star
- (16,577 star)
- PR 合併指標
- (30 天內沒有已合併 PR)
描述
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