зеркало из https://github.com/mozilla/pjs.git
JavaScript Tests - update change in decompilation due to bug 356083 fix, bug 355736
This commit is contained in:
Родитель
67a3ae9067
Коммит
626adec694
|
@ -57,7 +57,7 @@ function test()
|
|||
compareSource(expect, actual, summary + ': 1');
|
||||
|
||||
f = function() { return { get super() { } } };
|
||||
expect = 'function() { return { get super() { } }; }';
|
||||
expect = 'function() { return { super getter : function() { } }; }';
|
||||
actual = f + '';
|
||||
compareSource(expect, actual, summary + ': 2');
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче