JavaScript Test - update to reflect proper parenthetication of decompiled expressions, bug 346902

This commit is contained in:
bclary%bclary.com 2006-09-12 01:14:40 +00:00
parent 9fed209e0a
commit 06c138f96c

View File

@ -55,7 +55,7 @@ function test()
expect =
'function () {\n' +
' ({}[alert(5)]);\n' +
' {}[alert(5)];\n' +
'}';
try
{