You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flex.apache.org by "Alex Harui (JIRA)" <ji...@apache.org> on 2016/11/22 19:35:58 UTC

[jira] [Created] (FLEX-35182) MXML missing end tags not always found

Alex Harui created FLEX-35182:
---------------------------------

             Summary: MXML missing end tags not always found
                 Key: FLEX-35182
                 URL: https://issues.apache.org/jira/browse/FLEX-35182
             Project: Apache Flex
          Issue Type: Bug
          Components: Falcon
    Affects Versions: Apache FalconJX 0.7.0
            Reporter: Alex Harui
            Assignee: Alex Harui


There was a test case that looked like:

<js:Application>
  <fx:Script>
  </fx:Script>
  <..more tags..>
<js:Application>

The last <js:Application> should have been </js:Application> but the compiler did not report that an stopped processing tags after the closing </fx:Script> tag



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)