On 11/22/16, 11:54 AM, "Josh Tynjala" <joshtynj...@gmail.com> wrote:
>I've been meaning to create a JIRA issue for another MXML parsing issue >that I recently discovered. > >If you have an un-closed XML comment <!--, the compiler will get stuck in >an infinite loop. > >Similarly, if you have <fx:Script><![CDATA[ and it is only closed with ></fx:Script> (without the closing ]]> for the CDATA), the compiler will >also get stuck in an infinite loop. I just tried it and you are correct. Please open a JIRA issue as that's a different scenario. -Alex