1 // Copyright 2009 the Sputnik authors. All rights reserved.
2 // This code is governed by the BSD license found in the LICENSE file.
6 The production QuantifierPrefix :: + evaluates by returning the two
8 es5id: 15.10.2.7_A3_T10
9 description: Execute /o+/.test("abcdefg") and check results
12 var __executed = /o+/.test("abcdefg");
14 assert(!__executed, 'The value of !__executed is expected to be true');