Note to people coming accross this; This is no bug, but merely a flaw in how determinism is currently defined (it is too restrictive atm). - (\w+)(\s+\1)+ (Should be possible as the first matching group can never be empty)
Note to people coming accross this; This is no bug, but merely a flaw in how determinism is currently defined (it is too restrictive atm).
(Should be possible as the first matching group can never be empty)