Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 83337200BB3 for ; Wed, 2 Nov 2016 20:40:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 81C9A160B0A; Wed, 2 Nov 2016 19:40:00 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id F2341160AFB for ; Wed, 2 Nov 2016 20:39:59 +0100 (CET) Received: (qmail 22651 invoked by uid 500); 2 Nov 2016 19:39:59 -0000 Mailing-List: contact issues-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flex.apache.org Delivered-To: mailing list issues@flex.apache.org Received: (qmail 22477 invoked by uid 99); 2 Nov 2016 19:39:59 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Nov 2016 19:39:59 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id DB4752C2A66 for ; Wed, 2 Nov 2016 19:39:58 +0000 (UTC) Date: Wed, 2 Nov 2016 19:39:58 +0000 (UTC) From: "Alex Harui (JIRA)" To: issues@flex.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (FLEX-35143) Backslash escape problem MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 02 Nov 2016 19:40:00 -0000 [ https://issues.apache.org/jira/browse/FLEX-35143?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Harui resolved FLEX-35143. ------------------------------- Resolution: Fixed Fix Version/s: Apache FalconJX 0.8.0 I confirmed it is a problem in 0.7.0. Seems to be working in the nightly build. > Backslash escape problem > ------------------------ > > Key: FLEX-35143 > URL: https://issues.apache.org/jira/browse/FLEX-35143 > Project: Apache Flex > Issue Type: Bug > Components: FlexJS > Affects Versions: Apache FlexJS 0.7.0 > Environment: windows > Reporter: Andre Lacasse > Assignee: Alex Harui > Fix For: Apache FalconJX 0.8.0 > > > Backslash are lost in string with the JS conversion. > The actionscript 3 code > {code:java} > var o:Object = {}; > o["\\"] = "Bonjour"; > {code} > The JS output with missing backslash cause error. > {code:javascript} > var /** @type {Object} */ o = {}; > o["\"] = "Bonjour"; > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)