RFR: JDK-8289949 Improve test coverage for XPath: operators [v2]

Joe Wang joehw at openjdk.org
Fri Aug 26 22:48:40 UTC 2022


On Fri, 26 Aug 2022 21:48:19 GMT, Bill Huang <duke at openjdk.org> wrote:

>> Provided coverage for XPath operators. Operators include:
>> * Boolean operators: or, and, =, !=, <, <=, >, >=
>> * Number operators: +, -, *, div, mod
>> * Union operator: |
>
> Bill Huang has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Implemented review comments.

Thanks for the update.

-------------

Marked as reviewed by joehw (Reviewer).

PR: https://git.openjdk.org/jdk/pull/10047


More information about the core-libs-dev mailing list