Bug 952818 - Add regression test for the referenced bug; r=sfink

--HG--
extra : rebase_source : b1add4ba4b88a8cc95c562ea0878b93158bd71f1
This commit is contained in:
Terrence Cole 2014-02-20 13:16:18 -08:00
parent c2c5a9e428
commit 2c757813b8

View File

@ -0,0 +1,9 @@
(function() {
eval("\
(function() {\
var f = function(){\
f\
}\
})()\
")
})()