w3c / qt3tests

Tests for XPath and XQuery
27 stars 17 forks source link

fn-subsequence-mix-args-025 depends on XQuery but doesn't specify it #56

Open faassen opened 11 months ago

faassen commented 11 months ago

This test uses the document { node constructor from XQuery but it doesn't specify an XQuery dependency.

<![CDATA[
         document{<M id="1"/>}/M/count(subsequence(. ! (., @id), 1, 2))
]]>
michaelhkay commented 11 months ago

Thanks. I've fixed this on the qt3 and qt4 forks, change will be committed as soon as I've tested it.