Skip to content

Backport lexbor/lexbor#274 #18490

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed

Conversation

nielsdos
Copy link
Member

@nielsdos nielsdos commented May 4, 2025

No description provided.

Co-authored-by: Alex Peattie <[email protected]>
@@ -970,7 +970,7 @@ lxb_selectors_state_has_relative(const xmlNode *node,
break;
}

while (node !=root && node->next == NULL) {
while (node != root && node->next == NULL && node->parent != NULL) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hey you put an extra space compared to their version :P

@nielsdos nielsdos closed this in 42ad1c6 May 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants