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
Hi. There's a bug in the JSON formatter in the way that spaces are escaped in the feature ID. Only the first space in a feature name is escaped with a hyphen.
Hi. There's a bug in the JSON formatter in the way that spaces are escaped in the feature ID. Only the first space in a feature name is escaped with a hyphen.
The bug is in this line of
lib/cucumber/listener/json_formatter.js
:Using a regex in the replace would fix it.
Do the other ports of cucumber just escape spaces or other characters too?
The text was updated successfully, but these errors were encountered: