michael@0: function testNegativeGETELEMIndex() michael@0: { michael@0: for (let i=0;i<3;++i) /x/[-4]; michael@0: return "ok"; michael@0: } michael@0: assertEq(testNegativeGETELEMIndex(), "ok");