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 assumes that "example" is an in-scope namespace in the assert-eq. <test-case name="try-catch-fn-error-6" covers="fn-error"> <description>Try-catch must match fn:error semantics.</description> <created by="Ghislain Fourny" on="2012-10-03"/> <environment ref="err"/> <test>try { fn:error(fn:QName("http://www.example.com/", "example:EXER3141"), "Description") } catch Q{http://www.example.com/}EXER3141 { $err:code }</test> <result> <assert-eq>example:EXER3141</assert-eq> </result> </test-case>
I have fixed this, and have also fixed other tests in this series that use <assert-eq>xyz</assert-eq> which should be <assert-eq>'xyz'</assert-eq>
Thanks.