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

Fix issue 480 (XQuery x:expect with sole non boolean test is terminated with XPTY0004) #481

Merged
merged 1,031 commits into from
Jun 2, 2019

Conversation

AirQuick
Copy link
Member

This pull request derives from #479. So needs to be handled after that.


Fixes #480

The root cause of the problem is that XQuery compiler's code path of x:output-expect template is too different from XSLT's one.

# Conflicts:
#	test/win-bats/collection.xml
#	test/xspec.bats
# Conflicts:
#	test/win-bats/collection.xml
#	test/xspec.bats
…2018-11-12

# Conflicts:
#	.travis.yml
#	appveyor.yml
#	bin/xspec.bat
#	test/end-to-end/cases/expected/stylesheet/coverage-tutorial-result.html
#	test/end-to-end/processor/html/_normalizer.xsl
#	test/win-bats/collection.xml
#	test/xspec.bats
…doc_xquery

# Conflicts:
#	test/win-bats/collection.xml
#	test/xspec.bats
# Conflicts:
#	test/win-bats/collection.xml
#	test/xspec.bats
@AirQuick AirQuick added this to the v1.4.0 milestone Apr 30, 2019
# Conflicts:
#	src/compiler/generate-query-tests.xsl
@AirQuick AirQuick merged commit 59fd595 into xspec:master Jun 2, 2019
@AirQuick AirQuick deleted the fix_issue-480 branch June 2, 2019 20:46
@AirQuick
Copy link
Member Author

AirQuick commented Jun 2, 2019

@cirulls
Merged this bug fix.

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 this pull request may close these issues.

XQuery x:expect with sole non boolean test is terminated with XPTY0004
1 participant