RFR: JDK-8289948: Improve test coverage for XPath functions: Node Set Functions [v2]
Bill Huang
duke at openjdk.org
Tue Jul 26 02:08:47 UTC 2022
> Provided coverage for XPath node set functions. Functions include:
> - id()
> - last()
> - position()
> - count()
> - local-name()
> - namespace-uri()
> - name()
Bill Huang has updated the pull request incrementally with one additional commit since the last revision:
Fixed attibute validation error by renaming attibutes to be starting with non-digit charaters.
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/9633/files
- new: https://git.openjdk.org/jdk/pull/9633/files/3635dbaf..5fe3e92f
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=9633&range=01
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=9633&range=00-01
Stats: 35 lines in 2 files changed: 9 ins; 0 del; 26 mod
Patch: https://git.openjdk.org/jdk/pull/9633.diff
Fetch: git fetch https://git.openjdk.org/jdk pull/9633/head:pull/9633
PR: https://git.openjdk.org/jdk/pull/9633
More information about the core-libs-dev
mailing list