You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by "zeleznypa (via GitHub)" <gi...@apache.org> on 2023/04/08 17:19:59 UTC

[GitHub] [netbeans] zeleznypa opened a new issue, #5799: SASS - Unexpected token WS found when mixin with array as parameter

zeleznypa opened a new issue, #5799:
URL: https://github.com/apache/netbeans/issues/5799

   ### Apache NetBeans version
   
   Apache NetBeans 17
   
   ### What happened
   
   Netbeans show an "Unexpected token WS found" error when the SASS mixin is called with an array parameter
   
   ### How to reproduce
   
   Create and open the file `issue.scss` with the following content:
   
   ```scss
   div {
       @include test($parameter: [one, two]);
   }
   ```
   
   ### Did this work correctly in an earlier version?
   
   No / Don't know
   
   ### Operating System
   
   Mac OS X version 10.16 running on x86_64; UTF-8; cs_CZ (nb)
   
   ### JDK
   
   14.0.2; Java HotSpot(TM) 64-Bit Server VM 14.0.2+12-46
   
   ### Apache NetBeans packaging
   
   Apache NetBeans provided installer
   
   ### Anything else
   
   _No response_
   
   ### Are you willing to submit a pull request?
   
   No


-- 
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: notifications-unsubscribe@netbeans.apache.org.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists