jashkenas/coffeescript

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

Open

#5 428 ouverte le 13 oct. 2022

Voir sur GitHub
 (0 commentaires) (0 réactions) (0 assignés)CoffeeScript (1 980 forks)batch import
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

Guide contributeur