Uploaded image for project: 'Apache Flex'
  1. Apache Flex
  2. FLEX-35112

Escape Backslashes not Retained in String Literals, Result in Syntax Error

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • Apache FalconJX 0.8.0
    • FalconJX
    • None

    Description

      • 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,..

      Attachments

        Activity

          People

            Unassigned Unassigned
            yishayw Yishay Weiss
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: