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

XQuery expect text node containing curly bracket crashes #450

Closed
AirQuick opened this issue Nov 20, 2018 · 0 comments · Fixed by #459
Closed

XQuery expect text node containing curly bracket crashes #450

AirQuick opened this issue Nov 20, 2018 · 0 comments · Fixed by #459
Labels

Comments

@AirQuick
Copy link
Member

	<x:scenario label="Scenario">
		<x:call function="false" />
		<x:expect label="Expect">
			<foo>{</foo>
		</x:expect>
	</x:scenario>

crashes on XQuery:

  XPST0003: Unmatched XML end tag
Static error on line 1 column 22 of test.xq:
  XPST0008: Variable $local:successful has not been declared
Static error(s) in query

*** Error running the test suite

XSLT works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant