Status: Accepted Owner: [email protected] Labels: Type-Bug Priority-Medium Area-Irregexp
New issue 904 by [email protected]: Irregexp interpreter fails on some inputs.
http://code.google.com/p/v8/issues/detail?id=904 var s = "x"; for(var i = 0; i < 13; i++) s+=s; // s.length = 8192 var re = /(xx|x)*/; print(re(s)); // prints null, should print s+",xx" -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
