This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
Test analyzeString-901 expects an error, but because the first argument is the empty sequence, this error can be avoided. "If $input is the empty sequence the function behaves as if $input were the zero-length string. In this situation the result will be an element node with no children."
The test has now been changed the following: analyze-string("abc", ")-(")
Confirmed fixed.