estanglerbm opened a new issue #984:
URL: https://github.com/apache/royale-asjs/issues/984
Test case:
```
<?xml version="1.0" encoding="utf-8"?>
<mx:Application
xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:mx="library://ns.apache.org/royale/mx">
<fx:Script>
<![CDATA[
import mx.controls.Alert;
private function testMXAlertNewline():void
{
Alert.show("Line1\nLine2\nLine3");
}
]]>
</fx:Script>
<mx:Button label="Go" click="testMXAlertNewline();" />
</mx:Application>
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]