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
Trying to use an array definition regex fails: ([(?: \d+(?: |, |,))+])
We should be able to do
Scenario: Folding ourselves in 2DGiven I am Elon Musk attempting to launch a rocket into space
And my position in 2D space is [ 0, 2 ]
When I launch the rocket
Then the rocket should end up in space
The text was updated successfully, but these errors were encountered:
Trying to use an array definition regex fails: ([(?: \d+(?: |, |,))+])
We should be able to do
The text was updated successfully, but these errors were encountered: