mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 07:05:24 +00:00
JavaScript Test - tweak decompilation, bug 352202
This commit is contained in:
parent
5b9ebc350a
commit
43e1b21ec6
@ -54,7 +54,7 @@ function test()
|
||||
var f;
|
||||
|
||||
f = function() { for ((~x)["y"] in z) { } }
|
||||
expect = 'function() { for ((~x)["y"] in z) { } }';
|
||||
expect = 'function() { for ((~x).y in z) { } }';
|
||||
actual = f + '';
|
||||
compareSource(expect, actual, summary);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user