mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-22 14:46:30 +00:00
Fixed: #270 AS decompilation - comma in ternar
This commit is contained in:
@@ -1978,7 +1978,7 @@ public class ActionScript2Test extends ActionScript2TestBase {
|
||||
+ "{\r\n"
|
||||
+ "trace(_loc1_);\r\n"
|
||||
+ "}\r\n"
|
||||
+ "_loc3_.r1 = _loc2_ + 1 + \". \" + (!_loc4_ ? _loc3_.r2 = v1[_loc2_][0] : \"unk\");\r\n"
|
||||
+ "_loc3_.r1 = _loc2_ + 1 + \". \" + (!_loc4_ ? (_loc3_.r2 = v1[_loc2_][0]) : \"unk\");\r\n"
|
||||
+ "}\r\n"
|
||||
+ "trace(\"chainedAfterForInTest\");\r\n"
|
||||
+ "var v1 = {};\r\n"
|
||||
|
||||
Reference in New Issue
Block a user