Bug 702426: Add test.

This commit is contained in:
Chris Leary 2011-11-16 16:40:13 -08:00
parent f8a50c849a
commit 7390eeca6b

View File

@ -0,0 +1,5 @@
function g(code) {
eval("(function(){" + code + "})")()
}
g("evalcx(\"(/a/g,function(){})\")");
g("'a'.replace(/a/g,gc)")