You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See that ticket. There was a test written, but it looks like it got scrapped at some point. The following test fails to compile, for example, despite the parentheses:
ok ' '.match(/ /)[0] is ' '
Currently a workaround is to use /[ ]/ but is it possible to fix this (again) to allow a regex beginning with a space?
The text was updated successfully, but these errors were encountered:
Regression of #607
See that ticket. There was a test written, but it looks like it got scrapped at some point. The following test fails to compile, for example, despite the parentheses:
Currently a workaround is to use /[ ]/ but is it possible to fix this (again) to allow a regex beginning with a space?
The text was updated successfully, but these errors were encountered: