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
darcyclarke
changed the title
Parsing issues for options within a string on 4.0.x+
[BUG] Parsing issues for options within a string on 4.0.x+
Jul 28, 2022
Original issue: ember-cli/ember-cli#6970
Parsing options issues for a string with "options"
node test.js foo bar --options '--split 2 --random'
Issue after: 651d447.
https://regex101.com/r/aoa7GZ/1
Example test.js:
3.0.x
parsed.options: --split 2 --random
4.0.X:
parsed.options:
The text was updated successfully, but these errors were encountered: