We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f96039d commit 44714abCopy full SHA for 44714ab
geocss/src/main/scala/org/geoscript/geocss/CssParser.scala
@@ -15,7 +15,7 @@ import org.geotools.filter.text.ecql.ECQL
15
* @author David Winslow <[email protected]>
16
*/
17
object CssParser extends RegexParsers {
18
- override val whiteSpace = """(\s|/\*([^/]|[^*]/)*\*/)+""".r
+ override val whiteSpace = """(?s)(?:\s|/\*.*?\*/)+""".r
19
20
private val expressionPartial =
21
new PartialFunction[String,Expression] {
0 commit comments