qt4cg / qt4tests

QT4 tests
https://qt4cg.org/
3 stars 7 forks source link

map:of-pairs atomization #124

Closed michaelhkay closed 3 weeks ago

michaelhkay commented 5 months ago

Tests map-of-pairs-905/906 test that the keys in the key-value-pairs supplied to map:of-pairs are not atomized.

I believe this is incorrect. The function signature declares the input argument as being of type

$input as record(key as xs:anyAtomicType, value as item()*)*

which I think should lead to atomization of the keys.

ChristianGruen commented 3 weeks ago

Fixed (https://github.com/qt4cg/qt4tests/commit/4451f06b72e55f2aab0c9686200c2f7145149bd8).