Source code

Revision control

Copy as Markdown

Other Tools

var regexp;
regexp = /(?=)/;
assertEq(regexp.test('test'), true);
if (typeof reportCompare === "function")
reportCompare(true, true);