[ https://issues.apache.org/jira/browse/FLEX-35112?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15381157#comment-15381157 ]
Yishay Weiss commented on FLEX-35112: ------------------------------------- Looks like jira also can't parse this right. Edit my initial comment to see what I mean... > Escape Backslashes not Retained in String Literals, Result in Syntax Error > -------------------------------------------------------------------------- > > Key: FLEX-35112 > URL: https://issues.apache.org/jira/browse/FLEX-35112 > Project: Apache Flex > Issue Type: Bug > Components: FalconJX > Reporter: Yishay Weiss > > - In as3 insert line: > var bs:String = "\\"; > -compile > expected: > var /** @type {string} */ bs = "\\"; > actual: > var /** @type {string} */ bs = "\"; > and a syntax error: > Invalid or unexpected token,.. -- This message was sent by Atlassian JIRA (v6.3.4#6332)