ligasgr / intellij-xquery

Plugin to support XQuery in Intellij Idea
Apache License 2.0
35 stars 23 forks source link

Map as a global variable #197

Closed sofiageo closed 8 years ago

sofiageo commented 8 years ago

I was trying to set a map as a global variable, but I get a parsing error about using : in the first key. For example declare variable $TEST as map(*) := map { 1: 2, 3: 4 }

I was using the BaseX flavour if that makes any difference

ligasgr commented 8 years ago

Hey This is a duplicate of #166 and #156. Current map syntax is based on early implementation of maps in Saxon.