bug627609.js (93B)
1 load(libdir + 'eqArrayHelper.js'); 2 assertEqArray(/((a|)+b)+/.exec('bb'), [ "bb", "b", "" ]);