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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists