equality test for multi-valued variables does not conform to spec -----------------------------------------------------------------
Key: JXPATH-94 URL: https://issues.apache.org/jira/browse/JXPATH-94 Project: Commons JXPath Issue Type: Bug Affects Versions: 1.2 Final Environment: any Reporter: Matt Benson Assignee: Matt Benson Fix For: 1.3 given e.g. variable d={"a", "b"}, the spec implies that "$d = 'a'" and that "$d = 'b'". Instead of iterating the variable's components its immediate content (here, the String[]) is compared, causing the aforementioned assertions to fail. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]