From aec124a8c57a5a31249346e394372af991affaa4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=C5=99=C3=ADk?= Date: Sun, 8 Jun 2014 14:07:05 +0200 Subject: [PATCH] telltarget test fixed --- test/com/jpexs/decompiler/flash/ActionScript2Test.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/com/jpexs/decompiler/flash/ActionScript2Test.java b/test/com/jpexs/decompiler/flash/ActionScript2Test.java index e6af4c66f..f4aaa0ecc 100644 --- a/test/com/jpexs/decompiler/flash/ActionScript2Test.java +++ b/test/com/jpexs/decompiler/flash/ActionScript2Test.java @@ -785,8 +785,8 @@ public class ActionScript2Test extends ActionStript2TestBase { + "targetPath(f);\r\n" + "tellTarget(mc)\r\n" + "{\r\n" - + "trace(\"told\")\r\n" - + "};\r\n" + + "trace(\"told\");\r\n" + + "}\r\n" + "toggleHighQuality();\r\n" + "a = unescape(f);\r\n" + "unloadMovie(mc);\r\n"