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
commit 9b02897acc4ef764f7e2721826551f412385cd2f Author: Josh Tynjala <[email protected]> AuthorDate: Thu Sep 4 10:41:19 2025 -0700 MXMLObjectTagTests: fix typo --- compiler/src/test/java/mxml/tags/MXMLObjectTagTests.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/src/test/java/mxml/tags/MXMLObjectTagTests.java b/compiler/src/test/java/mxml/tags/MXMLObjectTagTests.java index 5fcf0256d..7a6f80634 100644 --- a/compiler/src/test/java/mxml/tags/MXMLObjectTagTests.java +++ b/compiler/src/test/java/mxml/tags/MXMLObjectTagTests.java @@ -148,7 +148,7 @@ public class MXMLObjectTagTests extends MXMLInstanceTagTestsBase " <fx:b>true</fx:b>", " <fx:c>123</fx:c>", " <fx:d>3000000000</fx:d>", - " <fx:e>1.5<</fx:e>", + " <fx:e>1.5</fx:e>", " <fx:f>abc</fx:f>", " <fx:g>flash.display.Sprite</fx:g>", "</fx:Object>"
