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 3828C200BB3 for ; Wed, 2 Nov 2016 17:02:03 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 36FF6160B0C; Wed, 2 Nov 2016 16:02:03 +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 4A6F7160AFB for ; Wed, 2 Nov 2016 17:02:02 +0100 (CET) Received: (qmail 78648 invoked by uid 500); 2 Nov 2016 16:02:00 -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 78599 invoked by uid 99); 2 Nov 2016 16:02:00 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Nov 2016 16:02:00 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id D6C772C2ABB for ; Wed, 2 Nov 2016 16:01:59 +0000 (UTC) Date: Wed, 2 Nov 2016 16:01:59 +0000 (UTC) From: "Alex Harui (JIRA)" To: issues@flex.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (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 16:02:03 -0000 [ https://issues.apache.org/jira/browse/FLEX-35143?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Harui reassigned FLEX-35143: --------------------------------- Assignee: Alex Harui > 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 > > 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)