Re: RFR: JDK-8292990 Improve test coverage for XPath Axes: parent [v2]

2022-09-01 Thread Joe Wang
On Thu, 1 Sep 2022 18:28:12 GMT, Bill Huang wrote: >> The goal of this task is validating the parent axis contains the parent of >> the context node. Context nodes include >> - root node >> - element nodes >> - text nodes >> - attribute nodes >> - namespace nodes >> - comment nodes > >

Re: RFR: JDK-8292990 Improve test coverage for XPath Axes: parent [v2]

2022-09-01 Thread Bill Huang
> The goal of this task is validating the parent axis contains the parent of > the context node. Context nodes include > - root node > - element nodes > - text nodes > - attribute nodes > - namespace nodes > - comment nodes Bill Huang has updated the pull request incrementally with one