[Bug 19782] test cases using 'assert-eq' for numeric values instead of 'assert'

https://www.w3.org/Bugs/Public/show_bug.cgi?id=19782

--- Comment #12 from Michael Kay <mike@saxonica.com> ---
>Means that
<assert-eq>"integer decimal float double"</assert-eq>
would not succeed when compared to ('integer', 'decimal', 'float', 'double')
and would succeed when compared to ('"', 'integer', 'decimal', 'float',
'double', '"') right?

This test, no doubt for historic reasons, returns a single string, not a
sequence of four (or six) strings, and the assertion compares the result by
comparing the value of that single string using the "eq" operator.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Wednesday, 31 October 2012 13:20:31 UTC