These two tests use a sequence of two items for the Order spec key, and allow either a result or an error of XPTY004.
However the XQuery 1.0 and 3.1 specs both state:
The process of evaluating and comparing the orderspecs is based on the following rules:
- Atomization is applied to the result of the expression in each orderspec. If the result of atomization is neither a single atomic value nor an empty sequence, a type error is raised [err:XPTY0004].
As far as I can see these tests should only allow an error of XPTY004... or did I miss something?