This is an automated email from the ASF dual-hosted git repository.

joshtynjala pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-compiler.git


The following commit(s) were added to refs/heads/develop by this push:
     new 58fccd1  fix whitespace in royale.dependent.tests
58fccd1 is described below

commit 58fccd122418de9321c701fd2dded632fb4a82d4
Author: Josh Tynjala <[email protected]>
AuthorDate: Mon Dec 21 12:38:26 2020 -0800

    fix whitespace in royale.dependent.tests
---
 .../codegen/mxml/royale/TestRoyaleMXMLApplication.java     |  2 +-
 .../test/resources/royale/files/MyInitialView_result.js    | 14 +++++++-------
 .../test/resources/royale/files/RoyaleTest_again_result.js |  2 +-
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git 
a/compiler-jx/src/test/java/org/apache/royale/compiler/internal/codegen/mxml/royale/TestRoyaleMXMLApplication.java
 
b/compiler-jx/src/test/java/org/apache/royale/compiler/internal/codegen/mxml/royale/TestRoyaleMXMLApplication.java
index b5511f3..ea09b72 100644
--- 
a/compiler-jx/src/test/java/org/apache/royale/compiler/internal/codegen/mxml/royale/TestRoyaleMXMLApplication.java
+++ 
b/compiler-jx/src/test/java/org/apache/royale/compiler/internal/codegen/mxml/royale/TestRoyaleMXMLApplication.java
@@ -1761,7 +1761,7 @@ public class TestRoyaleMXMLApplication extends 
RoyaleTestBase
                        "    0,\n" +
                        "    1,\n" +
                        "    'change',\n" +
-                       "this.$EH_9_0\n" +
+                       "    this.$EH_9_0\n" +
                        "  ]);\n" +
                        "  \n" +
                        "};\n" +
diff --git 
a/compiler-jx/src/test/resources/royale/files/MyInitialView_result.js 
b/compiler-jx/src/test/resources/royale/files/MyInitialView_result.js
index 9be72e8..624e2d9 100644
--- a/compiler-jx/src/test/resources/royale/files/MyInitialView_result.js
+++ b/compiler-jx/src/test/resources/royale/files/MyInitialView_result.js
@@ -509,7 +509,7 @@ lbl: {
           0,
           1,
           'click',
-this.$EH_11_0,
+          this.$EH_11_0,
           null,
           org.apache.royale.html.TextButton,
           4,
@@ -528,7 +528,7 @@ this.$EH_11_0,
           0,
           1,
           'click',
-this.$EH_11_1,
+          this.$EH_11_1,
           null,
           org.apache.royale.html.Label,
           3,
@@ -585,7 +585,7 @@ this.$EH_11_1,
           0,
           1,
           'change',
-this.$EH_11_2,
+          this.$EH_11_2,
           null,
           org.apache.royale.html.TextArea,
           6,
@@ -662,7 +662,7 @@ this.$EH_11_2,
           0,
           1,
           'click',
-this.$EH_11_3,
+          this.$EH_11_3,
           null,
           org.apache.royale.html.CheckBox,
           4,
@@ -866,7 +866,7 @@ this.$EH_11_3,
           0,
           1,
           'change',
-this.$EH_11_4,
+          this.$EH_11_4,
           null,
           org.apache.royale.html.TextButton,
           4,
@@ -885,7 +885,7 @@ this.$EH_11_4,
           0,
           1,
           'click',
-this.$EH_11_5,
+          this.$EH_11_5,
           null,
           org.apache.royale.html.ComboBox,
           5,
@@ -925,7 +925,7 @@ this.$EH_11_5,
           0,
           1,
           'change',
-this.$EH_11_6,
+          this.$EH_11_6,
           null
         ];
         if (arr)
diff --git 
a/compiler-jx/src/test/resources/royale/files/RoyaleTest_again_result.js 
b/compiler-jx/src/test/resources/royale/files/RoyaleTest_again_result.js
index eaa5ec4..9fda5ff 100644
--- a/compiler-jx/src/test/resources/royale/files/RoyaleTest_again_result.js
+++ b/compiler-jx/src/test/resources/royale/files/RoyaleTest_again_result.js
@@ -202,7 +202,7 @@ RoyaleTest_again = function() {
     0,
     1,
     'initialize',
-this.$EH_8_0
+    this.$EH_8_0
   ]);
   
 };

Reply via email to