Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Line breaks in XPath string literal cause 'unexpected token' problem to be reported erroneously #92

Closed
pgfearo opened this issue Dec 20, 2021 · 2 comments

Comments

@pgfearo
Copy link
Member

pgfearo commented Dec 20, 2021

First reported in: XPath Notebook #6

Sample XPath:

let $xml1 := parse-xml('<root>
  <item>a</item>
  <item>b</item>
</root>')
return $xml1/root/item
@pgfearo
Copy link
Member Author

pgfearo commented Dec 31, 2021

This issue was fixed in release VS Code 0.3.17 see Release Notes

@pgfearo
Copy link
Member Author

pgfearo commented Jan 14, 2022

Issue fixed in latest release

@pgfearo pgfearo closed this as completed Jan 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant