зеркало из https://github.com/mozilla/pjs.git
JavaScript Test - remove var declaration in test #2 to fix scope, bug 351503
This commit is contained in:
Родитель
1f6b3f79f2
Коммит
8cf00ad12e
|
@ -62,7 +62,7 @@ function test()
|
|||
expect = 'TypeError: can\'t convert Object to string';
|
||||
try
|
||||
{
|
||||
var a=1; b=2; c={toString: null}; "hahbhc".replace(/[abc]/g, eval);
|
||||
a=1; b=2; c={toString: null}; "hahbhc".replace(/[abc]/g, eval);
|
||||
actual = 'No Error';
|
||||
}
|
||||
catch(ex)
|
||||
|
|
Загрузка…
Ссылка в новой задаче