Lines Matching full:pass
26 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
31 PASS regexp.test('a') is true
32 PASS regexp.lastIndex is 0
35 PASS regexp.test('a') is true
36 PASS regexp.lastIndex is 0
39 PASS regexp.test('b') is true
40 PASS regexp.lastIndex is 0
43 PASS regexp.test('b') is true
44 PASS regexp.lastIndex is 0
45 PASS /^(?=a)?b$/.test("b") is true
46 PASS successfullyParsed is true