Trying to use an array definition regex fails: ([(?: \d+(?: |, |,))+])
We should be able to do
Scenario: Folding ourselves in 2D
Given 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
Trying to use an array definition regex fails: ([(?: \d+(?: |, |,))+])
We should be able to do