зеркало из https://github.com/mozilla/gecko-dev.git
JavaScript Test - update expected value for decompilation, bug 367629
This commit is contained in:
Родитель
0807823da2
Коммит
7345a679b4
|
@ -57,7 +57,7 @@ function test()
|
|||
var a = {};
|
||||
a.h getter = encodeURI;
|
||||
|
||||
expect = '({get h () {[native code]})';
|
||||
expect = '({get h encodeURI() {[native code]}})';
|
||||
actual = uneval(a);
|
||||
|
||||
reportCompare(expect, actual, summary);
|
||||
|
|
Загрузка…
Ссылка в новой задаче