This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
This test uses starts-with, which is context dependent. It should therefore expect XPST0112. <test-case name="filter-001"> <description>Basic test using starts-with()</description> <created by="Michael Kay" on="2010-02-10"/> <test>filter(starts-with(?, "a"), ("apple", "pear", "apricot", "advocado", "orange"))</test> <result> <assert-deep-eq>"apple", "apricot", "advocado"</assert-deep-eq> </result> </test-case>
Test filter-904 has a similar problem.
hof-027 and hof-917 have similar problems.
This has now been made permissible. No change required.