[ https://issues.apache.org/jira/browse/FLEX-35112?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Alex Harui resolved FLEX-35112. ------------------------------- Resolution: Fixed Fix Version/s: Apache FalconJX 0.8.0 was fixed in ce39ed08592465230be2879c9d6261d21d261330 > 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 > Fix For: Apache FalconJX 0.8.0 > > > - In as3 insert line: > {code:ActionScript} > var bs:String = "\\"; > {code} > -compile > expected: > {code:JavaScript} > var /** @type {string} */ bs = "\\"; > {code} > actual: > {code:JavaScript} > var /** @type {string} */ bs = "\"; > {code} > and a syntax error: > Invalid or unexpected token,.. -- This message was sent by Atlassian JIRA (v6.3.4#6332)