blob: 8812ddf481714979d9be20a2007f667e28ba30e2 [file] [log] [blame]
(:*******************************************************:)
(: Test: K-SeqExprCast-427 :)
(: Written by: Frans Englich :)
(: Date: 2006-10-05T18:29:38+02:00 :)
(: Purpose: 'castable as' involving xs:untypedAtomic as source type and xs:QName as target type should always evaluate to false. :)
(:*******************************************************:)
not(xs:untypedAtomic("an arbitrary string(untypedAtomic source)") castable as xs:QName)