Result type of fn:function-annotations() #1649
Labels
Bug
Something that doesn't work in the current specification
PR Pending
A PR has been raised to resolve this issue
The function signature and the prose rules say
The result is a sequence of maps, each being an instance of
record(key as xs:QName, value as xs:anyAtomicType*)
But one of the examples returns a singleton map in which the QName is the key and the value is the associated value. The test cases also follow that pattern.
The text was updated successfully, but these errors were encountered: