ligasgr / intellij-xquery

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

Support final XQuery 3.1 syntax for map literals #166

Closed knoan closed 8 years ago

knoan commented 8 years ago

The following map literal won't pass validation, wrecking havoc on subsequent expressions:

let $test := map {
'A' : 1,
'B' : 2,
'C' : 3
}
ligasgr commented 8 years ago

Hey,

Thanks for raising the issue. It's already covered by #156