joshtynjala opened a new issue #77: Empty XML comment <!----> should be considered valid URL: https://github.com/apache/royale-compiler/issues/77 ```mxml <?xml version="1.0" encoding="utf-8"?> <js:Application xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:js="library://ns.apache.org/royale/express" xmlns:local="*"> <!----> </js:Application> ``` Results in the following problem (code 1549): > input ended before ASDoc is closed. In the Flex SDK compiler, an empty XML comment is allowed. ---- That's not really a big deal because you know where the issue is happening. However, in BowlerHatLLC/vscode-as3mxml#324, there's some very complex MXML code that contains <!---->, but it doesn't result in the same problem. Instead, it produces many problems like this: > 'mx:Form' tag (or tag before this tag, or non-tag inside this tag) is unclosed or tag not allowed here. In this situation, the problem comment isn't even highlighted with an error, which makes it difficult to debug.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
