1
Vote

ConvertPossesiveToAtomicGroup issue

description

ConvertPossesiveToAtomicGroup doesn't fix the following RegEx:
^ *(\t) *+(\w+)
 
from:
preg_match('/^ *(\t) *+(\w+)/', $line)
This one is used in Symphony Spyc.class.php
 
Thanks

comments