Actions
Bug #19467
closedSome linear_time regexp does not match in linear time
Bug #19467:
Some linear_time regexp does not match in linear time
Description
Regexp.linear_time?(/\A.*a.*x\z/) #=> true but it does not match in linear time
Actions