Closed slevithan closed 3 years ago
ES6 flag u disallows \-, so we need an alternative way to escape hyphens.
u
\-
This is similar to #197, which fixed this for whitespace.
Edit: Same problem for escaped , and #.
,
#
Last diff fixed in 93f300146ed594105fae1cd6f73326bbc7e2e180.
ES6 flag
u
disallows\-
, so we need an alternative way to escape hyphens.This is similar to #197, which fixed this for whitespace.
Edit: Same problem for escaped
,
and#
.