[ 
https://issues.apache.org/jira/browse/JXPATH-95?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sergey Vladimirov reopened JXPATH-95:
-------------------------------------


        assertXPathValue(context, "$nan = 1", Boolean.FALSE, Boolean.class);
+        assertXPathValue(context, "$nan != 1", Boolean.TRUE, Boolean.class);

NaN  != 1 => FALSE

> Comparing with NaN is incorrect
> -------------------------------
>
>                 Key: JXPATH-95
>                 URL: https://issues.apache.org/jira/browse/JXPATH-95
>             Project: Commons JXPath
>          Issue Type: Bug
>    Affects Versions: Nightly Builds
>            Reporter: Sergey Vladimirov
>             Fix For: 1.3
>
>
> 'NaN' > 'NaN' is true, but should be FALSE

-- 
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]

Reply via email to