Closed bciano closed 9 years ago
Seems to only be an issue in the case where you have an inline expression and a character entity reference together.
xquery version "1.0-ml"; let $v := "hello" let $x := <a href="/index.xqy?variable={$v}&foo=bar"></a> let $y := <foo>bar</foo> return $x
Screenshot:
Red squiggly line under the ampersand, and the syntax highlighting is inaccurate for the remainder of the code - as per lines 5 and 6.
Thanks for raising the issue. Looks like an issue with lexical analysis. I'll try to fix it in the next release. From what I've checked it's possible to overcome the issue by just re-opening the file.
Seems to only be an issue in the case where you have an inline expression and a character entity reference together.
Screenshot:
Red squiggly line under the ampersand, and the syntax highlighting is inaccurate for the remainder of the code - as per lines 5 and 6.