You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@royale.apache.org by GitBox <gi...@apache.org> on 2023/01/09 13:49:52 UTC

[GitHub] [royale-asjs] yishayw commented on issue #1218: multi line commnets under throws error

yishayw commented on issue #1218:
URL: https://github.com/apache/royale-asjs/issues/1218#issuecomment-1375652317

   I tried replacing HelloWorld.mxml with
   
   ```
   <js:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
                      xmlns:js="library://ns.apache.org/royale/basic" >
       <js:valuesImpl>
           <js:SimpleCSSValuesImpl />
       </js:valuesImpl>
       <js:initialView>
           <js:View>
           	<js:Label text="Hello World!" />
           </js:View>
       </js:initialView>
   				<fx:Style>
   					/*.TitleBar{
   						border:solid 1px grey;
   					}*/
   					/*.DataContainer{
   						border:solid 1px grey;
   					}*/
   					
   				</fx:Style>
   
   </js:Application>
   ```
   
   And it is compiling correctly for me. Can you please do the same and report?


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

To unsubscribe, e-mail: issues-unsubscribe@royale.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org