Repository: flex-asjs
Updated Branches:
  refs/heads/develop 60dd6776f -> 4e71bcb2b


Added test for XML with both single and double quote content.


Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/4e71bcb2
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/4e71bcb2
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/4e71bcb2

Branch: refs/heads/develop
Commit: 4e71bcb2b88c2a35f801d529b231c3356f8dd303
Parents: 60dd677
Author: Harbs <[email protected]>
Authored: Tue May 31 21:11:04 2016 +0300
Committer: Harbs <[email protected]>
Committed: Tue May 31 21:11:04 2016 +0300

----------------------------------------------------------------------
 manualtests/XMLTest/src/MyInitialView.mxml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/4e71bcb2/manualtests/XMLTest/src/MyInitialView.mxml
----------------------------------------------------------------------
diff --git a/manualtests/XMLTest/src/MyInitialView.mxml 
b/manualtests/XMLTest/src/MyInitialView.mxml
index f06066d..25803cd 100644
--- a/manualtests/XMLTest/src/MyInitialView.mxml
+++ b/manualtests/XMLTest/src/MyInitialView.mxml
@@ -35,6 +35,7 @@ limitations under the License.
                <![CDATA[
                                                
       import XML;
+            private var quotedXML : XML =<root title="That's Entertainment"/>;
 
             private var xmlStr:String = '<?xml version="1.0" encoding="UTF-8" 
?>'+
                 '<catalog xmlns:fx="http://ns.adobe.com/mxml/2009";'+

Reply via email to